<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body, #content {
	background: #f7f8fc;
}

#get_ride_form{
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size:1.1em;
}

#gr-left-column{
	flex: 0 1 770px;
}

#gr-right-column{
	flex: 1 0 370px;
	/*padding-left:30px;*/
	position:relative;
	min-height: 750px;
}

#get_ride_form .full-form{
	margin-bottom: 1em;
}

.resume-ride{
	border-radius:4px;
	box-shadow: 0 4px 6px 0 #ddd;
	margin-bottom: 2em;
	background-color: #fff;
}

#resume-map-0,
#resume-map-1{
	width:370px;
	height:280px;
	min-width:320px;
}

.resume-metrics td{
	padding:1.5em;
}


#get_ride_form .form-header{
	font-size: 1.8em;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0;
	color: #2b3946;
	position :relative;
}

#get_ride_form .offers-count{
	color: #fff;
	background: #2c3a48;
	font-size: .6em;
	padding: 0.1em 0.5em;
	border-radius: 4px;
	vertical-align: 13%;
}

#loading-offers{
	display: none;
}

#get_ride_form .marker-departure{
	color: #619f19;
}

#get_ride_form .marker-return{
	color: #ff0000;
}

#get_ride_form .icon{
	color: #79848f;
}

#get_ride_form .mini-summary{
	padding: 0 10px;
	font-size:.9em;
}


#get_ride_form .margin-after{
	margin-right: .5em;
}

#get_ride_form .form-actions{
	color: #6982d4;
	font-size: 1.2em;
	display: flex;
}

#get_ride_form .form-action-button{
	line-height:3em;
	color:inherit;
	background:inherit;
	border:none;
	flex: 0 0 auto;
}

#get_ride_form .form-action-button:not(:last-child){
	margin-right:.6em;
}

#get_ride_form .form-action-button:hover{
	text-decoration: underline;
	cursor:pointer;
}

.what_next_container{
	display: none;
}

#get_ride_form .section-header{
	text-transform: uppercase;
	color: #fff;
	background: #2c3a48;
	padding: .5em 1em;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
}

#get_ride_form .section-subheader{
    padding: 8px 0 8px 100px;
    padding-left: 2%;
    margin: 1em 0 .5em 0;
    font-size: 16px;
}

#get_ride_form .filter-button{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}


#get_ride_form .minimize-button{
	margin: 1em 0 3em 2%;
	display: block;
}


.price-gauge-block{
	position:relative;
	font-weight:bold;
	font-size: 1.1em;
	box-sizing: border-box;
	min-height: 75px;
	/*display:none;*/
}

.price-gauge-rail{
	position:absolute;
	left:28%;
	top:2.6em;
	background:#e9ebec;
	border-radius:4px;
	height:4px;
	width:44%;
}

.price-gauge-l-dot,
.price-gauge-r-dot{
	position:absolute;
	left:28%;
	top:2.6em;
	background:#273747;
	border-radius:4px;
	height:4px;
	width:4px;
}

.price-gauge-r-dot{
	left:auto;
	right:28%;
}

.price-gauge-block-big{
	background:#fff;
	padding:1em 0;
	margin: 1em auto -1em -5%;
	min-height: 90px;
	width: 100%;
}

.price-gauge-label{
	position:absolute;
	left:1em;
	top:2.3em;
	display:none;
	font-size:.9em;
}

.price-gauge-block-big .price-gauge-label{
	display:block;
}

.price-gauge-price-block{
	position:absolute;
}

.price-gauge-price-block small{
	font-weight:normal;
	top: -6px;
	position: relative;
}

.price-gauge-min-block{
	right:73%;
	top:2em;
	text-align:right;
}

.price-gauge-max-block{
	left:73%;
	top:2em;
}

.price-gauge-avg-block{
	left:50%;
	top:1em;
	text-align:center;
	width: 10%;
}

.price-gauge-avg-marker{
	background:#ff9326;
	border-radius:4px;
	height:10px;
	width: 100%;
	margin-bottom: 4px;
}

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

	#get_ride_form .form-header{
		font-size: 1.5em;
		margin: 0 10px 10px 10px;
	}

	#get_ride_form .form-actions{
		padding: 0 10px;
	}

	#get_ride_form .minimize-button{
		margin: 1.5em auto 3em auto;
		width: 90%;
	}

	.price-gauge-block-big{
		margin-left: 0;
	}

	.price-gauge-block-big .price-gauge-label{
		display:none;
	}
}





.rqo-min-price,
.rqo-avg-price,
.rqo-max-price{
	padding:0 5px;
	display:inline-block;
	font-size:14px;
	margin-left:-4px;
}

.rqo-min-price,
.rqo-max-price{
	color: #90979e;
	background-color: #f6f6f6;
	font-size:12px;
}

.rqo-min-price b,
.rqo-max-price b{
	color: #000;
}

.rqo-avg-price{
	color:#fff;
	background-color: #fd9137;
}



/**
 * Mobile styles for realtime offers
 */
.offer-entry{
	margin: 10px 0;
	background-color:#fff;
	font-size: 0.9em;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}

.offer-entry.ip-offer{
	border:#ff9326 2px solid;
}

.offer-entry.rq-offer{
	border:#6b81d1 1px solid;
}

#get_ride_form .offer-provider{
	margin:0;
	flex: 1 1 100%;
	max-width:100%;
	border-spacing: 10px;
	border-collapse: separate;
	border-bottom: 1px solid #f2f3fa;
}

#get_ride_form .offer-provider td{
	padding:0;
	vertical-align: top;
}

#get_ride_form .offer-provider .offer-image-cell{
	width:120px;
	position:relative;
}

.offer-image{
	width:120px;
	height:120px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	border-radius:4px;
}

.offer-fleet-name{
	color: #fff;
	background-color: #273747;
	position:absolute;
	bottom:0;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	text-align:center;
}

#get_ride_form .offer-provider .offer-title{
	font-size:1.2em;
	font-weight:bold;
	color: #535353;
	padding:5px 0 0 0;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;

	max-width:115px;
}


#get_ride_form .offer-provider .offer-provider-ratings &gt; *:not(:last-child){
	margin-bottom:.7em;
	display:block;
}

.offer-provider-rides{
	color: #acb1b7;
	font-size: .85em;
	display: inline;
}

#get_ride_form .offer-provider .offer-passengers-cell{
	padding:5px;
	/*width:40px;*/
	text-align:right;
}

.offer-passengers{
	padding:0px 6px;
	color:black;
	background-color:#f6f6f6;
	border-radius:2px;
	font-weight:normal;
	white-space: nowrap;
	display:inline-block;
}

#get_ride_form .offer-provider .offer-validity-time-cell{
	padding: 3.5em 0;
	text-align: center;
}

/*
.offer-validity-time{
	font-weight:bold;
}*/

.offer-vehicle-eta,
.offer-vehicle-eta:hover{
	margin-right:8px;
	color: #46525f;
	text-decoration: none;
}



.offer-vehicle-eta .far{
	color: #9ca3aa;
}

.offer-passengers .fas{
	color: #90979e;
	font-size: .8em;
}

.offer-details{
	flex: 1 1 36%;
	display: flex;
}

.offer-provider-footer .fa,
.offer-provider-footer .fas {
    color: #9aa1a7;
}

.offer-info{
	text-align:center;
	padding:15px;
	flex: 1 1 50%;
}

.offer-cta{
	text-align:center;
	padding:15px;
	flex: 1 1 50%;
}

.offer-price{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom: 0.2em;
}

.offer-type{
	font-size: .8em;
}

@media (max-width:992px) {
	.offer-type{
		display: inline-block;
	}
}

.offer-entry .offer-cta .request_submit_button{
	margin:0;
	min-width:auto;
	width:100%;
	height: auto;
}

.offer-entry .offer-cta .mt-button{
	display:block;
	width: 100%;
	color: #fff;
}

.offer-entry.rt-offer .offer-cta .request_submit_button{
	background-color: #6b81d1;
	font-size: 1em;
	line-height: 1em;
	padding: .5em;
}

.offer-entry.rt-offer .offer-cta .request_submit_button:hover{
	background-color: #485daa;
}

.offer-entry.rq-offer .offer-cta .request_submit_button{
	font-size: 12px;
	border: 1px solid #b8630e;
	padding: 0;
}

.offer-entry.rq-offer .offer-cta .request_submit_button:not(:hover){
	color: #ff9326;
	background-color: #fff;
	border: 1px solid #ff9326;
}

.offer-respond .certification-mark{
	font-weight:bold;
	position: relative;
}

.offer-respond .certification-mark .cert-under{
	color:#808991;
}

.offer-respond .certification-mark .check-over{
	position: absolute;
	top:0.45em;
	left:0.35em;
	font-size:0.6em;
	color:#fff;
}



/**
 * Desktop styles for realtime offers
 */
@media screen and (min-width: 992px) {
	.offer-entry{
		border-radius:3px;
		min-height:160px;
		margin: 13px 0;
		flex-wrap:nowrap;
		justify-content: space-between;
	}

	#get_ride_form .offer-provider{
		/*max-width:64%;*/
		border-spacing: 0;
		border-collapse: collapse;
		max-width: 75%;
	}

	#get_ride_form .offer-provider td
	{
		padding:8px 15px;
	}

	#get_ride_form .offer-provider .offer-provider-footer{
		vertical-align:bottom;
		line-height:1.4em;
		padding:0 15px 15px 15px;
	}

	#get_ride_form .ip-offer .offer-provider .offer-provider-footer{
		padding-bottom:22px;
	}

	#get_ride_form .offer-provider .offer-title{
		padding:15px 15px 0 15px;
	}

	#get_ride_form .offer-provider .offer-passengers-cell{
		padding:13px 15px 0 15px;
	}

	#get_ride_form .offer-provider .offer-image-cell{
		padding:0;
	}

	.offer-image{
		width:160px;
		height:160px;
		border-radius:0;
	}

	.offer-passengers{
		padding:4px 8px;
	}


	.offer-respond{
		line-height: 1.3em;
	}

	.offer-details{
		flex-wrap:wrap;
		padding:15px;
		align-content: space-between;
		max-width: 25%;
	}

	.offer-info{
		padding: 5px 0;
		border: 1px solid #f3f4f8;
		border-radius:4px;
	}

	.offer-cta{
		padding:0;
	}

	.offer-price{
		font-size:1.5em;
	}

	.offer-entry .offer-cta .request_submit_button{
		max-width:none;
	}

	.offer-entry.rq-offer .offer-cta .request_submit_button{
		font-size: 15px;
	}

	.offer-entry.rt-offer .offer-cta .request_submit_button{
		font-size: 1.1em;
		padding: .8em 0;
	}
}


.rto-filter{
	display:flex;
	width:100%;
	border-top: 1px solid #e5e5ec;
	background-color: #fff;
	overflow:hidden;
	flex-wrap: wrap;
	font-size:0.9em;
	line-height:30px;
}

.rto-filter input{
	display:none;
}

.rto-filter-item{
	text-align:center;
	flex: 1 1;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	padding: 0 5px;
}

.rto-filter-item:not(.rto-filter-item-active){
	border-bottom:1px solid #e5e5ec;
}

.rto-filter-item:not(:last-child):not(.rto-filter-item-active){
	border-right:1px solid #e5e5ec;
}


.rto-filter-item-active,
.rto-filter-item:active{
	background-color: #2b3a47;
	color: #fff;
	font-weight:bold;
}

#rto-progress{
	margin: 2em auto;
	display:block;
}


.ipo-badge{
	background-color: #00bf00;
	border-radius:3px;
	padding: 2px 5px;
	color: #fff;
	display:inline-block;
}

.ipo-badge .ipo-bolt{
	color: #00bf00;
	background-color: #fff;
	border-radius:100%;
	width:14px;
	height:14px;
	display:inline-block;
	text-align: center;
}

.ipo-badge .ipo-bolt:before{
	position:relative;
	top:-1px;
}

.free-meters{
	font-size:.9em;
}

.free-meters .fa-check{
	color: #00bf00;
}



/*
#no-offers-block{
	text-align:center;
	padding: 1em;
	font-size:1.5em;
	border: 1px solid #ff9324;
	margin-top: 1em;
}
*/



.request-form img.datepicker-icon {
    vertical-align: middle;
}

.request-form .error-label{
	font-size: .8em;
	display: inline-block;
	line-height: 1em;
}

.request-form input:not([type="checkbox"]){
    cursor: inherit;
    padding: 0 10px;
    height: 29px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #535353;
    background: #fff;
    outline: none;
}

.request-form select {
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #535353;
    cursor: pointer;
    font-size: 14px;
    height: 31px;
    font-family: 'Open Sans', sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url(../images/icons/arrow_select.png) no-repeat scroll right 5px center;
    padding: 3px 25px 3px 10px;
}

.request-form input.error,
.request-form select.error
{
	border: 1px solid red;
}

.request-form td {
    padding-top: 10px;
    padding-right: 20px;
    vertical-align: top;
}

.request-form td.padd {
    padding-right: 20px;
}

.request-form  td.label {
    color: #535353;
    font-size: 14px;
    padding: 10px 20px 0 0;
}



.request-form a.tooltip:after{
	content: '?';
	color: #fff;
	background-color:#ff9326;
	border-radius: 100%;
	line-height: 24px;
	width:24px;
	text-align:center;
	display:inline-block;
	font-weight: bold;
}

.request-form a.tooltip img{
	display:none;
}


.label-cell{
	width: 20%;
	margin-left: 2%;
	display:inline-block;
	line-height: 3em;
	vertical-align: top;
}

.label-cell-wide2{
	width: 50%;
}


.label-cell-content,
.input-cell-content{
	line-height: 1.5em;
	vertical-align: middle;
	display:inline-block;
	width:100%;
}

.input-cell{
	width: 75%;
	display:inline-block;
	line-height: 3em;
}

.input-cell-narrow2{
	width: 45%;
}

.input-cell input:not([type="radio"]):not([type="checkbox"]),
.request-form textarea{
	width: 100%;
	box-sizing: border-box;
}

.always-wide-cell{
	width: 95.5%;
	margin-left: 2%;
}

.date-cell{
	width: 25%;
}

.input-cell.date-cell input[type="text"]{
	width: 120px;
}

.time-cell,
.num_luggage-cell{
	width: 39.6%;
	display:inline-block;
	line-height: 41px;
	vertical-align: top;
	/*text-align: right;*/
}

.time-cell{
	width: 39.6%;
}

/*
.time-cell .label-cell,
.num_luggage-cell .label-cell{
	text-align: left;
	margin-left:3px;
}*/

.time-cell .label-cell{
	margin-left:.5em;
}

.time-cell .input-cell{
	float:right;
	text-align:right;
}

.input-cell.num_pass-cell{
	width: 25%;
}

.input-cell.num_pass-cell input[type="number"]{
	width: 70px;
}

.num_luggage-cell .label-cell{
	margin-left: .5em;
	width: 60%;
}

.num_luggage-cell .input-cell{
	width: 35%;
	float:right;
	text-align:right;
}

.equipment-item{
	width: 30%;
	display: inline-block;
	line-height: 41px;
	vertical-align: top;
}

.equipment-item label{
	width: 80%;
	display: inline-block;
	line-height: 1em;
}

#selectedCountryFromList{
	padding: 1.5px 3px;
}

.wide-label-cell,
.wide-input-cell{
	line-height: 4em;
}

/*
.request-form .input-cell .cmic-address-input{
	height: 3.2em;
	margin:.5em 0;
}*/


@media screen and (max-width: 1023px) {
	.request-form{
		min-width: auto;
	}
	.label-cell{
		margin-left:1em;
	}

	.trip-switch{
		top: 4px;
		display: block;
	}

	.trip-switch label{
		width:49.5%;
	}

	.input-cell.date-cell input[type="text"] {
		width: 95px;
	}

	div.form-container div.title h1 {
		margin-top: 0em;
	}
}

@media screen and (max-width: 767px) {
	.request-form{
		min-width: auto;
		width: 100%;
	}

	.section-header,
	.section-subheader{
		padding-left: .5em;
	}

	.section-content{
		max-width:95%;
		margin-left:.5em;
	}

	.label-cell{
		margin-left: .5em;
		width: 30%;
		line-height: 3.5em;
		font-size: 15px;
	}

	.label-cell-wide{
		width: 60%;
	}

	.label-cell-wide2{
		width: 50%;
	}

	.input-cell{
		font-size: 16px;
		width: 65%;
	}

	.input-cell.input-cell-narrow{
		width: 35%;
	}

	.input-cell-narrow2{
		width: 45%;
		text-align:right;
	}

	/*
	.input-cell input:not([type="radio"]),
	.input-cell select{
		height: 2.2em;
		font-size: 18px;
	}*/

	.always-wide-cell{
		font-size: 15px;
	}

	.date-cell{
		width: 65%;
	}

	.date-cell input[type="text"]{
		width: 75%;
	}

	.time-cell,
	.num_luggage-cell{
		width: 100%;
		text-align: left;
	}

	.time-cell select{
		width:40%;
	}

	.wide-input-cell,
	.wide-label-cell{
		line-height: 2em;
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	.always-wide-cell{
		width: 95%;
		margin-left: .5em;
	}

	.request-form a.tooltip:after{
		width: 35px;
		height: 35px;
		font-size: 25px;
		line-height: 35px;
		vertical-align:middle;
	}

	#autocar_type{
		width: 7em;
	}

	.equipment-item{
		width: 48%;
	}

	.lang_field{
		display:block;
	}

	.time-cell .input-cell,
	.num_luggage-cell .input-cell
	{
		float:none;
		text-align:left;
	}

}


#no-offers-block,
.offers-alert{
	border-radius:4px;
	border:2px solid #f29345;
	padding: 2em;
	text-align:center;
	box-shadow: 0 2px 2px 0 #ccc;
	background-color:#fff;
}

#no-offers-block .block-1{
	font-weight:bold;
	font-size:1.2em;
}

#no-offers-block strong{
	color:#f29345;
}

#no-offers-block .mt-button2{
	width:auto;
	padding:0.3em 1.5em;
	border-radius:4px;
	height:auto;
}



#gauge_modal_holder .mt-modal{
	text-align:center;
	padding:20px 35px;
	background-color:#fff;
	width:600px;
}

@media (max-width:400px) {
	#gauge_modal_holder .mt-modal{
		padding:30px 5px;
		width:100%;
	}
}

.price-gauge-block{
	cursor:pointer;
}

.mt-modal .price-gauge-block{
	cursor:auto;
}

.empty-form-message{
	padding: 8px 8px 8px 35px;
	border: 1px solid #e69754;
	color: #39464f;
	background: #fff;
	font-size: .9em;
	position: relative;
}

.empty-form-message .fas{
	color: #e69754;
	font-size: 1.2em;
	vertical-align: middle;
	position: absolute;
	top: 10px;
	left: 12px;
}

#tooltip-anchor.provider-rating-tooltip{
	text-align:left;
	padding: 0.5em 1em;
	font-size: .9em;
	line-height:2em;
}
</pre></body></html>