.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.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 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.splide_fotogallery {
	position: relative !important;
}

.splide_fotogallery-arrow {
	background-color: #FFFFFF !important;
	position: absolute !important;
	top: 50% !important;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15) !important;
	transform: matrix(-1, 0, 0, 1, 0, 0) !important;
	height: 2rem !important;
	width: 2rem !important;
	margin-top: -1rem !important;
}

.splide_fotogallery-prev {
	left: -1rem !important;
}

.splide_fotogallery-next {
	right: -1rem !important;
}

.ob-otele-krug {
	@media (min-width: 1024px) {
		display: grid;
		gap: 36px; grid-template-columns: repeat(3, minmax(0, 1fr)); 
	}

	@media (max-width: 1023px) {
		display: grid;
		gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); 
	}
}

.ob-otele-krug {
	@media (min-width: 1280px) {
		display: grid;
		gap: 36px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.ob-otele-krug .prev {
	@media (min-width: 1280px) {
		width: 88px;
		height: 88px; }

	@media (max-width: 1279px) {
		width: 63px;
		height: 63px; }
}

.ob-otele-krug .text-prev {
	@media (min-width: 1280px) {
		padding-left: 26px;
		padding-right: 26px; }

	@media (max-width: 1279px) {
		padding-left: 9px;
		padding-right: 9px; }
}

.ob-otele-krug .text-prev-1 {
	@media (min-width: 1280px) {
		padding-left: 13px;
		padding-right: 13px; }

	@media (max-width: 1279px) {
		padding-left: 9px;
		padding-right: 9px; }
}

.ob-otele-krug .text-prev p, 
.ob-otele-krug .text-prev-1 p {
	@media (min-width: 1280px) {
		font-weight: 400;
		font-size: 20px; line-height: 132.4%; }

	@media (max-width: 1279px) {
		font-weight: 400;
		font-size: 14.3636px; line-height: 132.4%; }
}


.payment-form p {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.payment-form input::placeholder {
	color: #d2d2d2;
}

.featherlight .featherlight-close-icon {
	top: 4px;
	right: 4px;
}

.payment-form b {
	font-family: 'Conv_ubuntu-bold_[allfont.ru]';
}

.payment-form input {
	border-radius: 3px;
	border: 1px solid #491903;
	padding: 10px;
	font-size: 20px;
	font-family: 'Conv_ubuntu-bold_[allfont.ru]';
	font-weight: bold;
}

.payment-form button:hover {
	background: #914e73;
}

.payment-form button:active {
	background: #5e304a;
}

.payment-form button {
	transition: background 200ms ease-in-out;
	margin-top: 25px;
	background: #491903;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 10px;
	border-radius: 3px;
}

.payment-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
}

.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
	color: #D7B56D;
	font-weight: bold;
	text-shadow:0px 0px 10px #000;
}
#gallery .swiper-slide a {
	height: 255px !important;
	overflow: hidden;
	border-radius: 12px;
}
#entertainment .swiper-slide a {
	height: 318px !important;
	overflow: hidden;
	border-radius: 12px;
}
#entertainment .swiper-slide a img {
	height: 100%;
}
.lang-switcher {
	display: flex;
	gap: 5px;
}

.lang-btn {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.lang-btn.active,
.lang-btn:hover {
	background-color: #d7b56d;
	color: white;
	border-color: #d7b56d;
	text-decoration: none;
}
@media all and (max-width: 1024px) {
	.lang-switcher {
		justify-content: center;
		margin-top: 25px;
	}
}
