.cases-list__item--js-hidden {
	display: none;
}

.arcticmodal-container .success {
	text-align: center;
}

.section_cases--class {
	opacity: 0;
}

.header-section__title--timeline {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) 50% 100%/40px 2px no-repeat;
	background: linear-gradient(#ffffff, #ffffff) 50% 100%/40px 2px no-repeat;
}

.error-text {
	color: #ff0000;
}

@media (min-width: 1300px) {
	.footer__inner-top {
		margin-bottom: 35px;
	}

	.footer__inner {
		padding: 0 0 35px;
	}
}

.copyright__inner {
	margin: 35px 0 35px 0;
	text-align: center;
}

.section_write-view img {
	width: 100%;
	height: auto;
}

.section_write-view p {
	width: 100%;
	max-width: none;
}

.section_write-view table {
	margin: 0 auto;
}

.section_write-view table td {
	padding: 5px 10px;
	border: 1px solid #454545;
}

.section_write-view table td p {
	margin-bottom: 0;
}


/* */
.section_write-view {
	padding-top: 100px;
	line-height: 2;
}

.section_write-view p {
	margin-bottom: 20px;
}

.section_write-view,
.section_blog-comments {
	margin: 0 auto;
	max-width: 930px;
}

.section_write-view .section__title {
	text-align: center;
}

.section_write-view .section__info {
	justify-content: center;
}

.blog-image {
	position: relative;
	margin: 0 -15px 30px;
	height: 190px;
	overflow: hidden;
}

.blog-image img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.section_write-view .section__info {
		margin-bottom: 25px;
	}

	.blog-image {
		height: 280px;
	}
}

@media (min-width: 1300px) {
	.blog-image {
		margin: 0 -40px 30px;
		height: 380px;
	}
}

.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}

.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

.grecaptcha-badge {
	visibility: hidden;
}

.infografica {}
.infografica__steps, .infografica__list {
	list-style: none;
}

.infografica__list {
	padding: 0;
}

.infografica__item {
	position: relative;
	padding-top: 7px;
	padding-left: 50px;
}

.infografica__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: contain;
}

.infografica__title {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #3E495A;
}

.infografica__steps {
	display: none;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin-bottom: 30px;
}

.infografica__steps::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 50%;
	bottom: 50px;
	border-left: 2px dashed #B7B7B7;
}

.infografica__step {
	flex-shrink: 0;
	position: relative;
	margin-bottom: 60px;
}

.infografica__step:last-child {
	margin-bottom: 0;
}

.infografica__step::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 160%;
	height: 100%;
	border-radius: 51px;
	background-image: linear-gradient(to right, rgba(204, 204, 204, 0.6), rgba(204, 204, 204, 0.2), transparent);
	transform: translate(16px, -35px) rotate(45deg);
	transform-origin: left;
}

.infografica__step_arrow::after {
	top: 50%;
	left: 50%;
// z-index: -1;
	width: 102px;
	height: 38px;
	background-color: #F2F2F2;
	border-radius: 0;
	background-image: none;
	clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
	transform: translate(-50%, -50%) rotate(90deg);
	transform-origin: center;
}

.infografica__image {
	position: relative;
	z-index: 1;
	padding: 3px;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	border: 3px solid #ccc;
	background-color: #fff;
}

.infografica__image::before {
	content: attr(data-step);
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #3E495A;
	transform: translate(-50%, -50%);
}

.infografica__step img {
	width: 100%;
	height: auto;
}

.infografica__paly-icon {
	position: relative;
	z-index: 1;
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width: 768px) {

	.infografica__list {
		display: flex;
		justify-content: space-between;
	}
	.infografica__item {
		flex-shrink: 0;
		width: 30%;
	}
	.infografica__steps {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 40px;
		padding: 0 50px;
	}
	.infografica__steps::before {
		top: 50%;
		left: 50px;
		right: 50px;
		bottom: auto;
		border-left: none;
		border-top: 2px dashed #B7B7B7;
	}
	.infografica__step {
		margin-bottom: 0;
	}
	.infografica__step_arrow::after {
		width: 122px;
		transform: translate(-50%, -50%) rotate(0);
	}

}
.privacy-text{
	margin-top: 20px;
}
