
@media screen and (max-width:400px){

	
	.booking-step-3 {
		display: block;
	}
		.booking-step-3 .list, .booking-step-3  .content{
		width: 280px;
	}
	.booking-step-4 {
		display: block;
	}	
	.booking-step-4 .basic, .booking-step-4  .form{
		width: 280px;
	}
	 .booking-step-4  .form{
		margin-top:20px
	 }

}
@media screen and (max-width:700px){

	
	.booking-block:before {display: block}
	.booking-box {background: none; box-shadow: none; border-radius: 0}

}

.b_logo {position: relative; padding: 5px;}
.b_logo img{margin: auto;}


#modal-address {
	display: none; width: 370px; padding: 40px 15px 18px;
}
#modal-address .title {
	font-size: 18px; font-weight: 500; text-align: center; font-family: 'Roboto';
}
#modal-address .bt input[type="text"] {
    width: 100%;
    max-width: 370px;
    height: 40px; 
    border: 2px solid #c6c6c6;
    border-radius: 3px;
    padding: 0 15px;
}
#modal-address .bt {
	margin-top: 28px;
}
#modal-address .bt > * {
	width: 100%; margin-top: 13px;
}
#modal-address .bt > *:first-child {
	margin-top: 0;
}