.busby-cabinet .busby-form p,
.busby-login #busby-login-form p,
.woocommerce form.lost_reset_password p {
	margin-bottom: 16px;
}

.busby-cabinet input[type="text"],
.busby-cabinet input[type="email"],
.busby-cabinet input[type="password"],
.busby-cabinet input[type="date"],
.busby-cabinet input[type="number"],
.busby-cabinet select,
.busby-cabinet textarea,
.busby-login #busby-login-form input[type="text"],
.busby-login #busby-login-form input[type="password"],
.woocommerce form.lost_reset_password input.input-text {
	box-sizing: border-box;
	width: 100%;
	max-width: 520px;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #d9dfe7;
	border-radius: 4px;
	background: #fff;
}

.woocommerce form.lost_reset_password .form-row,
.woocommerce form.lost_reset_password .form-row-first,
.woocommerce form.lost_reset_password .form-row-last {
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
}

.woocommerce form.lost_reset_password button.button,
.woocommerce form.lost_reset_password .button,
.busby-cabinet .busby-form button,
.busby-login #busby-login-form .button,
.busby-login #busby-login-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 28px;
	border: 0;
	border-radius: 6px;
	background: #006bb6;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}

.woocommerce form.lost_reset_password button.button:hover,
.woocommerce form.lost_reset_password .button:hover,
.busby-cabinet .busby-form button:hover,
.busby-login #busby-login-form .button:hover,
.busby-login #busby-login-form input[type="submit"]:hover {
	background: #005a99;
	color: #fff;
}

.woocommerce form.lost_reset_password::after {
	content: "";
	display: table;
	clear: both;
}

.busby-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px 18px;
	max-width: 1000px;
}

.busby-form-grid p {
	margin: 0;
}

/* --- Аренда автобусов: фильтры не под шапкой и не режутся Elementor --- */
.elementor-section:has(.busby-bus-rental),
.elementor-column:has(.busby-bus-rental),
.elementor-widget:has(.busby-bus-rental),
.elementor-widget-wrap:has(.busby-bus-rental),
.elementor-widget-container:has(.busby-bus-rental) {
	overflow: visible !important;
}

#page-content:has(.busby-bus-rental),
.wrapper-page:has(.busby-bus-rental) {
	overflow: visible !important;
}

.busby-bus-rental {
	/* Зазор под липкое меню (тема .gv-sticky z-index 999). Без большого z-index — иначе панель перекрывает меню. */
	--busby-bus-header-gap: 59px;
	position: relative;
	z-index: auto;
	max-width: 1180px;
	margin: 0 auto 60px;
	padding-top: 0;
	overflow: visible;
}

body.admin-bar .busby-bus-rental {
	--busby-bus-header-gap: 91px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .busby-bus-rental {
		--busby-bus-header-gap: 103px;
	}
}

@media (max-width: 991px) {
	.busby-bus-rental {
		--busby-bus-header-gap: 35px;
	}

	body.admin-bar .busby-bus-rental {
		--busby-bus-header-gap: 75px;
	}
}

.busby-bus-rental .busby-bus-filters {
	position: -webkit-sticky;
	position: sticky;
	/* Ниже шапки сайта (999), чтобы при скролле меню оставалось сверху */
	z-index: 9;
	top: var(--busby-bus-header-gap);
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-height: 28px;
	margin: var(--busby-bus-header-gap) 0 34px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.busby-bus-rental .busby-bus-filter {
	position: relative;
	z-index: 1;
	opacity: 1 !important;
	visibility: visible !important;
}

.busby-bus-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 34px;
}

.busby-bus-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 5px 13px;
	border: 2px solid #1f6ca8;
	border-radius: 5px;
	background: #fff;
	color: #1f6ca8;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.busby-bus-filter:hover,
.busby-bus-filter:focus {
	background: #eef7ff;
	color: #005aa5;
}

.busby-bus-filter.active {
	border-color: #1f6ca8;
	background: #1f6ca8;
	color: #fff;
}

.busby-bus-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 28px;
}

.busby-bus-card {
	display: grid;
	grid-template-columns: minmax(180px, 45%) minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid #b8c4d1;
	border-radius: 7px;
	background: #fff;
}

.busby-bus-card-image {
	display: block;
	min-height: 155px;
	background: #eef4f8;
	text-decoration: none;
}

.busby-bus-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 155px;
	object-fit: cover;
}

.busby-bus-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 155px;
	padding: 20px;
	color: #5f6c78;
	font-weight: 700;
	text-align: center;
}

.busby-bus-card-body {
	padding: 16px 18px;
}

.busby-bus-card-title {
	margin: 0 0 8px;
	color: #2d77ab;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.busby-bus-card-specs,
.busby-bus-specs {
	margin: 0;
	color: #17233c;
	font-size: 13px;
	line-height: 1.45;
}

.busby-bus-card-specs div,
.busby-bus-specs div {
	display: flex;
	gap: 4px;
	margin: 0;
}

.busby-bus-card-specs dt,
.busby-bus-specs dt {
	margin: 0;
	font-weight: 800;
}

.busby-bus-card-specs dd,
.busby-bus-specs dd {
	margin: 0;
}

.busby-bus-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.busby-bus-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 10px 18px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.busby-bus-btn-outline {
	border: 2px solid #1f6ca8;
	background: #fff;
	color: #1f6ca8;
}

.busby-bus-btn-outline:hover,
.busby-bus-btn-outline:focus {
	background: #eef7ff;
	color: #005aa5;
}

.busby-bus-btn-primary {
	border: 2px solid #1f6ca8;
	background: #1f6ca8;
	color: #fff;
}

.busby-bus-btn-primary:hover,
.busby-bus-btn-primary:focus {
	background: #005aa5;
	color: #fff;
}

.busby-bus-empty {
	padding: 22px;
	border: 1px solid #d9dfe7;
	border-radius: 8px;
	background: #fff;
	color: #17233c;
}

.busby-bus-single {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	gap: 36px;
	align-items: start;
	max-width: 1180px;
	margin: 0 auto 36px;
}

.busby-bus-single-image {
	margin-bottom: 24px;
}

.busby-bus-single-image img {
	display: block;
	width: 100%;
	height: auto;
}

.busby-bus-gallery {
	width: 100%;
	margin-bottom: 24px;
}

.busby-bus-gallery-main {
	position: relative;
	overflow: hidden;
	background: #eef4f8;
}

.busby-bus-gallery-slide {
	display: none;
}

.busby-bus-gallery-slide.is-active {
	display: block;
}

.busby-bus-gallery-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.busby-bus-gallery-arrow {
	position: absolute;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(31, 108, 168, 0.88);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.busby-bus-gallery-arrow:hover,
.busby-bus-gallery-arrow:focus {
	background: #005aa5;
	color: #fff;
}

.busby-bus-gallery-prev {
	left: 14px;
}

.busby-bus-gallery-next {
	right: 14px;
}

.busby-bus-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
	gap: 8px;
	margin: 10px 0 0;
}

.busby-bus-gallery-thumb {
	overflow: hidden;
	height: 70px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 4px;
	background: #eef4f8;
	cursor: pointer;
}

.busby-bus-gallery-thumb.is-active {
	border-color: #005aa5;
}

.busby-bus-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.busby-bus-single-info {
	padding-top: 4px;
	color: #17233c;
	font-size: 18px;
	line-height: 1.55;
}

.busby-bus-single-info .busby-bus-specs {
	margin-bottom: 18px;
	font-size: 18px;
}

.busby-bus-phone-text {
	margin: 18px 0 12px;
}

.busby-bus-phone-text a {
	color: #1f6ca8;
	font-weight: 700;
	text-decoration: none;
}

.busby-bus-description {
	margin: 16px 0;
}

.busby-bus-order {
	max-width: 1180px;
	margin: 0 auto;
}

.busby-bus-order-form {
	color: #17233c;
	font-size: 14px;
}

.busby-bus-order-form label span,
.busby-bus-order-form legend {
	display: block;
	margin-bottom: 7px;
	font-weight: 600;
}

.busby-bus-order-form input[type="text"],
.busby-bus-order-form input[type="email"],
.busby-bus-order-form input[type="tel"],
.busby-bus-order-form input[type="date"],
.busby-bus-order-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 42px;
	padding: 9px 12px;
	border: 1px solid #ccd3dd;
	border-radius: 2px;
	background: #fff;
	color: #17233c;
}

.busby-bus-order-form textarea {
	min-height: 210px;
	resize: vertical;
}

.busby-bus-order-wide {
	display: block;
	margin-bottom: 18px;
}

.busby-bus-order-row {
	display: grid;
	gap: 18px 28px;
	margin-bottom: 18px;
}

.busby-bus-order-row-top {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
}

.busby-bus-order-row-three {
	grid-template-columns: 1fr 1fr 1.25fr;
}

.busby-bus-order-row-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.busby-bus-order-form fieldset {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0;
	padding: 0;
	border: 0;
}

.busby-bus-order-form fieldset label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	font-weight: 400;
	white-space: nowrap;
}

.busby-bus-order-selected {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-left: 4px solid #1f6ca8;
	background: #eef7ff;
}

.busby-bus-order-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 12px 24px;
	border: 0;
	border-radius: 5px;
	background: #28a745;
	color: #fff;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}

.busby-bus-order-submit:hover,
.busby-bus-order-submit:focus {
	background: #218838;
	color: #fff;
}

.busby-bus-order-notice {
	margin: 0 0 18px;
	padding: 13px 16px;
	border-radius: 5px;
	font-weight: 700;
}

.busby-bus-order-notice-success {
	background: #eaf7ee;
	color: #1b7f3a;
}

.busby-bus-order-notice-error {
	background: #fdecec;
	color: #a92222;
}

.busby-bus-order-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.busby-bus-grid,
	.busby-bus-single {
		grid-template-columns: 1fr;
	}

	.busby-bus-order-row-top,
	.busby-bus-order-row-three,
	.busby-bus-order-row-four {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.busby-bus-card {
		grid-template-columns: 1fr;
	}

	.busby-bus-filter {
		min-height: 22px;
		padding: 4px 10px;
		font-size: 11px;
	}
}

.busby-partner-request-form {
	margin-bottom: 30px;
}

.busby-partner-travelers-wrap {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 12px;
}

.busby-partner-travelers-table {
	width: 100%;
	min-width: 980px;
	border-collapse: collapse;
}

.busby-partner-travelers-table th,
.busby-partner-travelers-table td {
	padding: 6px;
	border: 1px solid #d9dfe7;
	vertical-align: top;
}

.busby-partner-travelers-table th {
	font-size: 12px;
	line-height: 1.25;
	background: #f5f7fb;
}

.busby-partner-travelers-table input,
.busby-partner-travelers-table select {
	width: 100%;
	min-width: 90px;
	min-height: 38px;
	padding: 7px 9px;
	font-size: 12px;
}

.busby-partner-travelers-table .busby-traveler-remove {
	min-height: 38px;
	padding: 8px 10px;
	background: #d63638;
}

.wpte-lrf-wrap .wpte-material-ui-input-control input,
.wpte-lrf-wrap .wpte-material-ui-input-control textarea {
	box-shadow: none !important;
	outline: none !important;
}

.page-id-29 .custom-breadcrumb {
	background-image: url("https://bus.reactive.by/wp-content/uploads/2026/03/dagestan-990x490.jpg") !important;
	background-position: center center !important;
	background-size: cover !important;
}

.page-id-29 .custom-breadcrumb .breadcrumb-overlay {
	background-color: rgba(0, 38, 72, 0.45) !important;
}

#wp-footer,
#wp-footer .footer-main,
#wp-footer .copyright,
#wp-footer .elementor-element-7033dac,
#wp-footer .elementor-element-7033dac > .elementor-container {
	background: #005AA5 !important;
}

#wp-footer .elementor-element-955636b {
	display: none !important;
}

#wp-footer .elementor-element-7033dac,
#wp-footer .elementor-element-7033dac p,
#wp-footer .elementor-element-7033dac li,
#wp-footer .elementor-element-7033dac .elementor-heading-title,
#wp-footer .elementor-element-7033dac .gsc-heading .title,
#wp-footer .elementor-element-7033dac .elementor-icon-list-text,
#wp-footer .elementor-element-7033dac .elementor-icon-box-title,
#wp-footer .elementor-element-7033dac .elementor-icon-box-title a,
#wp-footer .elementor-element-7033dac .elementor-icon-box-description,
#wp-footer .elementor-element-7033dac .elementor-widget-text-editor,
#wp-footer .elementor-element-7033dac .elementor-widget-text-editor *:not(a),
#wp-footer .elementor-element-7033dac .busby-footer-phone-link {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

#wp-footer .elementor-element-7033dac .busby-footer-phone-link {
	text-decoration: none;
}

#wp-footer .elementor-element-7033dac a,
#wp-footer .elementor-element-7033dac .elementor-icon-list-text,
#wp-footer .elementor-element-7033dac .elementor-icon-box-title,
#wp-footer .elementor-element-7033dac .elementor-icon-box-description {
	transition: color 0.2s ease;
}

#wp-footer .elementor-element-7033dac a:hover,
#wp-footer .elementor-element-7033dac a:focus,
#wp-footer .elementor-element-7033dac a:hover .elementor-icon-list-text,
#wp-footer .elementor-element-7033dac a:focus .elementor-icon-list-text,
#wp-footer .elementor-element-7033dac .elementor-element-e6e31d3 .elementor-icon-list-item:hover .elementor-icon-list-text,
#wp-footer .elementor-element-7033dac .elementor-element-e6e31d3 .elementor-icon-list-item:focus-within .elementor-icon-list-text,
#wp-footer .elementor-element-7033dac .elementor-icon-box-title a:hover,
#wp-footer .elementor-element-7033dac .elementor-icon-box-title a:focus {
	color: #ffee00 !important;
}

#wp-footer .elementor-element-7033dac a.busby-footer-link-hover,
#wp-footer .elementor-element-7033dac a.busby-footer-link-hover .elementor-icon-list-text,
#wp-footer .elementor-element-7033dac a.busby-footer-link-hover .elementor-icon-box-title,
#wp-footer .elementor-element-7033dac a.busby-footer-link-hover .elementor-icon-box-description,
#wp-footer .elementor-element-7033dac a.busby-footer-link-hover i {
	color: #ffee00 !important;
	-webkit-text-fill-color: #ffee00 !important;
}

#wp-footer .elementor-element-7033dac .elementor-element-b5beca5 .elementor-social-icon,
#wp-footer .elementor-element-7033dac .elementor-element-b5beca5 .elementor-social-icon i,
#wp-footer .elementor-element-7033dac .elementor-element-df1bb11 .elementor-icon-box-icon .elementor-icon,
#wp-footer .elementor-element-7033dac .elementor-element-df1bb11 .elementor-icon-box-icon .elementor-icon i {
	color: #ffee00 !important;
	border-color: #ffee00 !important;
}

#wp-footer .elementor-element-7033dac .elementor-element-df1bb11 .elementor-icon-box-icon .elementor-icon svg path,
#wp-footer .elementor-element-7033dac .elementor-element-df1bb11 .elementor-icon-box-icon .elementor-icon svg polygon,
#wp-footer .elementor-element-7033dac .elementor-element-df1bb11 .elementor-icon-box-icon .elementor-icon svg circle,
#wp-footer .elementor-element-7033dac .elementor-element-df1bb11 .elementor-icon-box-icon .elementor-icon svg ellipse,
#wp-footer .elementor-element-7033dac .elementor-element-df1bb11 .elementor-icon-box-icon .elementor-icon svg line,
#wp-footer .elementor-element-7033dac .elementor-element-df1bb11 .elementor-icon-box-icon .elementor-icon svg polyline {
	fill: #ffee00 !important;
	stroke: #ffee00 !important;
}

#wp-footer .elementor-element-7033dac .elementor-element-14a966f .elementor-icon-box-icon .elementor-icon,
#wp-footer .elementor-element-7033dac .elementor-element-14a966f .elementor-icon-box-icon .elementor-icon i,
#wp-footer .elementor-element-7033dac .elementor-element-f47c8e0 .elementor-icon-box-icon .elementor-icon,
#wp-footer .elementor-element-7033dac .elementor-element-f47c8e0 .elementor-icon-box-icon .elementor-icon i,
#wp-footer .elementor-element-7033dac .elementor-element-5e12850 .elementor-icon-box-icon .elementor-icon,
#wp-footer .elementor-element-7033dac .elementor-element-5e12850 .elementor-icon-box-icon .elementor-icon i {
	color: #ffee00 !important;
	border-color: #ffee00 !important;
}

.header_default_screen .elementor-widget-gva-logo,
.header_default_screen .elementor-widget-gva-logo .elementor-widget-container,
.header_default_screen .gva-element-gva-logo,
.header_default_screen .gsc-logo {
	position: relative;
	z-index: 30;
}

.header_default_screen .gsc-logo .site-branding-logo,
.header-mobile .logo-mobile a,
.gva-offcanvas-content .top-canvas .logo-mm {
	display: inline-flex !important;
	align-items: center;
	line-height: 0 !important;
	position: relative;
	z-index: 31;
	pointer-events: auto;
}

.header_default_screen .elementor-element-e271f9b,
.header_default_screen .elementor-element-e271f9b .elementor-widget-container,
.header_default_screen .elementor-element-e271f9b .gva-element-gva-logo,
.header_default_screen .elementor-element-e271f9b .gsc-logo {
	overflow: visible !important;
	position: relative;
	z-index: 2000;
}

.header_default_screen .elementor-element-e271f9b .site-branding-logo {
	display: block !important;
	width: 125px !important;
	min-width: 125px;
	max-width: 125px;
	height: 92px !important;
	min-height: 92px;
	max-height: 92px;
	overflow: hidden;
	position: relative;
	z-index: 2001;
	pointer-events: auto !important;
}

.header_default_screen .elementor-element-e271f9b .site-branding-logo::after {
	display: none !important;
	content: none !important;
}

.header_default_screen .gsc-logo .site-branding-logo img,
.header-mobile .logo-mobile a img,
.gva-offcanvas-content .top-canvas .logo-mm img {
	display: block !important;
	pointer-events: none;
}

.header_default_screen .elementor-element-e271f9b .site-branding-logo,
.header_default_screen .elementor-element-e271f9b .site-branding-logo * {
	cursor: pointer !important;
}

.header_default_screen .elementor-element-e271f9b .site-branding-logo img {
	pointer-events: none !important;
}

.elementor-139 .elementor-element-bb7a4d3 .elementor-spacer-inner {
	height: var(--spacer-size, 60px) !important;
}

.wpte-lrf-wrap input[type="text"],
.wpte-lrf-wrap input[type="email"],
.wpte-lrf-wrap input[type="password"],
.wpte-lrf-wrap input[type="tel"],
.wpte-lrf-wrap textarea {
	box-sizing: border-box !important;
	min-height: 46px !important;
	border: 1px solid #c7d0dc !important;
	border-radius: 6px !important;
	background-color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(0, 90, 165, 0.04) !important;
}

.wpte-lrf-wrap input[type="text"]:focus,
.wpte-lrf-wrap input[type="email"]:focus,
.wpte-lrf-wrap input[type="password"]:focus,
.wpte-lrf-wrap input[type="tel"]:focus,
.wpte-lrf-wrap textarea:focus {
	border-color: #005aa5 !important;
	box-shadow: 0 0 0 2px rgba(0, 90, 165, 0.16) !important;
	outline: none !important;
}

.wpte-lrf-wrap .wpte-material-ui-input-control fieldset {
	border-color: #d9dfe7 !important;
	border-width: 1px !important;
}

.wpte-lrf-wrap .wpte-material-ui-input-control:hover fieldset,
.wpte-lrf-wrap .wpte-material-ui-input-control.focus fieldset,
.wpte-lrf-wrap .wpte-material-ui-input-control input:focus + fieldset {
	border-color: #005aa5 !important;
	border-width: 1px !important;
}

.wpte-lrf-wrap .wpte-form-submit input[type="submit"] {
	border: 0 !important;
	border-radius: 6px !important;
	background: #006bb6 !important;
	color: #fff !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

.wpte-lrf-wrap .wpte-form-submit input[type="submit"]:hover {
	background: #005a99 !important;
}

.busby-wte-cabinet {
	padding: 8px 0 20px;
}

.busby-wte-cabinet h3 {
	margin: 0 0 18px;
	color: #17233c;
	font-size: 24px;
	font-weight: 700;
}

.busby-order-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}

.busby-order-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 16px;
	border: 1px solid #d9dfe7;
	border-radius: 6px;
	background: #fff;
	color: #005aa5;
	font-weight: 700;
	text-decoration: none;
}

.busby-order-tabs a.active,
.busby-order-tabs a:hover {
	background: #005aa5;
	color: #fff;
}

.busby-table.busby-orders-table,
.busby-details-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.busby-table.busby-orders-table th,
.busby-table.busby-orders-table td,
.busby-details-table th,
.busby-details-table td {
	padding: 12px 14px;
	border: 1px solid #d9dfe7;
	vertical-align: top;
}

.busby-table.busby-orders-table th {
	background: #f3f7fb;
	color: #17233c;
	font-weight: 700;
}

.busby-table.busby-orders-table a {
	color: #005aa5;
	font-weight: 700;
	text-decoration: none;
}

.busby-details-table th {
	width: 210px;
	background: #f8fafc;
	color: #17233c;
	text-align: left;
}

.busby-traveler-card {
	margin: 0 0 18px;
	padding: 16px;
	border: 1px solid #d9dfe7;
	border-radius: 8px;
	background: #fff;
}

.busby-traveler-card h4 {
	margin: 0 0 12px;
	color: #17233c;
	font-size: 18px;
}

.busby-order-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 22px;
	align-items: start;
}

.busby-order-side {
	padding: 16px;
	border: 1px solid #d9dfe7;
	border-radius: 8px;
	background: #fff;
}

.busby-order-side h3 {
	margin-bottom: 12px;
	font-size: 20px;
}

.busby-download-links {
	display: grid;
	gap: 10px;
	margin: 0 0 14px;
}

.busby-download-button,
.busby-inline-action button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 16px;
	border: 0;
	border-radius: 6px;
	background: #005aa5;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.busby-download-button:hover,
.busby-inline-action button:hover {
	background: #004b8c;
	color: #fff !important;
}

.busby-back-link {
	display: inline-flex;
	margin: 0 0 14px;
	color: #005aa5;
	font-weight: 700;
	text-decoration: none;
}

.busby-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 24px;
	margin: 0 0 28px;
}

.busby-profile-grid p {
	margin: 0;
}

.busby-profile-grid label {
	display: block;
	margin: 0 0 6px;
	color: #17233c;
	font-weight: 600;
}

.busby-profile-grid input[type="text"],
.busby-profile-grid input[type="email"],
.busby-profile-grid input[type="password"] {
	width: 100%;
	max-width: none;
}

.busby-profile-actions {
	grid-column: 1 / -1;
}

.busby-delete-account-form {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid #e5e9ef;
	color: #a83a3a;
	font-size: 14px;
}

.busby-delete-account-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 16px;
	border: 1px solid #d63638;
	border-radius: 4px;
	background: #fff;
	color: #d63638;
	font-weight: 700;
	cursor: pointer;
}

.busby-delete-account-button:hover {
	background: #d63638;
	color: #fff;
}

.busby-partner-agency-grid {
	align-items: end;
}

.busby-header-currency-switcher {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	line-height: 1;
	position: static;
	z-index: auto;
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
}

.busby-currency-widget-label {
	display: inline-block;
	color: #005aa5 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	opacity: 1 !important;
	visibility: visible !important;
}

.busby-header-currency-switcher select {
	width: auto !important;
	min-width: 50px;
	height: 18px;
	padding: 1px 13px 1px 5px;
	border: 1px solid #d9dfe7 !important;
	border-radius: 3px !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l3 3 3-3' fill='none' stroke='%23005aa5' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-position: right 4px center !important;
	background-repeat: no-repeat !important;
	background-size: 7px 4px !important;
	color: #005aa5 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 16px !important;
	text-indent: 0 !important;
	text-transform: none !important;
	cursor: pointer !important;
	box-shadow: none !important;
	outline: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.busby-header-currency-switcher option {
	color: #005aa5 !important;
	background: #fff !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.busby-byn-symbol {
	display: inline-block;
	position: relative;
	width: 0.82em;
	min-width: 0.82em;
	height: 1.08em;
	overflow: hidden;
	color: inherit;
	line-height: 1;
	text-indent: -9999px;
	vertical-align: -0.12em;
}

.busby-byn-symbol::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='100' height='120' viewBox='0 0 100 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' fill-rule='evenodd' d='M31 4H93V19H47V47H61C84 47 99 62 99 84C99 107 82 119 58 119H31V90H15V76H31V4ZM47 65V101H59C75 101 87 94 87 84C87 74 75 65 59 65H47ZM47 76H68V90H47Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='100' height='120' viewBox='0 0 100 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' fill-rule='evenodd' d='M31 4H93V19H47V47H61C84 47 99 62 99 84C99 107 82 119 58 119H31V90H15V76H31V4ZM47 65V101H59C75 101 87 94 87 84C87 74 75 65 59 65H47ZM47 76H68V90H47Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.busby-price-filter-symbol-wrap {
	position: relative;
}

.busby-price-filter-symbol-input {
	color: transparent !important;
	text-shadow: none !important;
	caret-color: transparent !important;
}

.busby-price-filter-symbol-input::placeholder {
	color: transparent !important;
}

.busby-price-filter-display {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
}

.busby-price-filter-display .busby-byn-symbol {
	margin-left: 0.15em;
	margin-right: 0.15em;
}

.busby-header-currency-switcher select:focus {
	border-color: #9fb0c2;
}

.header_default_screen .elementor-widget-icon-list .elementor-widget-container {
	overflow: visible !important;
}

.header_default_screen .busby-currency-anchor-list {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: nowrap !important;
	position: relative;
	overflow: visible !important;
	vertical-align: middle;
}

.header_default_screen .busby-top-currency-item,
.header_default_screen .busby-top-currency-link,
.header_default_screen .busby-top-currency-link .busby-header-currency-switcher {
	display: inline-flex !important;
	align-items: center !important;
	height: 20px !important;
	min-height: 20px !important;
	line-height: 20px !important;
	vertical-align: middle !important;
}

.header_default_screen .busby-top-currency-item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.header_default_screen .busby-top-currency-link {
	overflow: visible !important;
}

.header_default_screen .busby-top-currency-link .busby-header-currency-switcher select {
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 16px !important;
	vertical-align: middle !important;
}

.header_default_screen .busby-currency-anchor-list > li:not(.busby-top-currency-item) {
	flex: 0 0 auto;
	white-space: nowrap;
}

.busby-top-currency-item {
	display: inline-flex !important;
	align-items: center;
	height: 20px !important;
	min-height: 20px !important;
	margin: 0 !important;
	opacity: 1 !important;
	position: absolute !important;
	top: 50%;
	left: calc(100% + 6px);
	transform: translateY(-50%);
	visibility: visible !important;
	white-space: nowrap;
	z-index: 20;
}

.busby-top-currency-item .busby-top-currency-link {
	display: inline-flex !important;
	align-items: center;
	height: 20px !important;
	min-height: 20px !important;
	line-height: 20px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.busby-top-currency-item .busby-currency-widget-label {
	display: none !important;
}

@media (max-width: 1199px) {
	.header_default_screen .busby-currency-anchor-list {
		font-size: 12px;
	}

	.header_default_screen .busby-currency-anchor-list > li:not(.busby-top-currency-item) {
		margin-inline: 5px !important;
	}

	.busby-header-currency-switcher select {
		min-width: 48px;
		height: 18px;
		padding: 1px 13px 1px 5px;
		font-size: 10px !important;
	}

	.busby-top-currency-item {
		left: calc(100% + 4px);
	}
}

.busby-main-currency-item {
	display: inline-flex !important;
	align-items: center;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	opacity: 1 !important;
	visibility: visible !important;
}

.busby-main-currency-item .busby-main-currency-link {
	display: inline-flex !important;
	align-items: center;
	min-height: 50px;
	opacity: 1 !important;
	visibility: visible !important;
}

.busby-main-currency-item .busby-header-currency-switcher {
	gap: 0;
}

.busby-main-currency-item .busby-currency-widget-label {
	display: none !important;
}

.busby-main-currency-item .busby-header-currency-switcher select {
	min-width: 50px;
	height: 18px;
	padding: 1px 13px 1px 5px;
	border-color: rgba(255, 255, 255, 0.45) !important;
	border-radius: 3px !important;
	background-color: #fff !important;
	color: #005aa5 !important;
}

.busby-mobile-currency-item {
	padding: 12px 20px;
}

.busby-mobile-currency-item > .menu-title {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.busby-mobile-currency-item .busby-currency-widget-label {
	color: inherit !important;
}

.busby-mobile-currency-item .busby-header-currency-switcher {
	display: flex;
}

.busby-mobile-currency-item .busby-header-currency-switcher select {
	width: 100%;
	max-width: 180px;
}

.busby-currency-hidden {
	display: none !important;
}

@media (max-width: 991px) {
	.busby-top-currency-item {
		display: none !important;
	}

	.busby-main-currency-item {
		display: none !important;
	}

	.busby-profile-grid {
		grid-template-columns: 1fr;
	}

	.busby-order-detail {
		grid-template-columns: 1fr;
	}

	.busby-table.busby-orders-table {
		display: block;
		overflow-x: auto;
	}
}
