.tours__block {
  margin-top: -50px;
}

.tours__list {
  padding-top: 90px;
}

.tours__filter {
  display: inline-flex;
  position: relative;
  z-index: 100;
  background-color: #4c49a9;
  padding: 25px 30px 25px 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media all and (max-width: 640px) {
  .tours__filter {
    width: 100%;
    flex-direction: column;
    max-width: 400px;
  }
}
.tours__filter:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #4c49a9;
  position: absolute;
  right: 100%;
  top: 0;
}

.custom-select-container {
  flex: 2;
  max-width: 300px;
  display: inline-block;
  margin-right: 13px;
  text-transform: initial;
  font-size: 14px;
  color: #494949;
}
@media all and (max-width: 1024px) {
  .custom-select-container {
    min-width: 150px;
  }
}
@media all and (max-width: 640px) {
  .custom-select-container {
    margin: 0 0 13px 0;
  }
}

.tours-form-submit {
  width: 100%;
  max-width: 300px;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  align-self: center;
  background-color: #f9a018;
  border: none;
  padding: 0 25px;
  border-radius: 25px;
  outline: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .tours-form-submit {
    width: initial;
  }
}
@media all and (max-width: 640px) {
  .tours-form-submit {
    align-self: initial;
  }
}

.custom-select-opener {
  background: #fff;
  border: 1px solid #d1c1e1;
  border-radius: 25px;
  padding-left: 23px;
}
.custom-select-opener > span {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding-right: 40px;
  text-overflow: ellipsis;
}

.custom-select-container:before {
  display: none;
}

.custom-select-option[data-value=default] {
  color: #a0a0a0;
}

/*# sourceMappingURL=tours-page.css.map */
