.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;
}

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


/* modal */
div.modal {
	max-width: 510px;
	background: transparent;
}
.modal-content {
	border: none;
	padding: 45px 35px 50px 35px;
    border-radius: 15px;
	background: #121212;
	background: #373737;
	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"], [type="radio"], [type="checkbox"]) {
	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;
}
div.modal input[type="radio"], div.modal [type="checkbox"] {
	padding: 0;
    height: auto;
    margin: 0;
    flex: 0 0 auto;
    width: auto;
}
.wpcf7-radio {
	display: flex;
    flex-direction: column;
    gap: 5px;
}
.wpcf7-list-item label {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
div.modal textarea {
	border-radius: 15px;
    padding: 22px 25px;
    font-family: inherit;
    height: 95px;
    line-height: 1.2;
}

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

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