<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.form-container div.title h1 {
	margin: 1em 0em .5em 0em;
}

#estimation_box{
	background-color:#f6f6f6;
	padding:1em;
	text-align:center;
	font-size: 1.5em;
	border: 1px solid #273747;
	color: #273747;
	line-height: 2em;
	padding-left: 12%;
	background-image: url(../images/icons/start_auction.png);
	background-position: 2.5% center;
	background-repeat:no-repeat;
	min-height: 80px;
}

#estimation_box strong{
	font-weight: normal;
	font-size: 1.1em;
	text-transform: uppercase;
}

.section-header{
	background: #273747 none repeat scroll 0 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 8px 0 8px 100px;
    padding-left: 10%;
    margin: 1em 0 .5em 0;
}

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

.section-content{
	max-width:90%;
	margin: 0 0 0 10%;
}

.request-form{
	min-width: 600px;
	width: 67%;
	padding: 0 0 2em 0;
	background-color: #f6f6f6;
}

.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;
}

.trip-switch input{
	display: none;
}

.trip-switch{
	border-radius: 3px;
	border: 1px solid #acacac;
	background-color:#f6f6f6;
	display: inline-block;
	padding: 2px;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	width: auto !important;
	margin-left: 1em;
	position:relative;
	top: -5px;
}

.trip-switch label{
	border-radius: 3px;
	min-width: 10em;
	display: inline-block;
	color: #acacac;
	text-align:center;
	padding: 3px 0;
}

.trip-switch input:checked+label{
	background-color:#273747;
	color: #fff;
}

.request-form table{
	margin-left: 10%;
}

.request-form .ride_block{
	width:90%;
}

.request-form .ride_block input{
	box-sizing: border-box;
}

.submit_type_block{
	margin: 1em 0;
	font-size:.9em;
}

.submit_type_block input{
	display:none;
}

.submit_type_block label{
	background-color:#fff;
	color: #273747;
	border-radius: 4px;
	border: 1px solid #acacac;
	display: inline-block;
	line-height: 2em;
	padding: 5px;
}

.submit_type_block input:checked+label{
	border: 1px solid #273747;
	background-color:#273747;
	color:#fff;
	position: relative;
}

.submit_type_block input:checked+label:after{
	content:'';
	position: absolute;
	bottom: -2em;
	left: 42%;
	border:1em solid transparent;
	border-top-color: #273747;
	border-top-width: 1.3em;
}

.submit_type_form .input-cell{
	width:18em;
}

.submit_type_form input{
	width:100%;
	box-sizing: border-box;
}

.submit-form-button-cell{
	margin-left: 30%;
	width: 30%;
	text-align:center;
}

.request-form .request_submit_button:not([type="checkbox"]){
    background-color: #ff9326;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 36px;
    margin: 15px 0 5px 0;
    padding: 0px;
    border: none;
    border-radius: 2px;
    line-height: 35px;
    font-family: "Open Sans", sans-serif;
    min-width: 16em;
    max-width: 95%;
}

.request-form .request_submit_button.fb_connect_button{
	background-color: #3c5897;
	color: #fff;
	font-weight: normal;
	position:relative;
	height: auto;
}

.request-form .request_submit_button.fb_connect_button:before{
	content:'f';
	font-weight: bold;
	position:absolute;
	left: .3em;
	top: 0em;
	font-size: 1.8em;
}


.why_register_block{
	padding-top:2em;
	clear:both;
}

.why_register_item-container{
	display:inline-block;
	box-sizing:border-box;
	width:48%;
}

.why_register_item{
	margin: 0 auto;
	max-width: 350px;
	background-position: 70px center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 10px 10px 10px 150px
}


#resume-block{
	position: absolute;
	width: 30%;
	max-width: 350px;
	top: 1em;
	right: 1em;
	z-index: 8;
	border: 3px solid #273747;
	border-radius:4px;
	font-size: 1.2em;
	display:none;
}

@media screen and (min-width: 768px) {
	#resume-block{
		display:block;
	}
}

#resume-map-0,
#resume-map-1{
	width: 100%;
	height: 13em;
}

#resume-block .header{
	padding: 7px 7%;
	background-color:#ff9326;
	background-image: url(../images/ride/ico_transfert_simple.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 40px;
	border-bottom: 3px solid #273747;
	text-transform: uppercase;
	font-size: 1.2em;
}

#resume-block.round-trip .header{
	background-image: url(../images/ride/ico_transfert_return.svg);
}

#resume-block .resume-ride-0,
#resume-block .resume-ride-1{
	padding: 5px 7%;
}

#resume-block .resume-ride-1{
	border-top: 3px dashed #273747;
}

#resume-block .resume-ride-1{
	display: none;
}

#resume-block.round-trip .resume-ride-1{
	display: block;
}

#resume-block .resume_footer{
	border-top: 3px solid #273747;
	padding: 10px 7%;
	background-color:#f6f6f6;
}

#resume-block .resume_footer table{
	min-width:200px;
}

#resume-block .resume_footer img{
	vertical-align: middle;
	margin-right: 5px;
}

#resume-block .resume-comment:empty{
	display:none;
}

#resume-block .resume-comment:before{
	display:block;
	content: attr(title);
	font-weight: bold;
}

#resume-block .resume-departure,
#resume-block .resume-return{
	display: block;
	padding: 7px 0px 10px 40px;
	background-image: url(../images/icons/green_pin_small.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: .9em;
}

#resume-block .resume-return{
	background-image: url(/media/images/icons/red_pin_small.png);
}

.resume-date-time{
	margin: 7px 0;
	position: relative;
	padding-right:60px;
}

.resume-date-time:after{
	content:'';
	width: 60px;
	height: 60px;
	position: absolute;
	top:0px;
	right: 0px;
	background-image: url(../images/vehicles/ico_car.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 60px;
}

#resume-block .resume-ride-1 .resume-date-time:after{
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}

.resume-date-time-header{
	text-transform: uppercase;
	font-size: 1.2em;
}

.resume-metrics{
	margin: 10px 0;
	font-size: .9em;
}

.label-cell{
	width: 20%;
	margin-left: 10%;
	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: 65%;
	display:inline-block;
	line-height: 3em;
}

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

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

.always-wide-cell{
	width: 85.5%;
	margin-left: 10%;
}

.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: 30%;
	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;
	}


	.submit_type_block{
		width: 98%;
		font-size:1.1em;
		text-align:center;
	}

	.submit_type_block label {
		width: 98%;
		margin-bottom: .5em;
	}

	.submit_type_block input:checked+label:after{
		display: none;
	}

	.submit_type_form{
		width:100%;
	}

	.submit-form-button-cell{
		margin-left: 0;
		width: 100%;
	}

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

@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;
	}

	.trip-switch{
		top: 4px;
		margin:0;
	}

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

	#estimation_box{
		display: none;
	}

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

	.why_register_item-container{
		width:100%;
	}

	.why_register_item{
		padding-left:100px;
		background-position: 20px center;
	}

	.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;
	}

	#selectedCountryFromList{
		padding: 7px 3px;
	}

	.request-form .request_submit_button.fb_connect_button{
		width:100%;
	}


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

	.submit_type_block label {
		width: 100%;
	}
}

.resume-departure_date-0:empty:after,
.resume-departure_hour-0:empty:after,
.resume-departure_address-0:empty:after,
.resume-return_address-0:empty:after,
.resume-duration-0:empty:after,
.resume-distance-0:empty:after,
.resume-departure_date-1:empty:after,
.resume-departure_hour-1:empty:after,
.resume-departure_address-1:empty:after,
.resume-return_address-1:empty:after,
.resume-duration-1:empty:after,
.resume-distance-1:empty:after,
.resume-num_pass:empty:after
{
	content:'?';
	font-weight:bold;
	color: red;
}

.price-option-description{
	min-height:55px;
}

.price-option-button{
	box-sizing: border-box;
	text-align: center;
	width: 400px;
	max-width: 45%;
	margin: 10px 10px 0 0;
	padding: 0 25px 0 0;
	float: left;
	height: 180px;
	position: relative;
	font: inherit;
	background-color: transparent;
	font-size: 0.9em;
}

.login-block{
	background: #fff;
	border: 1px solid #d9dbdd;
	box-shadow: 0 0 5px 0 #eee;
	margin-top:2em;
	padding:20px 30px;
	position: relative;
	margin-top:0;
}

.have-account,
.have-no-account{
	color: #ff9326;
	cursor: pointer;
}

.login-block .login-left-column{
	width:50%;
	border-right: 1px solid #ccc;
	padding:0;
	position: relative;
}

.login-block .login-right-column{
	padding:40px;
	vertical-align:middle;
}

.login-block input{
	width:80%;
}

.submit-login-form-block button{
	border: none;
	border-radius: 4px;
	background-color: #ff9326;
	color: #fff;
	font-weight: bold;
	padding: 3em 1em;
	padding: .7em 2em;
    font-size: 14px;
    cursor: pointer;
}

.submit-login-form-block a.terms-link{
	color: #ff9326;
}


.fb_connect_button2{
	border-radius: 4px;
	background-color: #3c5897;
	color: #fff;
	font-weight: normal;
	position:relative;
	height: auto;
	border: none;
	padding: 0.7em 2em .7em 4em;
	font-size: 14px;
	margin: 3px 0;
	cursor: pointer;
}

.fb_connect_button2:before{
	content:'f';
	font-weight: bold;
	position:absolute;
    left: 0;
    top: .25em;
    font-size: 1.6em;
    border-right: 1px solid #bbb;
    width: 1.5em;
}

.login-block:after{
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	top:-10px;
	left:200px;
	box-shadow: 1px 1px 1px 0 #ccc;
	background-color: #fff;
	transform: rotate(225deg);
}

.request-form {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.login-block .login-left-column,
	.login-block .login-right-column{
		display:block;
		width:100%;
		padding: 0px;
	}

	.login-block .login-left-column{
		padding-bottom:2em;
		margin-bottom:2em;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
}

.what_next_container{
	display:none;
}

#final-step-block .instant_price_block{
	display: none;
}

#final-step-block .no_instant_price_block{
	display: block;
}

#final-step-block.has-instant-price .instant_price_block{
	display: block;
}

#final-step-block.has-instant-price .no_instant_price_block{
	display: none;
}

#final-step-block.has-instant-price .no_instant_price_block{
	display: none;
}


#final-step-block:not(.has-instant-price) .login-block{
	background: none;
	border: none;
	box-shadow: none;
}

#final-step-block:not(.has-instant-price) .login-block:after{
	display:none;
}

#final-step-block:not(.has-instant-price) .login-left-column:after{
	background-color: #f6f6f6;
}

#need_return_block{
	margin:1em 0;
	color:#535353;
}

.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) {
	.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;
}

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

.request-form .offer-provider td{
	padding:0;
	vertical-align: top;
}

.request-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;
}

.request-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;
}


.request-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;
}

.request-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;
}

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

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

.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-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.rq-offer .offer-cta .request_submit_button{
	background-color: #fff;
	color: #ff9326;
	border: 1px solid #ff9326;
	font-size: 1em;
}

.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;
	}

	.request-form .offer-provider{
		max-width:64%;
		border-spacing: 0;
		border-collapse: collapse;
		max-width: 45em;
	}

	.request-form .offer-provider td
	{
		padding:8px 15px;
	}

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

	.request-form .ip-offer .offer-provider .offer-provider-footer{
		padding-bottom:22px;
	}

	.request-form .offer-provider .offer-title{
		padding:15px 15px 0 15px;
	}

	.request-form .offer-provider .offer-passengers-cell{
		padding:13px 15px 0 15px;
	}

	.request-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;
	}

	.offer-info{
		padding: 13px 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: 16px;
	}

	.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 .fa-check{
	color: #00bf00;
}

#final-step-block .section-header{
	position:relative;
}

#loading-offers{
	position: absolute;
	right: 10px;
	top:11px;
	display:none;
}
</pre></body></html>