<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.old-site-root-element .about-article_html{}


.old-site-root-element .about-article-contents{
	position: relative;
	padding: 0 0 128px;
	z-index: 0;
}

@media (max-width: 800px){

.old-site-root-element .about-article-contents{
	padding: 0 0 72px;
}

}

.old-site-root-element .about-article-contents&gt;*{
	position: relative;
	z-index: 0;
}

.old-site-root-element .about-article-contents .contents-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 48px;
}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .contents-wrapper{
	padding: 0 20px;
}

}

.old-site-root-element .about-article-contents .contents-wrapper&gt;*{
	width: 100%;
	max-width: 1440px;
}


@media (min-width: 1001px){

.old-site-root-element .about-article-contents .contents-wrapper&gt;*{
	display: grid;
	grid-template-columns: 1fr 304px;
	grid-column-gap: 64px;
	grid-row-gap: 96px;
	flex-grow: 1;
}

}

@media (min-width: 1401px){

.old-site-root-element .about-article-contents .contents-wrapper&gt;*{
	grid-column-gap: 144px;
}

}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .contents-wrapper&gt;*{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

}

.old-site-root-element .about-article-contents .article-text{}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-text{
	padding-top: 24px;
	order: 1;
}

}

.old-site-root-element .about-article-contents .article-text .header{
	font-family: Circe-Bold;
	font-size: 72px;
	line-height: 72px;
	color: #172126;
}

@media (max-width: 1280px){

.old-site-root-element .about-article-contents .article-text .header{
	font-size: 48px;
	line-height: 48px;
}

}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-text .header{
	font-size: 32px;
	line-height: 36px;
}

}

.old-site-root-element .about-article-contents .article-text .tools-top{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-top: 24px;
}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-text .tools-top{
	margin-top: 16px;
}

}

	.old-site-root-element .about-article-contents .article-text .tools-top .date{
		font-family: Roboto;
		font-size: 12px;
		line-height: 16px;
		color: #90979C;
	}

	.old-site-root-element .about-article-contents .article-text .tools-top .tools{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		margin-left: 24px;
	}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .article-text .tools-top .tools{
		margin-left: 16px;
	}

}

		.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: flex-start;
			margin-right: 24px;
		}

	@media (max-width: 800px){

		.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*{
			margin-right: 16px;
		}

	}

		.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*,
		.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;* *{
			cursor: pointer;
		}

			.old-site-root-element .about-article-contents .article-text .tools-top .tools .icon{
				position: relative;
				width: 24px;
				height: 24px;
				flex-shrink: 0;
			}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools .icon:before,
				.old-site-root-element .about-article-contents .article-text .tools-top .tools .icon:after{
					content: '';
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					opacity: 1;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: contain;
					transition: opacity 200ms ease;
					will-change: opacity;
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools .icon:before{
					opacity: 0;
				}

			@media (hover:hover){

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*:hover .icon:before{
					opacity: 1;
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*:hover .icon:after{
					opacity: 0;
				}

			}

			@media (hover:none){

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*:active .icon:before{
					opacity: 1;
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*:active .icon:after{
					opacity: 0;
				}

			}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*.liked .icon:before{
					opacity: 1;
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*.liked .icon:after{
					opacity: 0;
				}


				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*.comment .icon:before{
					background-image: url(/new/assets/img/about-company/comment-active.svg);
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*.comment .icon:after{
					background-image: url(/new/assets/img/about-company/comment.svg);
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*.like .icon:before{
					background-image: url(/new/assets/img/about-company/like-active.svg);
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*.like .icon:after{
					background-image: url(/new/assets/img/about-company/like.svg);
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*.share .icon:before{
					background-image: url(/new/assets/img/about-company/share-active.svg);
				}

				.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*.share .icon:after{
					background-image: url(/new/assets/img/about-company/share.svg);
				}

			.old-site-root-element .about-article-contents .article-text .tools-top .tools .value{
				font-family: Roboto;
				font-size: 12px;
				line-height: 16px;
				color: #90979C;
				align-self: center;
				margin-left: 4px;
				transition: color 200ms ease;
				will-change: color;
			}

		@media (hover:hover){

			.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*:hover .value{
				color: #F47D32;
			}

		}

		@media (hover:none){

			.old-site-root-element .about-article-contents .article-text .tools-top .tools&gt;*:active.value{
				color: #F47D32;
			}

		}

.old-site-root-element .about-article-contents .article-text .text-wrapper{
	margin-top: 32px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	color: #172126;
}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-text .text-wrapper{
	margin-top: 24px;
}

}

	.old-site-root-element .about-article-contents .article-text .text-wrapper&gt;*{
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.old-site-root-element .about-article-contents .article-text .text-wrapper&gt;*+*{
		margin-top: 12px;
	}

	.old-site-root-element .about-article-contents .article-text .text-wrapper .image{
		position: relative;
		overflow: hidden;
		border-radius: 20px;
	}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .article-text .text-wrapper .image{
		border-radius: 16px;
	}

}

	.old-site-root-element .about-article-contents .article-text .text-wrapper *+.image{
		margin-top: 32px;
	}

		.old-site-root-element .about-article-contents .article-text .text-wrapper .image img{
			display: block;
			width: 100%;
			height: auto;
		}

	.old-site-root-element .about-article-contents .article-text .text-wrapper h2{
		font-family: Circe-Bold;
		font-size: 32px;
		line-height: 36px;
		color: #172126;
	}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .article-text .text-wrapper h2{
		font-size: 24px;
		line-height: 28px;
		border-radius: 16px;
	}

}

	.old-site-root-element .about-article-contents .article-text .text-wrapper *+h2{
		margin-top: 48px;
	}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .article-text .text-wrapper *+h2{
		margin-top: 32px;
	}

}

	.old-site-root-element .about-article-contents .article-text .text-wrapper p{}
	
		.old-site-root-element .about-article-contents .article-text .text-wrapper p a{
			display: inline;
			color: #F47D32;
			text-decoration-skip: none;
			text-decoration-skip-ink: none;
			text-underline-offset: 2px;
			text-decoration: underline;
		}

	.old-site-root-element .about-article-contents .article-text .text-wrapper h2+p{
		margin-top: 24px;
	}

	.old-site-root-element .about-article-contents .article-text .text-wrapper .image+p{
		margin-top: 32px;
	}

.old-site-root-element .about-article-contents .article-text .tools-bottom{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-top: 48px;
}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-text .tools-bottom{
	margin-top: 32px;
}

}

	.old-site-root-element .about-article-contents .article-text .tools-bottom .likes{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

		.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .list{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: flex-start;
		}

			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .list&gt;*{
				width: 48px;
				height: 48px;
				border: 2px solid #FFFFFF;
				border-radius: 32px;
				box-sizing: border-box;
				margin-right: -12px;
				background: url(/new/assets/img/about-news/no-photo.svg) no-repeat center center/cover;
			}

			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .list&gt;*:last-child{
				margin-right: 0;
			}

		.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .whom{
			font-family: Roboto;
			font-weight: bold;
			font-size: 16px;
			line-height: 24px;
			color: #172126;
			margin-left: 16px;
		}

			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .whom:before,
			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .whom:after{
				font-weight: normal;
				white-space: pre;
			}

			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .whom:before{
				content: 'Нравится ';
			}

			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .whom:after{
				content: ' пользователям';
			}

			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .whom.nom--1:after{
				content: ' пользователю';
			}

		.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .count{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: flex-start;
			font-family: Roboto;
			font-size: 16px;
			line-height: 24px;
			color: #172126;
			margin-left: 24px;
			border: 2px solid #172126;
			border-radius: 24px;
			padding: 6px 12px;
			min-height: 48px;
			box-sizing: border-box;
			cursor: pointer;
		}

	@media (max-width: 800px){

		.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .count{
			margin-left: 16px;
		}

	}

			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes .count:before{
				content: '';
				display: block;
				width: 24px;
				height: 24px;
				background: url(/new/assets/img/about-news/like-black.svg) no-repeat center center/contain;
				margin-right: 4px;
			}

			.old-site-root-element .about-article-contents .article-text .tools-bottom .likes.liked .count:before{
				background: url(/new/assets/img/about-company/like-active.svg) no-repeat center center/contain;
			}

	.old-site-root-element .about-article-contents .article-text .tools-bottom .share{
		position: relative;
		width: 48px;
		height: 48px;
		border-radius: 24px;
		margin-left: 24px;
		border: 2px solid #172126;
		transition: border-color 200ms ease;
		will-change: border-color;
		cursor: pointer;
	}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .article-text .tools-bottom .share{
		margin-left: 16px;
	}

}

		.old-site-root-element .about-article-contents .article-text .tools-bottom .share:before,
		.old-site-root-element .about-article-contents .article-text .tools-bottom .share:after{
			content: '';
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			background: url(/new/assets/img/about-news/share.svg) no-repeat center center/24px auto;
			opacity: 1;
			transition: opacity 200ms ease;
			will-change: opacity;
		}

		.old-site-root-element .about-article-contents .article-text .tools-bottom .share:after{
			background-image: url(/new/assets/img/about-news/share-active.svg);
			opacity: 0;
		}

@media (hover: hover){

	.old-site-root-element .about-article-contents .article-text .tools-bottom .share:hover{
		border-color: #F47D32;
	}

		.old-site-root-element .about-article-contents .article-text .tools-bottom .share:hover:before{
			opacity: 0;
		}
		
		.old-site-root-element .about-article-contents .article-text .tools-bottom .share:hover:after{
			opacity: 1;
		}

}

@media (hover: none){

	.old-site-root-element .about-article-contents .article-text .tools-bottom .share:active{
		border-color: #F47D32;
	}

		.old-site-root-element .about-article-contents .article-text .tools-bottom .share:active:before{
			opacity: 0;
		}
		
		.old-site-root-element .about-article-contents .article-text .tools-bottom .share:active:after{
			opacity: 1;
		}

}



.old-site-root-element .about-article-contents .article-aside{}

@media (min-width: 1001px){

.old-site-root-element .about-article-contents .article-aside{
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}

}

@media (max-width: 1000px){

.old-site-root-element .about-article-contents .article-aside{
	margin-top: 96px;
}

}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-aside{
	margin-top: 56px;
	order: 3;
}

}

.old-site-root-element .about-article-contents .article-aside:before{
	content: 'Популярное';
	display: block;
	font-family: Circe-Bold;
	font-size: 32px;
	line-height: 36px;
	color: #172126;
}

.old-site-root-element .about-article-contents .article-aside .news{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: auto;
	height: auto;
	margin-top: 32px;
}

@media (max-width: 1000px){

.old-site-root-element .about-article-contents .article-aside .news{
	position: relative;
	width: calc(100% + 96px);
	left: -48px;
	padding: 0 48px;
	box-sizing: border-box;
	overflow: hidden;
}

}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-aside .news{
	width: calc(100% + 40px);
	left: -20px;
	padding: 0 20px;
}

}

	.old-site-root-element .about-article-contents .article-aside .news&gt;*{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		width: auto;
		height: auto;
	}

@media (max-width: 1000px){

	.old-site-root-element .about-article-contents .article-aside .news&gt;*{
		flex-direction: row;
		width: 100%;
	}

}

		.old-site-root-element .about-article-contents .article-aside .news&gt;*&gt;*{
			display: flex;
			flex-direction: column;
			align-items: stretch;
			justify-content: flex-start;
			width: auto;
			height: auto;
		}

	@media (max-width: 1000px){

		.old-site-root-element .about-article-contents .article-aside .news&gt;*&gt;*{
			flex-direction: row;
			width: 100%;
		}

	}

			.old-site-root-element .about-article-contents .article-aside .news&gt;*&gt;*&gt;*{
				display: none;
				flex-direction: column;
				align-items: stretch;
				justify-content: flex-start;
				width: auto;
				height: auto;
			}

		@media (min-width: 1001px){

			.old-site-root-element .about-article-contents .article-aside .news&gt;*&gt;*&gt;*+*{
				margin-top: 40px;
			}

			.old-site-root-element .about-article-contents .article-aside .news&gt;*&gt;*&gt;*:nth-child(1),
			.old-site-root-element .about-article-contents .article-aside .news&gt;*&gt;*&gt;*:nth-child(2),
			.old-site-root-element .about-article-contents .article-aside .news&gt;*&gt;*&gt;*:nth-child(3){
				display: flex;
			}

		}

		@media (max-width: 1000px){

			.old-site-root-element .about-article-contents .article-aside .news&gt;*&gt;*&gt;*{
				display: flex;
				width: 285px;
			}

		}

				.old-site-root-element .about-article-contents .article-aside .news .item{
					display: flex;
					flex-direction: column;
					align-items: stretch;
					justify-content: flex-start;
				}

					.old-site-root-element .about-article-contents .article-aside .news .item .info{
						display: flex;
						flex-direction: row;
						align-items: center;
						justify-content: flex-start;
					}

						.old-site-root-element .about-article-contents .article-aside .news .item .info .tag{
							font-family: Roboto;
							font-size: 12px;
							line-height: 16px;
							color: #172126;
							margin-right: 12px;
						}

						.old-site-root-element .about-article-contents .article-aside .news .item .info .date{
							font-family: Roboto;
							font-size: 12px;
							line-height: 16px;
							color: #90979C;
						}

					.old-site-root-element .about-article-contents .article-aside .news .item .image{
						background-repeat: no-repeat;
						background-position: center center;
						background-size: cover;
						height: 192px;
						border-radius: 16px;
						overflow: hidden;
						margin-top: 12px;
						cursor: pointer;
					}

				@media (max-width: 800px){

					.old-site-root-element .about-article-contents .article-aside .news .item .image{
						height: 180px;
					}

				}

					.old-site-root-element .about-article-contents .article-aside .news .item .tools{
						display: flex;
						flex-direction: row;
						align-items: flex-start;
						justify-content: flex-start;
						margin-top: 12px;
					}

						.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*{
							display: flex;
							flex-direction: row;
							align-items: center;
							justify-content: flex-start;
							margin-right: 24px;
						}

					@media (max-width: 800px){

						.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*{
							margin-right: 16px;
						}

					}

						.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*,
						.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;* *{
							cursor: pointer;
						}

							.old-site-root-element .about-article-contents .article-aside .news .item .tools .icon{
								position: relative;
								width: 24px;
								height: 24px;
								flex-shrink: 0;
							}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools .icon:before,
								.old-site-root-element .about-article-contents .article-aside .news .item .tools .icon:after{
									content: '';
									display: block;
									position: absolute;
									left: 0;
									top: 0;
									width: 100%;
									height: 100%;
									opacity: 1;
									background-repeat: no-repeat;
									background-position: center center;
									background-size: contain;
									transition: opacity 200ms ease;
									will-change: opacity;
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools .icon:before{
									opacity: 0;
								}

							@media (hover:hover){

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*:hover .icon:before{
									opacity: 1;
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*:hover .icon:after{
									opacity: 0;
								}

							}

							@media (hover:none){

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*:active .icon:before{
									opacity: 1;
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*:active .icon:after{
									opacity: 0;
								}

							}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*.liked .icon:before{
									opacity: 1;
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*.liked .icon:after{
									opacity: 0;
								}


								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*.comment .icon:before{
									background-image: url(/new/assets/img/about-company/comment-active.svg);
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*.comment .icon:after{
									background-image: url(/new/assets/img/about-company/comment.svg);
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*.like .icon:before{
									background-image: url(/new/assets/img/about-company/like-active.svg);
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*.like .icon:after{
									background-image: url(/new/assets/img/about-company/like.svg);
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*.share .icon:before{
									background-image: url(/new/assets/img/about-company/share-active.svg);
								}

								.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*.share .icon:after{
									background-image: url(/new/assets/img/about-company/share.svg);
								}

							.old-site-root-element .about-article-contents .article-aside .news .item .tools .value{
								font-family: Roboto;
								font-size: 12px;
								line-height: 16px;
								color: #90979C;
								align-self: center;
								margin-left: 4px;
								transition: color 200ms ease;
								will-change: color;
							}

						@media (hover:hover){

							.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*:hover .value{
								color: #F47D32;
							}

						}

						@media (hover:none){

							.old-site-root-element .about-article-contents .article-aside .news .item .tools&gt;*:active.value{
								color: #F47D32;
							}

						}

					.old-site-root-element .about-article-contents .article-aside .news .item .text{
						font-family: Roboto;
						font-weight: bold;
						font-size: 16px;
						line-height: 24px;
						color: #172126;
						margin-top: 8px;
						cursor: pointer;
					}

.old-site-root-element .about-article-contents .article-aside .banner{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: 96px;
	border-radius: 16px;
	overflow: hidden;
}

@media (max-width: 1000px){

.old-site-root-element .about-article-contents .article-aside .banner{
	display: none;
}

}

	.old-site-root-element .about-article-contents .article-aside .banner:before{
		content: '';
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 158%;
	}
/*
	.about-article-contents .article-aside .banner:after{
		content: 'Самые выгодные заправки';
		display: block;
		position: absolute;
		font-family: Circe-Bold;
		font-size: 32px;
		line-height: 36px;
		color: #FFFFFF;
		width: 100%;
		height: auto;
		padding: 24px;
		left: 0;
		top: 0;
		box-sizing: border-box;
	}

*/

.old-site-root-element .about-article-contents .article-sub{}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-sub{
	order: 2;
}

}

.old-site-root-element .about-article-contents .article-sub .banner{
	display: block;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background: url(/new/assets/img/about-news/bottom-banner/1920.jpg) no-repeat right center/cover;
	box-sizing: border-box;
	padding: 56px 48px;
}

@media (max-width: 1000px){

.old-site-root-element .about-article-contents .article-sub .banner{
	margin-top: 48px;
}

}

@media (max-width: 900px){

.old-site-root-element .about-article-contents .article-sub .banner{
	background: url(/new/assets/img/about-news/bottom-banner/360.jpg) no-repeat right center/cover;
	padding: 16px 20px 36px;
	max-width: 360px;
}

}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-sub .banner{
	margin-top: 56px;
}

}

	.old-site-root-element .about-article-contents .article-sub .banner&gt;*{
		position: relative;
		pointer-events: none;
		z-index: 0;
	}

	.old-site-root-element .about-article-contents .article-sub .banner-link{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: initial;
		z-index: 1;
	}

	.old-site-root-element .about-article-contents .article-sub .banner-info{
		max-width: 370px;
	}

@media (max-width: 900px){

	.old-site-root-element .about-article-contents .article-sub .banner-info{
		max-width: 150px;
	}

}

		.old-site-root-element .about-article-contents .article-sub .banner-caption{
			font-family: Inter;
			font-weight: 700;
			font-size: 32px;
			line-height: 36px;
			color: #172126;
		}

	@media (max-width: 900px){

		.old-site-root-element .about-article-contents .article-sub .banner-caption{
			font-style: normal;
			font-weight: 600;
			font-size: 16px;
			line-height: 20px;
		}

	}

		.old-site-root-element .about-article-contents .article-sub .banner-text{
			font-family: Inter;
			font-weight: 400;
			font-size: 16px;
			line-height: 20px;
			color: #172126;
			margin-top: 12px;
		}

	@media (max-width: 900px){

		.old-site-root-element .about-article-contents .article-sub .banner-text{
			font-family: Inter;
			font-size: 10px;
			line-height: 12px;
			color: #172126;
			margin-top: 8px;
		}

	}

		.old-site-root-element .about-article-contents .article-sub .banner-info:after{
			content: 'Узнать больше';
			display: block;
			font-family: Inter;
			font-weight: 600;
			font-size: 16px;
			line-height: 20px;
			text-decoration-line: underline;
			text-decoration-skip: none;
			text-decoration-skip-ink: none;
			text-underline-offset: 2px;
			color: #F47D32;
			margin-top: 12px;
		}

	@media (max-width: 900px){

		.old-site-root-element .about-article-contents .article-sub .banner-info:after{
			display: none;
		}

	}


.old-site-root-element .about-article-contents .article-sub .comments{
	margin-top: 96px;
}

@media (max-width: 800px){

.old-site-root-element .about-article-contents .article-sub .comments{
	margin-top: 72px;
}

}

	.old-site-root-element .about-article-contents .article-sub .comments:before{
		content: 'Комментарии';
		font-family: Circe-Bold;
		font-size: 48px;
		line-height: 48px;
		color: #172126;
	}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .article-sub .comments:before{
		font-size: 32px;
		line-height: 36px;
	}

}

	.old-site-root-element .about-article-contents .article-sub .form{
		margin-top: 48px;
	}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .article-sub .form{
		margin-top: 32px;
	}

}

		.old-site-root-element .about-article-contents .article-sub .form&gt;*{
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
		}

	@media (max-width: 800px){

		.old-site-root-element .about-article-contents .article-sub .form&gt;*{
			flex-direction: column;
			align-items: stretch;
		}

	}

			.old-site-root-element .about-article-contents .article-sub .form .photo{
				width: 64px;
				height: 64px;
				flex-shrink: 0;
				border-radius: 32px;
				background: url(/new/assets/img/about-news/no-photo.svg) no-repeat center center/cover;
				overflow: hidden;
				margin-right: 24px;
			}

		@media (max-width: 800px){

			.old-site-root-element .about-article-contents .article-sub .form .photo{
				display: none;
			}

		}

			.old-site-root-element .about-article-contents .article-sub .form .inner{
				display: flex;
				flex-direction: column;
				align-items: stretch;
				justify-content: flex-start;
				flex-grow: 1;
				flex-basis: 0;
				min-width: 0;
			}

		@media (max-width: 800px){

			.old-site-root-element .about-article-contents .article-sub .form .inner{
				flex-grow: initial;
				flex-basis: initial;
				min-width: initial;
			}

		}

				.old-site-root-element .about-article-contents .article-sub .form .inner .textarea{
					position: relative;
					border: 1px solid #C2C9CC;
					border-radius: 12px;
					box-sizing: border-box;
					min-height: 112px;
					overflow: hidden;
				}

				.old-site-root-element .about-article-contents .article-sub .form .inner .textarea.focused,
				.old-site-root-element .about-article-contents .article-sub .form .inner .textarea.filled{
					border-color: #172126;
				}

				.old-site-root-element .about-article-contents .article-sub .form .inner .textarea div{
					position: absolute;
					box-sizing: border-box;
					font-family: Roboto;
					font-size: 16px;
					line-height: 24px;
					color: transparent;
					padding: 16px;
					left: 0;
					top: 0;
					width: 100%;
					height: auto;
					font-kerning: none;
					z-index: 0;
					pointer-events: none;
				}

				.old-site-root-element .about-article-contents .article-sub .form .inner .textarea textarea{
					display: block;
					position: absolute;
					box-sizing: border-box;
					font-family: Roboto;
					font-size: 16px;
					line-height: 24px;
					color: #172126;
					padding: 16px;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					font-kerning: none;
					z-index: 1;
				}

					.old-site-root-element .about-article-contents .article-sub .form .inner .textarea textarea::placeholder{
						color: #90979C;
					}

					.old-site-root-element .about-article-contents .article-sub .form .inner .textarea textarea::-webkit-scrollbar,
					.old-site-root-element .about-article-contents .article-sub .form .inner .textarea textarea::-webkit-scrollbar-track,
					.old-site-root-element .about-article-contents .article-sub .form .inner .textarea textarea::-webkit-scrollbar-thumb{
						width: 0;
						opacity: 0;
						background: transparent;
					}

				.old-site-root-element .about-article-contents .article-sub .form .inner .send{
					display: flex;
					flex-direction: row;
					align-items: center;
					justify-content: center;
					align-self: flex-start;
					background: #F47D32;
					box-shadow: 0px 18px 40px -15px rgba(255, 99, 0, 0.4);
					border-radius: 12px;
					padding: 2px 16px;
					font-family: Circe-Bold;
					font-size: 12px;
					line-height: 24px;
					letter-spacing: .08em;
					text-transform: uppercase;
					color: #fff;
					box-sizing: border-box;
					min-height: 32px;
					margin-top: 16px;
					cursor: pointer;
				}

					.old-site-root-element .about-article-contents .article-sub .form .inner .send:before{
						content: 'Оставить комментарий';
					}

	.old-site-root-element .about-article-contents .article-sub .list{}
	
		.old-site-root-element .about-article-contents .article-sub .list&gt;*{
			display: grid;
			grid-template-columns: 64px 1fr;
			grid-column-gap: 24px;
			box-sizing: border-box;
			margin-top: 48px;
		}

	@media (max-width: 800px){

		.old-site-root-element .about-article-contents .article-sub .list&gt;*{
			grid-template-columns: 64px 1fr;
			grid-column-gap: 16px;
			margin-top: 32px;
		}

	}

			.old-site-root-element .about-article-contents .article-sub .list .photo{
				width: 64px;
				height: 64px;
				border-radius: 32px;
				background: url(/new/assets/img/about-news/no-photo.svg) no-repeat center center/cover;
			}

		@media (min-width: 801px){

			.old-site-root-element .about-article-contents .article-sub .list .photo{
				grid-row-start: 1;
				grid-row-end: 4;
			}

		}

			.old-site-root-element .about-article-contents .article-sub .list .info{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: flex-start;
			}

		@media (max-width: 800px){

			.old-site-root-element .about-article-contents .article-sub .list .info{
				flex-direction: column;
				align-items: stretch;
				justify-content: space-between;
				align-self: stretch;
				padding: 8px 0;
				box-sizing: border-box;
			}

		}

				.old-site-root-element .about-article-contents .article-sub .list .info .name{
					font-family: Roboto;
					font-weight: bold;
					font-size: 16px;
					line-height: 24px;
					color: #172126;
				}

				.old-site-root-element .about-article-contents .article-sub .list .info .date{
					font-family: Roboto;
					font-size: 12px;
					line-height: 16px;
					color: #90979C;
					margin-left: 24px;
				}

			@media (max-width: 800px){

				.old-site-root-element .about-article-contents .article-sub .list .info .date{
					margin-left: 0;
					margin-top: 8px;
				}

			}

			.old-site-root-element .about-article-contents .article-sub .list .text{
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
				margin-top: 8px;
			}

		@media (max-width: 800px){

			.old-site-root-element .about-article-contents .article-sub .list .text{
				grid-column-start: 1;
				grid-column-end: 3;
				margin-top: 16px;
			}

		}

			.old-site-root-element .about-article-contents .article-sub .list .reply{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: flex-start;
				justify-self: start;
				margin-top: 8px;
			}
			
		@media (max-width: 800px){

			.old-site-root-element .about-article-contents .article-sub .list .reply{
				grid-column-start: 1;
				grid-column-end: 3;
			}

		}

			.old-site-root-element .about-article-contents .article-sub .list .reply,
			.old-site-root-element .about-article-contents .article-sub .list .reply *{
				cursor: pointer;
			}

				.old-site-root-element .about-article-contents .article-sub .list .reply&gt;*{
					position: relative;
					width: 24px;
					height: 24px;
				}

					.old-site-root-element .about-article-contents .article-sub .list .reply&gt;*:before,
					.old-site-root-element .about-article-contents .article-sub .list .reply&gt;*:after{
						content: '';
						display: block;
						position: absolute;
						left: 0;
						top: 0;
						width: 100%;
						height: 100%;
						background: url(/new/assets/img/about-news/reply.svg) no-repeat center center/contain;
						opacity: 1;
						transition: opacity 200ms ease;
						will-change: opacity;
					}

					.old-site-root-element .about-article-contents .article-sub .list .reply&gt;*:after{
						background-image: url(/new/assets/img/about-news/reply-active.svg);
						opacity: 0;
					}

				@media (hover:hover){

					.old-site-root-element .about-article-contents .article-sub .list .reply:hover&gt;*:before{
						opacity: 0;
					}

					.old-site-root-element .about-article-contents .article-sub .list .reply:hover&gt;*:after{
						opacity: 1;
					}

				}

				@media (hover:none){

					.old-site-root-element .about-article-contents .article-sub .list .reply:active&gt;*:before{
						opacity: 0;
					}

					.old-site-root-element .about-article-contents .article-sub .list .reply:active&gt;*:after{
						opacity: 1;
					}

				}

				.old-site-root-element .about-article-contents .article-sub .list .reply:after{
					content: 'Ответить';
					display: block;
					font-family: Roboto;
					font-size: 12px;
					line-height: 16px;
					color: #172126;
					margin-left: 4px;
					transition: color 200ms ease;
					will-change: color;
				}

			@media (hover:hover){

				.old-site-root-element .about-article-contents .article-sub .list .reply:hover:after{
					color: #F47D32;
				}

			}

			@media (hover:none){

				.old-site-root-element .about-article-contents .article-sub .list .reply:active:after{
					color: #F47D32;
				}

			}

					.old-site-root-element .about-article-contents .article-sub .list .reply:after{
						margin-left: 4px;
					}

	.old-site-root-element .about-article-contents .article-sub .load-more{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 48px;
		background: #F2F6F7;
		font-family: Circe-Bold;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .08em;
		text-transform: uppercase;
		color: #172126;
		border-radius: 12px;
		padding-left: 8px 24px;
		min-height: 56px;
		box-sizing: border-box;
		cursor: pointer;

	}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .article-sub .load-more{
		margin-top: 32px;
	}

}

		.old-site-root-element .about-article-contents .article-sub .load-more:before{
			content: 'Показать ещё';
			white-space: nowrap;
		}


@media (min-width: 1251px){

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .sub--1{
		padding-left: 88px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .sub--2{
		padding-left: 176px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .sub--3{
		padding-left: 264px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .sub--4{
		padding-left: 352px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .sub--5{
		padding-left: 440px;
	}


	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .sub{
		margin-top: 24px;
	}

}

@media (max-width: 1250px) and (min-width: 801px){

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--1{
		padding-left: 48px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--2{
		padding-left: 80px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--3{
		padding-left: 112px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--4{
		padding-left: 144px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--5{
		padding-left: 176px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .sub{
		margin-top: 24px;
	}

}

@media (max-width: 800px){

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--1{
		padding-left: 24px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--2{
		padding-left: 48px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--3{
		padding-left: 72px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--4{
		padding-left: 96px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--5{
		padding-left: 120px;
	}

	.old-site-root-element .about-article-contents .contents-wrapper .article-sub .sub{
		margin-top: 16px;
	}

}

























































.old-site-root-element.about-article_html{}


.old-site-root-element.about-article-contents{
	position: relative;
	padding: 0 0 128px;
	z-index: 0;
}

@media (max-width: 800px){

.old-site-root-element.about-article-contents{
	padding: 0 0 72px;
}

}

.old-site-root-element.about-article-contents&gt;*{
	position: relative;
	z-index: 0;
}

.old-site-root-element.about-article-contents .contents-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 48px;
}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .contents-wrapper{
	padding: 0 20px;
}

}

.old-site-root-element.about-article-contents .contents-wrapper&gt;*{
	width: 100%;
	max-width: 1440px;
}


@media (min-width: 1001px){

.old-site-root-element.about-article-contents .contents-wrapper&gt;*{
	display: grid;
	grid-template-columns: 1fr 304px;
	grid-column-gap: 64px;
	grid-row-gap: 96px;
	flex-grow: 1;
}

}

@media (min-width: 1401px){

.old-site-root-element.about-article-contents .contents-wrapper&gt;*{
	grid-column-gap: 144px;
}

}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .contents-wrapper&gt;*{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

}

.old-site-root-element.about-article-contents .article-text{}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-text{
	padding-top: 24px;
	order: 1;
}

}

.old-site-root-element.about-article-contents .article-text .header{
	font-family: Circe-Bold;
	font-size: 72px;
	line-height: 72px;
	color: #172126;
}

@media (max-width: 1280px){

.old-site-root-element.about-article-contents .article-text .header{
	font-size: 48px;
	line-height: 48px;
}

}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-text .header{
	font-size: 32px;
	line-height: 36px;
}

}

.old-site-root-element.about-article-contents .article-text .tools-top{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-top: 24px;
}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-text .tools-top{
	margin-top: 16px;
}

}

	.old-site-root-element.about-article-contents .article-text .tools-top .date{
		font-family: Roboto;
		font-size: 12px;
		line-height: 16px;
		color: #90979C;
	}

	.old-site-root-element.about-article-contents .article-text .tools-top .tools{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		margin-left: 24px;
	}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .article-text .tools-top .tools{
		margin-left: 16px;
	}

}

		.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: flex-start;
			margin-right: 24px;
		}

	@media (max-width: 800px){

		.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*{
			margin-right: 16px;
		}

	}

		.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*,
		.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;* *{
			cursor: pointer;
		}

			.old-site-root-element.about-article-contents .article-text .tools-top .tools .icon{
				position: relative;
				width: 24px;
				height: 24px;
				flex-shrink: 0;
			}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools .icon:before,
				.old-site-root-element.about-article-contents .article-text .tools-top .tools .icon:after{
					content: '';
					display: block;
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					opacity: 1;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: contain;
					transition: opacity 200ms ease;
					will-change: opacity;
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools .icon:before{
					opacity: 0;
				}

			@media (hover:hover){

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*:hover .icon:before{
					opacity: 1;
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*:hover .icon:after{
					opacity: 0;
				}

			}

			@media (hover:none){

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*:active .icon:before{
					opacity: 1;
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*:active .icon:after{
					opacity: 0;
				}

			}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*.liked .icon:before{
					opacity: 1;
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*.liked .icon:after{
					opacity: 0;
				}


				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*.comment .icon:before{
					background-image: url(/new/assets/img/about-company/comment-active.svg);
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*.comment .icon:after{
					background-image: url(/new/assets/img/about-company/comment.svg);
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*.like .icon:before{
					background-image: url(/new/assets/img/about-company/like-active.svg);
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*.like .icon:after{
					background-image: url(/new/assets/img/about-company/like.svg);
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*.share .icon:before{
					background-image: url(/new/assets/img/about-company/share-active.svg);
				}

				.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*.share .icon:after{
					background-image: url(/new/assets/img/about-company/share.svg);
				}

			.old-site-root-element.about-article-contents .article-text .tools-top .tools .value{
				font-family: Roboto;
				font-size: 12px;
				line-height: 16px;
				color: #90979C;
				align-self: center;
				margin-left: 4px;
				transition: color 200ms ease;
				will-change: color;
			}

		@media (hover:hover){

			.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*:hover .value{
				color: #F47D32;
			}

		}

		@media (hover:none){

			.old-site-root-element.about-article-contents .article-text .tools-top .tools&gt;*:active.value{
				color: #F47D32;
			}

		}

.old-site-root-element.about-article-contents .article-text .text-wrapper{
	margin-top: 32px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	color: #172126;
}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-text .text-wrapper{
	margin-top: 24px;
}

}

	.old-site-root-element.about-article-contents .article-text .text-wrapper&gt;*{
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.old-site-root-element.about-article-contents .article-text .text-wrapper&gt;*+*{
		margin-top: 12px;
	}

	.old-site-root-element.about-article-contents .article-text .text-wrapper .image{
		position: relative;
		overflow: hidden;
		border-radius: 20px;
	}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .article-text .text-wrapper .image{
		border-radius: 16px;
	}

}

	.old-site-root-element.about-article-contents .article-text .text-wrapper *+.image{
		margin-top: 32px;
	}

		.old-site-root-element.about-article-contents .article-text .text-wrapper .image img{
			display: block;
			width: 100%;
			height: auto;
		}

	.old-site-root-element.about-article-contents .article-text .text-wrapper h2{
		font-family: Circe-Bold;
		font-size: 32px;
		line-height: 36px;
		color: #172126;
	}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .article-text .text-wrapper h2{
		font-size: 24px;
		line-height: 28px;
		border-radius: 16px;
	}

}

	.old-site-root-element.about-article-contents .article-text .text-wrapper *+h2{
		margin-top: 48px;
	}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .article-text .text-wrapper *+h2{
		margin-top: 32px;
	}

}

	.old-site-root-element.about-article-contents .article-text .text-wrapper p{}
	
		.old-site-root-element.about-article-contents .article-text .text-wrapper p a{
			display: inline;
			color: #F47D32;
			text-decoration-skip: none;
			text-decoration-skip-ink: none;
			text-underline-offset: 2px;
			text-decoration: underline;
		}

	.old-site-root-element.about-article-contents .article-text .text-wrapper h2+p{
		margin-top: 24px;
	}

	.old-site-root-element.about-article-contents .article-text .text-wrapper .image+p{
		margin-top: 32px;
	}

.old-site-root-element.about-article-contents .article-text .tools-bottom{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-top: 48px;
}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-text .tools-bottom{
	margin-top: 32px;
}

}

	.old-site-root-element.about-article-contents .article-text .tools-bottom .likes{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

		.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .list{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: flex-start;
		}

			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .list&gt;*{
				width: 48px;
				height: 48px;
				border: 2px solid #FFFFFF;
				border-radius: 32px;
				box-sizing: border-box;
				margin-right: -12px;
				background: url(/new/assets/img/about-news/no-photo.svg) no-repeat center center/cover;
			}

			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .list&gt;*:last-child{
				margin-right: 0;
			}

		.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .whom{
			font-family: Roboto;
			font-weight: bold;
			font-size: 16px;
			line-height: 24px;
			color: #172126;
			margin-left: 16px;
		}

			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .whom:before,
			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .whom:after{
				font-weight: normal;
				white-space: pre;
			}

			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .whom:before{
				content: 'Нравится ';
			}

			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .whom:after{
				content: ' пользователям';
			}

			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .whom.nom--1:after{
				content: ' пользователю';
			}

		.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .count{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: flex-start;
			font-family: Roboto;
			font-size: 16px;
			line-height: 24px;
			color: #172126;
			margin-left: 24px;
			border: 2px solid #172126;
			border-radius: 24px;
			padding: 6px 12px;
			min-height: 48px;
			box-sizing: border-box;
			cursor: pointer;
		}

	@media (max-width: 800px){

		.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .count{
			margin-left: 16px;
		}

	}

			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes .count:before{
				content: '';
				display: block;
				width: 24px;
				height: 24px;
				background: url(/new/assets/img/about-news/like-black.svg) no-repeat center center/contain;
				margin-right: 4px;
			}

			.old-site-root-element.about-article-contents .article-text .tools-bottom .likes.liked .count:before{
				background: url(/new/assets/img/about-company/like-active.svg) no-repeat center center/contain;
			}

	.old-site-root-element.about-article-contents .article-text .tools-bottom .share{
		position: relative;
		width: 48px;
		height: 48px;
		border-radius: 24px;
		margin-left: 24px;
		border: 2px solid #172126;
		transition: border-color 200ms ease;
		will-change: border-color;
		cursor: pointer;
	}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .article-text .tools-bottom .share{
		margin-left: 16px;
	}

}

		.old-site-root-element.about-article-contents .article-text .tools-bottom .share:before,
		.old-site-root-element.about-article-contents .article-text .tools-bottom .share:after{
			content: '';
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			background: url(/new/assets/img/about-news/share.svg) no-repeat center center/24px auto;
			opacity: 1;
			transition: opacity 200ms ease;
			will-change: opacity;
		}

		.old-site-root-element.about-article-contents .article-text .tools-bottom .share:after{
			background-image: url(/new/assets/img/about-news/share-active.svg);
			opacity: 0;
		}

@media (hover: hover){

	.old-site-root-element.about-article-contents .article-text .tools-bottom .share:hover{
		border-color: #F47D32;
	}

		.old-site-root-element.about-article-contents .article-text .tools-bottom .share:hover:before{
			opacity: 0;
		}
		
		.old-site-root-element.about-article-contents .article-text .tools-bottom .share:hover:after{
			opacity: 1;
		}

}

@media (hover: none){

	.old-site-root-element.about-article-contents .article-text .tools-bottom .share:active{
		border-color: #F47D32;
	}

		.old-site-root-element.about-article-contents .article-text .tools-bottom .share:active:before{
			opacity: 0;
		}
		
		.old-site-root-element.about-article-contents .article-text .tools-bottom .share:active:after{
			opacity: 1;
		}

}



.old-site-root-element.about-article-contents .article-aside{}

@media (min-width: 1001px){

.old-site-root-element.about-article-contents .article-aside{
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}

}

@media (max-width: 1000px){

.old-site-root-element.about-article-contents .article-aside{
	margin-top: 96px;
}

}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-aside{
	margin-top: 56px;
	order: 3;
}

}

.old-site-root-element.about-article-contents .article-aside:before{
	content: 'Популярное';
	display: block;
	font-family: Circe-Bold;
	font-size: 32px;
	line-height: 36px;
	color: #172126;
}

.old-site-root-element.about-article-contents .article-aside .news{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: auto;
	height: auto;
	margin-top: 32px;
}

@media (max-width: 1000px){

.old-site-root-element.about-article-contents .article-aside .news{
	position: relative;
	width: calc(100% + 96px);
	left: -48px;
	padding: 0 48px;
	box-sizing: border-box;
	overflow: hidden;
}

}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-aside .news{
	width: calc(100% + 40px);
	left: -20px;
	padding: 0 20px;
}

}

	.old-site-root-element.about-article-contents .article-aside .news&gt;*{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		width: auto;
		height: auto;
	}

@media (max-width: 1000px){

	.old-site-root-element.about-article-contents .article-aside .news&gt;*{
		flex-direction: row;
		width: 100%;
	}

}

		.old-site-root-element.about-article-contents .article-aside .news&gt;*&gt;*{
			display: flex;
			flex-direction: column;
			align-items: stretch;
			justify-content: flex-start;
			width: auto;
			height: auto;
		}

	@media (max-width: 1000px){

		.old-site-root-element.about-article-contents .article-aside .news&gt;*&gt;*{
			flex-direction: row;
			width: 100%;
		}

	}

			.old-site-root-element.about-article-contents .article-aside .news&gt;*&gt;*&gt;*{
				display: none;
				flex-direction: column;
				align-items: stretch;
				justify-content: flex-start;
				width: auto;
				height: auto;
			}

		@media (min-width: 1001px){

			.old-site-root-element.about-article-contents .article-aside .news&gt;*&gt;*&gt;*+*{
				margin-top: 40px;
			}

			.old-site-root-element.about-article-contents .article-aside .news&gt;*&gt;*&gt;*:nth-child(1),
			.old-site-root-element.about-article-contents .article-aside .news&gt;*&gt;*&gt;*:nth-child(2),
			.old-site-root-element.about-article-contents .article-aside .news&gt;*&gt;*&gt;*:nth-child(3){
				display: flex;
			}

		}

		@media (max-width: 1000px){

			.old-site-root-element.about-article-contents .article-aside .news&gt;*&gt;*&gt;*{
				display: flex;
				width: 285px;
			}

		}

				.old-site-root-element.about-article-contents .article-aside .news .item{
					display: flex;
					flex-direction: column;
					align-items: stretch;
					justify-content: flex-start;
				}

					.old-site-root-element.about-article-contents .article-aside .news .item .info{
						display: flex;
						flex-direction: row;
						align-items: center;
						justify-content: flex-start;
					}

						.old-site-root-element.about-article-contents .article-aside .news .item .info .tag{
							font-family: Roboto;
							font-size: 12px;
							line-height: 16px;
							color: #172126;
							margin-right: 12px;
						}

						.old-site-root-element.about-article-contents .article-aside .news .item .info .date{
							font-family: Roboto;
							font-size: 12px;
							line-height: 16px;
							color: #90979C;
						}

					.old-site-root-element.about-article-contents .article-aside .news .item .image{
						background-repeat: no-repeat;
						background-position: center center;
						background-size: cover;
						height: 192px;
						border-radius: 16px;
						overflow: hidden;
						margin-top: 12px;
						cursor: pointer;
					}

				@media (max-width: 800px){

					.old-site-root-element.about-article-contents .article-aside .news .item .image{
						height: 180px;
					}

				}

					.old-site-root-element.about-article-contents .article-aside .news .item .tools{
						display: flex;
						flex-direction: row;
						align-items: flex-start;
						justify-content: flex-start;
						margin-top: 12px;
					}

						.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*{
							display: flex;
							flex-direction: row;
							align-items: center;
							justify-content: flex-start;
							margin-right: 24px;
						}

					@media (max-width: 800px){

						.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*{
							margin-right: 16px;
						}

					}

						.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*,
						.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;* *{
							cursor: pointer;
						}

							.old-site-root-element.about-article-contents .article-aside .news .item .tools .icon{
								position: relative;
								width: 24px;
								height: 24px;
								flex-shrink: 0;
							}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools .icon:before,
								.old-site-root-element.about-article-contents .article-aside .news .item .tools .icon:after{
									content: '';
									display: block;
									position: absolute;
									left: 0;
									top: 0;
									width: 100%;
									height: 100%;
									opacity: 1;
									background-repeat: no-repeat;
									background-position: center center;
									background-size: contain;
									transition: opacity 200ms ease;
									will-change: opacity;
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools .icon:before{
									opacity: 0;
								}

							@media (hover:hover){

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*:hover .icon:before{
									opacity: 1;
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*:hover .icon:after{
									opacity: 0;
								}

							}

							@media (hover:none){

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*:active .icon:before{
									opacity: 1;
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*:active .icon:after{
									opacity: 0;
								}

							}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*.liked .icon:before{
									opacity: 1;
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*.liked .icon:after{
									opacity: 0;
								}


								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*.comment .icon:before{
									background-image: url(/new/assets/img/about-company/comment-active.svg);
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*.comment .icon:after{
									background-image: url(/new/assets/img/about-company/comment.svg);
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*.like .icon:before{
									background-image: url(/new/assets/img/about-company/like-active.svg);
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*.like .icon:after{
									background-image: url(/new/assets/img/about-company/like.svg);
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*.share .icon:before{
									background-image: url(/new/assets/img/about-company/share-active.svg);
								}

								.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*.share .icon:after{
									background-image: url(/new/assets/img/about-company/share.svg);
								}

							.old-site-root-element.about-article-contents .article-aside .news .item .tools .value{
								font-family: Roboto;
								font-size: 12px;
								line-height: 16px;
								color: #90979C;
								align-self: center;
								margin-left: 4px;
								transition: color 200ms ease;
								will-change: color;
							}

						@media (hover:hover){

							.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*:hover .value{
								color: #F47D32;
							}

						}

						@media (hover:none){

							.old-site-root-element.about-article-contents .article-aside .news .item .tools&gt;*:active.value{
								color: #F47D32;
							}

						}

					.old-site-root-element.about-article-contents .article-aside .news .item .text{
						font-family: Roboto;
						font-weight: bold;
						font-size: 16px;
						line-height: 24px;
						color: #172126;
						margin-top: 8px;
						cursor: pointer;
					}

.old-site-root-element.about-article-contents .article-aside .banner{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: 96px;
	border-radius: 16px;
	overflow: hidden;
}

@media (max-width: 1000px){

.old-site-root-element.about-article-contents .article-aside .banner{
	display: none;
}

}

	.old-site-root-element.about-article-contents .article-aside .banner:before{
		content: '';
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 158%;
	}
/*
	.about-article-contents .article-aside .banner:after{
		content: 'Самые выгодные заправки';
		display: block;
		position: absolute;
		font-family: Circe-Bold;
		font-size: 32px;
		line-height: 36px;
		color: #FFFFFF;
		width: 100%;
		height: auto;
		padding: 24px;
		left: 0;
		top: 0;
		box-sizing: border-box;
	}

*/

.old-site-root-element.about-article-contents .article-sub{}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-sub{
	order: 2;
}

}

.old-site-root-element.about-article-contents .article-sub .banner{
	display: block;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background: url(/new/assets/img/about-news/bottom-banner/1920.jpg) no-repeat right center/cover;
	box-sizing: border-box;
	padding: 56px 48px;
}

@media (max-width: 1000px){

.old-site-root-element.about-article-contents .article-sub .banner{
	margin-top: 48px;
}

}

@media (max-width: 900px){

.old-site-root-element.about-article-contents .article-sub .banner{
	background: url(/new/assets/img/about-news/bottom-banner/360.jpg) no-repeat right center/cover;
	padding: 16px 20px 36px;
	max-width: 360px;
}

}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-sub .banner{
	margin-top: 56px;
}

}

	.old-site-root-element.about-article-contents .article-sub .banner&gt;*{
		position: relative;
		pointer-events: none;
		z-index: 0;
	}

	.old-site-root-element.about-article-contents .article-sub .banner-link{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: initial;
		z-index: 1;
	}

	.old-site-root-element.about-article-contents .article-sub .banner-info{
		max-width: 370px;
	}

@media (max-width: 900px){

	.old-site-root-element.about-article-contents .article-sub .banner-info{
		max-width: 150px;
	}

}

		.old-site-root-element.about-article-contents .article-sub .banner-caption{
			font-family: Inter;
			font-weight: 700;
			font-size: 32px;
			line-height: 36px;
			color: #172126;
		}

	@media (max-width: 900px){

		.old-site-root-element.about-article-contents .article-sub .banner-caption{
			font-style: normal;
			font-weight: 600;
			font-size: 16px;
			line-height: 20px;
		}

	}

		.old-site-root-element.about-article-contents .article-sub .banner-text{
			font-family: Inter;
			font-weight: 400;
			font-size: 16px;
			line-height: 20px;
			color: #172126;
			margin-top: 12px;
		}

	@media (max-width: 900px){

		.old-site-root-element.about-article-contents .article-sub .banner-text{
			font-family: Inter;
			font-size: 10px;
			line-height: 12px;
			color: #172126;
			margin-top: 8px;
		}

	}

		.old-site-root-element.about-article-contents .article-sub .banner-info:after{
			content: 'Узнать больше';
			display: block;
			font-family: Inter;
			font-weight: 600;
			font-size: 16px;
			line-height: 20px;
			text-decoration-line: underline;
			text-decoration-skip: none;
			text-decoration-skip-ink: none;
			text-underline-offset: 2px;
			color: #F47D32;
			margin-top: 12px;
		}

	@media (max-width: 900px){

		.old-site-root-element.about-article-contents .article-sub .banner-info:after{
			display: none;
		}

	}


.old-site-root-element.about-article-contents .article-sub .comments{
	margin-top: 96px;
}

@media (max-width: 800px){

.old-site-root-element.about-article-contents .article-sub .comments{
	margin-top: 72px;
}

}

	.old-site-root-element.about-article-contents .article-sub .comments:before{
		content: 'Комментарии';
		font-family: Circe-Bold;
		font-size: 48px;
		line-height: 48px;
		color: #172126;
	}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .article-sub .comments:before{
		font-size: 32px;
		line-height: 36px;
	}

}

	.old-site-root-element.about-article-contents .article-sub .form{
		margin-top: 48px;
	}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .article-sub .form{
		margin-top: 32px;
	}

}

		.old-site-root-element.about-article-contents .article-sub .form&gt;*{
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
		}

	@media (max-width: 800px){

		.old-site-root-element.about-article-contents .article-sub .form&gt;*{
			flex-direction: column;
			align-items: stretch;
		}

	}

			.old-site-root-element.about-article-contents .article-sub .form .photo{
				width: 64px;
				height: 64px;
				flex-shrink: 0;
				border-radius: 32px;
				background: url(/new/assets/img/about-news/no-photo.svg) no-repeat center center/cover;
				overflow: hidden;
				margin-right: 24px;
			}

		@media (max-width: 800px){

			.old-site-root-element.about-article-contents .article-sub .form .photo{
				display: none;
			}

		}

			.old-site-root-element.about-article-contents .article-sub .form .inner{
				display: flex;
				flex-direction: column;
				align-items: stretch;
				justify-content: flex-start;
				flex-grow: 1;
				flex-basis: 0;
				min-width: 0;
			}

		@media (max-width: 800px){

			.old-site-root-element.about-article-contents .article-sub .form .inner{
				flex-grow: initial;
				flex-basis: initial;
				min-width: initial;
			}

		}

				.old-site-root-element.about-article-contents .article-sub .form .inner .textarea{
					position: relative;
					border: 1px solid #C2C9CC;
					border-radius: 12px;
					box-sizing: border-box;
					min-height: 112px;
					overflow: hidden;
				}

				.old-site-root-element.about-article-contents .article-sub .form .inner .textarea.focused,
				.old-site-root-element.about-article-contents .article-sub .form .inner .textarea.filled{
					border-color: #172126;
				}

				.old-site-root-element.about-article-contents .article-sub .form .inner .textarea div{
					position: absolute;
					box-sizing: border-box;
					font-family: Roboto;
					font-size: 16px;
					line-height: 24px;
					color: transparent;
					padding: 16px;
					left: 0;
					top: 0;
					width: 100%;
					height: auto;
					font-kerning: none;
					z-index: 0;
					pointer-events: none;
				}

				.old-site-root-element.about-article-contents .article-sub .form .inner .textarea textarea{
					display: block;
					position: absolute;
					box-sizing: border-box;
					font-family: Roboto;
					font-size: 16px;
					line-height: 24px;
					color: #172126;
					padding: 16px;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					font-kerning: none;
					z-index: 1;
				}

					.old-site-root-element.about-article-contents .article-sub .form .inner .textarea textarea::placeholder{
						color: #90979C;
					}

					.old-site-root-element.about-article-contents .article-sub .form .inner .textarea textarea::-webkit-scrollbar,
					.old-site-root-element.about-article-contents .article-sub .form .inner .textarea textarea::-webkit-scrollbar-track,
					.old-site-root-element.about-article-contents .article-sub .form .inner .textarea textarea::-webkit-scrollbar-thumb{
						width: 0;
						opacity: 0;
						background: transparent;
					}

				.old-site-root-element.about-article-contents .article-sub .form .inner .send{
					display: flex;
					flex-direction: row;
					align-items: center;
					justify-content: center;
					align-self: flex-start;
					background: #F47D32;
					box-shadow: 0px 18px 40px -15px rgba(255, 99, 0, 0.4);
					border-radius: 12px;
					padding: 2px 16px;
					font-family: Circe-Bold;
					font-size: 12px;
					line-height: 24px;
					letter-spacing: .08em;
					text-transform: uppercase;
					color: #fff;
					box-sizing: border-box;
					min-height: 32px;
					margin-top: 16px;
					cursor: pointer;
				}

					.old-site-root-element.about-article-contents .article-sub .form .inner .send:before{
						content: 'Оставить комментарий';
					}

	.old-site-root-element.about-article-contents .article-sub .list{}
	
		.old-site-root-element.about-article-contents .article-sub .list&gt;*{
			display: grid;
			grid-template-columns: 64px 1fr;
			grid-column-gap: 24px;
			box-sizing: border-box;
			margin-top: 48px;
		}

	@media (max-width: 800px){

		.old-site-root-element.about-article-contents .article-sub .list&gt;*{
			grid-template-columns: 64px 1fr;
			grid-column-gap: 16px;
			margin-top: 32px;
		}

	}

			.old-site-root-element.about-article-contents .article-sub .list .photo{
				width: 64px;
				height: 64px;
				border-radius: 32px;
				background: url(/new/assets/img/about-news/no-photo.svg) no-repeat center center/cover;
			}

		@media (min-width: 801px){

			.old-site-root-element.about-article-contents .article-sub .list .photo{
				grid-row-start: 1;
				grid-row-end: 4;
			}

		}

			.old-site-root-element.about-article-contents .article-sub .list .info{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: flex-start;
			}

		@media (max-width: 800px){

			.old-site-root-element.about-article-contents .article-sub .list .info{
				flex-direction: column;
				align-items: stretch;
				justify-content: space-between;
				align-self: stretch;
				padding: 8px 0;
				box-sizing: border-box;
			}

		}

				.old-site-root-element.about-article-contents .article-sub .list .info .name{
					font-family: Roboto;
					font-weight: bold;
					font-size: 16px;
					line-height: 24px;
					color: #172126;
				}

				.old-site-root-element.about-article-contents .article-sub .list .info .date{
					font-family: Roboto;
					font-size: 12px;
					line-height: 16px;
					color: #90979C;
					margin-left: 24px;
				}

			@media (max-width: 800px){

				.old-site-root-element.about-article-contents .article-sub .list .info .date{
					margin-left: 0;
					margin-top: 8px;
				}

			}

			.old-site-root-element.about-article-contents .article-sub .list .text{
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
				margin-top: 8px;
			}

		@media (max-width: 800px){

			.old-site-root-element.about-article-contents .article-sub .list .text{
				grid-column-start: 1;
				grid-column-end: 3;
				margin-top: 16px;
			}

		}

			.old-site-root-element.about-article-contents .article-sub .list .reply{
				display: flex;
				flex-direction: row;
				align-items: center;
				justify-content: flex-start;
				justify-self: start;
				margin-top: 8px;
			}
			
		@media (max-width: 800px){

			.old-site-root-element.about-article-contents .article-sub .list .reply{
				grid-column-start: 1;
				grid-column-end: 3;
			}

		}

			.old-site-root-element.about-article-contents .article-sub .list .reply,
			.old-site-root-element.about-article-contents .article-sub .list .reply *{
				cursor: pointer;
			}

				.old-site-root-element.about-article-contents .article-sub .list .reply&gt;*{
					position: relative;
					width: 24px;
					height: 24px;
				}

					.old-site-root-element.about-article-contents .article-sub .list .reply&gt;*:before,
					.old-site-root-element.about-article-contents .article-sub .list .reply&gt;*:after{
						content: '';
						display: block;
						position: absolute;
						left: 0;
						top: 0;
						width: 100%;
						height: 100%;
						background: url(/new/assets/img/about-news/reply.svg) no-repeat center center/contain;
						opacity: 1;
						transition: opacity 200ms ease;
						will-change: opacity;
					}

					.old-site-root-element.about-article-contents .article-sub .list .reply&gt;*:after{
						background-image: url(/new/assets/img/about-news/reply-active.svg);
						opacity: 0;
					}

				@media (hover:hover){

					.old-site-root-element.about-article-contents .article-sub .list .reply:hover&gt;*:before{
						opacity: 0;
					}

					.old-site-root-element.about-article-contents .article-sub .list .reply:hover&gt;*:after{
						opacity: 1;
					}

				}

				@media (hover:none){

					.old-site-root-element.about-article-contents .article-sub .list .reply:active&gt;*:before{
						opacity: 0;
					}

					.old-site-root-element.about-article-contents .article-sub .list .reply:active&gt;*:after{
						opacity: 1;
					}

				}

				.old-site-root-element.about-article-contents .article-sub .list .reply:after{
					content: 'Ответить';
					display: block;
					font-family: Roboto;
					font-size: 12px;
					line-height: 16px;
					color: #172126;
					margin-left: 4px;
					transition: color 200ms ease;
					will-change: color;
				}

			@media (hover:hover){

				.old-site-root-element.about-article-contents .article-sub .list .reply:hover:after{
					color: #F47D32;
				}

			}

			@media (hover:none){

				.old-site-root-element.about-article-contents .article-sub .list .reply:active:after{
					color: #F47D32;
				}

			}

					.old-site-root-element.about-article-contents .article-sub .list .reply:after{
						margin-left: 4px;
					}

	.old-site-root-element.about-article-contents .article-sub .load-more{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 48px;
		background: #F2F6F7;
		font-family: Circe-Bold;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .08em;
		text-transform: uppercase;
		color: #172126;
		border-radius: 12px;
		padding-left: 8px 24px;
		min-height: 56px;
		box-sizing: border-box;
		cursor: pointer;

	}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .article-sub .load-more{
		margin-top: 32px;
	}

}

		.old-site-root-element.about-article-contents .article-sub .load-more:before{
			content: 'Показать ещё';
			white-space: nowrap;
		}


@media (min-width: 1251px){

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .sub--1{
		padding-left: 88px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .sub--2{
		padding-left: 176px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .sub--3{
		padding-left: 264px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .sub--4{
		padding-left: 352px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .sub--5{
		padding-left: 440px;
	}


	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .sub{
		margin-top: 24px;
	}

}

@media (max-width: 1250px) and (min-width: 801px){

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--1{
		padding-left: 48px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--2{
		padding-left: 80px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--3{
		padding-left: 112px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--4{
		padding-left: 144px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--5{
		padding-left: 176px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .sub{
		margin-top: 24px;
	}

}

@media (max-width: 800px){

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--1{
		padding-left: 24px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--2{
		padding-left: 48px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--3{
		padding-left: 72px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--4{
		padding-left: 96px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .list&gt;*.sub--5{
		padding-left: 120px;
	}

	.old-site-root-element.about-article-contents .contents-wrapper .article-sub .sub{
		margin-top: 16px;
	}

}























































</pre></body></html>