@charset "UTF-8";
@keyframes accommodation-slots-puls {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 90, 31, 0.55);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(255, 90, 31, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 90, 31, 0);
  }
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/open-sans-v40-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v40-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/open-sans-v40-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  padding-bottom: 70px;
  background-color: #e8dfce;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.form-control, .custom-select {
  border-color: #808080;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #0665a6;
  border-color: #0665a6;
}
.custom-control-label:before {
  border-color: #808080;
}
.alert {
  padding: 10px 15px;
}
.alert.alert-danger {
  padding-left: 40px;
  background-color: #fff;
  background-image: url("/assets/images/exclamation-triangle.svg");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px 16px;
  border-color: #ff0000;
  color: #ff0000;
}
.btn.btn-primary {
  background-color: #0665a6;
  border-color: #0665a6;
}
.btn.loading {
  position: relative;
  text-indent: -10000px;
  background-image: url("/assets/images/loading-bars.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}
.btn:focus {
  box-shadow: none;
}
a {
  color: #0665a6;
}
.page-content {
  padding: 15px 0;
}
.page-content .summary__overall-price {
  padding: 10px 15px;
  background-color: #808080;
  color: #fff;
}
.page-content .summary-step {
  display: none;
  position: relative;
  margin-bottom: 30px;
  padding-right: 120px;
}
.page-content .summary-step__title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.page-content .summary-step__jumper {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 15px;
  text-align: center;
  background-color: #0665a6;
  color: #fff;
  border: 0;
  border-radius: 50%;
  font-size: 0.9rem;
  cursor: pointer;
}
.page-content .summary-step__content__item {
  position: relative;
}
.page-content .summary-step__content__item__price {
  position: absolute;
  top: 0;
  right: -120px;
  font-weight: bold;
}
.page-content .summary-step__content__price {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}
.page-content .legal-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.page-content .legal-navigation li {
  display: inline-block;
  margin: 0 10px;
}
.page-content .legal-navigation a {
  color: #333333;
}
.page-footer__right .btn {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-footer__right .btn.btn-primary, .page-footer__right .btn.btn-success {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  padding-left: 3rem;
  padding-right: 3rem;
}
.page-footer__right .btn.btn-outline-secondary {
  border-color: #212529;
  color: #212529;
}
.page-footer__right .btn.btn-outline-secondary:hover {
  border-color: #212529;
  background-color: #212529;
  color: #fff;
}
.page-title {
  margin-bottom: 30px;
  font-size: 1.4rem;
  text-align: center;
}
.progress-steps {
  display: none;
}
.progress {
  height: 10px;
  border-radius: 0;
}
.progress .progress-bar {
  transition: none;
  background-color: #54a932;
}
.steps {
  margin: 30px 0;
}
.step__header {
  text-align: center;
}
.step__header h2 {
  margin: 0;
  font-size: 1.2rem;
}
.step__header p {
  margin: 10px 0 0 0;
}
.step__content {
  margin: 30px 0 45px 0;
}
.step__content h3 {
  font-size: 1.1rem;
  text-align: center;
}
.step__footer {
  display: flex;
  justify-content: space-between;
}
.step__footer .btn-primary .fa, .step__footer .btn-success .fa {
  margin-left: 5px;
}
.step__footer .btn-outline-secondary .fa {
  margin-right: 5px;
}
.step--1 .step__footer {
  justify-content: flex-end;
}
.input-group--number > .input-group-prepend {
  flex: 1 1 auto;
}
.input-group--number > .input-group-prepend .input-group-text {
  width: 100%;
}
.input-group--number > .custom-select {
  flex: 0 0 auto;
  width: 80px;
}
.input-group-text {
  background-color: #808080;
  border-color: #808080;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-radio--button, .custom-checkbox--button {
  padding: 0;
}
.custom-radio--button .custom-control-label, .custom-checkbox--button .custom-control-label {
  display: block;
  line-height: 1.1;
  padding: 1rem;
  border: 1px solid #808080;
  border-radius: 0.3rem;
  background-color: #fff;
  cursor: pointer;
}
.custom-radio--button .custom-control-label__description, .custom-checkbox--button .custom-control-label__description {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.custom-radio--button .custom-control-label__description__icon, .custom-checkbox--button .custom-control-label__description__icon {
  flex: 0 0 auto;
  flex-wrap: wrap;
  width: 20%;
  padding-right: 15px;
  border-right: 1px solid #808080;
}
.custom-radio--button .custom-control-label__description__icon svg, .custom-checkbox--button .custom-control-label__description__icon svg {
  width: 100%;
  height: auto;
}
.custom-radio--button .custom-control-label__description__text, .custom-checkbox--button .custom-control-label__description__text {
  flex: 0 0 auto;
  width: 70%;
}
.custom-radio--button .custom-control-label__description__icons, .custom-checkbox--button .custom-control-label__description__icons {
  display: flex;
  flex: 0 0 auto;
  width: 70%;
  padding-top: 30px;
}
.custom-radio--button .custom-control-label__description__icons > span, .custom-checkbox--button .custom-control-label__description__icons > span {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 3px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #808080;
}
.custom-radio--button .custom-control-label__description__icons > span svg, .custom-checkbox--button .custom-control-label__description__icons > span svg {
  width: 100%;
  height: auto;
}
.custom-radio--button .custom-control-label__description__icons > span svg path, .custom-checkbox--button .custom-control-label__description__icons > span svg path {
  fill: #000 !important;
}
.custom-radio--button .custom-control-label__description__icons > span:first-child, .custom-checkbox--button .custom-control-label__description__icons > span:first-child {
  margin-left: 0;
}
.custom-radio--button .custom-control-label__description__price, .custom-checkbox--button .custom-control-label__description__price {
  flex: 0 0 auto;
  width: 30%;
  padding-left: 15px;
  text-align: right;
}
.custom-radio--button .custom-control-label__description--with-icon .custom-control-label__description__text, .custom-checkbox--button .custom-control-label__description--with-icon .custom-control-label__description__text {
  width: 80%;
  padding-left: 15px;
}
.custom-radio--button .custom-control-label__description--with-icon .custom-control-label__description__price, .custom-checkbox--button .custom-control-label__description--with-icon .custom-control-label__description__price {
  padding-top: 30px;
  padding-left: 0;
}
.custom-radio--button .custom-control-label:before, .custom-radio--button .custom-control-label:after, .custom-checkbox--button .custom-control-label:before, .custom-checkbox--button .custom-control-label:after {
  display: none;
}
.custom-radio--button .custom-control-input:checked ~ .custom-control-label, .custom-checkbox--button .custom-control-input:checked ~ .custom-control-label {
  background-color: #54a932;
  color: #fff;
}
.custom-radio--button .custom-control-input:checked ~ .custom-control-label .custom-control-label__description__icon, .custom-checkbox--button .custom-control-input:checked ~ .custom-control-label .custom-control-label__description__icon {
  border-color: #fff;
}
.custom-radio--button .custom-control-input:checked ~ .custom-control-label .custom-control-label__description__icon svg path, .custom-checkbox--button .custom-control-input:checked ~ .custom-control-label .custom-control-label__description__icon svg path {
  fill: #fff !important;
}
.custom-radio--button .custom-control-input:checked ~ .custom-control-label .custom-control-label__description__icons span, .custom-checkbox--button .custom-control-input:checked ~ .custom-control-label .custom-control-label__description__icons span {
  border-color: #fff;
}
.custom-radio--button .custom-control-input:checked ~ .custom-control-label .custom-control-label__description__icons span svg path, .custom-checkbox--button .custom-control-input:checked ~ .custom-control-label .custom-control-label__description__icons span svg path {
  fill: #000 !important;
}
.custom-radio--button .custom-control-input:disabled ~ .custom-control-label, .custom-checkbox--button .custom-control-input:disabled ~ .custom-control-label {
  background-color: #e9ecef;
}
label.error {
  display: block;
  margin-top: 5px;
  color: #ff0000;
  font-size: 0.9rem;
}
.owl-height {
  transition: none;
}
.traveler {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.traveler__image {
  flex: 0 0 auto;
  width: auto !important;
  height: 40px;
  margin-right: 10px;
}
.traveler__title {
  flex: 1 1 auto;
}
.traveler__controls {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.traveler__controls__button {
  width: 40px;
  border: 1px solid #808080;
  border-radius: 0.3rem;
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}
.traveler__controls__amount {
  justify-content: center;
  width: 60px;
  font-weight: bold;
}
.traveler:last-child {
  margin: 0;
}
.accommodation-type, .accommodation {
  margin-bottom: 15px;
}
.accommodation-type label {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
.accommodation-type__info {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 0.9rem;
}
.accommodation-type__info.alert-danger {
  padding-left: 35px;
  background-position: 10px center;
}
.accommodation__info, .accommodation__restriction, .accommodation__min-nights {
  display: block;
  font-size: 0.9rem;
  padding: 10px;
  margin: 10px 0 0 0;
}
.accommodation__info.alert-danger, .accommodation__restriction.alert-danger, .accommodation__min-nights.alert-danger {
  padding-left: 35px;
  background-position: 10px center;
}
.accommodation__info__reason {
  display: none;
}
.accommodation__slots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 22px;
  padding: 0 8px;
  border-radius: 11px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 0.9rem;
}
.accommodation__slots:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
}
.accommodation__slots--green {
  background-color: #54a932;
  color: #fff;
}
.custom-control-input:checked ~ .custom-control-label .accommodation__slots--green, .custom-control-label:hover .accommodation__slots--green {
  color: #3b6d11;
  box-shadow: inset 0 0 0 2px #54a932;
}
.custom-control-input:checked ~ .custom-control-label .accommodation__slots--green:before, .custom-control-label:hover .accommodation__slots--green:before {
  background-color: #54a932;
}
.accommodation__slots--yellow {
  background-color: #fecc00;
  color: #fff;
}
.custom-control-input:checked ~ .custom-control-label .accommodation__slots--yellow, .custom-control-label:hover .accommodation__slots--yellow {
  color: #6b5200;
  box-shadow: inset 0 0 0 2px #e6b800;
}
.custom-control-input:checked ~ .custom-control-label .accommodation__slots--yellow:before, .custom-control-label:hover .accommodation__slots--yellow:before {
  background-color: #e6b800;
}
.accommodation__slots--orange {
  animation: accommodation-slots-puls 1.7s ease-out infinite;
  background-color: #f24a07;
  color: #fff;
}
.custom-control-input:checked ~ .custom-control-label .accommodation__slots--orange, .custom-control-label:hover .accommodation__slots--orange {
  animation: none;
  color: #c23a08;
  box-shadow: inset 0 0 0 2px #ff5a1f;
}
.custom-control-input:checked ~ .custom-control-label .accommodation__slots--orange:before, .custom-control-label:hover .accommodation__slots--orange:before {
  background-color: #ff5a1f;
}
.custom-control-input:checked ~ .custom-control-label .accommodation__slots, .custom-control-label:hover .accommodation__slots {
  background-color: #fff;
}
.accommodation.disabled .accommodation__price {
  display: none;
}
.extra__info, .extra__locked, .extra__booked-up, .extra__restriction, .extra__min-nights {
  display: none;
  flex: 0 0 auto;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px;
  font-size: 0.9rem;
}
.extra__info.alert-danger, .extra__locked.alert-danger, .extra__booked-up.alert-danger, .extra__restriction.alert-danger, .extra__min-nights.alert-danger {
  padding-left: 35px;
  background-position: 10px center;
}
.extra.disabled label {
  background-color: #e9ecef;
}
.extra.disabled .extra__info {
  display: block;
}
.lightpick {
  padding: 0;
  border-radius: 0.3rem;
  box-shadow: none;
  color: #333333;
  border: 1px solid #808080;
}
.lightpick__toolbar {
  display: none;
}
.lightpick__previous-action, .lightpick__next-action {
  margin: 0 5px;
  background-color: #e9ecef;
}
.lightpick__month-title-bar {
  display: block;
}
.lightpick__month-title {
  display: flex;
  margin: 0;
  padding: 0;
}
.lightpick__month-title > .lightpick__select {
  flex: 0 0 auto;
  width: 50%;
}
.lightpick__month-title > .lightpick__select-months {
  margin: 0;
  padding-right: 5px;
}
.lightpick__month-title > .lightpick__select-years {
  padding-left: 5px;
}
.lightpick__days-of-the-week {
  margin-bottom: 5px;
}
.lightpick__days {
  background-color: #e9ecef;
}
.lightpick__day {
  min-width: 30px;
  font-size: 1rem;
}
.lightpick__day.is-today {
  background-image: none;
  font-weight: bold;
}
.lightpick__day.is-start-date, .lightpick__day.is-end-date {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2354A932' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}
.lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2354A932' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}
.lightpick__day.is-in-range {
  background-color: #54a932;
  color: #fff;
}
.lightpick__day.is-in-range.is-start-date, .lightpick__day.is-in-range.is-end-date {
  background-color: #54a932;
  color: #fff;
}
.lightpick__day:not(.is-disabled) {
  cursor: pointer;
}
.lightpick__day:not(.is-disabled):hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%2354A932' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  color: #fff;
}
.lightpick--inlined {
  display: block;
}
.lightpick--inlined .lightpick__toolbar {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.lightpick--1-columns .lightpick__month {
  width: 100%;
}
.lightpick--2-columns .lightpick__months {
  display: flex;
}
.lightpick--2-columns .lightpick__month {
  flex: 0 0 auto;
  width: 50%;
  padding: 0;
}
.lightpick--2-columns .lightpick__month:first-child .lightpick__month-title-bar, .lightpick--2-columns .lightpick__month:first-child .lightpick__days-of-the-week, .lightpick--2-columns .lightpick__month:first-child .lightpick__days {
  padding-right: 15px;
}
.lightpick--2-columns .lightpick__month:last-child .lightpick__month-title-bar, .lightpick--2-columns .lightpick__month:last-child .lightpick__days-of-the-week, .lightpick--2-columns .lightpick__month:last-child .lightpick__days {
  padding-left: 15px;
}
.date-picker {
  width: 170px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  line-height: 20px;
}
.date-picker-wrapper .caption {
  height: 50px;
  background-color: #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.date-picker-wrapper .caption > th:first-of-type, .date-picker-wrapper .caption > th:last-of-type {
  width: 30px;
}
.date-picker-wrapper .caption > th:first-of-type {
  border-top-left-radius: 0.3rem;
}
.date-picker-wrapper .caption > th:last-of-type {
  border-top-right-radius: 0.3rem;
}
.date-picker-wrapper .caption .next, .date-picker-wrapper .caption .prev {
  padding: 0 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.5rem;
}
.date-picker-wrapper .caption .month-name {
  text-transform: uppercase;
  font-weight: bold;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #808080;
  border-radius: 0.3rem;
  cursor: default;
  position: relative;
  width: 100% !important;
  background-color: #fff;
}
.date-picker-wrapper .month-wrapper table {
  width: 100%;
}
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  width: 14.2857%;
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #e9ecef;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 10px 0;
  line-height: 1;
  font-size: 0.9rem;
  margin-bottom: 1px;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #6bc846;
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected, .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected {
  background-color: #54a932;
  opacity: 1;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #afddfc;
}
.date-picker-wrapper .month-wrapper table .day.valid {
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.valid:hover, .date-picker-wrapper .month-wrapper table .day.valid.hovering {
  background-color: #54a932;
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.invalid {
  opacity: 0.3;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .gap {
  display: none;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  display: none;
  background-color: #333333;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
}
.date-picker-wrapper.single-month {
  width: auto;
}
.date-picker-wrapper.single-month .month-wrapper table {
  width: 100%;
  float: none;
}
.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}
.page-loading {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.teasers {
  margin-top: 30px;
}
.teaser {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .custom-radio--button .custom-control-label__description__icon, .custom-checkbox--button .custom-control-label__description__icon {
    width: 15%;
  }
  .custom-radio--button .custom-control-label__description__icons, .custom-checkbox--button .custom-control-label__description__icons {
    justify-content: flex-end;
    width: 35%;
    padding-left: 15px;
    padding-top: 0;
  }
  .custom-radio--button .custom-control-label__description__icons > span:last-child, .custom-checkbox--button .custom-control-label__description__icons > span:last-child {
    margin-right: 0;
  }
  .custom-radio--button .custom-control-label__description--with-icon .custom-control-label__description__text, .custom-checkbox--button .custom-control-label__description--with-icon .custom-control-label__description__text {
    width: 50%;
  }
  .custom-radio--button .custom-control-label__description--with-icon .custom-control-label__description__price, .custom-checkbox--button .custom-control-label__description--with-icon .custom-control-label__description__price {
    width: 100%;
    padding-top: 15px;
  }
  .travelers {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .traveler {
    width: 350px;
    margin-bottom: 45px;
  }
  .traveler__image {
    height: 50px;
  }
  .traveler__title {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .custom-radio--button .custom-control-label__description__icon, .custom-checkbox--button .custom-control-label__description__icon {
    width: 10%;
  }
  .custom-radio--button .custom-control-label__description__text, .custom-checkbox--button .custom-control-label__description__text {
    width: 85%;
  }
  .custom-radio--button .custom-control-label__description__icons, .custom-checkbox--button .custom-control-label__description__icons {
    width: 25%;
    padding-top: 0;
  }
  .custom-radio--button .custom-control-label__description__price, .custom-checkbox--button .custom-control-label__description__price {
    width: 15%;
  }
  .custom-radio--button .custom-control-label__description--with-icon .custom-control-label__description__text, .custom-checkbox--button .custom-control-label__description--with-icon .custom-control-label__description__text {
    flex: 1 1 auto;
    width: auto;
  }
  .custom-radio--button .custom-control-label__description--with-icon .custom-control-label__description__price, .custom-checkbox--button .custom-control-label__description--with-icon .custom-control-label__description__price {
    width: 15%;
    padding-top: 0;
  }
  .custom-radio--button .custom-control-label__description--with-icons .custom-control-label__description__text, .custom-checkbox--button .custom-control-label__description--with-icons .custom-control-label__description__text {
    flex: 0 0 auto;
    width: 50%;
  }
  .date-picker-wrapper .month-wrapper table {
    float: left;
    width: 48%;
  }
  .date-picker-wrapper .gap {
    display: block;
    width: 4%;
    float: left;
    background-color: #e9ecef;
    visibility: visible !important;
  }
}
@media (max-width: 991px) {
  body {
    transition: padding-top 0.2s;
  }
  body.active-price {
    padding-top: 65px;
  }
  .page-sidebar__header, .page-sidebar__content {
    display: none;
  }
  .page-footer__left {
    transition: top 0.2s;
    z-index: 1000;
    position: fixed;
    top: -65px;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 5px 15px;
    background-color: #fecc00;
  }
  .page-footer__left.active {
    top: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .page-footer__right {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding: 10px 15px;
    background-color: #fecc00;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -1px 5px 0 rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 992px) {
  body {
    padding-bottom: 70px;
  }
  .custom-radio--button .custom-control-label__description__icon, .custom-checkbox--button .custom-control-label__description__icon {
    width: 65px !important;
  }
  .custom-radio--button .custom-control-label__description__text, .custom-checkbox--button .custom-control-label__description__text {
    flex: 1 1 auto !important;
    width: 170px !important;
  }
  .custom-radio--button .custom-control-label__description__icons, .custom-checkbox--button .custom-control-label__description__icons {
    width: 160px !important;
    margin: 0 30px;
    padding: 0;
  }
  .custom-radio--button .custom-control-label__description__price, .custom-checkbox--button .custom-control-label__description__price {
    width: 90px !important;
  }
  .custom-radio--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover, .custom-checkbox--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover {
    outline: 0;
    background-color: #54a932;
    color: #fff;
  }
  .custom-radio--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover .custom-control-label__description__icon, .custom-checkbox--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover .custom-control-label__description__icon {
    border-color: #fff;
  }
  .custom-radio--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover .custom-control-label__description__icon svg path, .custom-checkbox--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover .custom-control-label__description__icon svg path {
    fill: #fff !important;
  }
  .custom-radio--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover .custom-control-label__description__icons span, .custom-checkbox--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover .custom-control-label__description__icons span {
    border-color: #fff;
  }
  .custom-radio--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover .custom-control-label__description__icons span svg path, .custom-checkbox--button .custom-control-input:not(:disabled) ~ .custom-control-label:hover .custom-control-label__description__icons span svg path {
    fill: #000 !important;
  }
  .custom-radio--button .custom-control-input:disabled ~ .custom-control-label, .custom-checkbox--button .custom-control-input:disabled ~ .custom-control-label {
    cursor: default;
  }
  .page > .container-fluid {
    padding: 0;
  }
  .page-sidebar {
    position: fixed;
    width: 360px;
    height: 100%;
    padding: 30px 15px;
    background-color: #fff;
  }
  .page-sidebar__header {
    display: block;
    text-align: center;
  }
  .page-sidebar__header img {
    width: auto;
    height: 140px;
  }
  .page-sidebar__header .legal-navigation {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  .page-sidebar__header .legal-navigation li {
    display: inline-block;
    margin: 0 10px;
    font-size: 0.9rem;
  }
  .page-sidebar__header .legal-navigation a {
    color: #333333;
  }
  .page-sidebar__content {
    display: block;
    position: absolute;
    top: 230px;
    bottom: 95px;
    left: 0;
    right: 0;
    overflow: auto;
  }
  .page-sidebar .hidden-sidebar {
    display: none;
  }
  .page-sidebar .summary {
    padding: 0 30px;
  }
  .page-sidebar .summary-step {
    position: relative;
    margin-bottom: 20px;
    padding-right: 80px;
  }
  .page-sidebar .summary-step__title {
    font-weight: bold;
  }
  .page-sidebar .summary-step__jumper {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    background-color: #0665a6;
    color: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 0.7rem;
    cursor: pointer;
  }
  .page-sidebar .summary-step__content {
    font-size: 0.9rem;
  }
  .page-sidebar .summary-step__content__item {
    position: relative;
  }
  .page-sidebar .summary-step__content__item__price {
    position: absolute;
    top: 0;
    right: -80px;
    font-weight: bold;
  }
  .page-sidebar .summary-step__content__price {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
  }
  .page-content {
    padding: 60px 30px 30px 390px;
  }
  .page-content .legal-navigation {
    display: none;
  }
  .page-content--without-sidebar {
    padding: 60px 30px 30px 30px;
  }
  .page-footer {
    z-index: 1000;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fecc00;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .page-footer__left {
    flex: 0 0 auto;
    padding: 0 30px;
    width: 360px;
  }
  .page-footer__left .h4 {
    font-size: 1.2rem;
  }
  .page-footer__right {
    position: relative;
    flex: 1 1 auto;
    height: auto;
    padding: 0 30px;
  }
  .page-footer__right .btn {
    height: 40px;
    line-height: 40px;
  }
  .page-footer__right .btn.btn-primary, .page-footer__right .btn.btn-success {
    right: 30px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .steps {
    margin: 45px 0 0 0;
  }
  .step {
    padding: 30px 0;
  }
  .step__header {
    text-align: left;
  }
  .step__header h2 {
    font-size: 1.5rem;
  }
  .step__content {
    margin-bottom: 0;
  }
  .step__content h3 {
    text-align: left;
  }
  .input-group--number > .custom-select {
    width: 150px;
  }
  .travelers {
    align-items: flex-start;
  }
  .accommodation-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .accommodation-type {
    flex: 0 0 auto;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .page > .container-fluid {
    width: 1200px;
  }
  .page-title {
    margin-bottom: 45px;
  }
  .page-content {
    padding: 60px 45px 30px 405px;
  }
  .page-content--without-sidebar {
    padding: 120px;
  }
  .page-footer {
    justify-content: center;
  }
  .page-footer__right {
    flex: 0 0 auto;
    width: 840px;
    padding: 0 45px;
  }
  .page-footer__right .btn.btn-primary, .page-footer__right .btn.btn-success {
    right: 45px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .progress {
    display: none;
  }
  .progress-steps {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .progress-step {
    position: relative;
    flex: 1;
    padding-top: 40px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.1;
  }
  .progress-step:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 13px;
    right: 50%;
    width: 100%;
    height: 4px;
    background-color: #808080;
  }
  .progress-step:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #808080;
    font-family: FontAwesome;
    font-size: 1.2rem;
    color: #fff;
  }
  .progress-step:first-child:before {
    display: none;
  }
  .progress-step.done {
    cursor: pointer;
  }
  .progress-step.done:before {
    background-color: #54a932;
  }
  .progress-step.done:after {
    border-color: #54a932;
    background-color: #54a932;
    content: "";
  }
  .progress-step.current {
    cursor: pointer;
  }
  .progress-step.current:before {
    background: #54a932;
    background: -moz-linear-gradient(left, #54a932 0%, #fecc00 100%);
    background: -webkit-linear-gradient(left, #54a932 0%, #fecc00 100%);
    background: linear-gradient(to right, #54a932 0%, #fecc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54a932", endColorstr="#fecc00",GradientType=1);
  }
  .progress-step.current:after {
    border-color: #fecc00;
    border-width: 3px;
  }
}
