/* TM24 SITE — v2: три CSS-сниппета WPCode перенесены сюда.
   После загрузки отключить их прежние копии в WPCode.
   Цвета бронирования оставлены глобальными для WooCommerce/endpoints.
   Порядок сохранён: mobile menu → footer → booking colors → former Additional CSS. */

/* TM24 — единое оформление штатного мобильного меню */
@media (max-width: 1020px) {
	.mobile-navigation-wrapper {
		background: rgba(232, 241, 253, 0.72) !important;
		border: 1px solid rgba(200, 221, 249, 0.45) !important;
		border-radius: 20px !important;
		box-shadow: 0 14px 34px rgba(35, 76, 143, .09), inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
		-webkit-backdrop-filter: blur(14px) saturate(145%);
		backdrop-filter: blur(14px) saturate(145%);
		overflow: hidden;
	}

	/* Глубина селекторов сохранена: она влияет на приоритет фона. */
	.mobile-navigation-wrapper ul,
	.mobile-navigation-wrapper ul li,
	.mobile-navigation-wrapper ul li a,
	.mobile-navigation-wrapper ul li li,
	.mobile-navigation-wrapper ul li li a,
	.mobile-navigation-wrapper ul li li li,
	.mobile-navigation-wrapper ul li li li a {
		background: transparent !important;
	}

	.mobile-navigation-wrapper ul li a {
		color: #242424 !important;
		border-top: 1px solid rgba(255, 255, 255, 0.28);
		box-shadow: none !important;
	}

	.mobile-navigation-wrapper > ul > li:first-child > a {
		border-top: 0;
	}

	.mobile-navigation-wrapper ul li ul li > a {
		padding-left: 52px !important;
	}

	.mobile-navigation-wrapper ul li ul li ul li > a {
		padding-left: 68px !important;
	}

	.mobile-navigation-wrapper ul li a:hover,
	.mobile-navigation-wrapper ul li a:focus {
		color: #356cad !important;
		background: rgba(255, 255, 255, 0.32) !important;
		outline: none;
	}

	.mobile-navigation-wrapper .current-menu-item > a,
	.mobile-navigation-wrapper .current_page_item > a {
		color: #356cad !important;
		background: rgba(255, 255, 255, 0.38) !important;
	}
}

/* TM24 — тёмный текст светлого футера */
.footer,
.footer p,
.footer li,
.footer span,
.footer small,
.footer address {
	color: #242424 !important;
}

.footer strong,
.footer label,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #333333 !important;
}

.footer a {
	color: #173f78 !important;
	text-decoration: none;
}

.footer a:hover,
.footer a:focus {
	color: #356cad !important;
}

.footer .contact-widget .cw-address::before,
.footer .contact-widget .cw-phone::before,
.footer .contact-widget .cw-cell::before {
	color: #333333 !important;
}

.footer .footer-bottom {
	border-top: 1px solid rgba(35, 76, 143, 0.13) !important;
}

.footer button,
.footer input[type="submit"],
.footer .button,
.footer .button1,
.footer .button2,
.footer .button3,
.footer .button4,
.footer .button5,
.footer .button6 {
	color: #ffffff !important;
}

/**
 * TM24 — цвета процесса бронирования
 *
 * Оформляет правую панель Trip Details на втором этапе
 * и блок Review / Full Booking на третьем этапе.
 *
 * Структуру и работу формы не затрагивает.
 */

/* =========================================================
 * ВТОРОЙ ЭТАП — TRIP DETAILS
 * ========================================================= */

/* Основной цвет текста голубой панели */
.trip-details-wrapper {
	color: #242424 !important;
}

/* Заголовки внутри Trip Details */
.trip-details-wrapper h1,
.trip-details-wrapper h2,
.trip-details-wrapper h3,
.trip-details-wrapper h4,
.trip-details-wrapper h5,
.trip-details-wrapper h6 {
	color: #173f78 !important;
}

/* Подписи параметров поездки и полей формы */
.trip-details-wrapper strong,
.trip-details-wrapper label {
	color: #333333 !important;
}

/* Значения параметров поездки */
.trip-details-wrapper p,
.trip-details-wrapper .trip-details-wrapper-1 span,
.trip-details-wrapper .trip-details-wrapper-2 span {
	color: #242424 !important;
}

/* Карточка Date / Pick Up Time */
.trip-details-wrapper .trip-details-wrapper-2 {
	border: 1px solid rgba(35, 76, 143, 0.18) !important;
	border-radius: 12px !important;
	overflow: hidden !important;
}

/* Поля ввода, списки и textarea */
.trip-details-wrapper input[type="text"],
.trip-details-wrapper input[type="email"],
.trip-details-wrapper input[type="tel"],
.trip-details-wrapper input[type="number"],
.trip-details-wrapper select,
.trip-details-wrapper textarea {
	color: #242424 !important;
	background: #ffffff !important;
	border: 1px solid rgba(35, 76, 143, 0.14) !important;
}

/* Placeholder */
.trip-details-wrapper input::placeholder,
.trip-details-wrapper textarea::placeholder {
	color: #858b92 !important;
	opacity: 1;
}

/* Стрелки и иконки внутри полей */
.trip-details-wrapper .select-wrapper i,
.trip-details-wrapper .icon-input-wrapper i {
	color: #333333 !important;
}

/* Кнопки сохраняют белый текст */
.trip-details-wrapper button,
.trip-details-wrapper .view-map-button,
.trip-details-wrapper .payment-button,
.trip-details-wrapper a.view-map-button {
	color: #ffffff !important;
}

/* Текст и иконки внутри кнопок */
.trip-details-wrapper button span,
.trip-details-wrapper button i,
.trip-details-wrapper .view-map-button span,
.trip-details-wrapper .view-map-button i,
.trip-details-wrapper .payment-button span,
.trip-details-wrapper .payment-button i,
.trip-details-wrapper a.view-map-button span,
.trip-details-wrapper a.view-map-button i {
	color: #ffffff !important;
}

/* Обязательные звёздочки */
.trip-details-wrapper label span,
.trip-details-wrapper .required {
	color: #c94f5d !important;
}

/* Разделительные линии второго этапа */
.trip-details-wrapper .trip-details-wrapper-1 p,
.trip-details-wrapper .trip-details-wrapper-2 p {
	border-bottom: 1px solid rgba(35, 76, 143, 0.13) !important;
}

/* Дополнительные горизонтальные линии второго этапа */
.trip-details-wrapper hr {
	border-color: rgba(35, 76, 143, 0.13) !important;
}

/* =========================================================
 * ТРЕТИЙ\ЧЕТВЁРТЫЙ ЭТАП — REVIEW \ FULL BOOKING
 * ========================================================= */

/* Общий контейнер третьего этапа */
.full-booking-wrapper {
	color: #242424 !important;
	border: 1px solid rgba(35, 76, 143, 0.08) !important;
	border-radius: 22px !important;
	overflow: hidden !important;
	box-shadow: 0 8px 24px rgba(35, 76, 143, 0.06) !important;
}

/* Заголовки секций */
.full-booking-wrapper h1,
.full-booking-wrapper h2,
.full-booking-wrapper h3,
.full-booking-wrapper h4,
.full-booking-wrapper h5,
.full-booking-wrapper h6 {
	color: #173f78 !important;
}

/* Обычный текст и значения */
.full-booking-wrapper p,
.full-booking-wrapper span,
.full-booking-wrapper li,
.full-booking-wrapper td,
.full-booking-wrapper address {
	color: #242424 !important;
}

/* Подписи параметров */
.full-booking-wrapper strong,
.full-booking-wrapper b,
.full-booking-wrapper label,
.full-booking-wrapper th {
	color: #333333 !important;
}

/* Ссылки внутри информационных блоков */
.full-booking-wrapper a:not(.button):not([class*="button"]) {
	color: #173f78 !important;
	text-decoration: none;
}

/* Поля и дополнительная информация */
.full-booking-wrapper input[type="text"],
.full-booking-wrapper input[type="email"],
.full-booking-wrapper input[type="tel"],
.full-booking-wrapper input[type="number"],
.full-booking-wrapper select,
.full-booking-wrapper textarea {
	color: #242424 !important;
	background: #ffffff !important;
	border: 1px solid rgba(35, 76, 143, 0.14) !important;
}

/* Placeholder */
.full-booking-wrapper input::placeholder,
.full-booking-wrapper textarea::placeholder {
	color: #858b92 !important;
	opacity: 1;
}

/* Горизонтальные разделители в верхнем блоке третьего этапа */
.full-booking-wrapper .clearfix .qns-one-half p {
	border-bottom: 1px solid rgba(35, 76, 143, 0.13) !important;
}

/* Обычные горизонтальные разделители */
.full-booking-wrapper hr {
	border: 0 !important;
	border-top: 1px solid rgba(35, 76, 143, 0.13) !important;
}

/* Убираем лишний разделитель перед Passengers Details */
.full-booking-wrapper hr.space2 {
	display: none !important;
}

/* Карточки пассажира и дополнительной информации */
.full-booking-wrapper .passenger-details-wrapper,
.full-booking-wrapper .passenger-details,
.full-booking-wrapper .passengers-details-wrapper,
.full-booking-wrapper .additional-information-wrapper,
.full-booking-wrapper .additional-information,
.full-booking-wrapper .total-price-display {
	border: 1px solid rgba(35, 76, 143, 0.13) !important;
	border-radius: 12px !important;
	overflow: hidden !important;
}

/* Убираем внутреннюю синюю линию */
.full-booking-wrapper .total-price-inner {
	border-bottom: 0 !important;
}

/* Блок итоговой стоимости */
.full-booking-wrapper .total-price,
.full-booking-wrapper .total-price-wrapper,
.full-booking-wrapper .booking-total,
.full-booking-wrapper .booking-total-wrapper {
	color: #173f78 !important;
	border-color: #234c8f !important;
}

/* Сама сумма */
.full-booking-wrapper .total-price strong,
.full-booking-wrapper .total-price span,
.full-booking-wrapper .total-price-wrapper strong,
.full-booking-wrapper .total-price-wrapper span,
.full-booking-wrapper .booking-total strong,
.full-booking-wrapper .booking-total span,
.full-booking-wrapper .booking-total-wrapper strong,
.full-booking-wrapper .booking-total-wrapper span {
	color: #173f78 !important;
}

/* Кнопки сохраняют белый текст */
.full-booking-wrapper button,
.full-booking-wrapper input[type="submit"],
.full-booking-wrapper .button,
.full-booking-wrapper a.button,
.full-booking-wrapper [class*="button"] {
	color: #ffffff !important;
}

/* Иконки и текст внутри кнопок тоже белые */
.full-booking-wrapper button i,
.full-booking-wrapper button span,
.full-booking-wrapper .button i,
.full-booking-wrapper .button span,
.full-booking-wrapper a.button i,
.full-booking-wrapper a.button span,
.full-booking-wrapper [class*="button"] i,
.full-booking-wrapper [class*="button"] span {
	color: #ffffff !important;
}

/* =========================================================
 * ЧЕТВЁРТЫЙ ЭТАП — ТАБЛИЦЫ WOOCOMMERCE
 * ========================================================= */

/*
 * Объединяем границы ячеек, чтобы линии
 * не накладывались друг на друга.
 */
.full-booking-wrapper table {
	border-collapse: collapse !important;

	border-spacing: 0 !important;
}

/*
 * Одинаковая тонкая рамка со всех сторон.
 */
.full-booking-wrapper table th,
.full-booking-wrapper table td {
	border: 1px solid rgba(35, 76, 143, 0.13) !important;
}

/*
 * Не даём отдельным правилам темы
 * делать горизонтальные линии толще.
 */
.full-booking-wrapper table tr,
.full-booking-wrapper table thead,
.full-booking-wrapper table tbody,
.full-booking-wrapper table tfoot {
	border: 0 !important;
}

/*
 * Убираем возможную двойную верхнюю границу таблицы.
 */
.full-booking-wrapper table tr:first-child th,
.full-booking-wrapper table tr:first-child td {
	border-top-width: 1px !important;
}

/* TM24: former Additional CSS. Load after tm24-booking.css. */

html,
body {
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
}

html {
	scroll-behavior: smooth !important;
	scroll-padding-top: 150px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}
}

.header-area-2 .header-content {
	max-width: 1110px;
}

/* Booking form heading: disable self-link */
#booking-tabs > .ui-tabs-nav > li[aria-controls="tab-one-way"] {
    pointer-events: none !important;
    cursor: default !important;
}

#booking-tabs > .ui-tabs-nav > li[aria-controls="tab-one-way"] > a {
    cursor: default !important;
    text-decoration: none !important;
}

/* custom-contacts */
.custom-contacts h2 { text-align: center; }
.custom-contacts div {
	display: flex;
	gap: 25px;
	justify-content: center;
	margin-bottom: 35px;
}
.custom-contacts .title-block2 { height: 2px; }
.custom-contacts a { cursor: pointer; }
.custom-contacts img { width: 40px; height: 40px; }

.header-area-2 .navigation-inner {
	display: flex;
	justify-content: center;
}

/* navigation */
.header-area-2 .navigation ul { display: flex; }
.header-area-2 .navigation #menu-item-684 { margin-left: 15px; }
.header-area-2 .navigation #menu-item-684:hover { border-top: transparent 3px solid; }
.header-area-2 .navigation #menu-item-684 a {
	background-color: #1E73BE;
	border: 1px solid #1E73BE;
	color: #fff;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.header-area-2 .navigation li:hover {
	border-top: #1E73BE 3px solid;
}

/* home-page contacts */
.home-page-contacts-container .contact-details-list li {
	border-bottom: transparent 1px solid;
	font-size: 2rem;
	padding: 0;
}
.home-page-contacts-container .contact-details-list li::before,
.home-page-contacts-container .contact-details-list li::after {
	display: none;
}
.home-page-contacts-container .contact-details-list li:first-child {
	border-top: transparent 1px solid;
}
.home-page-contacts-container .contact-details-list {
	width: fit-content;
	margin: 0 auto 40px;
}

/* footer widget */
.footer-custom-wiget {
	max-width: 180px;
	margin: 0 auto;
}
.footer-custom-wiget li:before { display: none; }
.footer-custom-wiget li { border-bottom: transparent 1px solid !important; }
.footer-custom-wiget img:hover { cursor: pointer; }

.footer-wiget-socials {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

/* logo */
.header-area-2 .logo {
	width: fit-content;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.header-area-2 .logo img {
	height: 50px;
	width: 250px;
}
.header-area-2 .logo:after {
	content: "Reliable European Private Transfers at Fixed Prices";
}

.top-bar-wrapper { display: none; }

.large-header-wrapper { background-position: center 50%; }

.large-header {
	padding: 40px 0;
	height: 568.5px;
}

.wp-gr.wpac a.wp-google-name,
.wp-gr .wp-google-time,
.wp-gr .wp-google-text {
	font-family: "Source Sans Pro" !important;
}

.news-single { border-bottom: transparent 1px solid; }

.navigation-inner a:has(.fa.fa-search),
#mobile-navigation a:has(.fa.fa-search) {
	display: none;
}

/* media queries */
@media screen and (max-width: 850px) {
	#row-with-google-reviews { display: none; }
}

@media screen and (max-width: 667px) {
	#mobile-navigation { margin-top: 17px; }

	.large-header {
		height: 568.5px;
		padding: 0 0;
	}

	.header-area-2 .logo img {
		height: 50px;
		width: 150px;
	}

	.header-area-2 .logo:after { display: none; }

}

.news-block-wrapper.news-block-wrapper-3-col-listing.clearfix .news-meta.clearfix {
	display: none;
}

.news-content-wrapper h3 {
	border-bottom: #e8e8e8 1px solid;
}

.content-wrapper-outer.clearfix {
	justify-content: center;
	display: flex;
}
.content-wrapper-outer.clearfix .main-content { padding: 0; }

.post-template-default #reviews-section { padding: 40px 0; }

.ui-datepicker-unselectable,
.ui-state-disabled { opacity: 0.2; }

#ui-datepicker-div {
	z-index: 10001 !important;
	position: absolute !important;
	margin-top: 10px !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

input,
select { color: black !important; }

/* logo icons */
#logo-icons {
	position: absolute;
	top: 35px;
	right: 10px;
	display: flex;
	height: 34px;
}
@media screen and (max-width: 1020px) {
	#logo-icons { display: none; }
}

#logo-icons .logo-icon-block {
	display: flex;
	gap: 8px;
	align-items: center;
}
#logo-icons .logo-icons-icon {
	width: 34px;
	height: 34px;
	background-size: cover;
	background-repeat: no-repeat;
}
#logo-icons .logo-icons-icon.logo-icons-icon-help {
	background-image: url('https://taxime24.com/wp-content/uploads/2024/06/Group-22.svg');
}
#logo-icons .logo-icons-icon.logo-icons-icon-price {
	background-image: url('https://taxime24.com/wp-content/uploads/2024/06/Group-20.svg');
}
#logo-icons .logo-icons-icon.logo-icons-quality {
	background-image: url('https://taxime24.com/wp-content/uploads/2024/06/Group-21.svg');
}
#logo-icons .logo-icons-text {
	max-width: 70px;
	margin: 0;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
}

/* misc */
.privacy-policy-list li:before { display: none !important; }

.news-block-wrapper-3-col-listing .news-block .news-block-image { height: fit-content; }
.news-block-wrapper-3-col-listing .news-block img {
	max-width: 100%;
	width: 100%;
	object-fit: contain;
}

@media (max-width: 1020px) {
	.rank-math-html-sitemap {
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
}
@media (min-width: 1021px) {
	.rank-math-html-sitemap {
		padding: 60px;
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1020px) {
	.large-header-wrapper { background-image: none !important; }
	.large-header { padding: 0px; }
}

.full-booking-wrapper.full-booking-wrapper-3.clearfix .qns-one-half .clearfix span span { width: 100%; }
.booking-form-1 .clearfix:has(textarea) { display: none; }

/* Booking progress-bars */
.booking-progress-bar { display: none; }
.booking-step-icons { display: block; }

@media screen and (max-width: 600px) {
	.booking-progress-bar { display: block !important; }
	.booking-step-icons { display: none !important; }
}

.GooglePayButton {
	max-width: 152px;
	width: 100%;
	margin: 0 auto;
}

#loginform {
	max-width: 400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 5%;
}

.footer-driver-page { padding: 0; }

.main-content-page-driver {
	width: 100%;
	overflow-x: scroll;
}

@media screen and (max-width: 1020px) {
	.main-content-page-driver { margin-top: 40px; }
}

/* destinations (flattened) */
.destinations-countries ul li,
.destinations-cities ul li { text-align: center; }
.destinations-countries ul li a { text-transform: uppercase; font-weight: bold; }
.destinations-countries ul li:before,
.destinations-cities ul li:before { display: none; }

.news-block .large-header { max-width: 690px; }
.news-block .header-booking-form-wrapper { width: 100%; }

body .header-area-2 { overflow: visible; }

@media screen and (max-width: 1020px) {
	.header-area-2 .header-content { padding: 20px 0; }
	body .tr-wrapper { left: -13px; }

	body .header-area-2 .logo {
		float: left;
		margin-left: calc((100% - 440px) / 2);
		align-items: center;
	}
}

@media screen and (max-width: 667px) {
	body .tr-wrapper { top: 4px; }

	.header-area-2 .logo {
		height: 50px;
		width: 150px;
	}

	body .header-area-2 .logo {
		margin-left: calc(50% - 115px);
	}
}

.header-area-2 .fixed-navigation-show { left: 0; }

.tr-wrapper {
	position: relative;
	left: 20px;
	top: 10px;
	width: 40px;
	height: 40px;
	float: left;
}

.gtranslate_wrapper:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 15px;
	left: 13px;
	top: 13px;
	z-index: 1;
}

.gtranslate_wrapper {
	position: absolute;
	z-index: 10000;
	width: 22px;
	flex-wrap: wrap;
	padding: 6px 13px;
}

.glink {
	display: none;
	flex-basis: 50%;
	padding: 5px 0;
}

.gtranslate_wrapper a.glink img {
	vertical-align: middle;
	display: inline;
	padding: 0;
	margin: 0;
	opacity: 0.8;
	border: 1px solid #cccccc4f;
	line-height: 0;
	width: 20px;
	height: auto;
}

.tr-wrapper .gtranslate_wrapper a.glink span {
	font-size: 16px;
	margin-left: 4px;
	display: none;
}

.gtranslate_wrapper:hover {
	box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.2);
	width: 160px;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
}

.gtranslate_wrapper:active .glink,
.gtranslate_wrapper:hover .glink { display: block; }

.tr-wrapper .gtranslate_wrapper:active a.glink span,
.tr-wrapper .gtranslate_wrapper:hover a.glink span {
	display: inline;
	color: #fff;
}

.gt-current-lang { display: block; }

.vc_mobile .gtranslate_wrapper:active,
.vc_mobile .gtranslate_wrapper:hover { left: 30px; }

.vc_mobile .gtranslate_wrapper:active:after,
.vc_mobile .gtranslate_wrapper:hover:after { left: -17px; }

.header-booking-form-wrapper { height: 568.5px; }

@media (max-width: 767px) {
	.side-by-side-mobile {
		width: 50% !important;
		float: left;
		display: inline-block;
		clear: none !important;
	}
}

/* Progress-bar */
.meter {
	height: 30px;
	position: relative;
	background: #f3efe6;
	border-radius: 3px;
	overflow: hidden;
	margin: 5px 0 5px 0;
}
.meter span { display: block; height: 100%; }

.progress {
	-webkit-animation: progressBar 3s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 3s ease-in-out;
	-moz-animation-fill-mode: both;
}

.pg-lightyellow { background-color: #f9d66a; }
.pg-goldorange { background-color: #e8b56e; }
.pg-warmorange { background-color: #f49d3b; }
.pg-mintgreen { background-color: #8fd3a5; }

@-webkit-keyframes progressBar { 0% { width: 0; } 100% { width: 100%; } }
@-moz-keyframes progressBar { 0% { width: 0; } 100% { width: 100%; } }

.pg-text {
	margin: 0 5px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
}

.booking-form-1 .iti { margin-bottom: 25px !important; }

textarea[name="additional-info"] { color: #000 !important; }

/* cards */
.transfer_card {
	position: relative;
	z-index: 1;
	display: block;
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 20px 15px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	transition: all 0.25s ease;
	box-shadow: none;
	cursor: default;
}
.transfer_card:hover {
	z-index: 2;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}
.transfer_card:active {
	transform: none;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}
.transfer_card h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #222;
}
.transfer_description {
	text-align: center;
	color: #555;
	font-size: 15px;
	line-height: 1.6;
}

/* PSI: labels */
.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

/* burger */
.tm24-burger {
	display: inline-block;
	width: 26px;
	height: 18px;
	position: relative;
	vertical-align: middle;
	color: inherit;
}
.tm24-burger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
	border-radius: 2px;
	transition: all 0.25s ease;
}
.tm24-burger span:nth-child(1) { top: 0; }
.tm24-burger span:nth-child(2) { top: 8px; }
.tm24-burger span:nth-child(3) { bottom: 0; }

body:has(.mobile-navigation-wrapper[style*="display: block"]) #mobile-navigation-btn .tm24-burger span:nth-child(1),
body:has(.mobile-navigation-wrapper[style*="display:block"]) #mobile-navigation-btn .tm24-burger span:nth-child(1) {
	transform: rotate(45deg);
	top: 8px;
}
body:has(.mobile-navigation-wrapper[style*="display: block"]) #mobile-navigation-btn .tm24-burger span:nth-child(2),
body:has(.mobile-navigation-wrapper[style*="display:block"]) #mobile-navigation-btn .tm24-burger span:nth-child(2) {
	opacity: 0;
}
body:has(.mobile-navigation-wrapper[style*="display: block"]) #mobile-navigation-btn .tm24-burger span:nth-child(3),
body:has(.mobile-navigation-wrapper[style*="display:block"]) #mobile-navigation-btn .tm24-burger span:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 8px;
}

/* triangle: move up by 1px */
#booking-tabs ul li.ui-state-active a:after{
	transform: translateY(-1px);
}

/* new cards */
.tm24-card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 0 0 10px;
	padding: 0 12px 12px;
}
.tm24-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	text-decoration: none !important;
	color: inherit !important;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	cursor: pointer;
}
.tm24-card:hover {
	box-shadow: 0 3px 12px rgba(0,0,0,0.10);
	transform: translateY(-2px);
	text-decoration: none !important;
	color: inherit !important;
}
.tm24-card:active {
	transform: none;
	box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}
.tm24-card img {
	width: 100%;
	height: auto;
	display: block;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.tm24-card-body {
	padding: 16px 12px 20px;
	text-align: center;
}
.tm24-card-body h4 {
	font-size: 17px;
	font-weight: 700;
	color: #222;
	margin: 0 0 10px;
	line-height: 1.3;
}
.tm24-card-body p {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin: 0 !important;
}
@media (max-width: 1024px) {
	.tm24-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
  .tm24-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ===================================
   13-07-2026 — LIGHT BOOKING FORM
   ================================ */

.header-booking-form-wrapper,
.header-booking-form-wrapper #booking-tabs,
.header-booking-form-wrapper #booking-tabs > div,
.header-booking-form-wrapper #booking-tabs .ui-tabs-panel,
.header-booking-form-wrapper form,
.header-booking-form-wrapper .booking-form-1 {
	background-color: #f3f8fd !important;
	color: #17212b !important;
}

/* Карточка */
.header-booking-form-wrapper #booking-tabs {
	border: 1px solid #d7e6f3 !important;
	border-radius: 18px !important;
	box-shadow: 0 14px 32px rgba(20, 60, 90, 0.16) !important;
	overflow: hidden !important;
}

/* Внутренняя часть формы */
.header-booking-form-wrapper .booking-form-1 {
	padding: 30px !important;
}

/* Подписи */
.header-booking-form-wrapper .booking-form-1 label,
.header-booking-form-wrapper .booking-form-1 p {
	color: #17212b !important;
}

/* Поля — обычное состояние */
.header-booking-form-wrapper .booking-form-1 input,
.header-booking-form-wrapper .booking-form-1 textarea,
.header-booking-form-wrapper .booking-form-1 .select-wrapper {
	background-color: #f7fbff !important;
	border: 1px solid #b7cee5 !important;
	color: #17212b !important;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease !important;
}

/* Наведение */
.header-booking-form-wrapper .booking-form-1 input:hover,
.header-booking-form-wrapper .booking-form-1 textarea:hover,
.header-booking-form-wrapper .booking-form-1 .select-wrapper:hover {
	border-color: #467bbf !important;
}

/* Активное поле */
.header-booking-form-wrapper .booking-form-1 input:focus,
.header-booking-form-wrapper .booking-form-1 textarea:focus,
.header-booking-form-wrapper .booking-form-1 .select-wrapper:focus-within {
	background-color: #fff !important;
	border-color: #467bbf !important;
	box-shadow: 0 0 0 3px rgba(70, 123, 191, 0.16) !important;
	outline: none !important;
}

/* Сам select прозрачный внутри белой обёртки */
.header-booking-form-wrapper .booking-form-1 select {
	background-color: transparent !important;
	color: #17212b !important;
}

/* Вспомогательные контейнеры */
.header-booking-form-wrapper .booking-form-1 .clearfix,
.header-booking-form-wrapper .booking-form-1 .qns-one-half,
.header-booking-form-wrapper .booking-form-1 .qns-one-third,
.header-booking-form-wrapper .booking-form-1 .qns-two-thirds {
	background-color: transparent !important;
}

/* Скругление полей формы */
.header-booking-form-wrapper .booking-form-1 input[type="text"],
.header-booking-form-wrapper .booking-form-1 input[type="email"],
.header-booking-form-wrapper .booking-form-1 input[type="tel"],
.header-booking-form-wrapper .booking-form-1 input[type="number"],
.header-booking-form-wrapper .booking-form-1 textarea,
.header-booking-form-wrapper .booking-form-1 .select-wrapper {
	border-radius: 10px !important;
}

/* Убираем внутренние полоски выпадающих списков */
.header-booking-form-wrapper .booking-form-1 .select-wrapper {
	border: 1px solid #b7cee5 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	background: #f7fbff !important;
	box-shadow: none !important;
}

.header-booking-form-wrapper .booking-form-1 .select-wrapper select {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	border-radius: 10px !important;
}

/* Убираем полоску между шапкой FAST AND FLEXIBLE и формой */
.header-booking-form-wrapper #booking-tabs > ul,
.header-booking-form-wrapper #booking-tabs > ul li,
.header-booking-form-wrapper #booking-tabs > ul li a,
.header-booking-form-wrapper #booking-tabs > div,
.header-booking-form-wrapper #booking-tabs .ui-tabs-panel {
	border-top: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

/* Убираем светлые выступы вокруг скруглённой карточки */
.header-booking-form-wrapper {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

/* Скругление контентных изображений */
.main-content img,
.content-wrapper img,
.news-content-wrapper img,
.wpb_content_element img {
	border-radius: 14px;
}

/* Без скругления для логотипов, флагов и иконок */
.logo img,
.header-area-2 .logo img,
.gtranslate_wrapper img,
.contact-details-list img,
.footer-wiget-socials img,
.wp-google-logo,
.iti img {
	border-radius: 0 !important;
}

/* Исключение WhatsApp-иконки из глобального скругления изображений */
.qns-wu-link img {
	border-radius: 10px;
}

/* Скругление кнопок CHECK PRICE и FAST ORDER */
body .booking-form-1 button,
body .qns-wu-link {
	border-radius: 14px !important;
	overflow: hidden !important;
}

/* ===================================
   Аккуратное выпадающее меню
   ================================ */

.header-area-2 .navigation ul ul {
	padding: 8px !important;
	background: #fff !important;
	border: 1px solid #e3ebf3 !important;
	border-radius: 14px !important;
	overflow: visible !important;
	box-shadow: 0 12px 30px rgba(20, 45, 70, 0.16) !important;
}

/* Пункты меню */
.header-area-2 .navigation ul ul li {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

/* Ссылки */
.header-area-2 .navigation ul ul li a {
	display: block !important;
	padding: 12px 16px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: #606a73 !important;
	line-height: 1.35 !important;
	transition:
		background-color 0.18s ease,
		color 0.18s ease !important;
}

/* Наведение и активный пункт */
.header-area-2 .navigation ul ul li a:hover,
.header-area-2 .navigation ul ul li.current-menu-item > a,
.header-area-2 .navigation ul ul li.current_page_item > a {
	background: #377bc2 !important;
	color: #fff !important;
}

/* Сбрасываем отдельные углы первого и последнего пунктов */
.header-area-2 .navigation ul ul li:first-child a,
.header-area-2 .navigation ul ul li:last-child a {
	border-radius: 8px !important;
}

/* Отступы плашки бронирования на телефонах и планшетах */

/* Телефоны */
@media screen and (max-width: 667px) {
	.header-booking-form-wrapper {
		width: calc(100% - 32px) !important;
		max-width: none !important;
		height: auto !important;
		margin: 24px auto 0 !important;
		float: none !important;
		box-sizing: border-box !important;
	}

	.header-booking-form-wrapper #booking-tabs {
		width: 100% !important;
		box-sizing: border-box !important;
	}
}

/* Планшеты */
@media screen and (min-width: 668px) and (max-width: 1020px) {
	.header-booking-form-wrapper {
		width: calc(100% - 96px) !important;
		max-width: none !important;
		height: auto !important;
		margin: 36px auto 0 !important;
		float: none !important;
		box-sizing: border-box !important;
	}

	.header-booking-form-wrapper #booking-tabs {
		width: 100% !important;
		box-sizing: border-box !important;
	}
}

/* Не обрезать тень карточки бронирования */
@media screen and (max-width: 1020px) {
	.header-booking-form-wrapper {
		overflow: visible !important;
	}

	.header-booking-form-wrapper #booking-tabs {
		overflow: hidden !important;
		box-shadow: 0 14px 32px rgba(20, 60, 90, 0.16) !important;
	}
}

/* Исправление фона и плавного окончания тени на телефонах */
@media screen and (max-width: 667px) {

	.large-header-wrapper,
	.large-header {
		background-color: #fff !important;
	}

	.large-header-wrapper {
		position: relative !important;
		z-index: 2 !important;
		overflow: visible !important;
		padding-bottom: 20px !important;
	}

	.large-header,
	.header-booking-form-wrapper {
		position: relative !important;
		overflow: visible !important;
	}

	.header-booking-form-wrapper {
		z-index: 2 !important;
	}

	.header-booking-form-wrapper #booking-tabs {
		box-shadow: 0 14px 32px rgba(20, 60, 90, 0.16) !important;
	}

	.large-header-wrapper + * {
		position: relative !important;
		z-index: 1 !important;
		background-color: #fff !important;
	}
}

/* Исправление фона и обрыва тени на планшетах */
@media screen and (min-width: 668px) and (max-width: 1020px) {

	/* Делаем фон вокруг формы таким же белым, как следующая секция */
	.large-header-wrapper,
	.large-header {
		background-color: #fff !important;
	}

	/* Оставляем место для плавного окончания тени */
	.large-header-wrapper {
		position: relative !important;
		z-index: 2 !important;
		overflow: visible !important;
		padding-bottom: 24px !important;
	}

	.large-header,
	.header-booking-form-wrapper {
		position: relative !important;
		overflow: visible !important;
	}

	.header-booking-form-wrapper {
		z-index: 2 !important;
	}

	/* Сохраняем тень карточки */
	.header-booking-form-wrapper #booking-tabs {
		box-shadow: 0 14px 32px rgba(20, 60, 90, 0.16) !important;
	}

	/* Следующая секция не должна перекрывать тень */
	.large-header-wrapper + * {
		position: relative !important;
		z-index: 1 !important;
		background-color: #fff !important;
	}
}

/* ===================================
   Светлая форма на странице Booking
   ================================ */

/* Внешний контейнер формы */
.widget-booking-form-wrapper {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Сама карточка */
.widget-booking-form-wrapper #booking-tabs {
	background: #f3f8fd !important;
	border: 1px solid #d7e6f3 !important;
	border-radius: 18px !important;
	box-shadow: 0 14px 32px rgba(20, 60, 90, 0.16) !important;
	overflow: hidden !important;
	color: #17212b !important;
}

/* Внутренняя форма */
.widget-booking-form-wrapper #booking-tabs > div,
.widget-booking-form-wrapper #booking-tabs .ui-tabs-panel,
.widget-booking-form-wrapper .booking-form-1 {
	background: #f3f8fd !important;
	color: #17212b !important;
}

/* Подпись Pick Up Time */
.widget-booking-form-wrapper .booking-form-1 label,
.widget-booking-form-wrapper .booking-form-1 p {
	font-size: 16px;
	color: #17212b !important;
}

/* Поля — обычное состояние */
.widget-booking-form-wrapper .booking-form-1 input,
.widget-booking-form-wrapper .booking-form-1 textarea,
.widget-booking-form-wrapper .booking-form-1 .select-wrapper {
	background: #f7fbff !important;
	border: 1px solid #b7cee5 !important;
	color: #17212b !important;
	border-radius: 10px !important;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease !important;
}

/* Наведение */
.widget-booking-form-wrapper .booking-form-1 input:hover,
.widget-booking-form-wrapper .booking-form-1 textarea:hover,
.widget-booking-form-wrapper .booking-form-1 .select-wrapper:hover {
	border-color: #467bbf !important;
}

/* Активное поле */
.widget-booking-form-wrapper .booking-form-1 input:focus,
.widget-booking-form-wrapper .booking-form-1 textarea:focus,
.widget-booking-form-wrapper .booking-form-1 .select-wrapper:focus-within {
	background: #fff !important;
	border-color: #467bbf !important;
	box-shadow: 0 0 0 3px rgba(70, 123, 191, 0.16) !important;
	outline: none !important;
}

/* Внутренний select */
.widget-booking-form-wrapper .booking-form-1 select {
	background: transparent !important;
	color: #17212b !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

/* Прозрачные служебные контейнеры */
.widget-booking-form-wrapper .booking-form-1 .clearfix,
.widget-booking-form-wrapper .booking-form-1 .qns-one-half,
.widget-booking-form-wrapper .booking-form-1 .qns-one-third,
.widget-booking-form-wrapper .booking-form-1 .qns-two-thirds {
	background: transparent !important;
}

/* Скругление информационного блока первого шага Booking */
.booking-step-intro {
	border-radius: 18px !important;
	overflow: hidden !important;
	box-shadow: 0 10px 24px rgba(20, 60, 90, 0.08) !important;
}

/* ==================================
   Скругления на шагах бронирования
   ================================ */

/* Карточка автомобиля */
.vehicle-section {
	border: 2px solid #dfe7ee !important;
	outline: 0 !important;
	background: #fff !important;
	border-radius: 14px !important;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease !important;
}

/* Наведение */
.vehicle-section:hover {
	border-color: #1e73be !important;
	background: #f7fbff !important;
	box-shadow: 0 8px 22px rgba(20, 60, 90, 0.12) !important;
	transform: translateY(-2px);
}

/* Выбранный автомобиль */
.vehicle-section.vehicle-selected,
.vehicle-section.selected,
.vehicle-section.active,
.vehicle-section.ui-state-active,
.vehicle-section[aria-selected="true"],
.vehicle-section:has(input[type="radio"]:checked),
.vehicle-section:has(input[type="checkbox"]:checked) {
	border-color: #27ae60 !important;
	background: #f2fbf6 !important;
	box-shadow:
		0 0 0 3px rgba(39, 174, 96, 0.14),
		0 8px 22px rgba(20, 90, 55, 0.12) !important;
	transform: none !important;
}

/* Большой правый блок Trip Details */
.trip-details-wrapper {
	border-radius: 18px !important;
	overflow: hidden !important;
	box-shadow: 0 14px 32px rgba(20, 45, 70, 0.14) !important;
}

/* Внутренний блок с датой, временем и картой */
.trip-details-wrapper .trip-details-wrapper-2 {
	border-radius: 12px !important;
	overflow: hidden !important;
}

/* Поля внутри Trip Details */
.trip-details-wrapper input,
.trip-details-wrapper select,
.trip-details-wrapper textarea,
.trip-details-wrapper .select-wrapper {
	border-radius: 10px !important;
}

/* ===================================
   Десктопное верхнее меню
   ================================ */

@media screen and (min-width: 1021px) {

	/* Убираем серую горизонтальную линию над меню */
	.header-area-2 .navigation-inner,
	.header-area-2 .navigation,
	.header-area-2 .navigation > ul {
		border-top: 0 !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
	}

	/* Убираем все полоски и разделители у пунктов */
	.header-area-2 .navigation > ul > li {
		margin: 0 3px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	/* Обычный пункт меню */
	.header-area-2 .navigation > ul > li > a {
		display: flex !important;
		align-items: center !important;
		gap: 7px !important;
		padding: 13px 18px !important;
		border: 0 !important;
		border-radius: 9px !important;
		background: transparent !important;
		color: #17212b !important;
		box-shadow: none !important;
		transition:
			background-color 0.18s ease,
			color 0.18s ease !important;
	}

	/* Наведение и активный пункт */
	.header-area-2 .navigation > ul > li:hover > a,
	.header-area-2 .navigation > ul > li.current-menu-item > a,
	.header-area-2 .navigation > ul > li.current-menu-ancestor > a,
	.header-area-2 .navigation > ul > li.current_page_item > a {
		background: #377bc2 !important;
		color: #fff !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	/* Убираем синюю полоску над активными пунктами */
	.header-area-2 .navigation > ul > li:hover,
	.header-area-2 .navigation > ul > li.current-menu-item,
	.header-area-2 .navigation > ul > li.current-menu-ancestor,
	.header-area-2 .navigation > ul > li.current_page_item {
		border-top: 0 !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
	}

	/* Стрелка About us — варианты темы через иконку */
	.header-area-2 .navigation > ul > li:hover > a i,
	.header-area-2 .navigation > ul > li.current-menu-ancestor > a i,
	.header-area-2 .navigation > ul > li:hover > a .fa,
	.header-area-2 .navigation > ul > li.current-menu-ancestor > a .fa {
		color: #fff !important;
	}

	/* Стрелка About us — вариант через псевдоэлемент */
	.header-area-2 .navigation > ul > li.menu-item-has-children:hover > a::after,
	.header-area-2 .navigation > ul > li.menu-item-has-children.current-menu-ancestor > a::after {
		color: #fff !important;
		border-top-color: #fff !important;
		border-right-color: #fff !important;
	}

	/* Кнопка Calculate Ride не меняется */
	.header-area-2 .navigation #menu-item-684 {
		border: 0 !important;
		margin-left: 15px !important;
	}

	.header-area-2 .navigation #menu-item-684 > a {
		background: #1e73be !important;
		color: #fff !important;
		border: 1px solid #1e73be !important;
		border-radius: 30px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}

@media screen and (min-width: 1021px) {
	.header-area-2 .header-content,
	.header-area-2 .navigation-wrapper {
		border-top: 0 !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
	}
}

/* Современный фон заголовков внутренних страниц */
#page-header {
	background:
		repeating-radial-gradient(
			ellipse at 15% 120%,
			transparent 0 28px,
			rgba(30, 115, 190, 0.055) 29px 31px,
			transparent 32px 58px
		),
		linear-gradient(
			135deg,
			#f8fbfe 0%,
			#edf5fc 55%,
			#dfeaf5 100%
		) !important;
}

/* Плавное исчезновение волн внизу заголовка страницы */
#page-header {
	position: relative !important;
	overflow: hidden !important;
}

#page-header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 90px;
	pointer-events: none;
	z-index: 1;

	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.55) 55%,
		#fff 100%
	);
}

/* Заголовок и breadcrumbs остаются поверх градиента */
#page-header .page-header-inner,
#page-header .page-header-content,
#page-header h1,
#page-header .breadcrumbs {
	position: relative;
	z-index: 2;
}

/* Светлый календарь в стиле новой формы */
#ui-datepicker-div {
	background: #f3f8fd !important;
	border: 1px solid #d7e6f3 !important;
	border-radius: 14px !important;
	box-shadow: 0 14px 32px rgba(20, 60, 90, 0.16) !important;
	overflow: hidden !important;
	padding: 12px !important;
	color: #17212b !important;
}

/* Шапка календаря */
#ui-datepicker-div .ui-datepicker-header {
	background: transparent !important;
	border: 0 !important;
	color: #17212b !important;
	padding: 6px 0 10px !important;
}

/* Название месяца */
#ui-datepicker-div .ui-datepicker-title {
	color: #17212b !important;
	font-weight: 600 !important;
	line-height: 32px !important;
	margin: 0 40px !important;
}

/* Дни недели */
#ui-datepicker-div th {
	color: #5f6b76 !important;
	font-weight: 600 !important;
	border: 0 !important;
}

/* Ячейки */
#ui-datepicker-div td {
	border: 0 !important;
	padding: 2px !important;
}

/* Обычные даты */
#ui-datepicker-div td a,
#ui-datepicker-div td span {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: #17212b !important;
	text-align: center !important;
}

/* Наведение */
#ui-datepicker-div td a:hover {
	background: #377bc2 !important;
	color: #fff !important;
}

/* Выбранная дата */
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-datepicker-current-day a {
	background: #1e73be !important;
	color: #fff !important;
	font-weight: 600 !important;
}

/* Сегодня */
#ui-datepicker-div .ui-datepicker-today a {
	box-shadow: inset 0 0 0 1px #1e73be !important;
}

/* Недоступные даты */
#ui-datepicker-div .ui-state-disabled span {
	color: #aebac5 !important;
	opacity: 0.45 !important;
}

/* Стрелки календаря — без дублирования */
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
	width: 32px !important;
	height: 32px !important;
	top: 6px !important;
	cursor: pointer !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

/* Полностью скрываем старые иконки темы */
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-prev::after,
#ui-datepicker-div .ui-datepicker-next::after {
	display: none !important;
	content: none !important;
	background: none !important;
	background-image: none !important;
}

/* Новые стрелки */
#ui-datepicker-div .ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-next::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	width: 8px !important;
	height: 8px !important;
	border-top: 2px solid #1e73be !important;
	border-right: 2px solid #1e73be !important;
	background: transparent !important;
}

#ui-datepicker-div .ui-datepicker-prev::before {
	left: 12px !important;
	transform: translateY(-50%) rotate(-135deg) !important;
}

#ui-datepicker-div .ui-datepicker-next::before {
	right: 12px !important;
	transform: translateY(-50%) rotate(45deg) !important;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
	background: #e5f0f9 !important;
	border: 0 !important;
}

/* Плавный переход wallpaper в белый фон — только десктоп */
@media screen and (min-width: 1021px) {
	.large-header-wrapper {
		position: relative !important;
		overflow: hidden !important;
	}

	.large-header-wrapper::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 160px;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.45) 45%,
			#fff 100%
		);
	}

	.large-header,
	.header-booking-form-wrapper {
		position: relative !important;
		z-index: 2 !important;
	}
}

/* Travel Blog — скругление карточек */
.vc_grid .vc_grid-item .vc_grid-item-mini,
.news-block-wrapper .news-block {
	background: #fff !important;
	border-radius: 14px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 16px rgba(20, 60, 90, 0.08) !important;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease !important;
}

/* Изображение повторяет верхние углы карточки */
.vc_grid .vc_grid-item img,
.news-block-wrapper .news-block img {
	display: block;
	width: 100%;
	border-radius: 14px !important;
}

/* Travel Blog — кнопки Read more в основном цвете сайта */
:root {
	--tm24-main-color: #467BBF;
	--tm24-main-color-hover: #356CAD;
}

.vc_btn3-container .vc_btn3,
.vc_btn3-container .vc_btn3:visited {
	background-color: var(--tm24-main-color) !important;
	border-color: var(--tm24-main-color) !important;
	color: #fff !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease !important;
}

.vc_btn3-container .vc_btn3:hover,
.vc_btn3-container .vc_btn3:focus,
.vc_btn3-container .vc_btn3:active {
	background-color: var(--tm24-main-color-hover) !important;
	border-color: var(--tm24-main-color-hover) !important;
	color: #fff !important;
	box-shadow: 0 6px 16px rgba(70, 123, 191, 0.22) !important;
	transform: translateY(-1px);
}

/* ================================
   Contact us — плавный переход перед футером
   ================================ */

.tm24-contacts-block {
	position: relative;

	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;

	padding: 101px 20px 45px;
	box-sizing: border-box !important;

	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;

	background: linear-gradient(
		to bottom,
		#fff 0,
		#edf4fa 45px,
		#c8dced 110px,
		#c8dced 100%
	);
}

.tm24-contacts-block h4 {
	margin: 0;
	font-size: 24px;
}

.tm24-contacts-block .title-block2 {
	width: 50px;
	height: 2px;
	margin: 10px auto;
}

.tm24-contacts-block > p {
	margin: 10px 0;
}

.tm24-contacts-block .contact-details-list {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}

.tm24-contacts-block .contact-details-list li {
	font-size: 18px;
}

.tm24-contacts-block .contact-details-list a {
	text-decoration: none;
}

.tm24-contact-messengers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 10px;
}

.tm24-contact-messengers img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 0 !important;
	transition: transform 0.2s ease;
}

.tm24-contact-messengers a:hover img {
	transform: translateY(-2px);
}


/* ================================
   Contact us — убрать обёртки WPBakery
   ================================ */

.vc_row:has(.tm24-contacts-block),
.vc_row:has(.tm24-contacts-block) > .vc_column_container,
.vc_column_container:has(.tm24-contacts-block),
.vc_column-inner:has(.tm24-contacts-block),
.wpb_wrapper:has(.tm24-contacts-block),
.wpb_content_element:has(.tm24-contacts-block),
.wpb_text_column:has(.tm24-contacts-block) {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.wpb_content_element:has(.tm24-contacts-block),
.wpb_text_column:has(.tm24-contacts-block) {
	margin-bottom: 0 !important;
}


/* ================================
   Адаптация
   ================================ */

@media screen and (max-width: 667px) {
	.tm24-contacts-block {
		padding: 55px 16px 38px;
	}

	.tm24-contacts-block h4 {
		font-size: 22px;
	}

	.tm24-contacts-block > p {
		font-size: 15px;
	}

	.tm24-contacts-block .contact-details-list li {
		font-size: 17px;
	}

	.tm24-contact-messengers img {
		width: 46px;
		height: 46px;
	}
}

/* Убираем оставшуюся полосу сверху */
.tm24-contacts-block {
	margin-top: -36px !important;
	padding-top: 101px;
}

@media screen and (max-width: 667px) {
	.tm24-contacts-block {
		padding-top: 55px;
	}
}

/* =========================
   FAST ORDER — WhatsApp background button
   ====================== */

.qns-buttons-wrapper .qns-wu-link.tm24-wa-order {
	position: relative;
	isolation: isolate;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 204px !important;
	min-width: 204px !important;
	max-width: 204px !important;

	height: 49px !important;
	min-height: 49px !important;
	max-height: 49px !important;

	margin: 25px auto 0 !important;
	padding: 0 !important;

	float: none !important;
	clear: both !important;

	overflow: hidden !important;
	box-sizing: border-box !important;

	background:
		linear-gradient(
			135deg,
			#42b94f 0%,
			#35ad45 55%,
			#2d963c 100%
		) !important;

	border: 0 !important;
	border-radius: 14px !important;

	color: #fff !important;
	text-align: center !important;
	text-decoration: none !important;
	line-height: normal !important;

	box-shadow:
		0 6px 14px rgba(28, 130, 52, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);

	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		filter 0.2s ease;
}

/* Растянутая WhatsApp-иконка на фоне */
.qns-buttons-wrapper .qns-wu-link.tm24-wa-order::before {
	content: "";

	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;

	width: 88px;
	height: 88px;

	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16.01 3C8.84 3 3 8.69 3 15.68c0 2.47.74 4.88 2.15 6.93L3 29l6.61-2.11A13.2 13.2 0 0 0 16.01 28C23.17 28 29 22.31 29 15.32S23.17 3 16.01 3Zm0 22.83c-1.95 0-3.86-.51-5.53-1.48l-.4-.23-3.92 1.25 1.28-3.72-.26-.41a10.2 10.2 0 0 1-1.65-5.56c0-5.76 4.7-10.45 10.48-10.45 5.77 0 10.47 4.69 10.47 10.45 0 5.77-4.7 10.15-10.47 10.15Zm5.75-7.61c-.32-.16-1.87-.92-2.16-1.03-.29-.1-.5-.16-.71.16-.21.31-.81 1.03-1 1.24-.18.21-.37.24-.68.08-.32-.16-1.33-.49-2.53-1.56-.94-.83-1.57-1.86-1.75-2.18-.19-.32-.02-.49.14-.65.14-.14.31-.37.47-.55.16-.18.21-.31.31-.52.11-.21.06-.39-.02-.55-.08-.16-.71-1.71-.97-2.34-.26-.62-.52-.54-.71-.55h-.61c-.21 0-.55.08-.84.39-.29.32-1.1 1.08-1.1 2.63s1.13 3.05 1.29 3.26c.16.21 2.22 3.39 5.38 4.75.75.32 1.34.52 1.79.66.75.24 1.44.21 1.98.13.6-.09 1.87-.76 2.13-1.5.26-.74.26-1.37.18-1.5-.08-.13-.29-.21-.6-.37Z'/%3E%3C/svg%3E")
		center / contain no-repeat;

	opacity: 0.11;

	transform:
		translate(-50%, -50%)
		rotate(15deg)
		scaleX(2.25);

	pointer-events: none;
}

/* Лёгкий световой слой */
.qns-buttons-wrapper .qns-wu-link.tm24-wa-order::after {
	content: "";

	position: absolute;
	inset: 0;
	z-index: 1;

	background:
		linear-gradient(
			110deg,
			rgba(255, 255, 255, 0.08) 0%,
			transparent 38%,
			transparent 68%,
			rgba(255, 255, 255, 0.04) 100%
		);

	pointer-events: none;
}

/* Текст */
.qns-buttons-wrapper .tm24-wa-order__label {
	position: relative;
	z-index: 2;

	display: block;

	margin: 0 !important;
	padding: 0 !important;

	color: #fff !important;

	font-size: 16px;
	font-weight: 600;
	line-height: 1 !important;
	letter-spacing: 0;
	text-transform: uppercase;

	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

/* Наведение */
.qns-buttons-wrapper .qns-wu-link.tm24-wa-order:hover {
	color: #fff !important;

	transform: translateY(-1px);
	filter: brightness(1.03);

	box-shadow:
		0 9px 18px rgba(28, 130, 52, 0.19),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

/* Нажатие */
.qns-buttons-wrapper .qns-wu-link.tm24-wa-order:active {
	transform: translateY(0) scale(0.99);
}

/* Фокус */
.qns-buttons-wrapper .qns-wu-link.tm24-wa-order:focus-visible {
	outline: 3px solid rgba(37, 211, 102, 0.28);
	outline-offset: 4px;
}

/* =========================
   CALCULATE RIDE — modern blue button
   Главная страница + /booking/
   ====================== */

/* Основной стиль кнопки */
.header-booking-form-wrapper .bookingbutton1,
.header-booking-form-wrapper .bookingbutton2,
.widget-booking-form-wrapper .bookingbutton1,
.widget-booking-form-wrapper .bookingbutton2 {
	position: relative;
	isolation: isolate;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 204px !important;
	min-width: 204px !important;
	max-width: 204px !important;

	height: 49px !important;
	min-height: 49px !important;
	max-height: 49px !important;

	margin: 0 auto !important;
	padding: 0 !important;

	float: none !important;

	overflow: hidden !important;
	box-sizing: border-box !important;

	background:
		linear-gradient(
			135deg,
			#4c8bd4 0%,
			#397bc7 55%,
			#2f68ad 100%
		) !important;

	border: 0 !important;
	border-radius: 14px !important;

	color: #fff !important;
	text-align: center !important;
	text-decoration: none !important;
	line-height: normal !important;

	box-shadow:
		0 6px 14px rgba(47, 104, 173, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);

	cursor: pointer;

	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		filter 0.2s ease;
}

/* Мягкая декоративная синяя подложка */
.header-booking-form-wrapper .bookingbutton1::before,
.header-booking-form-wrapper .bookingbutton2::before,
.widget-booking-form-wrapper .bookingbutton1::before,
.widget-booking-form-wrapper .bookingbutton2::before {
	content: "";

	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;

	width: 88px;
	height: 88px;

	border: 15px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;

	transform:
		translate(-50%, -50%)
		scaleX(2.15)
		rotate(-12deg);

	pointer-events: none;
}

/* Лёгкий световой слой */
.header-booking-form-wrapper .bookingbutton1::after,
.header-booking-form-wrapper .bookingbutton2::after,
.widget-booking-form-wrapper .bookingbutton1::after,
.widget-booking-form-wrapper .bookingbutton2::after {
	content: "";

	position: absolute;
	inset: 0;
	z-index: 1;

	background:
		linear-gradient(
			110deg,
			rgba(255, 255, 255, 0.10) 0%,
			transparent 38%,
			transparent 68%,
			rgba(255, 255, 255, 0.04) 100%
		);

	pointer-events: none;
}

/* Текст кнопки */
.header-booking-form-wrapper .bookingbutton1 span,
.header-booking-form-wrapper .bookingbutton2 span,
.widget-booking-form-wrapper .bookingbutton1 span,
.widget-booking-form-wrapper .bookingbutton2 span {
	position: relative;
	z-index: 2;

	display: block;

	margin: 0 !important;
	padding: 0 !important;

	color: #fff !important;

	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase;

	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

/* Наведение */
.header-booking-form-wrapper .bookingbutton1:hover,
.header-booking-form-wrapper .bookingbutton2:hover,
.widget-booking-form-wrapper .bookingbutton1:hover,
.widget-booking-form-wrapper .bookingbutton2:hover {
	color: #fff !important;

	transform: translateY(-1px);
	filter: brightness(1.04);

	box-shadow:
		0 9px 18px rgba(47, 104, 173, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

/* Нажатие */
.header-booking-form-wrapper .bookingbutton1:active,
.header-booking-form-wrapper .bookingbutton2:active,
.widget-booking-form-wrapper .bookingbutton1:active,
.widget-booking-form-wrapper .bookingbutton2:active {
	transform: translateY(0) scale(0.99);
}

/* Фокус с клавиатуры */
.header-booking-form-wrapper .bookingbutton1:focus-visible,
.header-booking-form-wrapper .bookingbutton2:focus-visible,
.widget-booking-form-wrapper .bookingbutton1:focus-visible,
.widget-booking-form-wrapper .bookingbutton2:focus-visible {
	outline: 3px solid rgba(76, 139, 212, 0.30);
	outline-offset: 4px;
}
