.content_section {}

.content_section .top_content {}

.content_section .top_content_col {
	display: flex;
	align-items: center;
}

.content_section .main_content {}

.content_section .main_content .serv_img {}

.content_section .main_content .main_text {}

.content_section .top_content_col .t_lead {
	font-weight: 700;
}

.content_section .top_content_col .t_logo {}

.content_section .top_content_col .t_logo>svg {
	height: 60px;
	width: 230px;
}

.content_section .foot_content_col {
	padding: 20px 30px;
	text-align: center;
}

.content_section .content_block {
	transition: all 0.4s;
}

.content_section .content_block.cutted {
	max-height: 600px;
	overflow: hidden;
	position: relative;
}

.content_section .content_block.cutted:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	box-shadow: 0px -9px 10px 0px #fff inset;
}

@media screen and (max-width: 1023px) {
	.content_section .container {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.content_section .top_content_col {
		-webkit-flex-wrap: -webkit-wrap;
		flex-wrap: wrap;
	}
}

/* content-section */

.content-section {
	margin-top: 48px;
	margin-bottom: 48px;
}

.content-section__info-block-container {
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
}

.content-section__info-block {
	border-radius: 4px;
	padding: 8px;
}
@media (min-width: 1264px) {
	.content-section__info-block {
		position: absolute;
		top: 0;
		right: -32px;
		max-width: 147px;
		transform: translateX(100%);
	}
}

.content-section__untrim-btn-container {
	margin-top: 16px;
}

.content-section__untrim-btn {
	font-size: 24px;
	line-height: 1.2;
	background-color: transparent;
}
.content-section__untrim-btn::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.625.5l3.88 3.88L10.385.5a.996.996 0 111.41 1.41L7.205 6.5a.996.996 0 01-1.41 0l-4.59-4.59a.996.996 0 010-1.41c.39-.38 1.03-.39 1.42 0z' fill='%23009BB7'/%3E%3C/svg%3E");
	margin-left: 5px;
}

.content-section h1,
.content-section h2 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}
@media (min-width: 768px) {
	.content-section h1,
	.content-section h2 {
		font-size: 32px;
		line-height: 1.1;
	}
}
.content-section h1:not(:first-child),
.content-section h2:not(:first-child) {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.content-section h1:not(:first-child),
	.content-section h2:not(:first-child) {
		margin-top: 24px;
	}
}
.content-section h1:not(:last-child),
.content-section h2:not(:last-child) {
	margin-bottom: 16px;
}

.content-section h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}
.content-section h3:not(:first-child) {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.content-section h3:not(:first-child) {
		margin-top: 24px;
	}
}
.content-section h3:not(:last-child) {
	margin-bottom: 16px;
}

.content-section h4,
.content-section h5,
.content-section h6 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}
.content-section h4:not(:first-child),
.content-section h5:not(:first-child),
.content-section h6:not(:first-child) {
	margin-top: 12px;
}
@media (min-width: 768px) {
	.content-section h4:not(:first-child),
	.content-section h5:not(:first-child),
	.content-section h6:not(:first-child) {
		margin-top: 16px;
	}
}

.content-section p {
	font-size: 16px;
	line-height: 1.4;
	color: #484849;
}
.content-section p + p {
	margin-top: 8px;
}

.content-section ul:not(:first-child),
.content-section li > ul,
.content-section ol:not(:first-child),
.content-section li > ol {
	margin-top: 16px;
}
.content-section ul:not(:last-child),
.content-section ol:not(:last-child) {
	margin-bottom: 24px;
}
.content-section ul > li,
.content-section ol > li {
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	color: #484849;
}

.content-section ul {
}
.content-section li > ul {
	padding-left: 0;
	margin-top: 28px;
}
.content-section ul > li {
	padding-left: 28px;
}
.content-section ul > li + li {
	margin-top: 8px;
}
.content-section ul > li::before,
.content-section ul > li::after {
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 0 8px 8px 0;
}
.content-section ul > li::before {
	top: 0;
	left: 0;
	background-color: #009BB7;
}
.content-section ul > li::after {
	top: 3px;
	left: 3px;
	border: 1px solid #333;
}

.content-section ol {
	counter-reset: li-counter;
}
.content-section li > ol {
	margin-bottom: 18px;
}
.content-section ol > li {
	counter-increment: li-counter;
	padding-left: 22px;
}
.content-section ol > li + li {
	margin-top: 8px;
}
.content-section ol > li::after {
	position: absolute;
	top: 0;
	display: block;
	width: 20px;
	height: 22px;
}
.content-section ol > li::after {
	content: counter(li-counter) '.';
	left: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #009BB7;
}

.content-section img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}
.content-section img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.content-section .wp-caption {
	max-width: 100%;
}
.content-section .wp-caption:not(:first-child) {
	margin-top: 24px;
}
.content-section .wp-caption:not(:last-child) {
	margin-bottom: 48px;
}

.content-section .wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.content-section .wp-caption img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content-section .wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 1.2;
	color: #484849;
	text-align: center;
	margin-top: 16px;
}

.content-section__related {
	padding: 24px;
	border: 2px solid #E6E6E6;
	border-radius: 4px;
	margin-top: 24px;
}

.content-section__related-heading {
}

.content-section__related-list {
	margin-top: 22px;
}

.content-section__related-item {
}
.content-section .content-section__related-item::before, /* */
.content-section__related-item::before {
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.118 11.004H5.108c-.55 0-1 .45-1 1s.45 1 1 1h11.01v1.79c0 .45.54.67.85.35l2.78-2.79c.19-.2.19-.51 0-.71l-2.78-2.79c-.31-.32-.85-.09-.85.35v1.8z' fill='%23009BB7'/%3E%3C/svg%3E");
}
.content-section .content-section__related-item::after, /* */
.content-section__related-item::after {
	display: none;
}

.content-section__related-link {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #009BB7;
}
.content-section__related-link:hover,
.content-section__related-link:focus {
}
