.header-contact .adres{
	text-align:right;
}

.price-block .single-price .prices .th-column-1 {
	width: 90px;
	margin: 0 !important;
}
.price-block .single-price .prices .th-column-2 {
	flex: 1;
	min-width: 1px !important;
	margin: 0 !important;
	text-align: right;
	padding-left: 10px;
}
.price-block .single-price .prices .th-column-3 {
	flex: 1;
	min-width: 1px !important;
	margin: 0 !important;
	text-align: right;
	padding-left: 10px;
}
.price-block .single-price .prices .th-column-4 {
	flex: 1;
	min-width: 1px !important;
	margin: 0 !important;
	text-align: right;
	padding-left: 10px;
}

@media (min-width: 1200px) {
	.price-block .single-price .prices .th-column-4 {
		min-width: 165px !important;
	}
}
@media (max-width: 576px) {
	.price-block .single-price .prices .th-column-1 {
		width: 60px;
		min-width: unset !important;
	}
	.price-block .single-price .prices .th-column-2 {

	}
	.price-block .single-price .prices .th-column-3 {
		min-width: 80px !important;
	}
	.price-block .single-price .prices .th-column-4 {
		min-width: 100px !important;
	}
}



.wpcf7-form .block-submit {
    position: relative;
}
.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
.wpcf7-form .block-submit .wpcf7-spinner {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}


.page-id-382 .quest-block.quest-city {
	display: none;
}

.preloader {
	display: none !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
	display: none;
}


/* modal */
div.modal {
	max-width: 510px;
	background: transparent;
}
.modal-content {
	border: none;
	padding: 45px 35px 50px 35px;
    border-radius: 15px;
	background: #121212;
	box-shadow: 0px 30px 31px rgb(0 0 0 / 30%);
	position: relative;
}
div.modal .modal-title {
	font-weight: 600;
    font-size: 24px;
}
div.modal .modal-subtitle {
	font-weight: 400;
	font-size: 16px;
	margin-top: 10px;
}
div.modal form {
	padding: 0;
    max-width: 370px;
    margin: auto;
	margin-top: 40px;
	position: unset;
}

div.modal input:not([type=submit]) {
	border-radius: 15px;
    padding: 10px 25px;
	font-family: inherit;
}
div.modal input[type=submit] {
	width: 100%;
    max-width: unset;
    height: 53px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: inherit;
	background-color: #E81134;
}

.btn.red:hover {
    background-color: #F83856;
}

@media (max-width: 767px) {
	.modal-content {
		margin: 30px;
	}
}


.widget-call.mobile {
	display: none;
}

@media (max-width: 767px) {
	.widget-call.mobile {
		display: block;
	}
	.widget-call.mobile + .widget-call.desktop {
		display: none;
	}
}

.widget-whatsapp {
	background-image: url('/wp-content/uploads/2024/06/whatsapp.svg');
	background-color: #2ab13f;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: 60%;
	background-size: 60%;
	position: fixed;
	cursor: pointer;
	z-index: 100;
	right: 20px;
	bottom: 90px;
	border: unset;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.up {
	bottom: 160px;	
}

/* new 11-02-25 */
.error-404 .subtitle {
    max-width: 650px;
}

/* form-response-output-modal */
.form-response-output-modal .wpcf7 form.sent .wpcf7-response-output {
	visibility: hidden !important;
}
.form-response-output-modal.output-active .wpcf7-spinner {
	visibility: hidden !important;
}
.form-response-output-modal.output-active [data-status="submitting"].wpcf7-form .wpcf7-text {
	color: transparent !important;
}

.hidden-fields-container {
	visibility: hidden;
    padding: 0;
    outline: 0;
    margin: 0;
    border: 0;
}