#order-rooms {
  margin: 0px 0 0 0;
}
#order-rooms h1 {
  font-size: 36px;
}

.tourist-roomgroup {
  padding-top: 25px;
}

.tourist-roomgroup:not(:last-child) {
  border-bottom: 1px solid #878787;
}

.tourist-room {
  font-size: 16px;
}
.tourist-room .tourist-room__titile {
  color: #ff6600;
  font-size: 21px;
  font-weight: 800;
  background-image: url("/assets/i/icons/lk-icons2/lk2-bed.svg");
  background-repeat: no-repeat;
  padding-left: 45px;
  background-size: 32px;
}
.tourist-room .tourist1 {
  font-size: 22px;
  font-weight: 600;
}
.tourist-room h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.tourist-room .tourist-titile {
  margin-bottom: 15px;
}
.tourist-room .form-check {
  padding-left: 0;
  margin-bottom: 15px;
}
.tourist-room .galka3 {
  margin-top: 15px;
}
.tourist-room select {
  width: 130px;
}
.tourist-room label {
  font-weight: normal;
}

.tourist-form, .buyer-form {
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
.tourist-form input, .tourist-form select, .tourist-form input[type=date], .tourist-form input[type=date]#person-bd, .buyer-form input, .buyer-form select, .buyer-form input[type=date], .buyer-form input[type=date]#person-bd {
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.tourist-form select, .buyer-form select {
  height: auto !important;
  padding-right: 37px;
}
.tourist-form .tourist-form__fio, .tourist-form .tourist-form__pass, .buyer-form .tourist-form__fio, .buyer-form .tourist-form__pass {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.tourist-form [type=radio]:checked + label, .tourist-form [type=radio]:not(:checked) + label, .buyer-form [type=radio]:checked + label, .buyer-form [type=radio]:not(:checked) + label {
  padding-left: 20px;
}
.tourist-form .place_type, .buyer-form .place_type {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.tourist-form .adult_or_kid, .buyer-form .adult_or_kid {
  margin-left: 15px;
}
.tourist-form .type-place, .buyer-form .type-place {
  font-weight: normal;
  font-size: 24px;
  color: #000;
}
.tourist-form .type-place::before, .buyer-form .type-place::before {
  content: " - ";
  display: inline-block;
  color: #000;
  font-style: normal;
  margin-right: 10px;
  font-weight: bold;
  font-size: 24px;
}
.tourist-form [type=radio]:checked + label:before, .tourist-form [type=radio]:not(:checked) + label:before, .buyer-form [type=radio]:checked + label:before, .buyer-form [type=radio]:not(:checked) + label:before {
  top: 7px;
}
.tourist-form [type=radio]:checked + label:after, .tourist-form [type=radio]:not(:checked) + label:after, .buyer-form [type=radio]:checked + label:after, .buyer-form [type=radio]:not(:checked) + label:after {
  top: 9px;
}
.tourist-form form select, .tourist-form .select, .buyer-form form select, .buyer-form .select {
  background-image: url(/assets/i/icons/lk-icons2/lk2-caret-down.svg);
  background-size: 15px;
  background-position: right 16px top 25px;
}

.tourist-title {
  font-weight: 800;
  color: #000;
  margin-right: 10px;
  font-size: 23px;
}

.tourist-room .expanded .accordion-type2__content {
  display: flex;
}

.hidetourist .dummy {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  cursor: default;
  z-index: 2;
}

.container-tohide-in {
  position: relative;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.requred-lk, .wb .requred-lk, .select.requred-lk {
  border: 1px solid #f00;
}

.tourist-table {
  display: flex;
  justify-content: space-between;
}
.tourist-table .col2 {
  flex-basis: calc(50% - 15px);
}
.tourist-table .col3 {
  flex-basis: 30%;
}
.tourist-table label {
  font-weight: 600;
}

.save-tourists-container {
  padding-bottom: 50px;
  text-align: right;
}

input, input[type=text], input[type=date] {
  color: #878787;
}

label {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 0;
  display: inline-block;
}

.flash-one label {
  transition: all 1s ease-out;
  color: #ff0000;
}

.isNeedZakazhikFields1 {
  display: none;
}

@media (max-width: 1024px) {
  #buyer_data .buyer-form__fio, .tourist-form .tourist-form__fio, #tourists_data .tourist-form .tourist-form__docs-row, #buyer_data .buyer-form__row-3 {
    display: block;
  }
  #buyer_data .buyer-form__fio input, .tourist-form .tourist-form__fio input, .tourist-form .tourist-form__docs-row input, #buyer_data .buyer-form__row-3 input, #buyer_data .buyer-form__row-3 select {
    width: 100%;
  }
  .tourist-table {
    display: block;
  }
  .tourist-room .tourist-room__titile {
    line-height: 25px;
    font-size: 18px;
  }
  .tourist-form, .buyer-form {
    padding: 15px;
  }
  .tourist-title {
    font-size: 20px;
  }
  .tourist-form .type-place, .buyer-form .type-place {
    font-size: 18px;
  }
  .mobile-align-left {
    text-align: left;
  }
}/*# sourceMappingURL=tourists.css.map */