.image-hero.old-style {
	padding: 206px 0;
}

.image-hero.old-style .image-hero__title {
	font-size: 44px;
	line-height: 59px;
	font-family: var(--font-secondary);
	font-weight: 700;
}

.image-hero.old-style .image-hero__content {
	margin-top: 25px;
}

@media screen and (max-width: 1199px) {
	.image-hero.old-style {
		padding: 150px 0;
	}

	.image-hero.old-style .image-hero__title {
		font-size: 42px;
		line-height: 50px;
	}

	.image-hero.old-style .image-hero__content {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.image-hero.old-style .image-hero__title {
		font-size: 36px;
		line-height: 44px;
	}
	.image-hero.old-style .image-hero__content {
		margin-top: 15px;
	}
}

.post-template-flexible-old-section .html-content > * {
	margin-bottom: 26px;
}

.post-template-flexible-old-section .html-content > *:last-child {
	margin-bottom: 0;
}

.post-template-flexible-post .about-doc .achilles-doc--text .achilles-doc--block-text p {
	margin-bottom: 26px;
	text-align: center;
}
.post-template-flexible-post .about-doc .achilles-doc--text .achilles-doc--block-text p:last-child {
	margin-bottom: 0;
}

.post-template-flexible-old-section .faq {
	padding: 20px 0 30px;
}

.post-template-flexible-old-section .section_partners {
	padding: 30px 0;
}


@media screen and (max-width: 1199px) {
	.post-template-flexible-old-section .html-content > * {
		margin-bottom: 20px;
	}
	.post-template-flexible-post .about-doc .achilles-doc--text .achilles-doc--block-text p {
		margin-bottom: 20px;
	}
}

.about-doc {
	padding: 50px 0;
	background-color: #009ce9;
}

.about-doc .achilles-doc {
	padding: 0;
}

.about-doc .achilles-doc__wrapper.flex-column {
	padding: 0;
	background-color: transparent;
}

.about-doc .achilles-doc__wrapper.flex-column h2.newArticle__title {
	line-height: 40px;
	margin-bottom: 36px;
}

.about-doc .achilles-doc--descr.cust-profiles {
	margin-top: 18px;
	grid-column-gap: 35px;
	align-items: flex-end;
}

.about-doc .achilles-doc--descr strong {
	font-size: 22px;
	font-family: var(--font-italic);
	line-height: 30px;
	font-weight: 700;
}

.about-doc .achilles-doc--descr p {
	font-family: var(--font-italic);
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}

.about-doc .achilles-doc--descr__profiles .global_verified p {
	font-weight: 300;
}

.about-doc .verified-profiles {
	padding-left: 2px;
}

.about-doc .achilles-doc-video__wrapper.flex-column .achilles-doc--text, 
.about-doc .achilles-doc__wrapper.flex-column .achilles-doc--text {
	padding: 0;
	margin-top: 35px;
}

.about-doc .global_with_img_buttons {
	margin: 0;
	margin-top: 40px;
	gap: 100px;
}

.about-doc .global_with_img_buttons .global_with_img_btn {
	margin: 0;
}

@media screen and (max-width: 1199px) {
	.about-doc {
		padding: 40px 0;
	}
	.about-doc .global_with_img_buttons {
		margin-top: 30px;
		gap: 50px;
	}

	.about-doc .achilles-doc-video__wrapper.flex-column .achilles-doc--text, 
	.about-doc .achilles-doc__wrapper.flex-column .achilles-doc--text {
		margin-top: 25px;
	}

	.about-doc .achilles-doc__wrapper.flex-column h2.newArticle__title {
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 767px) {
	.about-doc .achilles-doc__wrapper.flex-column h2.newArticle__title {
		line-height: 1.25;
	}

	.about-doc .global_with_img_buttons {
		gap: 30px;
	}
}