.head > .head__video {
	z-index: 0;
}

.head > .head__overlay {
	z-index: 1;
	background: rgba(0, 0, 0, .45);
}

.head > .container {
	position: relative;
	z-index: 2;
}

.service-content__txt {
	max-height: none;
	overflow: visible;
}

.service-seo,
.service-faq {
	padding: 50px 0 20px;
}

.service-seo__inner,
.service-faq__inner {
	max-width: 860px;
}

.service-seo h2,
.service-faq h2,
.service-content__txt h2 {
	font-size: 28px;
	line-height: 1.2;
	color: #fff;
	font-family: "Gilroy-Light", sans-serif;
	text-transform: uppercase;
	margin: 56px 0 18px;
	padding-bottom: 16px;
	position: relative;
}

.service-seo h2:first-child,
.service-faq h2:first-child,
.service-content__txt h2:first-child {
	margin-top: 0;
}

.service-seo h2:after,
.service-faq h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 2px;
	background-color: #C22AAF;
}

.service-seo h2 span,
.service-faq h2 span,
.service-content__txt h2 span {
	font-family: "Gilroy-ExtraBold", sans-serif;
	color: #C22AAF;
}

.service-seo p,
.service-faq p,
.service-content__txt p {
	font-size: 16px;
	line-height: 1.7;
	color: #c8c8c8;
	margin: 0 0 14px;
}

.service-seo ul,
.service-content__txt ul {
	list-style: none;
	margin: 8px 0 28px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 28px;
	color: #c8c8c8;
	font-size: 16px;
	line-height: 1.5;
}

.service-seo li,
.service-content__txt li {
	position: relative;
	padding-left: 18px;
	margin: 0;
}

.service-seo li:before,
.service-content__txt li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #C22AAF;
}

.service-seo a,
.service-faq a,
.service-content__txt a {
	color: #C22AAF;
	text-decoration: none;
	border-bottom: 1px solid rgba(194, 42, 175, .4);
}

.service-seo a:hover,
.service-faq a:hover,
.service-content__txt a:hover {
	border-bottom-color: #C22AAF;
}

.service-faq__question {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 18px 0;
	font-family: "Gilroy-Light", sans-serif;
	font-size: 18px;
	line-height: 1.35;
	color: #fff;
	text-transform: none;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	transition: color .2s ease;
}

.service-faq__question:hover,
.service-faq__question.is-open {
	color: #C22AAF;
}

.service-faq__question:after {
	content: "+";
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border: 1px solid #C22AAF;
	border-radius: 50%;
	color: #C22AAF;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-family: "Gilroy-Light", sans-serif;
}

.service-faq__question.is-open:after {
	content: "–";
	line-height: 24px;
}

.service-faq__answer {
	display: none;
	padding: 12px 44px 20px 0;
}

.service-faq__answer p {
	margin-bottom: 0;
}

.service-faq__answer p + p {
	margin-top: 12px;
}

@media (max-width: 767px) {
	.service-seo h2,
	.service-faq h2,
	.service-content__txt h2 {
		font-size: 22px;
	}

	.service-seo ul,
	.service-content__txt ul {
		grid-template-columns: 1fr;
	}

	.service-faq__question {
		font-size: 16px;
		padding-right: 8px;
	}

	.service-faq__answer {
		padding-right: 0;
	}
}
