.container.container_reservation {
/*  max-width: 1100px; */
}

.container_reservation .wrapper {
 padding: 0;
}

#reservation {
 float: left;
 width: 100%;
 font-size: 15px;
 color: #383838;
 line-height: 1.2;
}

#reservation .back_btn {
 margin: 0 0 15px 0;
 font-size: 12px;
}

#reservation .center {
 text-align: center;
}

#reservation .label {
 padding: 0 0 5px 0;
 font-weight: 400;
}

#lead_info .input_holder,
#tourists .input_holder {
 height: 45px;
}

.reservation_view #lead_info .label,
.reservation_view #reservation .services .label,
.reservation_view #tourists .label {
 padding-left: 0;
 padding-right: 0;
}

.reservation_view #lead_info .input_holder,
.reservation_view .services .input_holder,
.reservation_view #tourists .input_holder {
 height: auto;
 border: none;
}

.reservation_view #lead_info .input_holder div.input, 
.reservation_view .services .input_holder div.input, 
.reservation_view #tourists .input_holder div.input {
 display: block;
 padding-left: 0;
 padding-right: 0;
 min-height: 19px;
 font-weight: 700;
 line-height: 1.3;
 cursor: default;
}

.reservation_view #lead_info .input_holder div.input, 
.reservation_view #tourists .input_holder div.input {
 height: auto;
 margin: 0 0 12px 0;
}

#lead_info div.input,
#tourists div.input {
 height: 100%;
}

@media screen and (max-width:950px) {
 #lead_info .input_holder,
 #tourists .input_holder {
  height: 40px;
 }
}

.reservation_edit #product_info,
.reservation_edit .reservation_title.services_title,
.reservation_edit .services {
 display: none;
}

.input.not_allowed {
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 cursor: not-allowed;
}

.reservation_main_title {
 float: left;
 width: 100%;
 padding: 18px 15px;
 margin: 0 0 35px 0;
 font-weight: 700;
 font-size: 18px;
 line-height: 1.2;
 color: #000;
 text-align: center;
 text-transform: uppercase;
 background-color: #efefef;
}

@media screen and (max-width:950px) {
 .reservation_main_title {
  padding: 16px 15px;
  margin: 0 0 30px 0;
  font-size: 17px;
 }
}

@media screen and (max-width:750px) {
 .reservation_main_title {
  padding: 13px 15px;
  margin: 0 0 25px 0;
  font-size: 16px;
 }
}

@media screen and (max-width:600px) {
 .reservation_main_title {
  padding: 11px 15px;
  margin: 0 0 20px 0;
  font-size: 15px;
 }
}

.reservation_hotel_stars {
 display: flex; 
 justify-content: center;
 float: left;
 width: 100%;
 margin: 3px 0 2px 0;
}

.reservation_hotel_stars img {
 width: 15px;
 height: 15px;
 margin: 0 1px;
}

@media screen and (max-width:950px) {
 .reservation_hotel_stars img {
  width: 13px;
  height: 13px;
 }
}

@media screen and (max-width:600px) {
 .reservation_hotel_stars {
  margin: 1px 0;
 } 
 .reservation_hotel_stars img {
  width: 12px;
  height: 12px;
 }
}

.reservation_title {
 float: left;
 width: 100%;
 padding: 8px 15px;
 margin: 0 0 15px 0;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.2;
 color: #fff;
 text-align: left;
 text-transform: uppercase;
 background-color: #F56A03;
}

@media screen and (max-width:850px) {
 .reservation_title {
  font-size: 15px;
 }
}

@media screen and (max-width:750px) {
 .reservation_title {
  margin: 0 0 12px 0;
  font-size: 14px;
 }
}

.reservation_mini_title {
 display: inline-block;
 width: 100%;
 margin: 0 0 2px 0;
 font-weight: 700;
 font-size: 15px;
 line-height: 1.3;
 color: #000;
}



/* LOGIN start */

.login_form_container {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 float: left;
 width: 100%;
}

.login_form_container form {
 float: left;
 width: 100%;
 max-width: 490px;
}

.login_form .description_title {
 display: flex;
 align-items: center;
 padding: 12px 0 7px 0;
 margin: 0 0 15px 0;
 line-height: 1;
 border-top: none;
 border-bottom: 1px solid #e5e5e5;
}

.login_form .description_title img {
 width: 18px;
 height: 18px;
 margin: 0 10px 0 0;
 opacity: 0.6;
}

.login_form .input_field {
 width: 100%;
 margin: 0 0 20px 0;
}

.login_form .basic_btn {
 width: 100%;
 margin: 0 0 10px 0;
 font-weight: 700;
}

.login_form .required {
 float: left;
 width: 100%;
 font-size: 13px;
 text-align: center;
}

@media screen and (max-width:676px) {
 .login_form .input_field {
  margin: 0 0 16px 0;
 }
}


/* LOGIN end */


/* RES CHECK TABLE start */

#reservation .check_res_table {
 float: left;
 width: 100%;
 line-height: 1.2;
 border-collapse: collapse;
}

#reservation .check_res_table tr {
 cursor: pointer;
}

#reservation .check_res_table td {
 vertical-align: top;
}

#reservation .check_res_table .label {
 padding: 0 0 5px 0;
 font-weight: 400;
}

@media screen and (max-width:676px) {
 #reservation .check_res_table tr {
  display: flex;
  flex-wrap: wrap;
 }
 #reservation .check_res_table td {
  float: left;
  width: 50%;
 }
 #reservation .check_res_table tr:last-child td:last-child {
  width: 100%;
 }
 #reservation .check_res_table .label {
  padding: 0 0 2px 0;
 }
}

@media screen and (max-width:350px) {
 #reservation .check_res_table td {
  width: 100%;
 }
}


/* RES CHECK TABLE end */


/* TOOLBAR start */

#toolbar {
 float: left;
 width: 100%;
 margin: 0 0 20px 0; 
}

#toolbar .wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}

#toolbar .basic_btn {
 width: 18%;
 padding: 9px 12px;
 margin: 0 2% 0 0;
 font-weight: 700;
 font-size: 13px;
 color: #fff;
}

#toolbar .basic_btn:active {
 background-color: #F78A39;
}

#toolbar .current_page_btn {
 background-color: #F78A39; 
 cursor: not-allowed;
}

@media screen and (max-width:900px) {
 #toolbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 5px;
  margin: 0;
  background-color: #efefef;
  box-shadow: 1px 3px 5px 5px rgba(39, 28, 28, 0.23);
  z-index: 50;
 }
 #toolbar .basic_btn,
 #toolbar .basic_btn:nth-child(3n) {
  width: auto;
  padding: 7px 9px;
  margin: 5px 5px;
  font-size: 12px;
 }
}

@media screen and (max-width:650px) {
 #toolbar .basic_btn,
 #toolbar .basic_btn:nth-child(3n) {
  font-size: 11px;
 }
}



/* TOOLBAR end */


/* PRODUCT INFO start */

#product_info {
 float: left;
 width: 100%;
 margin: 0 0 25px 0;
}

#product_info .col {
 float: left;
 width: 32%;
 margin: 0 2% 0 0;
}

#product_info .col.col_01 {
 width: 39%;
}

#product_info .col.col_02 {
 width: 27%;
}

#product_info .col.col_03 {
 width: 30%;
 margin: 0;
}

#product_info .col_line {
 float: left;
 width: 100%;
 border-top: 1px solid #e3e3e3;
}

#product_info .info {
 display: flex;
 float: left;
 width: 100%;
 padding: 0 0 18px 0;
 font-size: 14px;
 line-height: 1.3;
 color: #383838;
}

#product_info .info.dates .date_info {
 display: flex;
 float: left;
 width: auto;
 padding: 0 30px 0 0;
}

#product_info .info.dates .date_info:nth-child(2n) {
 padding: 0;
}

#product_info .info .icon {
 display: flex;
 float: left;
 width: 32px;
 min-width: 32px;
 line-height: 0;
 font-size: 0;
}

#product_info .info .icon img {
 width: 20px;
 height: 20px;
 margin: 1px 0px 0 0;
 opacity: 0.6;
}

#product_info .info .text {
 flex: auto;
 font-size: 14px;
}

#product_info .info .info_title {
 width: 100%;
 margin: 0 0 3px 0;
 font-weight: 600;
 font-size: 15px;
 color: #000;
 text-transform: uppercase;
}

@media screen and (max-width:950px) {
 #product_info {
  margin: 0 0 15px 0;
 }
}

@media screen and (max-width:850px) {
 #product_info .col.col_01 {
  width: 36%;
 }
 #product_info .col.col_02 {
  width: 30%;
 }
 #product_info .col.col_03 {
  width: 30%;
 }
 #product_info .info.dates {
  flex-wrap: wrap;
 }
 #product_info .info.dates .date_info {
  width: 100%;
  padding: 0 0 18px 0;
 }
 #product_info .info.dates .date_info:nth-child(2n) {
  padding: 0;
 }
 #product_info .info .text {
  font-size: 13px;
 }
 #product_info .info .info_title {
  font-size: 14px;
 }
}

@media screen and (max-width:650px) {
 #product_info {
  margin: 0 0 10px 0;
 }
 #product_info .info {
  padding: 0 0 12px 0;
 }
 #product_info .info .info_title {
  margin: 0 0 1px 0;
  font-size: 13px;
 }
 #product_info .info .icon {
  width: 24px;
  min-width: 24px;
 }
 #product_info .info .icon img {
  width: 15px;
  height: 15px;
 }
}

@media screen and (max-width:550px) {
 #product_info .col.col_01,
 #product_info .col.col_02,
 #product_info .col.col_03 {
  width: 100%;
 } 
}

/* PRODUCT INFO end */





.price_total {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: baseline;
 float: left;
 width: 100%;
 margin: 5px 0 0 0;
 padding: 9px 20px;
 font-weight: 600;
 font-size: 15px;
 color: #fff;
 background-color: #515151;
}

.price_total .info_title {
 font-size: 15px;
 line-height: 1.2;
 color: #fff;
}

.price_total img {
 width: 22px;
 height: 18px;
 margin: 0 13px 0 0;
}

.price_total .price {
 margin: 0 0 0 10px;
 font-weight: 700;
 font-size: 24px;
}

.price_total .price .currency {
 font-size: 20px;
}

@media screen and (max-width:950px) {
 .price_total {
  padding: 9px 20px;
  font-size: 14px;
 }
 .price_total .price {
  font-size: 22px;
 }
 .price_total .price .currency {
  font-size: 18px;
 }
}

@media screen and (max-width:750px) {
 .price_total .price {
  font-size: 20px;
 }
 .price_total .price .currency {
  font-size: 17px;
 }
 .price_total img {
  width: 18px;
  height: 15px;
  margin: 0 10px 0 0;
 }
}

@media screen and (max-width:600px) {
 .price_total {
  padding: 9px 20px;
  font-size: 13px;
 }

 .price_total .price {
  font-size: 19px;
 }
 .price_total .price .currency {
  font-size: 16px;
 }
}





/* SERVICES start */

.services {
 display: flex;
 flex-wrap: wrap;
 float: left;
 width: 100%;
 margin: 0 0 40px 0;
}

.services .service {
 display: flex;
 float: left;
 width: 48%;
 padding: 0 0 13px 0;
 margin: 0 2% 15px 0;
 border-bottom: 1px solid #ddd;
}

.services .service:nth-child(2n) {
 margin: 0 0 15px 2%;
}

.services .left {
 flex: auto;
 display: flex;
 flex-wrap: wrap;
 align-content: flex-start;
 flex-direction: column;
}

.services .service_title {
 display: inline-block;
 width: 100%;
 margin: 0 0 4px 0;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.3;
 color: #000;
 text-transform: uppercase;
}

.services .right {
 align-self: flex-start;
 padding: 2px 0 0 20px;
}

.services .input_field {
 float: right;
 width: 80px;
}

.services .input_holder {
 height: 37px;
}

.services .single_price_container {
 flex: auto;
 display: flex;
 align-items: flex-end;
}

.services .single_price_container .price {
 margin: 0 4px 0 7px;
 font-size: 17px;
}

.services .single_price_container .currency {
 font-size: 17px;
}


@media screen and (max-width:950px) {
 .services {
  margin: 0 0 30px 0;
 }
}

@media screen and (max-width:850px) {
 .services .service,
 .services .service:nth-child(2n) {
  width: 100%;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
 }
 .services .service_title {
  font-size: 15px;
 }
 .services .right {
  padding-top: 0;
 }
}

@media screen and (max-width:750px) {
 .services .service_title {
  font-size: 14px;
 }
}

@media screen and (max-width:650px) {
 .services {
  margin: 0 0 20px 0;
 }
}


/* SERVICES end */





/* LEAD INFO start */

#lead_info {
 float: left;
 width: 100%;
 margin: 0 0 40px 0;
}

#lead_info .input_field {
 width: 23.5%;
 margin: 0 2% 10px 0;
}

#lead_info .input_field:nth-child(4n) {
 margin-right: 0;
}

@media screen and (max-width:950px) {
 #lead_info {
  margin: 0 0 30px 0;
 }
}

@media screen and (max-width:1000px) {
 #lead_info .input_field,
 #lead_info .input_field:nth-child(4n) {
  width: 32%;
  margin: 0 2% 10px 0;
 }

 #lead_info .input_field:nth-child(3n) {
  margin-right: 0;
 }
}

@media screen and (max-width:750px) {
 #lead_info .input_field,
 #lead_info .input_field:nth-child(3n),
 #lead_info .input_field:nth-child(4n) {
  width: 49%;
  margin: 0 2% 10px 0;
 }
 #lead_info .input_field:nth-child(2n) {
  margin-right: 0;
 }
}

@media screen and (max-width:650px) {
 #lead_info {
  margin: 0 0 20px 0;
 }
}

@media screen and (max-width:350px) {
 #lead_info .input_field,
 #lead_info .input_field:nth-child(2n),
 #lead_info .input_field:nth-child(3n),
 #lead_info .input_field:nth-child(4n) {
  width: 100%;
  margin: 0 0 10px 0;
 }
}

/* LEAD INFO end */


/* TOURISTS INFO start */

#tourists {
 float: left;
 width: 100%;
 margin: 0 0 40px 0;
}

#tourists .tourist {
 float: left;
 width: 100%;
 margin: 6px 0 10px 0;
}

#tourists .tourist:last-child {
 margin-bottom: 0;
}

#tourists.res_tourists .input_field {
 width: 15.83%;
 margin: 0 1% 10px 0;
}

#tourists.res_tourists .input_field:nth-child(6n) {
 margin: 0 0 10px 0;
}

#tourists.res_check_tourists .input_field {
 width: 19.2%;
 margin: 0 1% 10px 0;
}

#tourists.res_check_tourists .input_field:nth-child(5n) {
 margin: 0 0 10px 0;
}

@media screen and (max-width:1000px) {
 #tourists.res_check_tourists .input_field,
 #tourists.res_check_tourists .input_field:nth-child(5n) {
  width: 24.25%;
  margin: 0 1% 10px 0;
 }
 #tourists.res_check_tourists .input_field:nth-child(4n) {
  margin-right: 0;
 }
}

@media screen and (max-width:950px) {
 #tourists {
  margin: 0 0 30px 0;
 }
 #tourists.res_tourists .input_field,
 #tourists.res_tourists .input_field:nth-child(6n) {
  width: 32.33%;
  margin: 0 1% 10px 0;
 }
 #tourists.res_tourists .input_field:nth-child(3n) {
  margin-right: 0;
 }
}

@media screen and (max-width:750px) {
 #tourists.res_tourists .input_field,
 #tourists.res_tourists .input_field:nth-child(6n) {
  width: 32%;
  margin: 0 2% 10px 0;
 }
 #tourists.res_tourists .input_field:nth-child(3n) {
  margin-right: 0;
 }
 #tourists.res_check_tourists .input_field,
 #tourists.res_check_tourists .input_field:nth-child(4n),
 #tourists.res_check_tourists .input_field:nth-child(5n) {
  width: 32%;
  margin: 0 2% 10px 0;
 }
 #tourists.res_check_tourists .input_field:nth-child(3n) {
  margin-right: 0;
 }
}

@media screen and (max-width:650px) {
 #tourists {
  margin: 0 0 20px 0;
 }
}

@media screen and (max-width:500px) {
 #tourists.res_tourists .input_field,
 #tourists.res_tourists .input_field:nth-child(3n),
 #tourists.res_tourists .input_field:nth-child(6n) {
  width: 49%;
  margin: 0 2% 10px 0;
 }
 #tourists.res_tourists .input_field:nth-child(2n) {
  margin-right: 0;
 }
 #tourists.res_check_tourists .input_field,
 #tourists.res_check_tourists .input_field:nth-child(3n),
 #tourists.res_check_tourists .input_field:nth-child(4n),
 #tourists.res_check_tourists .input_field:nth-child(5n) {
  width: 49%;
  margin: 0 2% 10px 0;
 }
 #tourists.res_check_tourists .input_field:nth-child(2n) {
  margin-right: 0;
 }
}

@media screen and (max-width:350px) {
 #tourists.res_tourists .input_field,
 #tourists.res_tourists .input_field:nth-child(2n),
 #tourists.res_tourists .input_field:nth-child(3n),
 #tourists.res_tourists .input_field:nth-child(6n) {
  width: 100%;
  margin: 0 0 10px 0;
 }
 
 #tourists.res_check_tourists .input_field,
 #tourists.res_check_tourists .input_field:nth-child(2n),
 #tourists.res_check_tourists .input_field:nth-child(3n),
 #tourists.res_check_tourists .input_field:nth-child(4n),
 #tourists.res_check_tourists .input_field:nth-child(5n) {
  width: 100%;
  margin: 0 0 10px 0;
 } 
}

/* TOURISTS INFO end */


/* RES BOTTOM start */

.res_bottom {
 float: left;
 width: 100%;
 margin: 12px 0 12px 0;
}

.res_bottom p {
 margin: 0 0 5px 0;
}

.res_bottom .required {
 justify-content: flex-start;
 margin: 15px 0 0 0;
 text-align: left;
}

.res_bottom p input {
 margin: 0 5px 0 0;
}

.res_bottom a {
 margin: 0 0 0 5px;
}


/* RES BOTTOM end */


/* BOTTOM BTNS start */


.res_bottom .basic_btn,
.res_bottom .basic_btn.back {
 width: auto;
 padding: 10px 22px;
 font-weight: 700;
 font-size: 15px;
}

.res_bottom .basic_btn.back {
 margin-right: 15px;
 font-weight: 400;
 color: #545454;
 border: 1px solid #ddd;
 background-color: #efefef;
}

.res_bottom .basic_btn.back:hover {
 border: 1px solid #ddd;
 background-color: #ddd;
}

@media screen and (max-width:900px) {
 .res_bottom .basic_btn,
 .res_bottom .basic_btn.back {
  padding: 9px 19px;
  font-size: 14px;
 }
}

@media screen and (max-width:650px) {
 .res_bottom .basic_btn,
 .res_bottom .basic_btn.back {
  font-size: 13px;
 }
}

.bottom_btns {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 float: left;
 width: 100%;
 margin: 10px 0 0 0;
}


/* BOTTOM BTNS end */


.thanks_page {
 float: left;
 width: 100%;
 text-align: center;
}

.thanks_page .basic_btn {
 display: inline-block;
 float: none;
 margin: 6px 0 10px 0;
}



