@charset "UTF-8";
table {
  margin: 1em 0px;
}
table tr {
  border-bottom: 1px solid #ccc;
}
table tr td {
  padding: 10px;
  font-size: 12px;
  color: #333;
}
table tr td:first-child {
  width: 150px;
  background: #fff9e8;
}
table tr:last-child {
  border-bottom: none;
}

.tour-header {
  max-width: 97vw;
  background-color: #FC3;
  height: auto;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  position: relative;
  min-height: 58px;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .tour-header {
    padding-bottom: 10px;
  }
}
.tour-header .header-flex-container {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .tour-header .header-flex-container {
    display: block;
  }
}
.tour-header .header-flex-container .price-and-buy-button {
  display: block;
}
@media screen and (max-width: 992px) {
  .tour-header .header-flex-container .price-and-buy-button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .tour-header .header-flex-container .price-and-buy-button {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.tour-header .text--small {
  margin-bottom: 0px;
}
.tour-header h1 {
  color: #111;
  margin: 0px;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 400px) {
  .tour-header h1 {
    font-size: 20px;
    line-height: 27px;
  }
}
.tour-header__price {
  min-width: 150px;
  background: #FFE699;
  color: #444;
  right: 10px;
  padding: 1px 10px;
  border-radius: 5px;
  line-height: 34px;
  top: 50%;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .tour-header__price {
    margin-bottom: 0;
  }
}
.tour-header__price span {
  font-size: 28px;
  font-weight: bold;
  font-family: "Play", "Arial", "Verdana";
}
.tour-header #logbyform {
  width: 170px;
  position: absolute;
  z-index: 10;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .tour-header #logbyform {
    right: 2%;
  }
}
@media screen and (max-width: 400px) {
  .tour-header #logbyform {
    position: relative;
    right: 0;
  }
}
.tour-header #logbyform h2 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 2px;
}
.tour-header #logbyform .form-field__row {
  margin: 0 10px;
}
.tour-header #logbyform .fa {
  left: 7px;
  top: 10px;
  font-size: 13px;
}
.tour-header #logbyform .form-field__row input {
  padding: 2px 6px 2px 25px;
  height: 27px;
  margin: 4px auto;
}
.tour-header #logbyform input {
  font-size: 10px;
}
.tour-header #logbyform .tour__button {
  padding: 0;
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.tour-header #logbyform button {
  font-size: 12px;
  height: 40px;
}
.tour-header .form-control__row {
  width: 88%;
  margin: 0 auto;
}

.tour__button + button {
  margin-top: 5px;
}

.excursion-custom-text {
  margin-bottom: 20px;
  padding: 10px;
  color: #444;
}

.excursion_gallery {
  margin: 1em 0px;
}
.excursion_gallery figure {
  margin: 0;
  display: inline-block;
  width: 20%;
  cursor: pointer;
}

.tour-body {
  padding: 10px;
  background: #FFF9E5;
  position: relative;
}
.tour-body .tour-info {
  max-width: 800px;
  background: #fff;
  padding: 10px;
}

.tour-order-controls {
  position: absolute;
  right: 0;
  top: 0px;
  max-width: 350px;
  padding: 10px;
}

button.tour__button {
  height: 50px;
  font-size: 16px;
}

#logbyform h2 {
  font-size: 22px;
  letter-spacing: 0;
}

#content .search-filter {
  background: #b5ddb5;
  border-radius: 3px;
  margin-bottom: 10px;
}
#content .filter-top {
  padding: 2px 10px;
}
#content .filter-fields {
  padding: 0px 2px;
  background: #b5ddb5;
}
#content .multiselect {
  border: 2px solid #b5ddb5;
}
#content .multiselect__tags {
  border: none;
  border-radius: 0px;
}
#content .multiselect__element:nth-child(odd) {
  background: #FFF9E5;
}
#content .multiselect__option--highlight {
  background: #e5097f;
}
#content .date-time-picker input {
  border: none;
  border-radius: 0px;
  min-height: 40px;
  height: 40px;
}
#content .filter-bottom {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
#content .filter-bottom .search-button {
  text-align: right;
}
#content .filter-bottom .search-button button {
  margin: 0px;
  padding: 8px 12px;
  font-size: 16px;
  background: linear-gradient(to bottom, #127fd0 0, #4695ce 100%);
}
#content .filter-bottom .search-button button:hover {
  background: linear-gradient(to bottom, #e5097f 0, #BB126D 100%);
}
#content .filter-bottom input[type=checkbox] {
  margin: 5px;
  margin-right: 25px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#content .filter-bottom label {
  vertical-align: middle;
  color: #444;
  line-height: 30px;
}

/**
 * скрываем компонент формы отправки заявки пока не будет переписана его реализация
 */
#dialog_container {
  display: none;
}

/*# sourceMappingURL=style.css.map */
