input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #FFF;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FFF;
  opacity: 0.5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FFF;
  opacity: 0.5;
}

body{
	overflow-y: scroll;
}
/*body p{
	font-family: "FuturaPTregular", Arial;
	font-size: 18px;
	line-height: 24px;
}*/
*:focus,
*:active{
		outline: 0;
}

.crash_radio  input[type="radio"] + label {
	padding-right: 30px;
}
.crash_radio .info-button{
	position: absolute;
	top: 0;
	right: 0;
}

.crash_radio .option_el{
	margin-bottom: 5px;
}
.wide-banner-blk{
	background: none!important;
}
#booking.step3 .belay .crash_radio span.tip{
	float: right;
	color: #FFF;
}

#booking p.yellow {
  color: #FFE100;
}
/*.move_link{
	bottom: -6px;
	position: absolute;
	right: -25px;
}*/

#header .contacts {
	position: relative;
	z-index: 10;
}

.book_area .btn-book{
	color: FFF;
	background: #077FCC;
	border-radius: 4px;
	display: inline-block;
	padding: 4px;
	text-align: center;
	margin-right: 10px;
	text-decoration: none;
	float: right;
}

.class_description{
	margin-bottom: 25px;
}
.f_name{
	display: none;
}
.mobile-banner{
	display: none;
}
@media (max-width: 767px) {
	.mobile-banner{
		display: block;
	}
	.desktop-banner{
		display: none;
	}
}
.cars_slider .old_price{
	text-decoration: line-through;
	opacity: 0.8;
}

.cars_slider .discount_price{
	font-weight: bold;
	margin-left: 4px;
}

.cars_slider .price_currency{
	font-weight: bold;
}

.europcar_rent--link{
	display: block;
	width: 173px;
	height: 174px;
	position: absolute;
	bottom: 0;
	right: -160px;
	z-index: 999;
	background: url("images/badge-europcar_com.png") 0 0 no-repeat transparent;
	text-decoration: none;
}

.under_header_area_b{
	background: #FFF;
	padding: 20px 0;
	text-align: center;
}

.h2_error{
	color: #FFF;
    font-weight: bold;
	line-height: 1.2;
	margin: 16px 0;
}