.contacts {
	  padding: 50px 0px;
	  background: #fff;
}

.contacts .textContact {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: #92361E;
    font-family: 'haptic';
    margin-bottom: 20px;
}

.contacts .textCountry {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: #92361E;
  font-family: 'haptic';
  margin-bottom: 20px;
}

.contacts .info {
	margin-bottom: 30px;
}

.contacts .info span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  font-family: 'Roboto';
  position: relative;
  top: 2px;
}

.contacts .info span a {
	color: #000000;
	text-decoration: none;
}

.contacts .info .location {
	margin-bottom: 15px;
}

.contacts .page {
	font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: justify;
  font-family: 'Roboto';
}

.contacts .bookking {
	background: #F4F4F4;
  border-radius: 30px;
  padding: 20px;
}

.contacts .bookking .image img {
	width: 100%;
}

.contacts .bookking .textInfoContact {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	font-family: 'Roboto';
}

.contacts .bookking .btnBooking {
	margin-top: 30px;
}

.contacts .bookking .btnBooking .serviceTram {
	background: #EAE1DF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px 10px 0px 0px;
	padding: 15px 20px;
	display: flex;
  justify-content: space-between!important;
}

.contacts .bookking .btnBooking .tichBooking span {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #92361E;
  font-family: 'Roboto';
  margin-left: 20px;
}

.contacts .bookking .btnBooking .serviceFood {
	background: #EAE1DF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 10px 10px;
	padding: 15px 20px;
	display: flex;
  justify-content: space-between!important;
}

.contacts .hrBooking {
	margin: 30px 0px;
	border: 1px dashed rgba(0, 0, 0, 0.2);
}

.contacts .formBooking {
	width: 100%;
	margin: 0px 15px;
}

.contacts .bookking .form-group  label {
	font-weight: 500;
	font-size: 15px;
  font-family: 'Roboto';
	color: #000000;
}

.contacts .bookking .form-group .error {
	color: red!important;
	margin-top: 5px!important;
	font-size: 13px!important;
	font-weight: 400;
}

.contacts .bookking .form-group table,th,td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	font-family: 'Roboto';
	color: #000000;
	font-weight: 400;
}

.contacts .bookking .form-group th {
	text-align: center;
	padding: 5px 0px;
	background: #EAE1DF;
}

.contacts .bookking .form-group td {
	text-align: center;
	padding: 5px 0px;
	background: #fff;
}

.contacts .bookking .form-group td p {
	text-align: left!important;
	margin-left: 10px;
}

.contacts .bookking .form-group .checkBooking {
	font-size: 16px;
	color: #000000;
	font-family: 'Roboto';
	font-weight: 500;
}

.contacts .bookking .form-group .formInput {
	border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.contacts .bookking .btnSendBooking {
	text-align: center;
}

.contacts .bookking .btnSendBooking button {
  background: #92361E;
  border-radius: 10px;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Roboto';
  border: none;
  padding: 10px 30px 8px;
  text-transform: uppercase;
  cursor: pointer;
}

.contacts .bookking .form-group .formQuantity {
	border: 1px solid #cc8f06;
	width: 100px;
}

.contacts .bookking .totalBooking {
	font-size: 16px;
  color: #000000;
  font-family: 'Roboto';
  font-weight: 500;
  margin-bottom: 20px;
}

/*iphone*/
@media (min-width: 320px) and (max-width: 767px) { 
  .contacts .bookking .form-group td img {
   	width: 80px!important;
   	height: 50px!important;
  }

  .contacts .bookking .form-group th {
  	font-size: 13px;
  }

  .contacts .bookking .form-group td {
  	font-size: 14px;
  }

  .contacts .bookking .form-group .formQuantity {
  	width: 70px;
  }
}