/* Start contact ticket page design */
.print_button {
	position: absolute;
	top: 0;
	right: 0;
}

#contact {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
	float: none;
	clear: both;
	margin-top: 16px;
}

#contact > .contact-layout-form {
	width: 330px;
	max-width: 100%;
	padding: 0;
	float: none;
	flex: 0 0 330px;
	margin-left: auto;
	margin-top: 28px;
	order: 2;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

#contact > .contact-layout-info {
	width: auto;
	min-width: 0;
	padding: 0;
	float: none;
	flex: 1 1 0;
	order: 1;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.contact-layout-form .contactForm,
.contact-subdomain-form-wrap .contactForm {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	background: linear-gradient(180deg, #eef4f7 0%, #d9e5ec 100%);
	border: 1px solid #c3d3dd;
	border-radius: 10px;
	box-shadow: 0 16px 34px rgba(25, 66, 92, 0.16);
	padding: 18px 18px 20px;
	position: static;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: auto;
	overflow: visible;
	overflow-y: visible;
	box-sizing: border-box;
}

.contact-map-shell {
	margin: 0 0 28px;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #d3e5ef;
	box-shadow: 0 16px 36px rgba(24, 68, 94, 0.1);
	background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
	position: relative;
}

.contact-map-shell #map {
	border: 0;
}

.contact-subdomain-form-wrap {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 360px;
	max-width: calc(100% - 48px);
	margin: 0;
	z-index: 3;
}

.contact-subdomain-form-wrap .contactForm {
	width: 100%;
	margin-bottom: 0;
	max-height: 600px;
	overflow-y: auto;
}

.contact-subdomain-form-wrap-static {
	position: static;
	width: 100%;
	max-width: 100%;
	margin: 18px 0 28px;
}

.contact-subdomain-form-wrap-static .contactForm {
	max-height: none;
	overflow-y: visible;
}

.contact-layout-form .form-faq,
.contact-subdomain-form-wrap .form-faq {
	margin: 0;
	color: #243845;
}

.contact-layout-form .form-faq h1,
.contact-subdomain-form-wrap .form-faq h1 {
	color: #2d9ac9;
	font-size: 34px;
	line-height: 1;
	margin-bottom: 14px;
	text-align: center;
}

.contact-layout-form .footerForm,
.contact-subdomain-form-wrap .footerForm {
	margin-top: 16px;
}

.contact-layout-form #show-form,
.contact-subdomain-form-wrap #show-form,
.contact-layout-form input.bt.bt-primary,
.contact-subdomain-form-wrap input.bt.bt-primary {
	width: 100%;
	border-radius: 4px;
}

.contact-layout-info h3,
.contact-info-title {
	margin-top: 0;
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d8e8f0;
	color: #2d9ac9;
	letter-spacing: 0.04em;
}

.contact-layout-info .contact-info {
	margin-bottom: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: visible;
}

.contact-layout-info .contact-info .row {
	float: none;
	width: 100%;
	margin-bottom: 18px;
}

.contact-layout-info .contact-info .row:last-child {
	margin-bottom: 0;
}

.contact-layout-info .contact-info .wrap {
	padding-right: 0;
}

.contact-info-card {
	padding: 20px 22px 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
	border: 1px solid #d6e6ef;
	border-radius: 10px;
	box-shadow: 0 10px 26px rgba(24, 68, 94, 0.08);
	position: relative;
	overflow: hidden;
}

.contact-info-card:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #2d9ac9 0%, #6bc4ec 100%);
}

.contact-info-card h4 {
	margin: 0 0 14px;
	color: #1f3340;
	line-height: 1.2;
}

.contact-info-card p,
.contact-info-card p span,
.contact-info-card p a {
	font-size: 14px;
	line-height: 1.6;
}

.contact-info-card p {
	margin: 0;
	color: #334956;
}

.contact-info-card a {
	color: #2d9ac9;
}

.contact-info-card a:hover {
	color: #1d81ae;
}

.contact-experts-section {
	margin: 42px 0 10px;
	padding: 26px 26px 30px;
	background: linear-gradient(180deg, #f7fbfd 0%, #edf6fa 100%);
	border: 1px solid #d3e5ef;
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(24, 68, 94, 0.08);
	display: none;
}

.contact-experts-section.is-ready {
	display: block;
}

.contact-experts-title {
	margin: 0 0 8px;
	color: #2d9ac9;
	letter-spacing: 0.04em;
}

.contact-experts-subtitle {
	margin: 0 auto 0 auto;
	max-width: 760px;
	color: #4b6470;
	font-size: 15px;
	line-height: 1.6;
}

.contact-experts-section #allExperts {
	position: relative;
	padding: 4px 34px 0;
}

.contact-experts-section #allExperts .swiper-btn-prev,
.contact-experts-section #allExperts .swiper-btn-next {
	top: 108px;
}

.contact-experts-track {
	padding: 4px 2px 14px;
}

.contact-experts-section #allExperts .card {
	min-width: 0;
	margin: 8px 0 14px;
	border: 1px solid #d6e6ef;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fcfe 100%);
	box-shadow: 0 14px 30px rgba(24, 68, 94, 0.08);
	height: 392px;
	box-sizing: border-box;
}

.contact-experts-section #allExperts .card.swiper-slide {
	flex: none;
}

.contact-experts-section #allExperts .card-content {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: 100%;
}

.contact-experts-section #allExperts .card-image {
	margin-top: auto;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	padding: 12px 18px 18px;
}

.contact-experts-section #allExperts .card-image > a {
	width: 132px;
	min-width: 132px;
	padding: 0;
	align-self: flex-end;
}

.contact-experts-section #allExperts .card-image img {
	display: block;
	width: 132px;
	height: 132px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #d7e7ef;
}

.contact-experts-section #allExperts .expert-action {
	width: auto;
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 132px;
	gap: 10px;
	padding: 0;
}

.contact-experts-section #allExperts .expert_title {
	width: auto;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(45, 154, 201, 0.08);
	border-color: rgba(45, 154, 201, 0.28);
}

.contact-experts-section #allExperts .rating {
	margin: 0;
	font-size: 16px;
	color: #667985;
	line-height: 1;
}

.contact-experts-section #allExperts .btn-question {
	border: 0;
	border-radius: 6px;
	background: linear-gradient(180deg, #34a8dc 0%, #228fc0 100%);
	box-shadow: 0 8px 20px rgba(34, 143, 192, 0.24);
	min-width: 140px;
	text-align: center;
	color: #fff;
	font: inherit;
	cursor: pointer;
}

.contact-experts-section #allExperts .btn-question:hover {
	background: linear-gradient(180deg, #2a9fd4 0%, #187eaa 100%);
	color: #fff;
}

.contact-experts-section #allExperts .text-content {
	padding: 18px 18px 20px;
	min-height: 220px;
	box-sizing: border-box;
}

.contact-experts-section #allExperts .card-title {
	margin: 0 0 10px;
	color: #1f3340;
	font-size: 24px;
	line-height: 1.15;
}

.contact-experts-section #allExperts .expert-info {
	height: 152px;
	max-height: 152px;
	overflow: hidden;
	padding: 0;
}

.contact-experts-section #allExperts .card-description {
	margin: 0 0 12px;
	color: #46606c;
	font-size: 14px;
	line-height: 1.65;
}

.contact-experts-section #allExperts .expert-info .card-description:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.contact-experts-section #allExperts .card-description:last-child {
	margin-bottom: 0;
}

.miniContactForm .contact2 {
	display: block;
	margin: 10px 0 0 0;
}

.contact-layout-form .miniContactForm,
.contact-subdomain-form-wrap .miniContactForm,
.contact-subdomain-form-wrap-static .miniContactForm {
	height: auto !important;
	min-height: 340px;
}

.miniContactForm .contact2 a {
	font-size: 16px;
	text-decoration: underline;
}

.form-faq {
	margin: 0 10px;
	font-size: 16px;
	text-align: justify;
}

.form-faq a {
	display: block;
	margin-bottom: 10px;
	font-family: 'Inter', Tahoma, Geneva, sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	line-height: 1.1;
}

html[data-theme="dark"] .contact-layout-form .contactForm,
html[data-theme="dark"] .contact-subdomain-form-wrap .contactForm {
	background: linear-gradient(180deg, #1f2d36 0%, #17232b 100%);
	border-color: rgba(100, 178, 214, 0.3);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

html[data-theme="dark"] .contact-layout-form .form-faq,
html[data-theme="dark"] .contact-subdomain-form-wrap .form-faq,
html[data-theme="dark"] .contact-info-card p,
html[data-theme="dark"] .contact-experts-subtitle,
html[data-theme="dark"] .contact-experts-section #allExperts .card-description,
html[data-theme="dark"] .contact-experts-section #allExperts .rating {
	color: #c9d7de;
}

html[data-theme="dark"] .contact-map-shell,
html[data-theme="dark"] .contact-info-card,
html[data-theme="dark"] .contact-experts-section,
html[data-theme="dark"] .contact-experts-section #allExperts .card {
	background: linear-gradient(180deg, #1b2931 0%, #142028 100%);
	border-color: rgba(100, 178, 214, 0.25);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .contact-info-card h4,
html[data-theme="dark"] .contact-experts-section #allExperts .card-title {
	color: #eef7fb;
}

html[data-theme="dark"] .contact-layout-info h3,
html[data-theme="dark"] .contact-info-title {
	border-bottom-color: rgba(100, 178, 214, 0.25);
}

html[data-theme="dark"] .contact-experts-section #allExperts .swiper-btn-prev,
html[data-theme="dark"] .contact-experts-section #allExperts .swiper-btn-next {
	background: #1f2d36;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .contact-experts-section #allExperts .expert_title {
	background: rgba(45, 154, 201, 0.16);
	border-color: rgba(45, 154, 201, 0.36);
	color: #d8f3ff;
}

@media (max-width: 991px) {
	#contact {
		display: block;
	}

	.contact-experts-section {
		padding: 20px 16px 24px;
	}

	.contact-experts-section #allExperts {
		padding: 0 24px;
	}

	.contact-experts-section #allExperts .swiper-btn-prev,
	.contact-experts-section #allExperts .swiper-btn-next {
		top: 84px;
	}

	.contact-experts-section #allExperts .card {
		height: auto;
	}

	.contact-experts-section #allExperts .card-image {
		flex-direction: column;
		align-items: flex-start;
	}

	.contact-experts-section #allExperts .text-content {
		min-height: 0;
	}

	.contact-experts-section #allExperts .expert-info {
		height: auto;
		max-height: none;
		overflow: visible;
	}

	.contact-experts-section #allExperts .expert-action {
		min-height: 0;
		width: 100%;
	}

	.contact-experts-section #allExperts .card-image > a,
	.contact-experts-section #allExperts .card-image img {
		width: 110px;
		height: 110px;
		min-width: 110px;
	}

	.contact-layout-form {
		margin-bottom: 20px;
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		max-width: 100%;
		flex: none;
	}

	.contact-layout-info {
		width: 100%;
		flex: none;
	}

	.contact-layout-form .contactForm,
	.contact-subdomain-form-wrap .contactForm {
		padding: 14px;
		max-height: none;
		overflow-y: visible;
	}

	.contact-layout-form .form-faq h1,
	.contact-subdomain-form-wrap .form-faq h1 {
		font-size: 30px;
	}

	.contact-subdomain-form-wrap {
		position: static;
		width: 100%;
		max-width: 100%;
		margin: 0 0 22px;
	}

	.contact-map-shell {
		margin-bottom: 22px;
	}
}

@media (max-width: 640px) {
	.contact-experts-section #allExperts {
		padding: 0;
	}

	.contact-experts-section #allExperts .swiper-btn-prev,
	.contact-experts-section #allExperts .swiper-btn-next {
		display: none;
	}

	.contact-experts-section #allExperts .card {
		margin: 8px 2px 14px;
	}
}
/* End contact ticket page design */
