.wpcf7-response-output {
	margin: 0 !important;
	margin-top: 16px !important;
	font-size: 14px;
	border-radius: 10px;
	text-align: center;

}

.feedback-submit {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	margin: 0;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 4px;
}

.feedback-input select {
	display: block;
	border-radius: 8px;
    height: 52px;
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #413C36;
    font-size: 16px;
    font-weight: 500;
    border: none;
    max-width: 100%;
    outline: none;
    background-color: #F1F1F1;
}


.documents-slider {
	position: relative;
	--swiper-navigation-size: 16px;
	--swiper-navigation-top-offset: calc(50% - 32px);
}

.documents-slider-prev {
	left: -60px;
	color: #6F1012;
	padding: 0;
	width: 34px;
	height: 34px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.documents-slider-next {
	right: -60px;
	color: #6F1012;
	padding: 0;
	width: 34px;
	height: 34px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width: 767.98px) {
	.documents-slider-prev {
		left: 10px;
	}
	.documents-slider-next {
		right: 10px;
	}
}

.documents-item {
	text-align: center;
}

.section-sub-title-custom {
	text-transform: uppercase;
	color: #6F1012;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: underline;
	font-weight: 600;
	text-decoration-skip-ink: none;
}

.prices-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prices-header .prices-title {
	flex-grow: 1;
}

.prices-header-image {
	flex-shrink: 0;

}

.prices-header-image img {
	width: 112px;
	height: 32px;
	object-fit: contain;
}

@media(max-width: 767.98px) {
	.prices-header-image {
		margin-top: -16px;
		margin-bottom: 32px;
	}
}


.section-feedback select {
	appearance: none;
	background: #F1F1F1 url(../images/Vectorss.svg) right 10px center / 16px 10px no-repeat;
}


.quiz-radio input {
	display: none;
}

.quiz-radio label {
	position: relative;
	padding-left: 32px;
}

.quiz-radio label::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #E7E7E7;
	border-radius: 50%;
}
.quiz-radio label::after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	background-color: #6F1012;
	border-radius: 50%;
	opacity: 0;
}


.quiz-radio input:checked + label::after {
	opacity: 1;
}


.footer-text-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

@media(max-width: 767.98px) {
	.footer-text-row {
		display: block;
	}
}


.prices-list:first-child {
	margin-top: 0;
}

@media(max-width: 767.98px) {
	.prices-header {
		margin-bottom: 24px;
	}
	.prices-title {
		margin-bottom: 0;
	}
	.prices-header-image {
		margin: 0;
	}

	.prices-sub-title {
		margin-top: 24px;
	}

}


.section-title {
	color: #413C36;
}

.section-header-text {
	color: #7D7D7D;
}



.switchable-hide .switchable {
	display: none;
}

.prices-block-switch {
	position: absolute;
	right: 32px;
	bottom: 32px;
	background-color: transparent;
	border: none;
	font-size: 16px;
	color: #FDFDFC;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	cursor: pointer;
	padding: 0;
}

.prices-block-switch span:nth-child(2) {
	display: none;
}


.switchable-hide .prices-block-switch span:nth-child(1) {
	display: none;
}
.switchable-hide .prices-block-switch span:nth-child(2) {
	display: block;
}
.prices-block {
	position: relative;
}

.prices-block-bg-2 .prices-block-switch {
	color: #71091F;
}



.hero-content-image img {
	width: 260px;
	height: 260px;
}

@media(max-width: 767.98px) {
	.prices-block-switch {
		position: static;
	}

	.prices-block:not(.switchable-hide) .prices-block-switch {
		margin-top: 24px;
	}
}



.about-content-collapsed {
	position: relative;
}

.about-content-collapsed::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 374px;
	background: linear-gradient(to top, #E7E7E7 0%, #E7E7E7 50%, rgba(231, 231, 231, 0.5) 100%);
}


.about-content-collapsed-more {
	color: #6F1012;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	cursor: pointer;
	display: none;
}

.about-content-collapsed .about-content-collapsed-more {
	display: inline;
}

.about-block {
	font-weight: 600;
}



@media(max-width: 767.98px) {

	.about-content-collapsed::before {
		display: none;
	}

	.about-content-collapsed .about-content-collapsed-more {
		display: block;
		margin-top: 24px;
	}
	.about-content-collapsed .about-content-collapsed-mobile {
		display: none;
	}
}