/* ----------------------------------------------------------------
	Canvas: Medical
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #DE6262;
	--cnvs-themecolor-rgb: 222, 98, 98;

	--cnvs-body-font: 'Lato', sans-serif;
	--cnvs-primary-font: 'Montserrat', sans-serif;
	--cnvs-secondary-font: 'Montserrat', sans-serif;
}

#header {
	--cnvs-primary-menu-font-size: 13px;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls: 1px;
	--cnvs-primary-menu-font-weight: 700;
}

.section.dark .bg-color h2 { color: #FFF; }

.section.dark .bg-color label {
	color: rgba(255,255,255,0.9);
	font-weight: 400;
	text-transform: capitalize;
}


.form-control.error { border: 2px solid red; }

.qol-cookie-banner {
	position: fixed;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 9999;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	max-width: 980px;
	margin: 0 auto;
	padding: 18px;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
	color: #2B2B2B;
}

.qol-cookie-banner__content h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.3;
}

.qol-cookie-banner__content p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
}

.qol-cookie-banner__preferences {
	margin: 12px 0;
	padding: 12px;
	border: 1px solid #E7E7E7;
	border-radius: 6px;
	background: #F8F8F8;
}

.qol-cookie-banner__toggle {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0;
	color: #222;
	font-weight: 700;
}

.qol-cookie-banner__toggle input {
	width: 18px;
	height: 18px;
}

.qol-cookie-banner__links {
	margin-bottom: 0;
}

.qol-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	min-width: 270px;
}

.qol-cookie-banner__actions .button {
	margin: 0;
	white-space: nowrap;
}

.qol-form-result {
	padding: 12px 14px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1.45;
}

.qol-form-result:empty {
	display: none;
}

.qol-form-result--success {
	border-color: #8ED4A7;
	background: #F3FFF7;
	color: #0B3D25;
}

.qol-form-result--error {
	border-color: #E1A1A1;
	background: #FFF5F5;
	color: #651515;
}

.qol-consent-modal[hidden] {
	display: none;
}

.qol-consent-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.qol-consent-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(18, 24, 32, 0.72);
}

.qol-consent-modal__panel {
	position: relative;
	width: min(680px, 100%);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 28px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
	color: #333;
}

.qol-consent-modal__panel h3 {
	margin-bottom: 18px;
	font-size: 22px;
	line-height: 1.3;
}

.qol-consent-modal__close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: #555;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.qol-consent-modal__content p {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.55;
}

.qol-consent-modal__check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 14px;
	color: #222;
	font-size: 16px;
	line-height: 1.4;
}

.qol-consent-modal__check input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 3px;
}

.qol-consent-modal__date {
	display: block;
	margin-top: 18px;
	font-weight: 700;
}

.qol-consent-modal__date span {
	display: block;
	margin-bottom: 8px;
	color: #333;
}

.qol-consent-modal__links {
	margin-bottom: 0;
}

.qol-consent-modal__error {
	margin: 0 0 16px;
	color: #7a1f1f;
	font-weight: 700;
}

.qol-consent-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 22px;
}

.qol-consent-modal-open {
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.qol-cookie-banner {
		grid-template-columns: 1fr;
		align-items: stretch;
		right: 12px;
		bottom: 12px;
		left: 12px;
		padding: 16px;
	}

	.qol-cookie-banner__actions {
		display: grid;
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.qol-cookie-banner__actions .button {
		width: 100%;
		text-align: center;
	}

	.qol-consent-modal {
		align-items: flex-end;
		padding: 12px;
	}

	.qol-consent-modal__panel {
		max-height: calc(100vh - 24px);
		padding: 22px 18px;
	}

	.qol-consent-modal__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.qol-consent-modal__actions .button {
		width: 100%;
		text-align: center;
	}
}


.footer-big-contacts {
	color: var(--cnvs-contrast-800);
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}


#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none;
}

#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}




.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }

.entry-content p { margin-bottom: 15px; }

.post-grid .entry-title h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
}

.form-control.error { border: 2px solid red; }

ul.price-table { list-style: none; }

ul.price-table li {
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	background-position: left center;
	background-repeat: no-repeat;
}

ul.price-table li span { font-weight: bold; }

ul.price-table li .value {
	float: right;
	color: #666;
}

.more-link { margin-top: 20px; }


/* ----------------------------------------------------------------
	Medical Demo - RTL Support
-----------------------------------------------------------------*/

.rtl #css3-spinner-svg-pulse-wrapper {
	right: 50%;
	left: auto;
	margin-right: -130px;
	margin-left: 0;
}

.rtl #css3-spinner-svg-pulse {
	right: 50%;
	left: auto;
	margin-right: -275px;
	margin-left: 0;
}

.rtl .time-table-wrap .time-table { text-align: right; }

.rtl .time-table-wrap .time-table .col-md-5 { padding-right: 0; }

.rtl ul.price-table li { background-position: right center; }

.rtl ul.price-table li span { float: right; }

.rtl ul.price-table li .value { float: left; }
