/*
 * author Alex
 * 09.07.2026
 *
 * Checkout redesign v3 styles for site visitors.
 * All selectors scoped under .lb-co3 (root class on route_component in item-v3.html)
 * so agents and old template are not affected.
 * Design tokens from Figma: Like-bus Final, nodes 3115-17553..17667 (desktop),
 * 3115-17811..18017 (mobile 360).
 */

/* ---------- base ---------- */

.lb-co3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
}

.lb-co3 .co3-hide {
	display: none !important;
}

/* blocks hidden until first seat is chosen (checkout_v3.js toggles) */
.lb-co3 .co3-wait {
	display: none !important;
}

/* steps logic is visual-only in v3: whole form visible at once */
.lb-co3 .sleep {
	opacity: 1 !important;
	pointer-events: auto !important;
}

.lb-co3 .r_c_div {
	margin-top: 20px;
}

/* ---------- header / summary ---------- */

.lb-co3 .route_component_big_title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.lb-co3 .route_component_big_title .font-40 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.lb-co3 .co3-summary {
	margin-top: 20px;
}

.lb-co3 .co3-summary b {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.lb-co3 .co3-summary span {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
}

/* ---------- white cards ---------- */

.lb-co3 .co3-card {
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	padding: 24px;
}

.lb-co3 .co3-card + .co3-card {
	margin-top: 20px;
}

.lb-co3 .co3-card .r_c_div_title {
	margin: 0;
	padding: 0;
}

.lb-co3 .co3-card .r_c_div_title_name {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.lb-co3 .co3-card .r_c_div_title_after_name {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin-top: 5px;
}

/* ---------- accordion cards (seats / promo / bonus) ---------- */

.lb-co3 .co3-card-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 60px;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	padding: 0 10px 0 20px;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	text-decoration: none;
	transition: border-color .15s;
}

.lb-co3 .co3-card-btn:hover,
.lb-co3 .co3-card-btn:focus {
	border-color: #94C11F;
	color: #000;
	text-decoration: none;
}

.lb-co3 .co3-card-btn .co3-cb-text {
	flex: 1 0 0;
	min-width: 1px;
}

.lb-co3 .co3-card-btn .co3-cb-value {
	font-size: 20px;
	font-weight: 700;
	color: #72971F;
	white-space: nowrap;
}

.lb-co3 .co3-card-btn .co3-cb-note {
	font-size: 14px;
	color: #72971F;
	text-decoration: underline;
	white-space: nowrap;
}

.lb-co3 .co3-card-btn .co3-cb-icon,
.lb-co3 .co3-card-btn .co3-cb-chevron {
	flex: 0 0 24px;
}

/* applied state (promo/bonus) - green chip like in mockup */
.lb-co3 .co3-card-btn.co3-applied {
	background: #F5F9E9;
	border-color: #94C11F;
}

/* disabled seats card (free seating routes) */
.lb-co3 .co3-card-btn.co3-disabled {
	cursor: default;
	pointer-events: none;
}

.lb-co3 .co3-card-btn.co3-disabled .co3-cb-chevron {
	display: none;
}

.lb-co3 .co3-row-half {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.lb-co3 .co3-half {
	flex: 1 0 0;
	min-width: 1px;
}

.lb-co3 .co3-half .co3-card-btn {
	width: 100%;
}

/* ---------- passengers ---------- */

.lb-co3 .co3-card-passengers #j-ins_passengers_placeholder {
	display: none;
}

.lb-co3 .Pas_el {
	border-top: 1px solid #E4E4E4;
	margin-top: 24px;
	padding-top: 24px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.lb-co3 .Pas_el > .d-flex {
	flex: 0 0 230px;
	align-items: center;
}

/* passenger icon like in figma (green user) instead of old icon6.png */
.lb-co3 .Pas_el > .d-flex > img {
	display: none;
}

.lb-co3 .Pas_el > .d-flex:before {
	content: '';
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 11.5a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5zm0 2.4c-3.85 0-8.5 1.9-8.5 5.6v1.5h17v-1.5c0-3.7-4.65-5.6-8.5-5.6z' fill='%2394C11F'/%3E%3C/svg%3E") no-repeat center / contain;
}

.lb-co3 .Pas_el > .d-flex .font-16 {
	font-size: 16px;
	line-height: 1.5;
}

.lb-co3 .Pas_el .pasel-top {
	flex: 1 0 0;
	min-width: 1px;
	margin: 0;
}

.lb-co3 .Pas_el .pasel-top .row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.lb-co3 .Pas_el .pasel-top .row:before,
.lb-co3 .Pas_el .pasel-top .row:after {
	display: none;
}

.lb-co3 .Pas_el .col-lg-35 {
	flex: 1 1 0;
	min-width: 1px;
	padding: 0;
	width: auto;
}

.lb-co3 .Pas_el .col-lg-20 {
	flex: 0 0 190px;
	padding: 0;
	width: auto;
}

.lb-co3 .Pas_el .col-lg-10 {
	flex: 0 0 auto;
	padding: 0;
	width: auto;
}

.lb-co3 .Pas_el .form-group {
	margin: 0;
	position: relative;
}

/* floating label look: small label sits on input border */
.lb-co3 .Pas_el .form-group label,
.lb-co3 .co3-contacts-row .form-group label,
.lb-co3 .register_box .form-group label {
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	padding: 0 5px;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 400;
	color: #000;
	z-index: 2;
	margin: 0;
}

.lb-co3 .rad {
	color: #E74011;
}

.lb-co3 .Pas_el input[type=text],
.lb-co3 .co3-contacts-row input,
.lb-co3 .register_box input {
	height: 40px;
	width: 100%;
	background: #fff;
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	padding: 0 14px;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
}

.lb-co3 .Pas_el input::placeholder,
.lb-co3 .co3-contacts-row input::placeholder {
	color: #A6A6A6;
}

.lb-co3 .Pas_el .type_bilet select {
	height: 40px;
	width: 100%;
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	background: #fff;
	color: #000;
}

.lb-co3 .Pas_el .pasel-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lb-co3 .Pas_el .j-prices {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 90px;
}

.lb-co3 .Pas_el .j-prices .new-price {
	font-size: 20px;
	font-weight: 700;
	color: #72971F;
	white-space: nowrap;
}

.lb-co3 .Pas_el .j-prices .old-price {
	font-size: 16px;
	color: #A6A6A6;
	text-decoration: line-through;
	white-space: nowrap;
}

/* discounted (child) price goes red when old price visible */
.lb-co3 .Pas_el .j-prices:has(.old-price:not([style*="none"])) .new-price {
	color: #E74011;
}

.lb-co3 .Pas_el .uSed {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* add passenger link (rendered by ev.js for free-seating routes) */
.lb-co3 .add-passenger-wrapper {
	margin-top: 16px;
}

/* ---------- contacts ---------- */

.lb-co3 .co3-contacts-row {
	display: flex;
	gap: 10px;
	margin: 24px 0 0;
}

.lb-co3 .co3-contacts-row:before,
.lb-co3 .co3-contacts-row:after {
	display: none;
}

.lb-co3 .co3-contacts-row .col-lg-4 {
	flex: 0 0 calc(33.33% - 7px);
	max-width: calc(33.33% - 7px);
	padding: 0;
	width: auto;
}

.lb-co3 .co3-contacts-row .form-group {
	margin: 0;
	position: relative;
}

/* intl-tel-input keeps own flag dropdown, just align height */
.lb-co3 .co3-contacts-row .intl-tel-input {
	width: 100%;
}

.lb-co3 .EnterPswNext {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 24px;
}

.lb-co3 .EnterPswNext .a-c-d-enter {
	font-size: 16px;
	color: #72971F;
	text-decoration: underline;
}

.lb-co3 .EnterPswNext .a-c-d-right {
	display: flex;
	align-items: center;
	gap: 5px;
}

.lb-co3 .register_box {
	margin-top: 20px;
}

.lb-co3 .register_box .row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
	margin: 0;
}

.lb-co3 .register_box .row:before,
.lb-co3 .register_box .row:after {
	display: none;
}

.lb-co3 .register_box .col-lg-4,
.lb-co3 .register_box .col-lg-8 {
	padding: 0;
	width: auto;
}

.lb-co3 .register_box .col-lg-4 {
	flex: 0 0 calc(33.33% - 7px);
}

.lb-co3 .register_box .col-lg-8 {
	flex: 1 1 auto;
}

/* ---------- baggage ---------- */

.lb-co3 .co3-card-baggage .r_c_div_title_bagage {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 24px;
}

.lb-co3 .co3-card-baggage .r_c_div_title_bagage a {
	font-size: 16px;
	color: #72971F;
	text-decoration: underline;
}

.lb-co3 .co3-baggage-row {
	display: flex;
	margin: 24px 0 0;
	align-items: center;
}

.lb-co3 .co3-baggage-row:before,
.lb-co3 .co3-baggage-row:after {
	display: none;
}

.lb-co3 .co3-baggage-row .col-lg-6 {
	flex: 1 0 0;
	min-width: 1px;
	padding: 0;
	width: auto;
}

.lb-co3 .co3-baggage-row .col-lg-6 + .col-lg-6 {
	border-left: 1px solid #E4E4E4;
	padding-left: 24px;
	margin-left: 24px;
}

.lb-co3 .baggageBox_item {
	display: flex;
	align-items: center;
	gap: 20px;
	/* reset legacy style.css rules: height 100% collapses inside flex column,
	   borders not in new design (vertical divider used instead) */
	height: auto;
	border: none;
	border-radius: 0;
	padding: 0;
}

.lb-co3 .baggageBox_item_img {
	height: auto;
	min-width: 0;
	background: none;
	margin: 0;
}

.lb-co3 .co3-baggage-row .col-lg-6 {
	min-height: 0;
}

.lb-co3 .baggageBox_item_text .font-18 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1;
}

.lb-co3 .baggageBox_item_text ul {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
}

/* stepper (baggage/buy.html markup) */
.lb-co3 .baggageBoxParent .number {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 90px;
	height: 40px;
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	padding: 0 6px;
	background: #fff;
}

.lb-co3 .baggageBoxParent .number input {
	width: 30px;
	border: none;
	text-align: center;
	font-size: 18px;
	color: #333;
	background: transparent;
}

.lb-co3 .baggageBoxParent .minus2,
.lb-co3 .baggageBoxParent .plus2 {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

/* baggage divider under title (figma): higher specificity than the generic
   .r_c_div_title border reset in totals section */
.lb-co3 .co3-card .r_c_div_title.r_c_div_title_bagage {
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 24px;
}

/* paid baggage: name and price on one line, wrap only when too long */
.lb-co3 .baggageBox_item_text_add_bagage ul {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 2px 10px;
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}

.lb-co3 .baggageBox_item_text_add_bagage ul li {
	margin: 0;
	white-space: nowrap;
}

.lb-co3 [hidden] {
	display: none !important;
}

/* ---------- totals ---------- */

.lb-co3 .co3-card-total {
	border-color: #CFCFCF;
	margin-top: 20px;
}

.lb-co3 .co3-total-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 12px;
}

.lb-co3 .co3-total-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	padding: 0;
	/* reset possible legacy .bagage-1pt styles */
	border: none;
	background: none;
	width: 100%;
}

.lb-co3 .co3-card .r_c_div_title {
	border: none;
	background: none;
}

.lb-co3 .co3-total-row .font-16 {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.lb-co3 .co3-total-row b {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.lb-co3 .co3-total-row-red b {
	color: #E74011;
}

.lb-co3 .co3-total-row-last {
	border-top: 1px solid #CFCFCF;
	margin-top: 12px;
	padding-top: 12px;
}

.lb-co3 .co3-total-row-last .font-16 {
	color: #000;
}

.lb-co3 .co3-total-row-last b {
	font-size: 24px;
	color: #72971F;
}

/* ---------- oferta line ---------- */

.lb-co3 .co3-oferta {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	margin-top: 20px;
}

.lb-co3 .co3-oferta a {
	color: #72971F;
	text-decoration: underline;
}

/* ---------- buttons row ---------- */

.lb-co3 .co3-buttons {
	display: flex;
	align-items: stretch;
	gap: 10px;
	margin-top: 20px;
}

.lb-co3 .co3-buttons .co3-btn-cancel {
	flex: 1 0 0;
	min-width: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	background: rgba(231, 64, 17, 0.1);
	border-radius: 10px;
	font-size: 16px;
	color: #E74011;
	text-decoration: underline;
}

.lb-co3 .co3-buttons .co3-btn-cancel:hover {
	background: rgba(231, 64, 17, 0.18);
	color: #E74011;
}

.lb-co3 .co3-buttons .Btn-back-box {
	flex: 1 0 0;
	min-width: 1px;
	min-height: 50px;
	height: auto;
	width: auto;
	max-width: none;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(148, 193, 31, 0.1);
	background-image: none;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Roboto Condensed', sans-serif;
	color: #72971F;
	text-decoration: underline;
	padding: 0 10px;
}

.lb-co3 .co3-buttons .Btn-back-box:hover {
	background: rgba(148, 193, 31, 0.18);
}

.lb-co3 .co3-buttons .Btn-back-box span {
	display: none;
}

.lb-co3 .co3-buttons .co3-btn-book-wrap {
	flex: 1 0 0;
	min-width: 1px;
	margin: 0;
	display: flex;
}

.lb-co3 .co3-buttons .co3-btn-book-wrap.hidden {
	display: none;
}

.lb-co3 .co3-buttons .co3-btn-book-wrap .book-for-free {
	width: 100%;
	min-height: 50px;
	background: #fff;
	border: 1px solid #94C11F;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #94C11F;
	padding: 0 10px;
}

.lb-co3 .co3-buttons .co3-btn-book-wrap .book-for-free:hover {
	background: rgba(148, 193, 31, 0.08);
}

/* note inside container replaced by .co3-booking-note under the row */
.lb-co3 .co3-buttons .co3-btn-book-wrap > span {
	display: none;
}

.lb-co3 .co3-buttons .ticket-buy {
	flex: 1 0 0;
	min-width: 1px;
	min-height: 50px;
	background: #94C11F;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	padding: 0 10px;
}

.lb-co3 .co3-buttons .ticket-buy:hover {
	background: #86B01A;
}

.lb-co3 .co3-booking-note {
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
	margin-top: 10px;
	color: #000;
}

.lb-co3 .co3-booking-note.hidden {
	display: none;
}

.lb-co3 .bron-button {
	margin-top: 10px;
}

/* ---------- modals ---------- */

/* seats dialog stretches to fit bus scheme width */
.co3-modal .co3-modal-dialog {
	display: table;
	width: auto;
	min-width: 640px;
	max-width: calc(100vw - 40px);
	margin: 60px auto;
}

.co3-modal .co3-modal-sm {
	display: block;
	width: 500px;
	max-width: calc(100vw - 40px);
}

.co3-modal .co3-modal-content {
	position: relative;
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	padding: 40px 50px;
	font-family: 'Roboto Condensed', sans-serif;
}

.co3-modal .co3-modal-close {
	position: absolute;
	top: 14px;
	right: 18px;
	left: auto;
	float: none;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	font-size: 26px;
	font-weight: 400;
	text-shadow: none;
	color: #A6A6A6;
	opacity: 1;
	background: none;
	border: none;
	line-height: 28px;
	text-align: center;
	z-index: 3;
}

.co3-modal .co3-modal-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #000;
	margin-bottom: 24px;
}

/* seats modal */
.co3-modal .co3-seat-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	padding: 16px;
}

.co3-modal section.seat {
	margin: 0;
}

/* legend like in figma: bordered row with colored dots, note BELOW the box */
.co3-modal .Preim {
	display: block;
	border: none;
	padding: 0;
	margin-top: 16px;
	background: none;
}

.co3-modal .Preim .information {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	padding: 14px 20px;
}

.co3-modal .Preim .information p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 16px;
	color: #000;
}

.co3-modal .Preim .information p span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0;
}

.co3-modal .Preim .information .g {
	background: #94C11F;
}

.co3-modal .Preim .information .gray {
	background: #A6A6A6;
}

.co3-modal .Preim .information .b {
	background: #3B4395;
}

.co3-modal .Preim .information2 {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #A6A6A6;
	margin-top: 20px;
}

.co3-modal .co3-seats-confirm {
	display: block;
	width: 320px;
	max-width: 100%;
	margin: 24px auto 0;
}

.co3-btn-green {
	height: 48px;
	background: #94C11F;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	padding: 0 20px;
}

.co3-btn-green:hover {
	background: #86B01A;
}

/* promo / bonus forms inside modals ({promo} / {bonus_tpl} markup).
   reset legacy .promo_form from style.css: width 300px + margin-left auto */
.co3-modal .promo_form {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

/* floating label on promo input like figma input v2 */
.co3-modal .co3-float-label {
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	padding: 0 5px;
	font-size: 12px;
	line-height: 1.35;
	color: #000;
	z-index: 2;
}

.co3-modal .promo_form input {
	display: block;
	width: 100%;
	height: 48px;
	background: #fff;
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	padding: 0 14px;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
}

.co3-modal .promo_form input::placeholder {
	color: #A6A6A6;
}

.co3-modal .promo_form button.setpromo,
.co3-modal .promo_form button.setbonus {
	display: block;
	width: 100%;
	height: 48px;
	margin-top: 20px;
	background: #94C11F;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
}

.co3-modal .promo_form button.setpromo:hover,
.co3-modal .promo_form button.setbonus:hover {
	background: #86B01A;
}

/* bonus modal info box */
.co3-modal .co3-bonus-info {
	background: #F8F8F8;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.co3-modal .co3-bonus-info-label {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #72971F;
}

.co3-modal .co3-bonus-info-num {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #94C11F;
}

.co3-modal .co3-bonus-info-num i {
	font-style: normal;
}

.co3-modal .co3-bonus-info-rate {
	font-size: 14px;
	color: #000;
}

.co3-modal .co3-bonus-note {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 20px 40px 0;
}

.co3-modal .co3-bonus-max {
	display: block;
	text-align: center;
	margin: 16px 0 20px;
	font-size: 16px;
	color: #72971F;
	text-decoration: underline;
}

.co3-modal .co3-bonus-max:hover {
	color: #5f7d1a;
}

/* ---------- mobile ---------- */

@media screen and (max-width: 991px) {

	.lb-co3 .Pas_el {
		flex-wrap: wrap;
		gap: 16px;
	}

	.lb-co3 .Pas_el > .d-flex {
		flex: 1 1 100%;
	}

	.lb-co3 .Pas_el .pasel-top .row {
		flex-wrap: wrap;
	}

	.lb-co3 .Pas_el .col-lg-35 {
		flex: 1 1 100%;
	}

	.lb-co3 .Pas_el .col-lg-20 {
		flex: 1 1 auto;
	}

	.lb-co3 .Pas_el .col-lg-10 {
		margin-left: auto;
	}

	.lb-co3 .co3-contacts-row {
		flex-direction: column;
		gap: 16px;
	}

	.lb-co3 .co3-contacts-row .col-lg-4 {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.lb-co3 .register_box .col-lg-4,
	.lb-co3 .register_box .col-lg-8 {
		flex: 1 1 100%;
	}

	.lb-co3 .EnterPswNext {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}

@media screen and (max-width: 767px) {

	.lb-co3 .route_component_big_title .font-40 {
		font-size: 24px;
	}

	.lb-co3 .co3-card {
		padding: 16px;
	}

	.lb-co3 .co3-card .r_c_div_title_name {
		font-size: 22px;
	}

	.lb-co3 .co3-card-btn {
		font-size: 16px;
		height: 50px;
	}

	.lb-co3 .co3-card-btn .co3-cb-value {
		font-size: 16px;
	}

	.lb-co3 .co3-row-half {
		flex-direction: column;
		gap: 10px;
		margin-top: 10px;
	}

	.lb-co3 .r_c_div {
		margin-top: 10px;
	}

	.lb-co3 .co3-baggage-row {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	/* flex-basis 0 turns into zero HEIGHT in column direction - reset to auto */
	.lb-co3 .co3-baggage-row .col-lg-6 {
		flex: 0 0 auto;
		width: 100%;
	}

	.lb-co3 .co3-baggage-row .col-lg-6 + .col-lg-6 {
		border-left: none;
		border-top: 1px solid #E4E4E4;
		padding-left: 0;
		margin-left: 0;
		padding-top: 16px;
	}

	.lb-co3 .co3-total-title {
		font-size: 22px;
	}

	/* buttons stack in column like mobile mockup */
	.lb-co3 .co3-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.lb-co3 .co3-booking-note {
		text-align: center;
	}

	/* bottom-sheet modals */
	.co3-modal .modal-dialog,
	.co3-modal .co3-modal-dialog {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		display: block;
		width: 100% !important;
		min-width: 0;
		max-width: 100%;
		margin: 0;
	}

	.co3-modal .co3-modal-content {
		border-radius: 10px 10px 0 0;
		padding: 24px 16px;
		max-height: 92vh;
		overflow-y: auto;
	}

	.co3-modal.fade .modal-dialog {
		transform: translateY(100%);
		transition: transform .25s ease-out;
	}

	.co3-modal.fade.in .modal-dialog {
		transform: translateY(0);
	}
}
