/* ## HERO */

.service-hero {
	padding-bottom: 50px;
	padding-top: 0;
}

@media (max-width: 991px) {
	.service-hero {
		padding-bottom: 20px;
		padding-top: 0;
	}
}

.service-hero__inner {
	--col-1: 585px;
	--col-2: 565px;
	--gap: 50px;
	padding: 40px;
	background-color: #f7f7f7;
}

@media (max-width: 991px) {
	.service-hero__inner {
		gap: 12px;
		padding: 20px;
	}
}

.service-hero__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (max-width: 991px) {
	.service-hero__content {
		display: contents;
	}
}

@media (max-width: 991px) {
	.service-hero__title {
		order: 1;
	}

	.service-hero__description {
		order: 3;
	}
}

.service-hero__button {
	margin-top: auto;
}

@media (max-width: 991px) {
	.service-hero__button {
		order: 4;
	}
}

.service-hero__media {
	min-width: 0;
}

@media (max-width: 991px) {
	.service-hero__media {
		order: 2;
	}
}

.service-hero__image {
	display: block;
	width: 100%;
	height: auto;
}

/* ## FORMATS */

.service-formats__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

@media (max-width: 991px) {
	.service-formats__cards {
		gap: 20px;
	}
}

@media (max-width: 650px) {
	.service-formats__cards {
		display: flex;
		flex-direction: row;
		align-items: stretch;

		margin-inline: -20px;
		padding-inline: 20px;
		overflow-y: hidden;
		overflow-x: auto;
		isolation: isolate;
	}
}

.service-formats-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
	background-color: var(--service-card-background);
}

@media (max-width: 991px) {
	.service-formats-card {
		padding: 20px;
	}
}

@media (max-width: 650px) {
	.service-formats-card {
		gap: 12px;
		flex-shrink: 0;
		width: 320px;
	}
}

.service-formats-card__top {
	display: flex;
	align-items: center;
	gap: 16px 30px;
}

@media (max-width: 991px) {
	.service-formats-card__top {
		flex-direction: column;
		align-items: flex-start;
	}
}

.service-formats-card__icon {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
}

@media (max-width: 991px) {
	.service-formats-card__icon {
		width: 50px;
		height: 50px;
	}
}

.service-formats-card__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.service-formats-card__description {}

.service-formats-card__cost {
	margin-top: auto;
	margin-bottom: 15px;
	padding: 20px;
	border-radius: 40px;
	background-color: var(--service-accent);
	color: #fff;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: clamp(16px, 0.1851852vw + 15.3333333px, 18px);
	line-height: 1.4;
	letter-spacing: -0.04em;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 650px) {
	.service-formats-card__cost {
		margin-top: 0;
		margin-bottom: 0;
		padding: 16px;
	}
}

.service-formats-card__list {
	margin: 0;
}

.service-formats__button {
	display: block;
	width: 585px;
	max-width: 100%;
	margin: 40px auto 0;
}

@media (max-width: 991px) {
	.service-formats__button {
		margin-top: 30px;
	}
}

/* ## TARIFFS */

.service-tariffs__inner {
	--col-1: 715px;
	--col-2: 515px;
	--gap: 50px;

	align-items: end;
}

.service-tariffs__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (max-width: 991px) {
	.service-tariffs__content {
		gap: 12px;
		width: 100%;
	}
}

.service-table> :first-child,
.service-note> :first-child {
	margin-top: 0;
}

.service-table> :last-child,
.service-note> :last-child {
	margin-bottom: 0;
}

.service-table table {
	margin-block: 30px;
	width: 100%;
	border-collapse: collapse;
}

.service-table table:first-child {
	margin-top: 0;
}

.service-table table:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.service-table table {
		margin-block: 20px;
	}
}

.service-table th,
.service-table td {
	padding: 20px;
	border: 1px solid #000;
	font: inherit;
	text-align: left;
}

@media (max-width: 991px) {

	.service-table th,
	.service-table td {
		padding: 14px;
	}
}

.service-table thead>tr>*,
.service-table tbody>tr:first-child>* {
	border-color: #fff;
	background-color: var(--service-accent);
	color: #fff;
	font-weight: 400;
}

.service-table thead>tr>* {
	border-bottom-color: #000;
}

.service-table thead~tbody>tr:first-child>* {
	border-color: #000;
	background-color: transparent;
	color: inherit;
	font-weight: inherit;
}

@media (hover: hover) and (pointer: fine) {

	.service-table tbody>tr:not(:first-child):hover>*,
	.service-table thead~tbody>tr:hover>* {
		background-color: var(--service-card-background);
	}
}

.service-note {
	color: rgba(0, 0, 0, 0.5);
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-size: clamp(12px, 0.1851852vw + 11.3333333px, 14px);
	line-height: 1.4;
	letter-spacing: -0.04em;
}

.service-tariffs__editor+.service-note {
	margin-top: 10px;
}

.service-tariffs__media {
	display: flex;
	margin-bottom: 110px;
	max-height: 340px;
}

@media (max-width: 650px) {
	.service-tariffs__media {
		margin-bottom: 0;
		max-height: 180px;
	}
}

.service-tariffs__image {
	display: block;
	width: 100%;
	object-fit: contain;
}

/* ## TARIFFS 2 */

.service-tariffs-2__inner {
	--col-1: 515px;
	--col-2: 715px;
	--gap: 50px;
}

.service-tariffs-2__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.service-tariffs-2__table-column {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

/* ## GRAY BLOCK */

.service-gray-block__inner {
	margin-top: 100px;
	padding: 40px;
	background-color: #f7f7f7;
}

@media (max-width: 991px) {
	.service-gray-block__inner {
		margin-top: 60px;
		padding: 20px;
	}
}

.service-gray-block__columns {
	--gap: 70px;
}

.service-gray-block__column {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.service-gray-block__column>* {
	margin: 0;
}

.service-gray-block__button {
	width: 100%;
	margin-top: 40px;
}


@media (max-width: 991px) {
	.service-gray-block__button {
		margin-top: 30px;
	}
}

/* ## HOW */

.service-how__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

@media (max-width: 991px) {
	.service-how__cards {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 20px;

		margin-inline: -20px;
		padding-inline: 20px;
		padding-bottom: 3px;
		overflow-y: hidden;
		overflow-x: auto;
		isolation: isolate;
	}
}

.service-how-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
	background-color: var(--service-card-background);
}

@media (max-width: 991px) {
	.service-how-card {
		flex-shrink: 0;
		gap: 10px;
		width: 320px;
	}
}

.service-how-card__icon {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: clamp(34px, 0.5555556vw + 32px, 40px);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.service-how-card h3 {
	font-size: clamp(20px, 0.3703704vw + 18.6666667px, 24px);
}

.service-how__button {
	display: block;
	width: 585px;
	max-width: 100%;
	margin: 40px auto 0;
}

@media (max-width: 991px) {
	.service-how__button {
		margin-top: 30px;
	}
}

/* ## IMAGE TEXT */

.service-image-text__inner--image-left {
	--col-1: 1fr;
	--col-2: 625px;
}

.service-image-text__inner--image-right {
	--col-1: 625px;
	--col-2: 1fr;
}

.service-image-text__inner--image-right .service-image-text__media {
	order: 2;
}

.service-image-text__inner--image-right .service-image-text__content {
	order: 1;
}

.service-image-text__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (max-width: 991px) {
	.service-image-text__content {
		gap: 12px;
	}
}

.service-image-text__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.service-image-text__image {
	display: block;
	width: 100%;
	max-width: 490px;
	height: auto;
}

@media (max-width: 650px) {
	.service-image-text__image {
		max-width: 80%;
	}
}

/* ## WHY */

.service-why__inner {
	--col-1: 735px;
	--col-2: 515px;
	--gap: 30px;
}

.service-why__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.service-why__editor table {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.service-why__editor table {
		display: block;
		width: auto;
		margin-block: 20px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
}

.service-why__aside {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.service-why__media {
	display: flex;
	justify-content: center;
}

.service-why__image {
	display: block;
	width: 100%;
	max-width: 356px;
	height: auto;
}

@media (max-width: 650px) {
	.service-why__image {
		max-width: 60%;
	}
}

.service-why__aside-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: auto;
}

@media (max-width: 991px) {
	.service-why__aside-content {
		gap: 12px;
	}
}

.service-why__button {
	display: block;
	width: 585px;
	max-width: 100%;
	margin: 40px auto 0;
}

@media (max-width: 991px) {
	.service-why__button {
		margin-top: 20px;
	}
}

/* ## PROMOTION */

.service-promotion__rows {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

@media (max-width: 991px) {
	.service-promotion__rows {
		gap: 20px;
	}
}

.service-promotion__row {
	--col-1: 1fr;
	--col-2: 1fr;
	--gap: 35px;
}

@media (max-width: 991px) {
	.service-promotion__row {
		gap: 20px;
	}

	.service-promotion__row--bottom.l-grid-2 {
		flex-direction: column-reverse;
	}
}

.service-promotion__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (max-width: 991px) {
	.service-promotion__content {
		gap: 12px;
	}
}

.service-promotion__editor tbody>tr:first-child>* {
	border-color: #000;
	background-color: #fff;
	color: inherit;
	font-weight: inherit;
}

.service-promotion__note {
	font-size: clamp(12px, 0.1851852vw + 11.3333333px, 14px);
}

.service-promotion__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.service-promotion__image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 415px;
	height: auto;
	object-fit: contain;
}

@media (max-width: 650px) {
	.service-promotion__image {
		max-width: 70%;
	}
}

.service-promotion__button {
	margin-top: 10px;
}

@media (max-width: 650px) {
	.service-promotion__button {
		margin-top: 0;
	}
}

/* ## STEPS */

.service-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 50px;
	row-gap: 30px;
}

@media (max-width: 991px) {
	.service-steps__grid {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 40px;
		margin-inline: -20px;
		padding-inline: 20px;
		padding-bottom: 3px;
		overflow-y: hidden;
		overflow-x: auto;
		isolation: isolate;
	}
}

.service-steps-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
	background-color: var(--service-card-background);
}

@media (max-width: 991px) {
	.service-steps-card {
		flex-shrink: 0;
		gap: 10px;
		width: 280px;
	}
}

.service-steps-card__number {
	color: var(--service-accent);
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: clamp(36px, 0.3703704vw + 34.6666667px, 40px);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.service-steps-card__arrow {
	position: absolute;
	top: 50%;
	right: -50px;
	width: 50px;
	height: 50px;
	color: var(--service-accent);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.service-steps-card__arrow {
		right: -40px;
		width: 40px;
		height: 40px;
	}
}

.service-steps-card:nth-child(3n) .service-steps-card__arrow,
.service-steps-card:last-child .service-steps-card__arrow {
	display: none;
}

.service-steps__button {
	display: block;
	width: 406px;
	max-width: 100%;
	margin: 40px auto 0;
}

@media (max-width: 991px) {
	.service-steps__button {
		margin-top: 20px;
	}
}

/* ## FAQ */

.service-faq__title {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.service-faq__title {
		margin-bottom: 20px;
	}
}

.service-faq__accordion {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.service-faq .accordion__item {
	padding: 20px;
	background-color: var(--service-card-background);
	cursor: pointer;
}

@media (max-width: 991px) {
	.service-faq .accordion__item {
		padding: 15px;
	}
}

.service-faq .accordion__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	text-align: left;
	cursor: pointer;
	outline: 0;
	box-shadow: none;
}

@media (max-width: 991px) {
	.service-faq .accordion__header {
		gap: 15px;
	}
}

.service-faq .accordion__header:focus,
.service-faq .accordion__header:focus-visible {
	outline: 0;
	box-shadow: none;
}

.service-faq .accordion__title h3 {
	font-size: clamp(18px, 0.5555556vw + 16px, 24px);
}

.service-faq .accordion__icon {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	background-color: #000;
	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiAyNiI+PHBhdGggc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgZD0ibTMgOCAxMCAxMEwyMyA4Ii8+PC9zdmc+") center / contain no-repeat;
	mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiAyNiI+PHBhdGggc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgZD0ibTMgOCAxMCAxMEwyMyA4Ii8+PC9zdmc+") center / contain no-repeat;
	transition: transform 0.35s ease;
}

@media (max-width: 991px) {
	.service-faq .accordion__icon {
		width: 20px;
		height: 20px;
	}
}

.service-faq .accordion__item._active .accordion__icon {
	background-color: var(--service-accent);
	transform: rotate(180deg);
}

.service-faq .accordion__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.service-faq .accordion__text {
	margin-top: 15px;
}

@media (max-width: 991px) {
	.service-faq .accordion__text {
		margin-top: 12px;
	}
}

.service-faq .accordion__text> :first-child {
	margin-top: 0;
}

.service-faq .accordion__text> :last-child {
	margin-bottom: 0;
}

/* ## FORM */

.service-form-section__inner {
	--col-1: 1fr;
	--col-2: 1fr;
	--gap: 30px;
	align-items: stretch;
}

.service-form-section__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

@media (max-width: 991px) {
	.service-form-section__content {
		gap: 12px;
	}
}

.service-form-section__media {
	display: flex;
	justify-content: center;
	margin-top: auto;
}

.service-form-section__image {
	display: block;
	width: 100%;
	max-width: 537px;
	height: auto;
}

@media (max-width: 650px) {
	.service-form-section__image {
		max-width: 80%;
	}
}
