.form-actions-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 500px) {
  .form-actions-wrapper:not(.page-tour_choose) .form-actions {
    flex-basis: 50%;
  }
}

[class*="webform-submission-book-tour-test"] .js-form-item-tour,
[class*="webform-submission-book-tour-test"] .js-form-item-date {
  position: relative;
}

.js-book-form {
  position: relative;
}
@media all and (min-width: 801px) {
  .js-book-form {
    padding-right: 400px;
  }
}

form.js-book-form .js-form-type-textarea textarea{
  margin-left: 0;
}

.js-book-form .webform-progress {
}

.js-book-form .js-price-total {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #111113;
  color: white;
  padding: 30px;

}
@media all and (min-width: 801px) {
  .js-book-form .js-price-total {
    position: absolute;
    bottom: unset;
    left: unset;
    min-width:297px;
    max-width: 300px;
  }
}

.js-book-form .js-price-total h3 {
  color: white;
}

.js-book-form .js-form-item-tour label{
  padding-left: 0 !important;
}

.js-book-form .mr-ms-first-name-container{
  display: flex;
  width: 50%;
}

[lang="ru"] .js-book-form .mr-ms-first-name-container .form-item-mr-ms {
  display: none;
}
.js-book-form .mr-ms-first-name-container .form-item-mr-ms label {
  min-width: 50%;
  max-width: unset;
  width: auto;
}
.js-book-form .mr-ms-first-name-container .form-item-mr-ms select {
  min-width: unset;
  max-width: unset;
  width: 40%;
}

[lang="ru"] .js-book-form .mr-ms-first-name-container .form-item-first-name {
  width: 100%;
}

.js-book-form .mr-ms-first-name-container .form-item-first-name label {
  min-width: unset;
  max-width: unset;
  width: auto;
}

[lang="ru"] .js-book-form .mr-ms-first-name-container .form-item-first-name label {
  padding-left: 0;
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}

.js-book-form .mr-ms-first-name-container .form-item-first-name input {
  min-width: unset;
  max-width: unset;
  width: 35%;
}

[lang="ru"] .js-book-form .mr-ms-first-name-container .form-item-first-name input {
  min-width: 60%;
  max-width: 60%;
  width: 60%;
}

.js-book-form .webform-submission-data--view-mode-preview #book_tour_test--booking_form .mr-ms-first-name-container > .webform-section-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.js-book-form .webform-submission-data--view-mode-preview #book_tour_test--booking_form .mr-ms-first-name-container > .webform-section-wrapper > .js-form-item {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.js-book-form .webform-submission-data--view-mode-preview #book_tour_test--booking_form .mr-ms-first-name-container > .webform-section-wrapper > .js-form-item.js-form-item-mr-ms {
  justify-content: space-between;
}
.js-book-form .webform-submission-data--view-mode-preview #book_tour_test--booking_form .mr-ms-first-name-container > h2 {
  display: none;
}

.summary-wrapper {
  margin-bottom: 30px;
}

.summary-item,
.price-total-item {
  font-family: "Exo2Bold";
  /*color: #606060;*/
  color: #fff;
  font-size: 18px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.summary-item {
  font-size: 14px;
}

.summary-item--label {
  max-width: 150px;
}

.webform-submission-form.js-book-form .webform-section-wrapper .js-form-item label {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.webform-submission-form.js-book-form .webform-section-wrapper .js-form-item.js-form-type-checkbox label {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
}

.webform-submission-form.js-book-form .webform-section-wrapper .js-form-item.js-form-type-checkbox input.form-checkbox {
  width: 5%;
  min-width: 5%;
  max-width: 5%;
}

.webform-submission-form.js-book-form .form-item-date-id,
.webform-submission-form.js-book-form .form-item-tour-id {
  display: none;
}
