.Select-control {
  border: none !important;
}
.select-transparent .Select-control {
  background-color: transparent !important;
}
.select-desktop-wide .Select-menu-outer {
  min-width: 300px !important;
}
.select-styled {
  border: 1px solid #c0d9e9;
  border-radius: 3px;
  background-color: #fffffc;
  box-shadow: inset 2px 2px 7px 0 #eef3f6;
}
.select-placeholder {
  position: relative;
  left: -10px;
}
.select-placeholder .best-offer-passengers-inner-field-value,
.select-placeholder .header-search-form-inner-field-value {
  margin-left: 10px;
}
.pointer {
  cursor: pointer;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.link {
  color: #e85e21;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.text-right {
  text-align: right;
}
@media (min-width: 1010px) {
  .only-mobile {
    display: none;
  }
}
.only-desktop {
  display: none;
}
@media (min-width: 1010px) {
  .only-desktop {
    display: inherit;
  }
}
.only-desktop-span {
  display: none;
}
@media (min-width: 1010px) {
  .only-desktop-span {
    display: inline;
  }
}
.DayPicker-Month {
  margin-right: 0 !important;
}
.DayPicker-Months {
  align-items: flex-start;
}
@media (min-width: 1010px) {
  .DayPicker-Months {
    flex-wrap: nowrap !important;
  }
  .DayPicker-Month:first-child {
    margin-right: 30px !important;
  }
  .DayPicker-Month:nth-child(3) {
    margin-left: 30px !important;
  }
}
.DayPicker-wrapper {
  outline: none;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-appear,
.rc-tooltip-zoom-enter {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active,
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 1;
  border: none;
  transition: opacity 0.5s;
  animation: fadein 0.5s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rc-tooltip-hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.5;
}
.rc-tooltip-hidden .rc-tooltip-inner {
  display: none;
}
.rc-tooltip-inner {
  padding: 10px;
  color: #fffffe;
  text-align: left;
  text-decoration: none;
  background-color: #131f6e;
  border-radius: 6px;
  box-shadow: 0 0 4px #0000032b;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  display: none;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
.Select-control:hover,
.Select.is-focused:not(.is-open) > .Select-control {
  box-shadow: none !important;
}
.react-phone-number-input__input {
  border: none !important;
}
.phone-input,
.phone-input-form {
  width: 100% !important;
  height: 45px !important;
  border: none !important;
  box-shadow: inset 2px 2px 7px 0 #eef3f6;
}
.bold {
  font-weight: 700;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  transform: rotate(3deg) translateY(-4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border-color: #2299df transparent transparent #2299df;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  animation: nprogress-spinner 0.4s linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.left {
  text-align: left;
}
.color-warning {
  color: #ff0002;
}
.react-tel-input {
  width: auto;
  display: flex;
  flex-grow: unset;
  box-shadow: inset 2px 2px 7px 0 #eef3f6;
  border: 1px solid #c0d9e6;
  border-radius: 3px;
  box-sizing: border-box;
}
@media (min-width: 1010px) {
  .react-tel-input {
    flex-grow: 1;
  }
}
.react-tel-input.react-tel-input--error {
  border: 1px solid #ff0001 !important;
}
.react-tel-input.react-tel-input--filled {
  border: 1px solid #939fbc !important;
}
.react-tel-input .selected-flag {
  position: absolute;
  z-index: 0 !important;
  border-color: #939fbc;
}
.react-tel-input .country-list {
  margin-top: 1px !important;
}
.react-tel-input .flag-dropdown {
  background-color: #fffffc !important;
  border: none !important;
  box-shadow: inset 2px 2px 7px 0 #eef3f6 !important;
}
@media (min-width: 1010px) {
  #register-form .react-tel-input {
    max-width: 400px;
  }
}
.register-telephone-wrapper {
  margin-bottom: 5px;
}
.register-telephone-wrapper .custom-input-wrapper {
  height: 47px;
}
.styled-label {
  margin-left: 270px;
}
.styled-input {
  display: block;
  margin: 0 auto;
  width: 400px;
  border: 1px solid #131f6c;
  border-radius: 3px;
  background-color: #fffffc;
  box-shadow: inset 2px 2px 7px 0 #eef3f6;
  padding: 14px 0 13px 16px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #9ea0ac;
}
html {
  font-family: Muli;
  background-color: #eef3f6;
  color: #131f6b;
  height: 100%;
}
body {
  margin: 0;
  font-family: Muli, Arial, sans-serif;
  width: 100%;
}
a:visited {
  color: inherit;
}
.no-scroll {
  overflow: hidden !important;
}
.universal-content-box {
  background-color: #fffffc;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media (min-width: 1010px) {
  .universal-content-box {
    padding: 30px;
  }
}
.email-confirmation-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.email-confirm-page-container {
  margin: auto 0;
  width: 670px;
}
.universal-content-box-no-padding {
  background-color: #fffffc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 20px;
}
.universal-h1 {
  margin-top: 0;
}
.universal-h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.universal-h-description {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}
.billing-info-registration-checkbox > div > div {
  width: 40px;
}
.billing-info-registration-checkbox > div {
  display: flex;
  flex-direction: row;
  align-items: space-between;
  justify-content: space-between;
}
.main-wrapper {
  font-family: Muli, Arial, sans-serif !important;
  color: #131f6b !important;
}
.main-wrapper > h1 {
  font-size: 28px;
  line-height: 36px;
}
.main-wrapper > h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 23px;
}
.container {
  max-width: 1010px;
  margin: 0 5px;
}
@media (min-width: 1010px) {
  .container {
    margin: 10px auto;
  }
}
.my-profile-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.my-profile-block-container {
  width: 100%;
}
@media (min-width: 1010px) {
  .my-profile-block-container {
    width: 47%;
  }
  .my-profile-odd-container {
    margin-left: 50px;
  }
}
.my-profle-select-label {
  width: 160px;
}
@media (min-width: 1010px) {
  .my-profle-select-label {
    display: inline-block !important;
  }
}
.my-profile-select-wrapper {
  width: 100%;
  display: inline-block;
}
@media (min-width: 1010px) {
  .my-profile-select-wrapper {
    width: 64%;
  }
}
.title-row {
  width: 100%;
}
.flex-wrapper,
.title-row {
  display: flex;
}
.custom-input-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.custom-select-control {
  border: 1px solid #c0d9e6 !important;
  border-radius: 3px !important;
  box-shadow: inset 2px 2px 7px 0 #eef3f6 !important;
  font-size: 13px;
  height: 45px;
  background-color: #fff !important;
}
.custom-select-control:hover {
  border-color: #c0d9e9 !important;
}
.custom-select-control.custom-select-control--filled {
  border: 1px solid #939fbc !important;
}
.custom-select-control.custom-select-control--disabled {
  border-color: #9ea0ad !important;
}
.custom-select-control.custom-select-control--error,
.custom-select-control.custom-select-control--error-and-touched {
  border-color: #ff0001 !important;
}
.simple-select-option {
  color: #000001 !important;
  cursor: pointer;
}
.simple-select-option.simple-select-option--focused,
.simple-select-option.simple-select-option--selected {
  background-color: #e3edf3 !important;
}
.button-error-box {
  position: absolute;
  bottom: 0;
}
@media (min-width: 1010px) {
  .custom-input-wrapper .input-label {
    width: 28%;
    position: relative;
    top: 14px;
  }
}
.custom-input-wrapper-error {
  display: flex;
  color: #ff0002;
  font-size: 9pt;
  transition: all 1s ease-in-out;
}
@media (min-width: 1010px) {
  .custom-input-wrapper-error {
    margin-left: 29%;
  }
}
.custom-input-error {
  border-color: #ff0001 !important;
  outline-color: #ff0001;
}
.date-input-date-container {
  display: flex;
  width: 100%;
}
@media (min-width: 1010px) {
  .date-input-date-container {
    width: 71%;
  }
}
.date-input-field {
  display: flex;
  width: 33%;
  margin-right: 10px;
}
.date-input-field-year {
  display: flex;
  width: 34%;
}
@media (min-width: 1010px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 1010px) {
  .desktop {
    display: none !important;
  }
}
.layout-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.redirect-to-booked-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.redirect-to-booked-layout-wrapper {
  height: 100%;
}
button {
  font-family: inherit;
}
.button {
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  padding: 10px;
  text-transform: uppercase;
  outline: none !important;
}
.bookingPriceConfirmation .confirm-btn,
.button-secondary-color {
  background: linear-gradient(143.27deg, #ff8531, #db4a17);
  color: #fffffe;
  cursor: pointer;
  border: none;
}
.bookingPriceConfirmation .confirm-btn:hover,
.button-secondary-color:hover {
  background: #db4a17;
}
.button-main-change {
  cursor: pointer;
  color: #e85e21;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #e85e22;
  padding: 10px;
  background: transparent;
  font-weight: 800;
}
.button-main-search {
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.84px;
  line-height: 20px;
  text-transform: uppercase;
  height: 60px;
  width: 100%;
  outline: none !important;
  margin-top: 11px;
}
@media (min-width: 1010px) {
  .button-main-search {
    width: 190px;
    margin-top: inherit;
  }
}
.button-main-search.iframe {
  width: 190px;
  margin-top: inherit;
}
.container[max-width~="960px"] .button-main-search {
  width: 100%;
  margin-top: 10px;
}
.button-result-back {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  cursor: pointer;
  padding-left: 5px;
  top: 13px;
}
@media (max-width: 1010px) {
  .button-result-back {
    display: none;
  }
}
.button-back-result-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  cursor: pointer;
  top: 13px;
}
.label-button-back-result-mobile {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.84px;
}
.label-button-back-result {
  margin-left: 0 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.84px;
}
.icon-button-back-result,
.icon-button-back-result-desktop,
.icon-button-back-result-mobile,
.label-button-back-result {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-button-back-result-mobile {
  border-radius: 25%;
  height: 25px;
  background: #e3edf3;
  padding: 10px;
  width: 20px;
}
@media (min-width: 1010px) {
  .icon-button-back-result-mobile {
    display: none;
  }
}
.icon-button-back-result-desktop {
  align-items: flex-start;
  padding-right: 5px;
}
.button-special-offers-offer {
  padding: 17px 23px;
  margin: 15px auto;
  text-transform: uppercase;
  border-radius: 4px;
}
.button-confirm {
  border: none;
  font-weight: 400;
  font-size: 12px;
  padding: 20px 30px;
}
.reservation-detail-action-button {
  text-align: center;
  min-width: 100px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 4px;
  font-weight: 800;
  min-width: 150px;
  border: none;
  background: linear-gradient(143.27deg, #ff8531, #db4a17);
  color: #fffffe;
  font-family: Muli, Arial, sans-serif;
}
.my-profile-confirm-button {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1010px) {
  .my-profile-confirm-button {
    margin-left: 160px;
  }
}
.sso-button {
  width: 100%;
  max-width: 320px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  padding: 13px 17px;
  border-radius: 3px;
  color: #ff8531;
  font-weight: 800;
  background: #fffffe;
  border: 1px solid #ff8531;
}
@media (min-width: 670px) {
  .sso-button {
    width: 320px;
  }
}
.primary-button,
.secondary-button,
.sso-button:hover {
  color: #fffffe;
  background: linear-gradient(143.27deg, #ff8531, #db4a17);
}
.primary-button,
.secondary-button {
  text-align: center;
  min-width: 100px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  padding: 20px 17px;
  border-radius: 4px;
  font-weight: 800;
  border: none;
}
.primary-button:hover,
.secondary-button:hover {
  background: #db4a17;
}
.secondary-button {
  background: #fffffc;
  border: 1px solid #ff8531;
  color: #ff8531;
}
.secondary-button:hover {
  background-color: #fff2ec;
}
.go-back-button {
  text-align: center;
  min-width: 100px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 4px;
  font-weight: 800;
  border: none;
  background: linear-gradient(143.27deg, #9f9f9f -20%, #4e505f 120%);
  color: #fffffe;
}
.go-back-button:hover {
  background: linear-gradient(143.27deg, #808081 -20%, #555554 120%);
}
.go-back-button .go-back-button_arrow {
  margin-right: 16px;
}
.cancel-reservation-button {
  text-align: center;
  min-width: 100px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 4px;
  font-weight: 800;
  border: none;
  background: linear-gradient(143.27deg, #f66 -20%, #e60000 120%);
  color: #fffffe;
}
.cancel-reservation-button:hover {
  background: #d0021b;
}
.checkbox {
  display: flex;
  width: 100%;
  align-items: center;
}
.checkbox.disabled {
  opacity: 0.4;
}
.checkbox.disabled .checkbox-label {
  cursor: not-allowed;
}
.checkbox-label {
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-left: 8px;
}
.checkbox-swap-order {
  order: -1;
  margin-left: 0;
  margin-right: 8px;
}
.checkbox-background {
  background-color: #fffffd;
  border-radius: 3px;
}
.custom-checkbox-container {
  height: 45px;
  display: flex;
  align-items: center;
}
.custom-checkbox {
  justify-content: flex-start;
}
.custom-checkbox .pointer {
  margin-right: 1rem;
}
.create-new-password-button {
  margin-top: 35px;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.icon-full-size img,
.icon-full-size > svg {
  width: 100%;
  height: 100%;
}
.icon-background-size--sm,
.icon-size--sm {
  width: 10px;
  height: 10px;
}
.icon-background-size--md,
.icon-size--md {
  width: 20px;
  height: 20px;
}
.icon-color--white {
  color: #fff;
}
.icon-color--dark-gray {
  color: gray;
}
.icon-color--dark-orange {
  color: #e85e20;
}
.icon-type--cross.icon-color--dark-gray > svg {
  fill: gray;
}
.icon-type--price-tag.icon-color--yellow .b,
.icon-type--price-tag.icon-color--yellow > svg .a {
  fill: #e85e21;
}
.icon-background {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-background-type--rounded {
  border-radius: 100%;
}
.icon-background-color--yellow {
  background-color: #e85e21;
}
.header {
  padding-top: 20px;
}
@media (min-width: 1010px) {
  .header {
    padding-top: 40px;
  }
}
.header-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.separator-dotted {
  border-left: 2px dotted #9ea0ad;
  margin: 0 14px;
  height: inherit;
  display: none;
}
@media (min-width: 1010px) {
  .separator-dotted {
    display: block;
  }
}
.header-links-container {
  display: none;
  float: right;
  height: 22px;
  align-items: center;
  margin-top: 17px;
  font-size: 13px;
}
@media (min-width: 1010px) {
  .header-links-container {
    display: flex;
    max-width: 600px;
  }
}
.header-logo-image {
  height: 58px;
  margin: 0 0 0 10px;
  float: left;
  max-width: 200px;
}
@media (min-width: 1010px) {
  .header-logo-image {
    height: 79px;
    float: left;
    margin-right: 16px;
    max-width: 300px;
  }
}
.header-logo-slogan {
  color: #000001;
  font-size: 15px;
  line-height: 22px;
  margin-top: 17px;
  display: none;
}
@media (min-width: 1010px) {
  .header-logo-slogan {
    display: inline-block;
    margin-right: 20px;
  }
}
a .header-slogan {
  text-decoration: none;
}
.header-mobile-buttons {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1010px) {
  .header-mobile-buttons {
    display: none;
  }
}
.header-menu-link {
  float: right;
  height: 60px;
  width: 105px;
  border-radius: 5px;
  background-color: #fffffc;
  box-shadow: 0 3px 7px 0 #e3edf3;
  padding-top: 12px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 2;
  margin-right: 10px;
}
.header-mobile-logout {
  margin-right: 15px;
}
.header-signin-mobile-button {
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1010px) {
  .header-signin-mobile-text {
    max-width: 200px;
  }
}
.header-menu-link-hamburger {
  color: #e85e21;
  font-size: 22px;
  position: relative;
  top: 2px;
  right: 5px;
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
}
.header-menu-link-text {
  top: 20px;
  position: absolute;
}
.header-menu-currencies,
.header-menu-languages {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1010px) {
  .header-menu-currencies,
  .header-menu-languages {
    display: flex;
    align-items: center;
  }
}
.header-menu-currencies-selected,
.header-menu-languages-selected {
  cursor: pointer;
  font-size: 13px;
}
.header-menu-currencies-ico,
.header-menu-languages-ico {
  margin: 0 0 0 10px;
  width: 9px;
  height: 11px;
  position: relative;
  top: 1px;
}
.header-menu-selected-currency-ico {
  margin: 0 10px 0 0;
}
.header-menu-currency-option-ico {
  margin: 0 10px -4px 0;
}
.header-menu-tooltip-text {
  display: inline-block;
}
.header-menu-tooltip {
  font: 13px/19px Muli;
  background: #fffffc;
  border-radius: 5px;
  box-shadow: 0 0 13px 0 #9ea0ab59;
  margin: 10px 10px 10px 35px;
  top: 85px;
  min-width: 130px;
  float: right;
  position: absolute;
  animation: fadeIn 0.5s ease;
  padding: 5px;
}
.header-menu-tooltip div {
  display: block;
  padding: 3px 15px;
  cursor: pointer;
  border-bottom: 1px dotted #e3edf4;
}
.header-menu-tooltip div:hover {
  background-color: #f6f9fb;
}
.header-menu-tooltip div:last-child {
  border-bottom: none;
}
.header-menu-currencies-tooltip,
.header-menu-languages-tooltip {
  background: #fffffc;
  padding: 5px 0;
  border-radius: 5px;
  box-shadow: 0 0 13px 0 #9ea0ab59;
  margin: 5px 5px 0 0;
  position: absolute;
  animation: fadeIn 0.5s ease;
  top: 85px;
  z-index: 999;
}
.header-menu-currencies-tooltip a,
.header-menu-languages-tooltip a {
  display: block;
  padding: 3px 15px;
  cursor: pointer;
  border-bottom: 1px dotted #e3edf4;
}
.header-menu-currencies-tooltip a:hover,
.header-menu-languages-tooltip a:hover {
  background-color: #f6f9fb;
}
.header-menu-currencies-tooltip a:last-child,
.header-menu-languages-tooltip a:last-child {
  border-bottom: none;
}
.header-signin-image {
  cursor: pointer;
  float: left;
  margin-right: 12px;
  margin-left: 2px;
}
.header-signin-image--small {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.header-button {
  text-decoration: none;
  display: flex;
}
.header-button-text {
  cursor: pointer;
  letter-spacing: 0.6px;
  color: #131f6b;
  margin-top: 6px;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1010px) {
  .header-button-text {
    display: flex;
    align-items: center;
    margin: 0 2px 0 0;
  }
}
.header-button-text:hover {
  text-decoration: underline;
}
@media (min-width: 1010px) {
  #header-reservations-button {
    white-space: nowrap;
  }
}
.header-signin-logout {
  cursor: pointer;
  color: #9ea0ac;
  font-size: 13px;
  float: right;
  display: inline-block;
  margin-top: 6px;
  margin-left: 4px;
}
.header-mobile-menu {
  width: 100%;
  background: #fffffc;
  margin-top: 20px;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  max-height: 0;
  overflow-y: hidden;
}
.header-mobile-menu-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #131f6b;
}
.header-mobile-menu-link.underline {
  text-decoration: underline;
}
.header-mobile-menu-link:first-of-type {
  margin-top: 10px;
}
.header-mobile-menu-link:last-of-type {
  margin-bottom: 10px;
}
.header-mobile-menu-show {
  overflow-y: hidden;
  max-height: 500px;
  transition-property: max-height;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: 2;
}
.header-mobile-menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  background-color: #4e505e;
  z-index: 1;
  animation: fade80 1s ease;
}
@keyframes fade80 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-h1 {
  clear: both;
  text-align: center;
  font-weight: 400;
  margin-top: 41px;
}
.header-search-form {
  margin-top: 40px;
}
@media (min-width: 1010px) {
  .header-search-form .preferences {
    width: 36%;
  }
}
@media (max-width: 1010px) {
  .cbt-preferences {
    margin-bottom: 30px;
  }
}
.header-search-form-tabs {
  position: relative;
  justify-content: space-between;
}
.header-search-form-tab-flight-container,
.header-search-form-tabs {
  display: flex;
  align-items: center;
}
@media (min-width: 1010px) {
  .header-search-form-tab-flight-container {
    flex-direction: row;
  }
}
.header-search-form-tab {
  display: inline-block;
  width: 31%;
  height: 48px;
  border-radius: 5px 5px 0 0;
  background-color: #e3edf3;
  padding: 17px 15px 0;
  margin-right: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
@media (min-width: 1010px) {
  .header-search-form-tab {
    width: auto;
    padding: 17px 20px 0;
  }
}
@media (min-width: 960px) {
  .header-search-form-tab.iframe {
    width: auto;
    padding: 17px 20px 0;
  }
}
.container[max-width~="960px"] .header-search-form-tab {
  width: 31%;
}
.header-search-form-tab-last {
  margin-right: 0 !important;
}
.header-search-form-tab--active {
  background: #fffffc;
  transition: all 0.2s ease-out;
}
.header-search-form-tab-hotels {
  width: 140px;
}
@media (max-width: 1010px) {
  .header-search-form-tab-hotels {
    width: 80px;
  }
  .header-search-form-tabs-with-hotels {
    display: flex;
    justify-content: space-between;
  }
}
.header-search-form-tabs-with-hotels .header-search-form-tab {
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  display: flex;
}
.header-search-form-tabs-with-hotels .header-search-form-tab-text {
  min-height: 0;
}
@media (min-width: 1010px) {
  .header-search-form-tabs-with-hotels .header-search-form-tab {
    align-items: inherit;
    justify-content: inherit;
    padding: 17px 20px 0;
    display: inline-block;
  }
  .header-search-form-tabs-with-hotels .header-search-form-tab-text {
    min-height: 48px;
  }
}
.react-select-hotels__value-container {
  padding-top: 10px !important;
}
@media (min-width: 1010px) {
  .react-select-hotels__value-container {
    padding-top: 0 !important;
  }
}
.header-search-form-tab--change-type-search {
  float: right;
  margin-right: 0;
  border: none;
  color: #db4a17 !important;
  font-weight: 700;
}
.header-search-form-tab--change-type-search:hover {
  background-color: #fffffc;
}
.header-search-form-tab-ico-return {
  display: none;
  float: left;
  position: relative;
  top: -5px;
}
@media (min-width: 1010px) {
  .header-search-form-tab-ico-return {
    display: block;
  }
}
@media (min-width: 960px) {
  .header-search-form-tab-ico-return.iframe {
    display: block;
  }
}
.container[max-width~="960px"] .header-search-form-tab-ico-return {
  display: none;
}
.header-search-form-tab-ico {
  display: block;
  float: left;
}
@media (max-width: 1010px) {
  .header-search-form-tab-ico {
    display: none;
  }
}
@media (max-width: 960px) {
  .header-search-form-tab-ico.iframe {
    display: none;
  }
}
.container[max-width~="960px"] .header-search-form-tab-ico {
  display: none;
}
.header-search-form-tab-text {
  color: #131f6b;
  max-width: 200px;
  transition: all 0.2s ease-out;
  min-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
}
@media (min-width: 1010px) {
  .header-search-form-tab-text {
    margin-left: 10px;
  }
}
@media (min-width: 960px) {
  .header-search-form-tab-text.iframe {
    margin-left: 10px;
  }
}
.container[min-width~="960px"] .header-search-form-tab-text {
  margin-left: 10px;
}
.header-search-form-tab-text-active {
  display: inline;
}
.select-menu-outer {
  box-shadow: 0 0 7px 0 #9ea0ab4c !important;
}
.header-search-form-results .select-menu-outer {
  z-index: 1;
  border: none;
  animation: fadeIn 0.2s ease;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 200px;
  min-width: 330px;
  position: absolute;
  width: 340px;
  padding-left: 5px;
  margin-left: -5px;
}
@media (min-width: 960px) {
  .header-search-form-results .select-menu-outer {
    padding-top: 0;
    padding-left: 0;
    margin: 0 0 0 -20px;
    min-width: 300px !important;
    width: 415px;
  }
}
.header-search-form-results .Select-clear {
  display: none;
}
.container[min-width~="960px"] .header-search-form-results .select-menu-outer {
  padding-top: 0;
  padding-left: 0;
  margin: 0 0 0 -20px;
  min-width: 300px !important;
  width: 415px;
}
.cost-center-font {
  font-family: Muli, Arial, sans-serif !important;
}
.cost-center-selected {
  color: #131f6b !important;
  text-transform: uppercase;
  font-weight: 700;
}
.passenger-options-button-text-icon-indentation {
  margin-left: 18px;
}
.passenger-options-button-arrow-icon-indentation {
  margin-right: 2px;
}
.cost-center-placeholder {
  color: gray;
}
.header-search-form-option {
  padding: 7px 10px 7px 5px;
  cursor: pointer;
  color: #000001;
  font-size: 15px;
}
@media (min-width: 960px) {
  .header-search-form-option {
    padding: 7px 10px 7px 20px !important;
  }
}
.header-search-form-option:hover {
  background: #e3edf3;
}
.header-search-form-option-mobile {
  padding-left: 20px !important;
}
.header-search-form-option-selected {
  background: #e3edf3;
}
.container[min-width~="960px"] .header-search-form-option {
  padding: 7px 10px 7px 20px !important;
}
.header-search-form-option-selected {
  background: #e3edf3 !important;
}
.header-search-form-inner {
  background: #fffffc;
  border-radius: 0 5px 0 0;
  padding: 30px 20px 0;
  box-sizing: border-box;
}
.header-search-form-inner-cols {
  display: flex;
}
@media (max-width: 1010px) {
  .header-search-form-inner-cols {
    flex-direction: column;
  }
}
.container[max-width~="960px"] .header-search-form-inner-cols {
  flex-direction: column;
}
.header-search-form-inner-first-col {
  width: 100%;
}
@media (min-width: 1010px) {
  .header-search-form-inner-first-col {
    width: 64%;
  }
}
.container[max-width~="960px"] .header-search-form-inner-first-col {
  width: 100%;
}
.header-search-form-inner-field {
  flex: 1 1;
  margin-bottom: 30px;
}
@media (min-width: 1010px) {
  .header-search-form-inner-field {
    margin-bottom: 25px;
  }
}
.header-search-form-inner-field-label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  color: #9ea0ac;
}
.header-search-form-inner-field-text {
  display: flex;
  align-items: baseline;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: left;
  font-size: 17px;
  max-width: 215px;
  color: #4e505f;
  padding: 2px 0 0;
  cursor: pointer;
}
.header-search-form-inner-field-text.form-filled {
  max-width: none;
}
.header-search-form-additional {
  background-color: #e3edf3;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 1010px) {
  .header-search-form-additional {
    display: none;
  }
}
@media (min-width: 960px) {
  .header-search-form-additional.iframe {
    display: none;
  }
}
.container[max-width~="960px"] .header-search-form-additional {
  display: block;
}
.header-search-form-additional-desktop {
  display: none;
  background-color: #e3edf3;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 1010px) {
  .header-search-form-additional-desktop {
    animation: fadeIn 0.5s ease;
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    display: flex;
    align-items: center;
    padding: 14px 12px;
    height: 60px;
  }
}
@media (min-width: 960px) {
  .header-search-form-additional-desktop.iframe {
    animation: fadeIn 0.5s ease;
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    height: 60px;
  }
}
.minimized-header-search-desktop {
  animation: fadeIn 0.5s ease;
  opacity: 0;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  background-color: #e3edf3;
  align-items: center;
  padding: 10px 20px;
}
.minimized-header-flight-segment {
  padding: 5px;
  border-radius: 16px;
}
.minimized-header-flight-segment:hover {
  cursor: pointer;
  background: #eef3f6;
}
.container[max-width~="960px"] .header-search-form-additional-desktop {
  display: none;
}
.header-search-form-additional-desktop-one,
.header-search-form-additional-desktop-one-direct-flights {
  padding-left: 20px;
  padding-right: 20px;
  height: 56px;
  display: flex;
  align-items: center;
  border-right: 1px solid #c5dbe9;
}
.header-search-form-additional-desktop-one .checkbox-label,
.header-search-form-additional-desktop-one-direct-flights .checkbox-label,
.header-search-form-additional-mobile-one .checkbox-label {
  margin-left: 15px;
}
.header-search-form-additional-desktop-one-only-direct {
  padding-left: 5px;
}
.header-search-form-additional-desktop-one-airlines {
  padding-right: 12px;
}
.header-search-form-additional-desktop-one-tolerance {
  font-size: 13px;
}
.header-search-form-additional-desktop-one-tolerance-inner {
  display: flex;
  align-items: center;
}
.header-search-form-additional-desktop-one-tolerance-inner-label {
  margin-right: 10px;
}
.header-search-form-additional-desktop-one-direct-flights {
  max-width: 150px;
}
@media (max-height: 790px) and (max-width: 959px) {
  .filter-bar-airlines-iframe {
    margin-top: -235px !important;
  }
}
@media (max-height: 565px) and (min-width: 960px) {
  .filter-bar-airlines-iframe {
    margin-top: -235px !important;
  }
}
.container[max-height~="790px"]
  and
  .container[max-width~="960px"]
  .filter-bar-airlines-iframe {
  margin-top: -235px !important;
}
.search-airlines {
  color: #131f6b !important;
}
.search-airlines--filled {
  color: #e85e21 !important;
}
.header-search-form-additional-desktop-one-search-button {
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 0 !important;
  display: flex;
}
@media (min-width: 1010px) {
  .header-search-form-additional-desktop-one-search-button {
    flex-grow: 1;
    justify-content: flex-end;
    padding-right: 10px;
    display: flex;
  }
}
.best-offer-passengers-inner-field-value,
.header-search-form-inner-field-value {
  font-size: 19px;
  font-weight: 700;
  margin-right: 5px;
}
.best-offer-passengers-inner-field-additional,
.header-search-form-inner-field-additional {
  font-size: 19px;
  font-weight: 400;
  color: #4e505f;
}
.no-border {
  border: none;
}
.header-search-form-additional-top {
  border-bottom: 1px solid #c5dbe9;
  height: 60px;
}
.header-search-form-additional-top-second {
  height: 60px;
  width: 55%;
  float: left;
  padding: 14px;
  box-sizing: border-box;
  clear: right;
}
.header-search-form-additional-top-first {
  border-right: 1px solid #c5dbe9;
  height: 60px;
  width: 45%;
  float: left;
  padding: 14px;
  box-sizing: border-box;
  display: flex;
}
.header-search-form-additional-bottom {
  padding: 14px 20px;
  box-sizing: border-box;
  background-color: #e3edf3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header-search-form-additional-bottom-h {
  display: inline-block;
  margin-bottom: 15px;
}
.header-search-form-inner-field-ico {
  width: 11px;
  height: 11px;
  position: absolute;
  margin-left: 9px;
  margin-top: 7px;
}
.best-offer-passengers-properties-top,
.header-search-form-properties-top {
  margin-top: -370px !important;
}
.form-properties-wrapper {
  cursor: pointer;
  display: inline-flex;
}
.nowrap {
  white-space: nowrap;
}
.best-offer-passengers-properties,
.header-search-form-properties {
  position: absolute;
  background: #fffffc;
  padding: 10px;
  box-sizing: content-box;
  margin-left: -10px;
  box-shadow: 0 3px 7px 0 #e3edf3;
  border-radius: 5px;
  z-index: 2;
}
@media (max-height: 660px) and (max-width: 959px) {
  .best-offer-passengers-properties,
  .header-search-form-properties {
    margin-top: -250px;
  }
}
@media (max-height: 565px) and (max-width: 960px) {
  .best-offer-passengers-properties,
  .header-search-form-properties {
    margin-top: -120px;
  }
}
.header-search-form-properties-hidden {
  display: none;
}
.best-offer-passengers-properties-table,
.header-search-form-properties-table {
  z-index: 2;
  width: 334px;
}
.best-offer-passengers-properties-table td,
.header-search-form-properties-table td {
  border: none !important;
}
.best-offer-passengers-properties-class-name,
.header-search-form-properties-class-name {
  float: left;
  margin: 10px;
}
.best-offer-passengers-properties-class-select,
.header-search-form-properties-class-select {
  width: 60%;
}
.best-offer-passengers-properties-row,
.header-search-form-properties-row {
  text-align: left;
}
.best-offer-passengers-properties-row td:first-of-type,
.header-search-form-properties-row td:first-of-type {
  width: 50%;
}
.max-passengers-error {
  width: 200%;
  margin-top: 2px;
  margin-bottom: 6px;
  text-align: left;
  color: #ff0002;
}
.header-search-form-mobile-send-button {
  text-align: center;
}
.header-search-form-additional-bottom-tolerance-wrapper {
  display: flex;
  clear: both;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-search-form-additional-tolerance {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #c5dbe9;
  height: 60px;
  font-size: 13px;
}
.header-search-form-additional-bottom-tolerance {
  height: 40px;
  width: 94px;
  border-radius: 3px;
  background-color: #fffffc;
  box-shadow: 0 2px 4px 0 #e3edf3;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: center;
  position: relative;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 20px;
}
.header-search-form-additional-bottom-tolerance-buttons {
  display: flex;
  flex-direction: row;
  height: 40px;
  margin-left: 15px;
  width: auto;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #fffffc;
  box-shadow: 0 2px 4px 0 #e3edf3;
}
.header-search-form-additional-bottom-tolerance-buttons .tolerance-item {
  position: relative;
}
.header-search-form-additional-bottom-tolerance-buttons .plus-button {
  left: 12px;
  top: 2px;
}
.header-search-form-additional-bottom-tolerance-buttons .plus-button img {
  padding: 0;
}
.header-search-form-additional-bottom-tolerance-buttons .minus-button {
  right: 12px;
  top: 2px;
}
.header-search-form-additional-bottom-tolerance-buttons .minus-button img {
  padding: 0;
}
.header-search-form-additional-bottom-tolerance-disabled {
  background: #0000030c;
}
.number-stepper {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.number-stepper__number {
  margin: 0 10px;
  font-weight: 700;
}
.number-stepper__action-btn {
  display: flex;
  justify-content: center;
  height: 24px;
  width: 24px;
  background: linear-gradient(150.45deg, #ff8531, #db4a17);
  border-radius: 50%;
  color: #fffffe;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.number-stepper__action-btn--disabled {
  cursor: not-allowed;
}
.header-search-form-additional-bottom-tolerance-minus {
  left: -12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header-search-form-additional-bottom-tolerance-minus,
.header-search-form-additional-bottom-tolerance-plus {
  position: absolute;
  height: 24px;
  width: 24px;
  background: linear-gradient(150.45deg, #ff8531, #db4a17);
  border-radius: 12px;
  color: #fffffe;
  font-size: 16px;
  top: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-search-form-additional-bottom-tolerance-plus {
  right: -12px;
}
.header-search-form-additional-bottom-tolerance--disabled {
  cursor: not-allowed;
}
.header-search-form-additional-bottom-weekends {
  display: flex;
  align-items: center;
  width: 75%;
  padding-bottom: 10px;
  margin-top: 5px;
}
@media (min-width: 1010px) {
  .header-search-form-additional-bottom-weekends {
    margin-top: 0;
  }
}
.header-search-form-additional-bottom-centered {
  display: flex;
}
.header-search-form-additional-bottom-weekends-label {
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-search-form-multiple-add {
  width: 85px;
  margin-top: 17px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
}
@media (min-width: 1010px) {
  .header-search-form-multiple-add {
    display: block;
  }
}
.header-search-form-multiple-add-inner {
  padding-bottom: 30px;
  min-width: 110px;
}
@media (min-width: 1010px) {
  .header-search-form-multiple-add-inner {
    padding-bottom: 0;
    height: 35px;
  }
}
.header-search-form-multiple-add-inner-image {
  width: 24px;
  padding: 0 !important;
  margin: 0;
}
.header-search-form-multiple-add-inner-container-minus,
.header-search-form-multiple-add-inner-container-plus {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  min-width: 105px;
  margin-bottom: 25px;
}
@media (min-width: 1010px) {
  .header-search-form-multiple-add-inner-container-minus {
    margin-bottom: 12px;
  }
}
.header-search-form-multiple-add-plus-button-label {
  color: #e85e21;
}
.header-search-form-multiple-add-minus-button-label,
.header-search-form-multiple-add-plus-button-label {
  text-align: center;
  font-size: 13px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  padding-left: 10px;
  text-align: left;
}
.header-search-form-multiple-add-minus-button-label {
  color: #9ea0ac;
}
.header-search-form-multiple-add-plus {
  height: 24px;
  width: 24px;
  background: linear-gradient(150.45deg, #ff8531, #db4a17);
  border-radius: 12px;
  color: #fffffe;
  font-size: 18px;
  right: -12px;
  top: 8px;
  cursor: pointer;
  padding-left: 6px;
  box-sizing: border-box;
  float: left;
}
.header-search-form-multiple-add-plus-label {
  color: #e85e21;
  font-size: 13px;
  text-decoration: underline;
  position: relative;
  left: 10px;
}
.header-search-form-multiple-add-minus {
  height: 24px;
  width: 24px;
  background: #9ea0ab;
  border-radius: 12px;
  color: #fffffe;
  font-size: 18px;
  right: -12px;
  top: 8px;
  cursor: pointer;
  padding-left: 8px;
  box-sizing: border-box;
  float: left;
}
.header-search-form-multiple-add-minus-label {
  color: #9ea0ac;
  font-size: 13px;
  text-decoration: underline;
  position: relative;
  left: 10px;
}
#header-search-form-div_toggle_properties,
.date-picker-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.header-search-form-calendar-wrapper {
  position: fixed;
  background-color: #4e505ecc;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: scroll;
}
.header-search-form-calendar {
  border-radius: 4px;
  background-color: #fffffc;
  margin: 12px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  min-height: 475px;
}
@media (min-width: 1010px) {
  .header-search-form-calendar {
    width: 785px;
    margin: 0 auto;
  }
}
.header-search-form-calendar-top-close {
  text-align: right;
}
.header-search-form-calendar-top-close-ico {
  cursor: pointer;
}
.header-search-form-calendar-description {
  font-size: 13px;
}
.header-search-form-calendar-title {
  height: 35px;
  border: 1px solid #e3edf4;
  border-radius: 17.5px;
  background: #eef3f6;
  margin: 25px 0 15px;
  box-sizing: border-box;
  padding-top: 9px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 1010px) {
  .header-search-form-calendar-title {
    width: 60%;
  }
  .header-search-form-calendar-months {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-search-form-web .header-search-form-desktop-line {
    display: flex;
  }
  .header-search-form-web .header-search-form-desktop-line .preferences {
    width: 33%;
  }
  .header-search-form-desktop-line-one {
    width: 32%;
  }
}
.container[max-width~="960px"] .header-search-form-desktop-line-one {
  width: 100%;
}
.header-search-form-multiple-preferences {
  padding-bottom: 25px;
  margin-bottom: 0;
}
@media (min-width: 1010px) {
  .header-search-form-multiple-preferences {
    width: 25%;
  }
}
.container[max-width~="960px"] .header-search-form-multiple-preferences {
  margin-top: 25px;
  width: 100%;
}
.header-search-form-multiple-cbt-passengers {
  padding-bottom: 25px;
  margin-bottom: 0;
}
@media (min-width: 1010px) {
  .header-search-form-multiple-cbt-passengers {
    width: 61%;
  }
}
.header-search-form-multiple-divider {
  height: 1px;
  width: 100%;
  background-color: #e3edf3;
  margin-bottom: 30px;
}
.header-search-form-calendar-month {
  display: flex;
}
.header-search-form-calendar-month-title-link {
  height: 40px;
  width: 40px;
  border: 1px solid #e3edf4;
  border-radius: 20px;
  background-color: #eef3f6;
  padding-top: 7px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.header-search-form-calendar-month-title-link.previous {
  float: left;
}
.header-search-form-calendar-month-title-link.next {
  float: right;
}
.header-search-form-calendar-month-title-link-previous {
  transform: rotate(90deg);
}
.header-search-form-calendar-month-title-link-next {
  transform: rotate(270deg);
}
.header-search-form-calendar-month-title-text {
  flex-grow: 1;
  text-align: center !important;
  padding-top: 10px;
}
.loader-wrapper-mini {
  background-color: #4e505e40;
}
.loader-wrapper,
.loader-wrapper-mini {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.loader-wrapper {
  background-color: transparent;
}
.no-background-image {
  background-color: #4e505e99;
}
.loader-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.loader {
  z-index: 3;
  border-radius: 4px;
  background-color: #fffffc;
  margin: 50% 12px 12px;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  text-align: center;
  animation-duration: 0.3s;
}
@media (min-width: 1010px) {
  .loader {
    width: 730px;
    top: 30%;
    margin: auto;
    position: relative;
  }
}
.h3-loader {
  color: #e85e20;
  font-size: 18px;
  margin-top: 0;
}
.loader-line .rc-progress-line-path {
  stroke: #e85e19;
}
.loader-line .rc-progress-line-trail {
  stroke: #ffe3d7;
}
.loader-top-image {
  position: relative;
  top: -60px;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background: #fffffc;
  text-align: center;
  padding-left: 10px;
  padding-top: 25px;
  box-sizing: border-box;
  left: 50%;
  margin-left: -55px;
  margin-bottom: -20px;
}
.loader-placeholder {
  color: #9ea0ac;
  font-size: 13px;
  clear: both;
}
.header-menu-line {
  display: none;
  border-radius: 5px;
  background-color: #fffffc;
  box-shadow: 0 3px 7px 0 #e3edf3;
  margin: 40px 0 20px;
  align-items: center;
  animation: fadeIn 1s ease;
}
@media (min-width: 1010px) {
  .header-menu-line {
    display: flex;
    padding: 21px;
  }
}
.header-menu-line-empty {
  height: 25px;
}
@media (min-width: 1010px) {
  .header-menu-line-empty {
    height: 45px;
  }
}
.header-menu-line a {
  flex-grow: 1;
  border-right: 1px solid #e3edf4;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 13px;
  color: #131f6b;
  text-decoration: none;
  text-align: center;
}
.header-menu-line a:hover {
  text-decoration: underline;
}
.header-menu-line a:last-of-type {
  border: none;
}
.Select-option.is-selected,
.is-focused {
  background-color: #0000030a;
}
.modal-submit-row {
  display: flex;
  margin-left: 0;
  margin-top: 0;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1010px) {
  .modal-submit-row {
    margin-left: 159px;
  }
}
.modal-submit-login-button {
  margin: 0;
}
.modal-submit-row-links {
  flex-grow: 1;
  margin-left: 20px;
  font-size: 13px;
}
.ReactModalPortal > div {
  opacity: 0;
}
.ReactModalPortal .ReactModal__Overlay {
  transition: opacity 0.2s ease-in-out;
  background: #00000326;
}
.ReactModalPortal .ReactModal__Overlay--after-open {
  opacity: 1;
}
.ReactModalPortal .ReactModal__Overlay--before-close {
  opacity: 0;
}
@media (max-width: 1010px) {
  .ReactModal__Body--open {
    overflow: hidden;
  }
}
.noScroll {
  overflow: hidden;
}
.header-reservations-link {
  margin-top: 17px;
  margin-left: 15px;
  display: inline-block;
}
.header-search-form-link-text {
  color: #e85e21;
  text-decoration: underline;
  cursor: pointer;
  font-size: 9pt;
}
.header-search-form-link-text:hover {
  color: #db4a17;
}
.header-search-form-link-divider {
  margin: 0 10px;
}
.information-tooltip-content {
  margin: 5px 15px 10px;
  width: 250px;
}
.information-tooltip-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  background: #c0d9e8;
  cursor: pointer;
}
.no-padding {
  padding: 0 !important;
}
.information-tooltip {
  margin-left: 10px;
}
.react-select-2-wrapper {
  position: relative;
}
.react-select-2-placeholder {
  color: #4e505f !important;
  margin-left: 0 !important;
  font-size: 17px;
  padding-left: 1px;
}
.react-select-2-wrapper-2 {
  padding-top: 2px !important;
}
.header-search-form-desktop-line {
  min-height: 48px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1010px) {
  .header-search-form-desktop-line {
    flex-direction: column;
  }
}
@media (min-width: 960px) {
  .header-search-form-desktop-line.iframe {
    display: flex;
  }
}
.header-search-form-desktop-line.header-search-form-desktop-line--half {
  flex-direction: row;
}
.container[max-width~="1009px"] .header-search-form-desktop-line {
  display: flex;
  flex-direction: column;
}
.container[max-width~="1009px"] .header-search-form-desktop-line--half {
  flex-direction: row;
}
.simple-select-beforemount {
  opacity: 0;
}
.simple-select-aftermount-appear {
  opacity: 1;
  transition: all 0.9s ease-out;
  transition-delay: 0.3s;
}
.search-field-error {
  color: #ff0002;
  border-top: 1px solid #ff0001;
  margin-right: 25px;
  position: absolute;
  height: 0;
  font-size: 12px;
  width: 60%;
  animation: fadeIn 0.5s ease;
}
@media (min-width: 1010px) {
  .search-field-error {
    width: 250px;
  }
}
.passengers-options-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fffffc;
  box-shadow: 0 3px 7px #e3edf3;
  border-radius: 4px;
  z-index: 99;
  padding: 20px 20px 30px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  width: calc(100vw - 40px);
}
@media (min-width: 1010px) {
  .passengers-options-dialog {
    width: 650px;
    right: 0;
  }
}
.passengers-options-dialog__row {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
}
.passengers-options-dialog__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.passengers-options-dialog__add-person-btn {
  font-family: Muli, Arial, sans-serif !important;
  font-size: 13px;
  margin-right: 2px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #4e505f;
}
.passengers-options-dialog__row--borders {
  border-top: 1px solid #eef3f8;
  border-bottom: 1px solid #eef3f8;
}
.passengers-options-dialog__confirm {
  padding: 14px 46px;
  border-radius: 4px;
  font-weight: 700;
  color: #fffffe;
}
.passengers-options-dialog__confirm-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: right;
}
.passengers-options-dialog__error-msg {
  color: #ff0002;
  padding-left: 0 !important;
}
.travelersSelect {
  box-sizing: border-box;
  width: 220px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 3px 6px #0000030d;
  border-radius: 4px;
}
.travelersSelect.travelersSelect__travelReason {
  width: 235px;
}
.travelersSelect .travelersSelect__input-wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.travelersSelect .travelersSelect__input {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 8px;
  outline: none;
  border: 1px solid #131f6c;
  border-radius: 2px;
}
.travelersSelect .travelersSelect__options {
  padding: 0;
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow: auto;
  border-bottom: 1px solid #e9e9ea;
}
.travelersSelect .travelersSelect__option {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 12px;
  cursor: pointer;
  border: none;
  width: 100%;
  background-color: transparent;
  text-align: left;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  color: #000001;
}
.travelersSelect .travelersSelect__option.travelersSelect__option--hover {
  background-color: #e3edf3;
}
.travelersSelect .travelersSelect__stop-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 100%;
  background: transparent;
  color: #ebc032;
  height: 38px;
  padding: 10px 12px;
  border: 0;
  text-decoration: underline;
}
.travelersSelect .travelersSelect__stop-btn:hover {
  background-color: #e3edf3;
  cursor: pointer;
}
.passengers-options-dialog__select {
  min-width: 140px;
}
.passengers-options-dialog__selected-value {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #131f6b;
}
.passengers-options-dialog__travelers {
  display: flex;
  flex-wrap: wrap;
}
.passengers-options-dialog__traveler {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  background-color: #eef3f6;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.passengers-options-dialog__travelers-remove-btn {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  font-size: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  background-image: url(/static/images/cross-gray.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.header-search-form__cbt-passengers {
  font-size: 13px;
  color: #131f6b;
}
.header-search-form__cbt-passengers-main-info {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 4px;
}
.header-search-form__cbt-passengers-additional-info {
  margin-bottom: 4px;
}
.minimized-header-search-form-locations-separator {
  margin: 0 5px 2px;
}
.minimized-header-search-form-dates-separator {
  margin: 0 5px 6px;
}
.customSelect {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border-radius: 4px;
}
.customSelect .customSelect__input-wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.customSelect .customSelect__input {
  cursor: pointer;
  outline: none;
}
.customSelect .customSelect__input-arrow {
  position: absolute;
  right: 8px;
}
.customSelect .customSelect__input-arrow--up {
  transform: rotate(180deg);
}
.customSelect .customSelect__options {
  position: absolute;
  background-color: #fffffc;
  box-shadow: 0 0 7px 1px #9ea0ab4c;
  padding: 0 0 10px;
  list-style: none;
  margin: 0 0 4px;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
  animation: fadeIn 0.2s ease;
}
.customSelect .customSelect__options--top {
  bottom: 42px;
}
.customSelect .customSelect__option {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 38px;
  padding: 0 8px;
  cursor: pointer;
  border: none;
  width: 100%;
  background-color: transparent;
  text-align: left;
  outline: none;
  font-size: 16px;
  color: #000001;
}
.customSelect .customSelect__option.customSelect__option--hover {
  background-color: #e3edf3;
}
.dateInput .dateInput__calendarWrapper {
  position: absolute;
  background-color: #fffffc;
  z-index: 1;
  box-shadow: 0 3px 6px #0000030d;
  border-radius: 4px;
}
.dateInput .DayPicker-wrapper {
  padding: 0;
}
.dateInput .DayPicker-Months .DayPicker-Month {
  margin: 10px !important;
}
.dateInput.showTop .DayPickerInput-Overlay {
  bottom: 45px;
}
body[min-width~="960px"] .DayPicker-htmlPackage-custom-height {
  height: 345px;
}
@media (min-width: 1010px) {
  .special-offers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.DayPicker-Month {
  margin-right: 30px;
}
.special-offers-offer {
  margin: 20px 10px 0;
  background-image: linear-gradient(135deg, transparent 15px, #fffffc 0);
  padding: 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 1010px) {
  .special-offers-offer {
    flex: 1 0 26%;
  }
}
.special-offers-offer-h3 {
  margin-bottom: 5px;
}
.special-offers-offer-price {
  font-size: 22px;
  font-weight: 700;
}
.special-offers-offer-from {
  flex-direction: column;
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 30px;
}
.special-offers-offer-from,
.special-offers-offer-from-destination {
  display: flex;
  justify-content: center;
}
.special-offers-offer-ico-plane {
  margin-right: 10px;
  transform: rotate(225deg);
}
.layout--error {
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.error-page,
.layout--error {
  display: flex;
  flex-flow: column nowrap;
}
.error-page {
  width: 100%;
}
.error-page .universal-content-box {
  max-width: 1010px;
  margin: 0 5px;
  text-align: center;
  padding: 25px 20px 80px;
}
@media (min-width: 1010px) {
  .error-page .universal-content-box {
    margin: 10px auto;
  }
}
.error-page .static-image {
  max-width: 100%;
}
@media (min-width: 1010px) {
  .error-page .static-image {
    max-width: 1010px;
  }
}
.error-page .primary-button,
.error-page .secondary-button {
  color: #fff;
  text-decoration: none;
}
.error-page .primary-button > a,
.error-page .secondary-button > a {
  text-decoration: none;
}
.error-page-h {
  display: block;
  font-size: 20px;
  margin-top: 15px;
  color: #fd4831;
}
.error-page-description {
  margin: 30px 35px;
  font-size: 13px;
  display: block;
}
.footer-payment {
  background-color: #fffffc;
  font-size: 13px;
}
.fottext {
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 23px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1010px) {
  .fottext {
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0 15px;
}
.footer-payments-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f9fa;
  flex-grow: 1;
  margin: 5px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  height: 50px;
  width: 40%;
}
@media (min-width: 1010px) {
  .footer-payments-payment {
    width: inherit;
  }
}
.footer-payments-payment-verifiedvisa {
  background-image: url(/static/images/f1.png);
}
.footer-payments-payment-securecode {
  background-image: url(/static/images/f2.png);
}
.footer-payments-payment-visa {
  background-image: url(/static/images/f3.png);
}
.footer-payments-payment-mastercard {
  background-image: url(/static/images/f4.png);
}
.footer-payments-payment-jcb {
  background-image: url(/static/images/f5.png);
}
.footer-payments-payment-dinersclub {
  background-image: url(/static/images/f6.png);
}
.footer-allrights {
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 23px;
  text-align: center;
  padding-bottom: 30px;
  background: #fffffc;
}
.footer-allrights-text {
  border-top: 1px solid #eef3f8;
  padding-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.footer-allrights-text > a {
  color: #e85e21;
  font-size: 13px;
}
.footer-allrights-text > a:hover {
  text-decoration: none;
}
.Table__itemCount {
  font-size: 13px;
}
.Table__pageButton {
  font-size: 15px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.Table__pageButton:disabled {
  cursor: not-allowed;
  color: #4e505f !important;
}
.debug-bar-container {
  width: 600px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.footer-container {
  text-align: center;
}
.footer-rights {
  color: gray;
  font-size: 10px;
}
.result-filter-btn-container {
  z-index: 10;
  left: 12px;
  transition: left 0.8s ease-in-out;
}
@media (min-width: 1010px) {
  .result-filter-btn-container {
    display: none;
  }
}
.result-filter-btn-container.hidden {
  display: none;
}
.result-filter-icon-container,
.result-filter-icon-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-filter-icon-container {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fffffc;
  cursor: pointer;
}
.search-steps {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fffffc;
  background-color: #eef3f6 !important;
  margin: 20px 0;
  padding: 0 10px;
  border-radius: 5px;
}
@media (min-width: 1010px) {
  .search-steps {
    margin-top: 0;
    background: transparent;
  }
}
.search-steps-mobile {
  box-sizing: border-box;
  background: #fffffc;
  display: flex;
  margin-top: 20px;
  padding: 10px 20px;
}
@media (min-width: 1010px) {
  .search-steps-mobile {
    display: none;
  }
}
.search-steps-mobile-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 !important;
}
.search-steps-mobile-menu-row {
  padding: 4px 20px;
  background: #fffffc;
}
.search-steps-mobile-menu-row-inactive {
  background: #fffffc;
}
.search-steps-desktop {
  display: none;
}
@media (min-width: 1010px) {
  .search-steps-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 75px;
  }
}
.search-steps-desktop--booked,
.search-steps-desktop--result {
  justify-content: center;
}
.search-steps-desktop--hotels {
  padding-bottom: 10px;
  justify-content: center;
}
.search-steps-desktop--hotel,
.search-steps-desktop--hotelBook {
  padding-top: 5px;
  justify-content: center;
}
.search-steps-desktop--hotelBooked {
  justify-content: center;
}
.search-steps-circle,
.search-steps-circle-active,
.search-steps-circle-finished,
.search-steps-mobile-circle,
.search-steps-mobile-circle-active,
.search-steps-mobile-circle-finished {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #131f6c;
  margin-right: 15px;
}
.search-steps-circle-step-number {
  margin: auto;
}
.search-steps-circle-active {
  border: 1px solid #e85e22;
  color: #e85e21;
}
.search-steps-mobile-circle,
.search-steps-mobile-circle-active,
.search-steps-mobile-circle-finished {
  border: 1px solid #131f6c;
  margin-top: 5px;
}
.search-steps-mobile-circle-active {
  color: #e85e21;
  border: 1px solid #e85e22;
}
.search-steps-label,
.search-steps-label-active,
.search-steps-label-finished,
.search-steps-mobile-label,
.search-steps-mobile-label-active,
.search-steps-mobile-label-finished {
  flex-grow: 1;
  margin: 0;
  font-size: 13px;
  position: relative;
  top: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 1010px) {
  .search-steps-label,
  .search-steps-label-active,
  .search-steps-label-finished,
  .search-steps-mobile-label,
  .search-steps-mobile-label-active,
  .search-steps-mobile-label-finished {
    top: 0;
  }
}
.search-steps-label-active {
  color: #e85e21;
  font-weight: 700;
}
.search-steps-label-finished {
  font-weight: 700;
}
.search-steps-mobile-label,
.search-steps-mobile-label-active,
.search-steps-mobile-label-finished {
  top: 0;
}
.search-steps-mobile-label-active {
  color: #e85e21;
}
.select-arrow-rotate-up {
  transform: rotate(180deg);
}
.closed-rule-arrow {
  margin-right: 8px;
  transform: rotate(-90deg);
}
.opened-rule-arrow {
  margin-right: 8px;
  transform: rotate(0deg);
}
.search-steps-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  margin-right: 10px !important;
  margin-left: 10px;
  background-color: #131f6f;
  height: 1px;
  margin-bottom: -4px;
}
@media (max-width: 1010px) {
  .results-hotel-wrapper-header {
    padding: 20px 5px 10px;
  }
}
.flight-offer-brands {
  display: flex;
  align-items: center;
}
.flight-offer-brand {
  border-radius: 4px 4px 0 0;
  background-color: #e3edf3;
  padding: 15px 20px;
  font-weight: 700;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 10px;
}
.flight-offer-brand.active,
.flight-offer-brand:hover {
  background-color: #fffffc;
}
.flight-offer-brand img {
  height: 25px;
  margin: 0 1px;
}
.flight-offer-brand .flight-offer-brand-nameicon-wrapper {
  display: flex;
  align-items: center;
  height: 25px;
}
.flight-offer-brand .flight-offer-brand-icons {
  margin-right: 4px;
  margin-top: 4px;
}
@media (max-width: 1010px) {
  .flight-offer-brand {
    font-size: 15px;
    padding: 15px 10px;
    margin-right: 6px;
  }
  .flight-offer-brand:last-child {
    margin-right: 0;
  }
}
.more-brands-link {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  color: #e85e21;
  flex-shrink: 2;
}
@media (max-width: 1010px) {
  .more-brands-link {
    margin-left: 5px;
  }
}
.more-brands-link:focus {
  font-weight: 700;
  outline: none;
}
.flights {
  margin-top: -5px;
}
@media (min-width: 1010px) {
  .flights {
    max-width: 725px;
  }
}
.flight {
  background-color: #fffffc;
}
@media (min-width: 1010px) {
  .flight {
    display: flex;
    align-items: center;
  }
}
.flight-segments {
  padding-top: 20px;
}
@media (min-width: 1010px) {
  .flight-segments {
    flex-grow: 1;
    align-self: flex-start;
    padding: 20px 10px 0;
    border-right: 2px dashed #eef3f8;
  }
}
.flight-segments-best-offer,
.flight-segments-best-offer-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  float: right;
  height: 30px;
  width: 140px;
  border-radius: 5px 0 0 5px;
  background-color: #34bb84;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  color: #fffffe;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.09px;
}
@media (min-width: 1010px) {
  .flight-segments-best-offer,
  .flight-segments-best-offer-mobile {
    display: flex;
  }
}
.flight-segments-best-offer-mobile {
  margin-top: 15px;
  display: flex;
}
@media (min-width: 1010px) {
  .flight-segments-best-offer-mobile {
    display: none;
  }
}
.flight-additional-info-desktop-basics-passenger-count {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  padding-bottom: 0 !important;
  padding-right: 4px;
}
.flight-additional-info-desktop-basics-passenger-count-icon {
  margin-top: 1px;
}
.flight-additional-info {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0 0 10px 10px;
  background-color: #fffffc;
  display: flex;
  padding: 15px 20px;
  font-size: 13px;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 3px;
  flex-wrap: wrap;
}
@media (min-width: 1010px) {
  .flight-additional-info {
    display: none;
    flex-wrap: nowrap;
  }
}
.flight-additional-info-mobile-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 15px;
  width: 100%;
}
.flight-additional-info-mobile-separator {
  display: none;
}
@media (max-width: 1010px) {
  .flight-additional-info-mobile-separator {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0 10px;
  }
}
.flight-additional-info-desktop {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  height: 55px;
}
@media (min-width: 1010px) {
  .flight-additional-info-desktop {
    display: flex;
    align-items: center;
  }
}
.flight-additional-info-desktop-invalid {
  display: flex;
  align-items: center;
}
.flight-additional-info-desktop-basics {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
}
@media (min-width: 1010px) {
  .flight-additional-info-desktop-basics {
    width: 220px;
  }
}
.flight-additional-info-desktop-information {
  flex-grow: 2;
  justify-content: space-between;
  text-align: center;
  font-size: 13px;
  color: #e85e21;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flight-additional-info-desktop-print {
  display: inline-flex;
  justify-content: space-between;
  opacity: 0;
}
.text-separator {
  color: #9ea0ac;
  margin: 0 4px;
}
.flight-additional-info-icon {
  display: flex;
  align-items: center;
  padding: 0;
}
.flight-additional-info-icon-icon {
  height: 22px;
  margin-right: 0 !important;
  padding-top: 1px;
}
.flight-additional-info-icon-number,
.flight-additional-info-icon-number-not-allowed {
  font-size: 13px;
  color: #131f6b;
}
.flight-additional-info-baggage-modal-content {
  display: flex;
  flex-direction: column;
  margin: 24px 8px;
}
@media (min-width: 1100px) {
  .flight-additional-info-baggage-modal-content {
    margin: 40px;
  }
}
.flight-additional-info-baggage-modal-header {
  white-space: "pre-line";
}
.flight-additional-info-baggage-modal-table {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}
.flight-additional-info-baggage-modal-header-wrap {
  display: flex;
  flex-direction: column;
  margin: 8px 16px 0;
}
@media (min-width: 400px) {
  .flight-additional-info-baggage-modal-header-wrap {
    flex-direction: row;
    align-items: center;
  }
  .flight-additional-info-baggage-modal-header-wrap .switch {
    margin-left: 16px;
  }
}
@media (min-width: 1100px) {
  .flight-additional-info-baggage-modal-header-wrap {
    justify-content: space-between;
  }
}
.flight-additional-info-baggage-modal-table-header {
  display: flex;
  align-items: center;
  background: #e3edf3;
}
@media (max-width: 1099px) {
  .flight-additional-info-baggage-modal-table-header {
    display: none;
  }
}
.flight-additional-info-baggage-modal-infantheader {
  text-align: center;
  font-weight: 700;
  padding-left: 16px;
  margin: 24px 0;
  font-size: 1.5rem;
}
@media (min-width: 1100px) {
  .flight-additional-info-baggage-modal-infantheader {
    text-align: left;
    font-size: 1rem;
    margin: 16px 0 8px;
  }
}
.flight-additional-info-baggage-modal-table-header-column {
  font-size: 0.75rem;
  color: #4e505f;
  text-transform: uppercase;
  padding: 8px 0 8px 16px;
  font-weight: 700;
}
.flight-additional-info-baggage-modal-table-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e3edf3;
  padding: 16px 0;
}
.flight-additional-info-baggage-modal-table-row:last-child {
  border-bottom: none;
}
@media (min-width: 1100px) {
  .flight-additional-info-baggage-modal-table-row {
    flex-direction: row;
    align-items: center;
  }
}
.flight-additional-info-baggage-modal-table-row-cell {
  padding-left: 16px;
}
@media (max-width: 1099px) {
  .flight-additional-info-baggage-modal-table-row-cell {
    min-width: auto !important;
    width: auto !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    font-size: 0.9rem;
  }
  .flight-additional-info-baggage-modal-table-row-cell:nth-child(odd) {
    background: #f5f5f5;
  }
}
.flight-additional-info-baggage-modal-table-cell__text {
  font-size: 0.8rem;
}
@media (max-width: 1099px) {
  .flight-additional-info-baggage-modal-table-cell__text {
    text-align: right;
    width: auto !important;
    margin-left: 16px;
    flex: 1 1;
  }
}
@media (min-width: 1100px) {
  .flight-additional-info-baggage-modal-table-cell__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.flight-additional-info-baggage-modal-table__mobile-label {
  margin-right: 8px;
  opacity: 0.65;
}
@media (max-width: 1099px) {
  .flight-additional-info-baggage-modal-table__mobile-label {
    flex: 1 1;
  }
}
@media (min-width: 1100px) {
  .flight-additional-info-baggage-modal-table__mobile-label {
    display: none;
  }
}
.flight-additional-info-baggage-modal-table-row-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 16px 8px;
}
@media (min-width: 700px) {
  .flight-additional-info-baggage-modal-table-row-header {
    flex-direction: row;
    align-items: center;
  }
}
.flight-additional-info-baggage-modal-table-row-header-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.25rem;
}
.flight-additional-info-baggage-modal-table-row-header-item > img {
  height: 12px;
  margin-right: 8px;
}
.flight-additional-info-baggage-modal-table-footer {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  max-width: 1010px;
}
.flight-additional-info-baggage-modal-table-footer div {
  margin: 8px 16px;
}
.flight-additional-info-baggage-modal-baggage-info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1099px) {
  .flight-additional-info-baggage-modal-baggage-info {
    align-items: flex-end;
  }
}
.flight-additional-info-baggage-modal-baggage-info__meta {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1099px) {
  .flight-additional-info-baggage-modal-baggage-info__meta {
    align-items: flex-end;
  }
}
@media (min-width: 1100px) {
  .flight-additional-info-baggage-modal-baggage-info__price {
    margin-right: 10px;
  }
}
.flight-additional-info-baggage-modal-baggage-info__meta {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.change-ticket {
  font-size: 13px;
}
.change-ticket-passenger-detail {
  margin-bottom: 10px;
}
.change-ticket-passenger-detail-ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.change-ticket-passenger-detail-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.change-ticket-passenger-detail-li {
  padding-left: 3px;
}
.change-ticket-passenger-detail:last-of-type {
  margin-bottom: 0;
}
.popover {
  max-width: 330px;
  width: 100%;
  background-color: #131f6a;
  color: #fffffe;
  border-radius: 3px;
  position: absolute;
  font-size: 12px;
  padding: 15px 10px;
  box-sizing: border-box;
  z-index: 1;
}
.flight-stream {
  border: 1px solid transparent;
}
.flight-segment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flight-segment-title {
  display: flex;
  flex: 1 1;
  align-items: center;
  border: 1px solid #eef3f8;
  border-radius: 17.5px;
  background: #eef3f6;
  margin: 0 10px;
  box-sizing: border-box;
  height: 36px;
  padding: 3px 10px 3px 43px;
}
.flight-segment-title__arrivals,
.flight-segment-title__departure {
  background-repeat: no-repeat;
  background-position-x: 21px;
  background-position-y: 11px;
  background-size: 16px;
}
.flight-segment-title__departure {
  background-image: url(/static/images/ico-plane-departure.svg);
}
.flight-segment-title__arrivals {
  background-image: url(/static/images/ico-plane-arrivals.svg);
}
.flight-segment-date-select {
  cursor: pointer;
}
.flight-segment-title-typeroute {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.flight-segment-date-select-val {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.flight-segment-title-datum {
  font-size: 13px;
  font-weight: 700;
  margin: 0 5px 0 12px;
}
.flight-segment-title-dayofweek {
  font-size: 13px;
}
.flight-segment-title-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  justify-content: center;
  font-size: 13px;
  margin-left: auto;
  cursor: pointer;
  color: #e85e21;
  margin-right: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flight-segment-title-link-toggle-icon {
  margin-left: 4px;
  margin-top: 3px;
  width: 9px;
  height: 7px;
}
.flight-segment-service-info {
  font-size: 13px;
  font-weight: 700;
  padding-left: 15px;
}
.flight-segment {
  margin: 16px 10px;
  display: flex;
  align-items: flex-end;
}
.flight-segment-type-icon {
  background: url(/static/images/ico-plane.svg) no-repeat;
  background-size: 11px;
  width: 17px;
  height: 17px;
  background-position-y: 3px;
}
.flight-segment-city-time {
  font-size: 13px;
}
.flight-segment-time,
.flight-segment-time-from {
  display: flex;
  align-items: center;
}
.flight-segment-time {
  font-size: 16px;
  min-height: 35px;
  font-weight: 700;
}
.flight-time-select-control {
  width: 90px;
  min-height: 35px !important;
  height: 35px;
  border-radius: 4px !important;
  border: 1px solid #c0d9e9 !important;
  background-color: #fffffc !important;
  box-shadow: none !important;
}
.flight-segment-middle {
  display: flex;
  flex: 3 1;
  align-items: center;
  min-height: 35px;
  padding-right: 5px;
}
.flight-segment-line {
  border-top: 1px dotted #9ea0ad;
  flex-grow: 1;
  margin: 0 6px;
}
.flight-segment-next-day-warning {
  margin-right: 4px;
  color: #ff0002;
  font-weight: 700;
}
.flight-segment-times-moredays {
  color: #ff0002;
  font-size: 13px;
  margin: 0 5px;
}
.flight-segment-transfers-duration {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.flight-segment-duration {
  text-align: center;
}
.flight-segment-marks {
  margin: 16px 10px 15px;
  display: flex;
}
.flight-segment-airline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1;
  align-self: stretch;
}
@media only screen and (max-width: 480px) {
  .flight-segment-airline {
    display: none;
  }
}
.flight-segment-airline-logos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: space-around;
}
.flight-segment-airline-logo-height {
  min-height: 16px;
  display: flex;
  align-items: flex-start;
}
.flight-segment-airline-logo {
  margin-left: 16px;
  max-height: 16px;
  max-width: 85px;
}
.flight-segment-city {
  margin-bottom: 4px;
}
.flight-segment-city-from {
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
}
.flight-segment-tooltip {
  max-height: 10px;
  line-height: 10px;
}
.flight-segment-marks-transfers {
  flex-grow: 2;
  position: relative;
  text-align: center;
}
.flight-segment-marks-transfers-dots {
  border-top: 1px dashed #9ea0ad;
  position: absolute;
  width: 84%;
  left: 8%;
  top: 11px;
  display: flex;
  justify-content: space-around;
}
.flight-segment-marks-transfers-dots-dot {
  position: relative;
  top: -6px;
  background: #fffffc;
}
.flight-segment-marks-transfers-description {
  text-align: center;
  font-size: 12px;
  color: #9ea0ac;
}
.flight-segment-marks-to {
  text-transform: uppercase;
  font-size: 18px;
}
.flight-details {
  border-top: 2px solid #eef3f8;
  border-bottom: 2px dashed #eef3f8;
  text-align: center;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1010px) {
  .flight-details {
    display: none;
  }
}
.flight-details-link {
  color: #e85e21;
  cursor: pointer;
  text-decoration: underline;
}
.flight-detail-one-way-title {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  margin: 15px 10px 13px;
}
.flight-detail-one-way-toggle {
  float: right;
  width: 19px;
  height: 19px;
  text-align: center;
}
.flight-detail-one-way-toggle img {
  width: 11px;
  height: 11px;
}
.flight-detail-duration {
  height: 40px;
  border-radius: 5px;
  background-color: #fff2ec;
  margin: 0 10px 15px;
  box-sizing: border-box;
  padding-top: 13px;
  padding-left: 35px;
  font-size: 13px;
  background-image: url(/static/images/ico-time.svg);
  background-repeat: no-repeat;
  background-position-x: 11px;
  background-position-y: 14px;
  background-size: 13px;
}
.flight-detail-one-way-flight {
  display: flex;
  margin: 0 10px;
  font-size: 13px;
  line-height: 23px;
}
.flight-detail-one-way-flight-icon {
  margin-right: 13px;
}
.flight-detail-one-way-flight-wrapper {
  flex-grow: 1;
  border-left: 1px solid #c0d9e9;
  box-sizing: border-box;
  padding-left: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.flight-detail-one-way-flight-wrapper__padding-top {
  padding-top: 15px;
}
.flight-detail-one-way-flight-flight {
  position: relative;
  margin-bottom: 20px;
}
.flight-detail-one-way-flight-flight-text-image-wrapper {
  display: flex;
  align-items: center;
}
.flight-detail-one-way-flight-flight-row {
  flex-grow: 1;
}
@media (min-width: 1010px) {
  .flight-detail-one-way-flight-flight-row {
    display: flex;
  }
  .flight-detail-one-way-flight-flight-row-times {
    margin-right: 20px;
  }
  .flight-detail-one-way-flight-flight-row-destination {
    flex-grow: 1;
  }
}
.flight-detail-one-way-flight-flight-text-image {
  max-width: 90px;
  max-height: 16px;
}
.flight-detail-one-way-transfer {
  border: 1px solid #e85e22;
  height: 40px;
  border-radius: 5px;
  margin: 0 10px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 35px;
  font-size: 13px;
  background-image: url(/static/images/ico-transfer.svg);
  background-repeat: no-repeat;
  background-position-x: 11px;
  background-position-y: 12px;
  background-size: 13px;
}
.flight-detail-one-way-flight-dot {
  position: absolute;
  left: -18px;
  top: 5px;
  background: #fffffc;
}
.flight-detail-segment-technical-stop {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5em;
}
.flight-details-wrapper-mobile {
  display: block;
}
@media (min-width: 1010px) {
  .flight-details-wrapper-mobile {
    display: none;
  }
}
.flight-details-wrapper-desktop {
  display: none;
}
@media (min-width: 1010px) {
  .flight-details-wrapper-desktop {
    display: block;
  }
}
.flight-detail-desktop {
  background: #fffffc;
  padding-top: 10px;
  display: none;
}
@media (min-width: 1010px) {
  .flight-detail-desktop {
    display: block;
  }
}
.flight-detail-desktop-inner {
  margin: 0 20px 3px;
  box-sizing: border-box;
  border-top: 1px dashed #c0d9e9;
}
.flight-detail-desktop-links-results {
  position: relative;
  display: flex;
  font-size: 13px;
  margin-left: 0;
  text-align: left;
  text-align: initial;
}
.flight-detail-desktop-links {
  display: flex;
  font-size: 13px;
}
.flight-prices-links {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 1010px) {
  .flight-prices-links {
    width: 173px;
  }
}
.hotel-offer-mini-flight-prices-links {
  width: inherit;
  padding-bottom: 0;
  margin-top: 0;
  margin-left: 10px;
}
.flight-prices-links-price {
  font-size: 22px;
  display: inline-block;
}
.flight-prices-links-price-button {
  display: block;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.84px;
  line-height: 20px;
  text-transform: uppercase;
  height: 50px;
  width: 150px;
  margin: 11px auto;
}
.flight-prices-links-price-price-description {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
}
.flight-prices-links-price-sum-description {
  font-size: 12px;
}
@media (min-width: 1010px) {
  .flight-prices-links-price-sum-description {
    margin-bottom: 12px;
  }
}
@media (max-width: 1010px) {
  .flight-prices-links-price-sum-description {
    font-size: 13px;
    margin-top: 11px;
    margin-bottom: 25px;
    margin-left: 10px;
  }
}
.flight-prices-links-price-mobile-divider {
  display: inline-block;
  margin-left: 12px;
}
@media (min-width: 1010px) {
  .flight-prices-links-price-mobile-divider {
    display: none;
  }
}
.flight-prices-links-travel-policy,
.flight-prices-policy-badges {
  display: flex;
  justify-content: center;
}
.flight-prices-links-travel-policy {
  color: #4e505e;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
}
.flight-prices-links-travel-policy-inline {
  justify-content: flex-start;
}
.travel-policy-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.travel-policy-icon-failed {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}
.size-18 {
  width: 18px;
  height: 18px;
}
.button-flights-showmore {
  display: block;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.84px;
  line-height: 16px;
  height: 50px;
  width: 220px;
  margin: 19px auto;
  border-color: #e85e22;
  color: #e85e21;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1010px) {
  .results-wrapper-box {
    display: flex;
  }
  .results-wrapper-box-filters {
    min-width: 255px;
    margin-right: 30px;
  }
}
.results-wrapper-box-rest {
  padding-top: 10px;
}
@media (min-width: 1010px) {
  .results-wrapper-box-rest {
    flex-grow: 1;
  }
}
.results-wrapper-box-share-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 15px;
}
@media (min-width: 1010px) {
  .results-wrapper-box-share-box {
    justify-content: space-around;
    align-items: center;
  }
}
.filters-wrapper {
  position: fixed;
  max-height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-265px);
  transition: 1s ease-in-out;
  max-width: 255px;
}
@media (min-width: 1010px) {
  .filters-wrapper {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: inherit;
    transform: none;
  }
}
.filters-close-btn {
  opacity: 0;
  position: fixed;
  z-index: 9;
  bottom: 30px;
  left: 230px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 #e3edf3;
}
@media (min-width: 1010px) {
  .filters-close-btn {
    display: none;
  }
}
.filters-background {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.filters-background.show {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1010px) {
  .filters-background {
    display: none;
  }
}
.filters-erase-button {
  position: sticky;
  bottom: 15px;
  margin-left: 53px;
  border-radius: 5px;
  background-color: #fffffc;
  padding: 10px 20px;
  font-size: 15px;
  z-index: 1;
  opacity: 0.9;
  margin-top: 20px;
}
.filters-wrapper-show-mobile {
  transform: translate(-10px);
  transition: 1s ease-in-out;
  overflow-y: scroll;
  background-color: #e3edf3;
  z-index: 3;
}
.filters {
  background-color: #e3edf3;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
}
.filters-box {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #c0d9ea;
  clear: both;
}
.filters-box:last-of-type {
  border: none;
}
.filters-box-toggle-link:hover {
  opacity: 0.75;
}
.filters-label {
  font-size: 19px;
  display: block;
  margin-bottom: 15px;
}
.filters-label-airports {
  font-size: 17px;
  display: block;
  margin: 15px 0;
}
.filters-label-baggage {
  font-size: 19px;
  clear: both;
  padding-top: 25px;
  margin: 0;
}
.filters-range-description {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 13px;
  margin-top: 16px;
}
.filters-transfers {
  font-size: 13px;
  height: 40px;
  width: 90%;
  border-radius: 3px;
  background-color: #fffffc;
  box-shadow: 0 2px 4px 0 #e3edf3;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: center;
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
  margin-top: 10px;
}
.filter-airline {
  margin-bottom: 8px;
  display: flex;
}
.filter-airline-checkbox-container {
  justify-content: space-between;
  padding-bottom: 5px;
}
.filter-airline-options-checkbox-label {
  font-size: 12px;
  margin-left: 15px;
}
.filter-airline-options-checkbox {
  height: 15px;
  border-radius: 2px;
}
.filter-airline-options-checkbox-container {
  width: 80%;
  justify-content: flex-start;
  padding: 5px 0;
}
.filter-airline-checkbox-label {
  width: 85%;
  font-size: 13px;
}
.filter-airline-checkbox-baggage {
  float: right;
  margin-top: 4px;
  margin-right: 0;
  cursor: pointer;
}
.filter-baggage {
  float: right;
  cursor: pointer;
}
.baggage-checkbox-container {
  justify-content: flex-start;
  padding-top: 25px;
}
.baggage-checkbox-label {
  font-size: 19px;
  margin-left: 15px;
}
.filter-airline-name {
  flex-grow: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.filter-airline-spacer {
  border-bottom: 1px solid #c0d9ea;
  margin: 15px 0;
}
.filters-select {
  margin-bottom: 10px;
}
.conditions-close {
  float: right;
  top: -15px;
}
.conditions-close,
.conditions-go-back {
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.conditions-go-back {
  float: left;
  top: -32px;
}
.flight-conditions {
  font-size: 13px;
  padding: 25px;
  max-width: 700px;
  background-color: #fffffc;
  min-height: 150px;
  max-height: 400px;
  overflow-y: auto;
}
.flight-contidions-content {
  padding: 24px 32px 32px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 60%;
  max-width: 768px;
}
.flight-conditions-loading {
  display: grid;
  place-items: center;
}
.flight-conditions-list {
  line-height: 2rem;
}
.flight-conditions-condition {
  margin-left: 15px;
}
.flight-conditions-terms {
  min-width: 400px;
  min-height: 400px;
  font-size: 13px;
  padding: 10px 20px 30px 15px;
  max-width: 675px;
  background-color: #fffffc;
  margin-top: 0;
}
.flight-conditions-passager-type-title {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 18px;
  font-weight: 700;
}
.flight-conditions-close-btn {
  cursor: pointer;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.flight-conditions-tarif-title {
  font-size: 15px;
  font-weight: 700;
}
.flight-conditions-basis-title {
  font-size: 16px;
  margin: 15px 0 10px;
}
.condition-detail {
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 10px;
}
.condition-detail-title {
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
  display: block;
  margin: 0 0 5px;
}
.filters-show-mobile {
  border: 1px solid #ff0001;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 1000;
}
.filters-show-mobile .filters {
  display: block;
}
.flights-sorting-wrapper {
  display: flex;
  height: 86px;
  justify-content: flex-start;
  border-radius: 10px;
  background: #e3edf3;
  margin-bottom: 34px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 1010px) {
  .flights-sorting-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    height: 50px;
    border-radius: 6px;
    margin-bottom: 24px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: grabbing;
  }
}
.flights-sorting-wrapper::-webkit-scrollbar {
  display: none;
}
.flights-sorting-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #e3edf3;
  border-radius: 10px;
  height: 50px;
  flex: 1 1;
  cursor: grab;
}
@media (min-width: 1010px) {
  .flights-sorting-item {
    flex-direction: column;
    justify-content: center;
    height: 86px;
    flex: 1 1;
  }
}
@media (max-width: 1010px) {
  .flights-sorting-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flights-sorting-item:last-of-type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flights-sorting-item > div:first-child {
  font-size: 13px;
  margin-top: 0;
}
.flights-sorting-item > div:nth-child(2) {
  font-size: 22px;
  display: inline-block;
}
.flights-sorting-item > div:nth-child(3) {
  text-align: center;
  font-size: 12px;
  color: #9ea0ac;
}
.vl {
  border: 1px solid #c0d9ea;
}
@media (min-width: 1010px) {
  .vl {
    margin-bottom: 28px;
    margin-top: 28px;
  }
}
.flights-sorting-item.selected + .vl,
.vl:has(+ .flights-sorting-item.selected) {
  border-color: #e3edf3;
}
.selected {
  background: #fffffc;
  border-radius: 5px;
}
.flights-sorting-item:hover:not(.selected) {
  cursor: pointer;
}
.flights-sorts-wrapper {
  display: flex;
  align-items: center;
}
.flights-sorts {
  margin: 10px 0 0 auto;
}
.flights-sorts .Select-control {
  background-color: transparent;
}
.flights-sorts .Select-value-label {
  color: #131f6b !important;
}
.flight-places-times-select {
  position: relative;
  margin-top: -6px;
  font-weight: 700;
  outline: none;
  border: none;
  font-size: 13px;
  color: #131f6b;
}
.filter-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 3px 3px 0 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.filter-box-tabs {
  display: flex;
  justify-content: space-around;
  font-size: 9pt;
  font-weight: 700;
}
.filter-tab-active {
  cursor: default;
  transition: 0.2s ease-in-out;
  background-color: #fffffc;
}
.filter-range-box {
  padding: 10px;
  border-radius: 0 0 3px 3px;
}
.table-column,
.table-header {
  display: inline-block;
}
.modal-share-table {
  font-size: 13px;
  text-align: center;
  margin: 50px auto;
  border-collapse: collapse;
  width: 740px;
}
.modal-share-row {
  height: 20px;
}
.modal-share-border {
  border-bottom: 1px solid #000002;
}
.modal-share-button-row {
  display: flex;
  justify-content: space-between;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555554;
  color: #fffffe;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #555554;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.link-input {
  margin-right: 10px;
  width: 65%;
  padding: 2px 5px;
}
@media (min-width: 1010px) {
  .link-input {
    width: 80%;
  }
}
.modal-share-input-label {
  width: 160px;
  font-size: 13px;
  font-weight: 700;
}
.modal-share-input-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1010px) {
  .modal-share-input-wrapper {
    justify-content: normal;
  }
}
.background-enter {
  transform: translate(-80%);
  transition: transform 1s ease-in-out;
}
.background-enter.background-enter-active {
  transform: translate(0);
  transition: transform 1s ease-in-out;
}
.background-leave {
  transform: translate(0);
}
.background-leave.background-leave-active {
  transform: translate(-100%);
  transition: transform 1s ease-in-out;
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}
.fade-in-delay {
  opacity: 1;
  animation-name: fadeInOpacityDelay;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
}
@keyframes fadeInOpacityDelay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.airportsCheckboxContainer {
  justify-content: space-between;
  margin-bottom: 3px;
  font-size: 12px;
  cursor: pointer;
}
.airportsCheckboxContainer:hover {
  text-decoration: underline;
}
.airportsCheckboxLabel {
  margin-left: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  font-size: 13px;
}
.travel-policies-detail-popup {
  width: 860px !important;
  height: 860px;
  max-height: 95%;
  overflow-y: auto;
}
@media (max-width: 1010px) {
  .travel-policies-detail-popup {
    width: 95% !important;
    padding: 8px;
  }
}
.travel-policies-detail-popup__content {
  margin: 32px 30px;
}
.travel-policies-detail-popup__inner {
  height: 700px;
  width: 1200px;
  overflow-y: auto;
}
@media (max-width: 1010px) {
  .travel-policies-detail-popup__inner {
    width: 100%;
  }
}
.travel-policies-detail-popup__title {
  position: relative;
  font-size: 28px;
  color: #131f6b;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
.travel-policies-detail-popup__statusMsg {
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 2px;
  padding: 12px 18px;
  margin-bottom: 18px;
}
.travel-policies-detail-popup__statusMsg
  .travel-policies-detail-popup__state-icon {
  margin-right: 10px;
  flex-shrink: 0;
}
.travel-policies-detail-popup__statusMsg.passed {
  color: #78ba47;
  background-color: #e4eee6;
}
.travel-policies-detail-popup__statusMsg.failed {
  color: #e34949;
  background-color: #fdf0f0;
}
.travel-policies-detail-popup__travelers {
  display: flex;
  list-style: none;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.travel-policies-detail-popup__traveler {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 5px 10px 0;
  padding: 14px 22px;
  color: #131f6b;
  background-color: #eef3f675;
  border-radius: 4px 4px 0 0;
  font-size: 15px;
  font-weight: 700;
  flex: 1 1;
}
.travel-policies-detail-popup__traveler--selected {
  background-color: #eef3f6;
}
.travel-policies-detail-popup__state-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.travel-policies-detail-popup__state-icon.success {
  background-color: #78b947;
}
.travel-policies-detail-popup__state-icon.fail {
  background-color: #ff0100;
}
.travel-policies-detail-popup__success-state-img {
  width: 12px;
  height: 9px;
}
.travel-policies-detail-popup__failed-state-img {
  width: 14px;
  height: 14px;
}
.travel-policies-detail-popup__rules-table {
  font-size: 15px;
}
.travel-policies-detail-popup__rules-table-no-policy {
  text-align: center;
  margin: 32px 0;
}
.travel-policies-detail-popup__rules-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
.travel-policies-detail-popup__rules-table td,
.travel-policies-detail-popup__rules-table th {
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #fffffc;
  width: 31%;
}
@media (max-width: 1010px) {
  .travel-policies-detail-popup__rules-table td,
  .travel-policies-detail-popup__rules-table th {
    width: 32%;
  }
}
.travel-policies-detail-popup__rules-table__header {
  background-color: #eef3f6;
  cursor: pointer;
  font-weight: 700;
  border-bottom: 10px solid #fffffc;
}
.travel-policies-detail-popup__rules-table__header th {
  height: 52px;
  padding: 0 12px;
  background-color: #eef3f6;
}
@media (max-width: 1010px) {
  .travel-policies-detail-popup__rules-table__header th {
    padding: 0 4px;
  }
}
.travel-policies-detail-popup__rules-table__row td {
  height: 52px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #fffffc;
  width: 31%;
}
.travel-policies-detail-popup__rules-table__row td:first-child {
  text-align: left;
}
.travel-policies-detail-popup__rules-table__row td:last-child {
  width: 7%;
}
@media (max-width: 1010px) {
  .travel-policies-detail-popup__rules-table__row td:last-child {
    width: 4%;
  }
  .travel-policies-detail-popup__rules-table__row td {
    padding: 6px 4px;
  }
}
.travel-policies-detail-popup--first-values {
  padding-left: 20px;
}
@media (max-width: 1010px) {
  .travel-policies-detail-popup--first-values {
    padding-left: 0;
  }
}
.travel-policies-detail-popup__info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #131f6a;
  color: #fffffe;
  cursor: pointer;
  font-weight: 700;
  margin-left: 8px;
  font-size: 12px;
}
.show-more-flights-wrapper {
  text-align: center;
  background-color: #fffffc;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  padding: 15px;
  cursor: pointer;
  color: #e85e21;
  text-decoration: underline;
}
.show-more-flights-wrapper:hover {
  text-decoration: none;
}
.results-booking-form-loader {
  display: flex;
  justify-content: center;
}
.hotel-offer {
  margin-bottom: 22px;
}
.hotel-offer-empty {
  background: #fffffc;
  display: block;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 22px;
  line-height: 1.6;
  margin-top: 30px;
}
.hotel-offer-mini {
  background-color: #fffffc;
  width: 350px;
  position: relative;
  top: -20px;
  left: -175px;
  padding: 0;
  border-radius: 17.5px;
  display: block;
  z-index: 999999999;
}
.hotel-offer-mini-title {
  margin-left: 0;
  margin-right: 0;
  z-index: 999999999;
}
.hotel-offer-content {
  margin: 13px 10px 18px;
  display: flex;
}
.hotel-offer-mini-extra {
  margin: 10px 10px 0;
}
.hotel-offer-mini-content {
  display: flex;
  padding: 10px;
  align-items: center;
}
.hotel-offer-mini-content-photos,
.hotel-offer-mini-content-prices {
  flex: 1 1;
}
.hotel-offer-title {
  background-image: url(/static/images/ico-hotel-results.svg);
  background-repeat: no-repeat;
  background-position-x: 18px;
  background-position-y: 11px;
  background-size: 16px;
  font-weight: 700;
  padding-left: 44px;
  font-size: 13px;
}
.hotel-offer-image-wrapper {
  width: 127px;
  height: 85px;
  border-radius: 7px;
  background: #eef3f6;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-left: 1px;
  margin-bottom: 10px;
  background-image: url(/static/images/icon-empty-hotel.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 66px;
}
@media (min-width: 1010px) {
  .hotel-offer-image-wrapper {
    width: 182px;
    height: 121px;
    margin-bottom: inherit;
  }
}
.hotel-offer-image-main {
  width: 100%;
  cursor: pointer;
}
.hotel-offer-image-main-figure {
  position: relative;
  margin: 0;
  padding: 0;
}
.hotel-offer-image-main-figure:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  cursor: pointer;
  height: 100%;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.3)
  );
  transform: skewX(-25deg);
}
.hotel-offer-image-main-figure:hover:before {
  animation: shine 0.75s;
}
@keyframes shine {
  to {
    left: 125%;
  }
}
.hotel-offer-image-more {
  position: absolute;
  right: 0;
  bottom: 12px;
  padding: 3px 11px;
  color: #fff;
  background: gray;
}
.hotel-offer-content-description {
  flex: 1 1;
  margin-left: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #4e505f;
  margin-right: 3px;
}
.hotel-offer-content-description-show-on-map {
  font-size: 12px;
  color: #9ea0ac;
  cursor: pointer;
  text-decoration: underline;
  background-image: url(/static/images/ico-map-mini.svg);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 2px;
  background-size: 15px;
  padding-left: 21px;
  font-stretch: extra-condensed;
  margin-bottom: 5px;
  display: none;
}
.hotel-offer-content-description-show-on-map:hover {
  text-decoration: none;
}
@media (min-width: 1010px) {
  .hotel-offer-content-description-show-on-map {
    float: right;
    margin-bottom: 0;
    display: block;
  }
}
@media (max-width: 1010px) {
  .hotel-offer-content-description-show-on-map-text {
    background-image: url(/static/images/ico-map-mini.svg);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 3px;
    background-size: 15px;
    padding-left: 21px;
    text-decoration: underline;
    margin-bottom: 2px;
    cursor: pointer;
  }
  .hotel-offer-content-description-show-on-map-text:hover {
    text-decoration: none;
  }
}
@media (min-width: 1010px) {
  .hotel-offer-content-description-show-on-map-text {
    pointer-events: none;
  }
}
.hotel-offer-choose-link {
  text-decoration: none;
}
.modal-map {
  width: 360px;
  height: 560px;
}
@media (min-width: 1010px) {
  .modal-map {
    width: 560px;
  }
}
.hotels-image-gallery-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
}
.hotels-image-gallery-image {
  max-height: 95%;
  max-width: 95%;
}
.hotels-image-gallery-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 50px;
  background-color: #fffffc;
  animation-name: slideUp;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 0.55s;
}
@keyframes slideUp {
  0% {
    transform: translateY(60px);
  }
  to {
    transform: translateY(0);
  }
}
.hotels-image-gallery-description-text {
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 3px 0;
}
.hotels-image-gallery-button {
  margin: 0 36px;
  border-radius: 3px;
  padding: 6px 16px;
  border-width: 0;
}
.hotels-image-gallery-close-button {
  position: absolute;
  right: 16px;
  margin: 0;
  cursor: pointer;
}
.hotel-room-picker {
  padding: 20px 20px 15px 25px !important;
}
.hotel-room-picker-header {
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
  top: -5px;
}
.hotel-room-picker-header-description {
  flex: 1 1;
}
.hotel-room-picker-header-prices {
  width: 160px;
  text-align: center;
}
.hotel-room-picker-header-selected {
  width: 90px;
  text-align: center;
}
.hotel-room-picker-one-room {
  display: flex;
  border-bottom: 1px solid #eef3f8;
  padding: 14px 0;
  align-items: center;
}
.hotel-room-picker-one-room:last-child {
  border-bottom: none;
}
.hotel-room-picker-one-room-description {
  flex: 1 1;
}
.hotel-room-picker-one-room-description-title {
  font-size: 13px;
  font-weight: 700;
}
.hotel-room-picker-one-room-description-title:first-letter {
  text-transform: uppercase;
}
.hotel-room-picker-one-room-description-information {
  font-size: 12px;
  margin-top: 5px;
}
.hotel-room-picker-one-room-prices {
  width: 120px;
  text-align: center;
}
.hotel-room-picker-one-room-prices-description {
  font-size: 12px;
}
.hotel-room-picker-one-room-prices-price {
  font-weight: 700;
}
.hotel-room-picker-one-room-selected {
  width: 90px;
  text-align: center;
}
.hotel-room-picker-one-room-selected-disabled {
  opacity: 0.35;
  cursor: not-allowed !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hotel-recapitulation-summary-line {
  display: flex;
  font-size: 14px !important;
  line-height: 1.33 !important;
  padding-bottom: 10px;
}
.hotel-recapitulation-summary-number {
  margin: auto 5px auto 0;
}
.hotel-recapitulation-summary-line-description {
  flex: 1 1;
  font-size: 14px !important;
  line-height: 1.33 !important;
}
.hotel-recapitulation-summary-line-price {
  width: 90px;
  text-align: right;
  font-size: 16px !important;
  line-height: 1.33 !important;
}
.hotel-result-wrapper {
  margin-top: 10px;
}
.result-confirmation-hotel {
  max-width: 630px;
  border: none !important;
  justify-content: center;
}
.result-confirmation-hotel .button-result-finish {
  margin-left: 0;
}
.result-h3 {
  margin-left: 10px;
  margin-top: 20px;
  display: inline-block;
  align-items: center;
  justify-content: space-between;
}
.result-h3-extra-wrapper {
  display: flex;
  align-items: center;
}
.result-h3-extra-link {
  color: #e85e21;
  font-size: 13px;
  margin-right: 25px;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}
.result-h3-extra-link:hover {
  text-decoration: none;
}
.result-h3-extra-button {
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
  background-color: #fffffc;
  color: #e85e22;
  border: 1px solid #e85e22;
  border-radius: 4px;
  min-width: 144px;
  cursor: pointer;
}
.result-h4 {
  display: inline-block;
  margin-bottom: 0;
}
.result-box,
.result-box-description {
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  padding: 15px 10px;
  background: #fffffc linear-gradient(230deg, transparent 20px, #fffffc 0);
}
.result-box-description {
  padding: 0 !important;
  margin: 0 0 15px !important;
  border-radius: 5px;
}
.result-box-padding-none {
  padding: 0;
}
.result-box-padding-sm {
  padding: 15px 10px;
}
.result-box-padding-md {
  padding: 20px 25px;
}
.result-box-padding-lg {
  padding: 35px 40px;
}
.result-box-comment {
  padding-right: 28px;
  display: flex;
}
.input-wrapper {
  margin-bottom: 15px;
}
@media (min-width: 1010px) {
  .input-wrapper {
    display: flex;
    margin-left: 0;
  }
  .input-wrapper .input-label {
    width: 28%;
    position: relative;
    top: 14px;
  }
}
.input-label {
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s ease-in-out;
  width: 100%;
  padding-right: 5px;
}
@media (min-width: 1010px) {
  .input-label {
    width: inherit;
  }
}
.input-wrapper-required .input-label {
  font-weight: 700;
}
.input-input {
  border: 1px solid #c0d9e9;
  border-radius: 3px;
  background-color: #fff !important;
  box-shadow: inset 2px 2px 7px 0 #eef3f6;
  height: 45px;
  width: 100%;
  font-size: 13px;
  padding-left: 12px;
  box-sizing: border-box;
  outline-width: 2px;
  display: flex;
}
@media (min-width: 1010px) {
  .input-input {
    width: inherit;
    flex-grow: 1;
    max-width: 400px;
  }
}
.form-textarea-field:not(:-moz-placeholder-shown):not(.error),
.input-input:not(:-moz-placeholder-shown):not(.error) {
  border-color: #939fbc;
}
.form-textarea-field:not(:-ms-input-placeholder):not(.error),
.input-input:not(:-ms-input-placeholder):not(.error) {
  border-color: #939fbc;
}
.form-textarea-field:not(:placeholder-shown):not(.error),
.input-input:not(:placeholder-shown):not(.error) {
  border-color: #939fbc;
}
.input-input::-moz-placeholder {
  color: #9ea0ac;
}
.input-input:-ms-input-placeholder {
  color: #9ea0ac;
}
.input-input::placeholder {
  color: #9ea0ac;
}
.input-wrapper-error .input-label {
  color: #ff0002;
  transition: all 0.3s ease-in-out;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1 1;
}
.items-center {
  align-items: center;
}
.content-center {
  justify-content: center;
}
.result {
  padding-top: 0 !important;
}
@media (min-width: 1010px) {
  .result {
    display: flex;
  }
}
.result-warning {
  margin-top: 36px;
  padding: 15px 20px 15px 15px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 5px;
  background-color: #fffffc;
}
@media (min-width: 1010px) {
  .result-information {
    flex-grow: 1;
    margin-right: 30px;
  }
}
.result-summary {
  display: none;
}
@media (min-width: 1010px) {
  .result-summary {
    display: block;
    position: sticky;
    top: 0;
    height: 600px;
    width: 350px;
  }
}
.result-summary-show {
  display: block;
}
.payment-modal-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.payment-modal-text-center {
  width: 100%;
  text-align: center;
  margin-left: 0 !important;
}
.payment-modal-summary-result-price {
  margin-left: 0;
}
.payment-modal-detail-inner {
  width: 300px;
}
@media (min-width: 1010px) {
  .payment-modal-detail-inner {
    width: 560px;
  }
}
.payment-modal-detail-button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.result-box-about {
  margin-bottom: 28px;
}
@media (min-width: 1010px) {
  .result-box-description-first {
    margin-top: 17px;
  }
}
.result-box-description,
.result-box-description-paymethod {
  flex-grow: 1;
  margin-left: 15px;
  margin-right: 15px;
}
.result-box-description-paymethod {
  position: relative;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.reservation-fail-payments-box {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .reservation-fail-payments-box {
    min-width: 60%;
    max-width: 570px;
  }
}
.result-confirmation {
  display: flex;
  flex-direction: column;
  border: 1px solid #e85e22;
  border-radius: 3px;
  background-color: #fffffc;
  margin-top: 5px;
}
@media (min-width: 1010px) {
  .result-confirmation {
    align-items: center;
    flex-direction: row;
  }
}
.result-confirmation-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 1010px) {
  .result-confirmation-wrapper {
    margin-right: 60px;
    width: 500px;
  }
}
.result-confirmation-checkbox-wrapper {
  background: #fffffd;
  width: 22px;
  height: 22px;
  border-radius: 4px;
}
.result-confirmation-checkbox {
  width: 22px;
  height: 22px;
}
.result-confirmation-text {
  margin: 3px 10px 0;
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 18px;
}
@media (min-width: 1010px) {
  .result-confirmation-text {
    margin-top: 2px;
    line-height: inherit;
    flex-grow: 1;
    margin-right: 30px;
    display: flex;
    align-items: center;
  }
}
.result-confirmation-text-red {
  color: #ff0002;
}
.button-result-finish {
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.84px;
  line-height: 20px;
  text-transform: uppercase;
  height: 70px;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1010px) {
  .button-result-finish {
    width: inherit;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
    max-width: 500px;
    overflow: hidden;
    margin-left: 50px;
  }
}
.result-insurance-description-circle {
  width: 55px;
  height: 55px;
}
.erv {
  margin: 10px;
  font-weight: 700;
}
.result-insurance-circle {
  height: 24px;
  width: 24px;
}
.result-box-insurance-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}
.result-box-insurance-one:not(:last-of-type) {
  border-bottom: 1px solid #c0d9e9;
}
@media (min-width: 1010px) {
  .result-box-insurance-one {
    cursor: pointer;
  }
}
.result-box-insurance-one-content {
  display: flex;
  align-items: center;
}
.result-box-insurance-one-content [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.result-box-insurance-one-content [type="radio"] + img {
  cursor: pointer;
}
.result-box-insurance-one-price {
  font-size: 12px;
  color: gray;
  height: 32px;
  line-height: 32px;
  text-align: right;
  white-space: nowrap;
}
.noborder {
  border: none;
}
.result-date-birth {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 400px;
}
.result-date-birth-date {
  display: flex;
  flex-grow: 1;
  margin-right: 10px;
}
.result-payment-card-line {
  display: flex;
  margin: 5px 5px 20px 0;
  justify-content: center;
  align-items: center;
}
.result-payment-card {
  margin-right: 15px;
}
.result-payment-card-description {
  flex-grow: 1;
  font-size: 13px;
  color: #131f6b;
}
.result-h4 {
  color: #131f6b;
  font-size: 12px;
  text-transform: uppercase;
}
.result-summary-prices {
  text-align: center;
}
.result-summary-prices-h {
  font-size: 15px;
}
.result-summary-prices-price {
  font-size: 22px;
  margin: 10px 0;
  display: inline-block;
}
.result-summary-prices-dph {
  margin-top: 16px;
  font-size: 13px;
  color: #9ea0ac;
}
.result-salutation {
  max-width: 130px;
}
@media (min-width: 1010px) {
  .result-salutation {
    max-width: inherit;
    width: 200px;
  }
}
.result-flight-info-details {
  margin: 10px 0;
}
.result-flight-info-details-links {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin: 20px 10px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.additional-detail-section-links-wrapper {
  padding: 5px 0;
}
.result-flight-info-details-technical-stops {
  margin: 10px 10px 20px;
  font-size: 13px;
  line-height: 1.5;
}
.result-flight-info-add-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.result-payments-wrapper {
  display: flex;
  flex-direction: column;
}
.result-payments-subwrapper {
  width: 100%;
}
.result-payments-list {
  display: flex;
  flex-direction: column;
}
.search-steps-link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px 0 !important;
}
@media (min-width: 1010px) {
  .search-steps-link-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1010px;
    padding: 10px 5px 0 !important;
  }
}
.steps-container-mobile {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-family: Arial, sans-serif;
}
@media (min-width: 1010px) {
  .steps-container-mobile {
    display: none;
  }
}
.check-stepper-mobile {
  width: 12px !important;
}
.step-circle-mobile,
.step-row-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-circle-mobile {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  font-size: 16px;
  color: #ccc;
  background-color: #fff;
}
.step-circle-active-mobile {
  border-color: #e85e21;
  color: #e85e21;
  font-weight: 700;
  padding-bottom: 2px;
}
.step-circle-finished-mobile {
  margin: 0 auto;
}
.step-circle-finished-mobile,
.step-circle-next-mobile {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-circle-next-mobile {
  color: #e85e21;
  font-size: 12px !important;
  color: #131f6c;
  margin: -2px auto 0;
}
.step-circle-number-active-mobile {
  font-size: 16px;
}
.step-label-mobile {
  color: #e85e21;
  font-weight: 700;
  padding-bottom: 2px;
}
@media screen and (max-width: 420px) {
  .step-label-mobile {
    font-size: 13px;
    width: 42px;
  }
}
.step-divider-mobile {
  margin: 0 10px;
  font-size: 18px;
  color: #131f6c;
  padding-bottom: 3px;
  font-weight: lighter !important;
}
@media screen and (max-width: 420px) {
  .step-divider-mobile.hotel-divider {
    margin: 0 5px;
  }
}
.search-steps-mobile-container-hotels {
  margin-bottom: 14px;
}
.Select-arrow {
  border-color: #e85e22 transparent transparent !important;
}
.result-box .Select-placeholder,
.result-box-description .Select-placeholder {
  font-size: 13px;
  color: #9ea0ac;
  margin-top: 1px;
}
.terms-and-conditions-container {
  min-height: 400px;
  min-width: 450px;
  padding: 25px;
  font-family: Times New Roman, Times, serif;
}
.loaylty-program-input {
  line-height: 30px;
}
@media (min-width: 1010px) {
  .loaylty-program-input {
    width: 400px;
  }
}
.result-summary-box {
  min-width: 350px;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  padding: 39px 30px;
  margin-bottom: 15px;
  background: #fffffc linear-gradient(135deg, transparent 20px, #fffffc 0);
}
.result-summary-box-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  line-height: 31px;
  letter-spacing: 0.09px;
}
.result-summary-box-labels {
  padding-top: 4.5px;
  overflow-wrap: break-word;
  padding-bottom: 4px;
  line-height: 20px !important;
}
.result-summary-box-divider {
  margin: 11px 0 8px;
  height: 1px;
  background-color: #c0d9e8;
}
.result-summary-box-price {
  white-space: nowrap;
  padding-left: 4px;
  float: right;
  font-size: 13px;
  line-height: 31px;
}
.custom-input-container {
  margin-left: none;
  flex-grow: 1;
  max-width: 97%;
  flex-wrap: wrap;
}
@media (min-width: 1010px) {
  .custom-input-container {
    max-width: 565px;
  }
}
.result-form-box {
  position: relative;
  border-radius: 5px;
  background-color: #fffffc;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1010px) {
  .result-form-box {
    padding: 15px 30px;
    width: 630px;
  }
}
.result-form-box-wrapper {
  background-color: #fffffc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.has-footer-section {
  margin-bottom: 3px !important;
}
.result-promocodes-form {
  display: flex;
}
.result-promocodes-form-code {
  flex: 1 1;
}
.result-promocodes-form-code-field {
  width: 100%;
}
.result-promocodes-form-button-button {
  height: 45px;
  margin-left: 5px;
  width: 100px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.result-promocodes-description {
  display: block;
  margin-bottom: 5px;
}
.result-promocodes-apply {
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
}
.result-promocodes-form-button-loader {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.field-disabled {
  background-color: #f5f5f5 !important;
}
.result-promocodes-apply-error {
  background: #fff2ec;
}
.result-promocodes-apply-success {
  background: #e4eee6;
}
.form-text-input-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100px;
}
@media (min-width: 1010px) {
  .form-text-input-container {
    height: 70px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.form-text-input-container-radio-list {
  display: flex;
  flex-direction: column;
}
.form-marketplace-radio-input-wrapper {
  padding-right: 15px;
}
.form-marketplace-radio-info-wrapper {
  flex: 2 1;
  padding: 3px 6px;
}
.form-marketplace-radio-info-wrapper .radio-label {
  font-size: 13px;
  font-weight: 700;
  color: #131f6b !important;
}
.form-marketplace-radio-info-wrapper .radio-description {
  margin-top: 5px;
  font-size: 13px;
}
.form-marketplace-radio-info-wrapper.favorite {
  border-radius: 10px;
  background-color: rgba(232, 94, 32, 0.1) !important;
  border: 0.5px solid #e85e20 !important;
}
.form-marketplace-radio-container {
  display: flex;
  padding-top: 15px;
  flex-direction: column;
}
@media (min-width: 1010px) {
  .form-marketplace-radio-container {
    padding-top: 35px;
  }
}
.form-marketplace-radio-container .radio-price {
  text-align: right;
  width: 90px;
  font-weight: 700;
}
.form-marketplace-row-wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 5px;
}
.form-marketplace-row-wrapper .favorite-badge {
  position: absolute;
  top: -7px;
  right: 110px;
  color: #fff;
  background: #ffb715;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  padding: 1px 4px 2px;
}
.form-section-loader {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  margin: auto;
}
.form-section-loader,
.form-section-loader-wrapper {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-section-loader-wrapper {
  margin-top: 5px;
  margin-right: 5px;
}
.flight-additional-info-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 0 5px 5px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-section-description {
  padding: 10px 0 25px;
  font-size: 13px;
}
@media (min-width: 1010px) {
  .form-section-description {
    padding: 10px 0 15px;
  }
}
.form-text-input-container-uneditable-name {
  margin-bottom: 20px;
  height: 70px;
  border-bottom: 1px solid #e9e9ea;
}
@media (min-width: 1010px) {
  .form-text-input-container-uneditable-name {
    height: 49px;
  }
}
.form-text-input-container-search-guest {
  margin-bottom: 10px;
  height: 70px;
  border: none;
}
@media (min-width: 1010px) {
  .form-text-input-container-search-guest {
    height: 49px;
  }
}
.padding-bottom-none {
  padding-bottom: 0;
}
.form-date-wrapper {
  width: 100%;
  display: flex;
}
@media (min-width: 1010px) {
  .form-date-wrapper {
    width: 403px;
  }
  .form-date-wrapper input {
    width: 133px;
    margin-right: 3px;
  }
}
.form-text-input-label {
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 18px;
  display: block;
  transition: color 0.3s ease-in-out;
  padding: 5px 5px 10px 0;
  width: 100%;
}
.form-text-input-label.error {
  color: red;
}
.form-text-input-label.required {
  font-weight: 700;
}
@media (min-width: 1010px) {
  .form-text-input-label {
    top: 0;
    min-width: 159px;
    width: 159px;
  }
}
.form-text-input-uneditable-name-label {
  margin-top: 10px;
}
@media (min-width: 1010px) {
  .form-text-input-uneditable-name-label {
    margin-top: 0;
  }
}
.form-text-input-search-guest-new-label {
  color: #e85e21;
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
}
.form-text-input-search-guest-new-label:hover {
  text-decoration: none;
}
.form-text-input-uneditable-name {
  font-weight: 700;
  margin-top: -10px;
}
@media (min-width: 1010px) {
  .form-text-input-uneditable-name {
    margin-top: 13px;
  }
}
.form-country-code-input,
.form-text-input-field {
  flex-grow: unset;
  border: 1px solid #c0d9e6;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 2px 2px 7px 0 #eef3f6, 0 0 3px #eef3f6;
  height: 45px;
  font-size: 13px;
  padding-left: 12px;
  box-sizing: border-box;
  display: flex;
  outline-width: 0;
}
.form-country-code-input:focus,
.form-text-input-field:focus {
  border-color: #131f6b;
}
.filled.form-country-code-input,
.form-text-input-field.filled {
  border: 1px solid #131f6b;
}
.form-country-code-input:not(:-moz-placeholder-shown),
.form-text-input-field:not(:-moz-placeholder-shown) {
  border-color: #939fbc;
}
.form-country-code-input:not(:-ms-input-placeholder),
.form-text-input-field:not(:-ms-input-placeholder) {
  border-color: #939fbc;
}
.form-country-code-input:not(:placeholder-shown),
.form-text-input-field:not(:placeholder-shown) {
  border-color: #939fbc;
}
.error.form-country-code-input,
.form-text-input-field.error {
  border-color: red;
  outline-color: red;
}
@media (min-width: 1010px) {
  .form-country-code-input,
  .form-text-input-field {
    flex-grow: 1;
  }
}
.booking-form-element-error .form-text-input-label {
  color: red;
}
.booking-form-element-error .form-country-code-input,
.booking-form-element-error .form-text-input-field {
  border-color: red;
  outline-color: red;
}
.booking-form-element-error .custom-select-control {
  border-color: red !important;
  outline-color: red !important;
}
.booking-form-element-error .react-tel-input {
  border-color: red !important;
}
.form-text-input-error,
.form-text-input-error-radio {
  width: 100%;
  color: red;
  font-size: 9pt;
  transition: all 1s ease-in-out;
}
@media (min-width: 1010px) {
  .form-text-input-error,
  .form-text-input-error-radio {
    margin-left: 29%;
  }
  .form-text-input-error-radio {
    margin-left: 0;
  }
}
.form-textarea-container {
  display: flex;
}
.form-textarea-field {
  height: 155px;
  width: -webkit-fill-available;
  padding: 10px 15px;
  font-size: 10pt;
  border: 1px solid #c0d9e8;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 2px 2px 7px 0 #eef3f6;
  flex-grow: 1;
}
.form-radio-container {
  display: flex;
  flex-wrap: wrap;
  height: 75px;
}
@media (min-width: 1010px) {
  .form-radio-container {
    height: 70px;
  }
}
.form-radio-buttons-container {
  display: flex;
  flex-grow: 1;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  justify-content: space-around;
  align-items: center;
  padding: 0 40px;
}
.form-radio-button {
  display: flex;
}
.form-composite-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100px;
}
@media (min-width: 1010px) {
  .form-composite-wrapper {
    height: 70px;
  }
}
.form-country-code-input {
  width: 20%;
  margin-right: 10px;
  flex-grow: 0;
}
.form-date-containner {
  display: flex;
  flex-wrap: wrap;
  height: 100px;
}
@media (min-width: 1010px) {
  .form-date-containner {
    height: 70px;
  }
}
.bookingPriceConfirmation {
  padding: 30px 24px;
  color: #131f6b;
  max-width: 790px;
  height: -moz-fit-content;
  height: fit-content;
}
.bookingPriceConfirmation .heading {
  font-size: 24px;
  margin: 0 0 24px;
}
.bookingPriceConfirmation .prices-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f9fa;
  padding: 24px 16px;
  margin-top: 24px;
}
@media (max-width: 1010px) {
  .bookingPriceConfirmation .prices-actions {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .bookingPriceConfirmation .prices-actions > * {
    margin: 0 0 10px !important;
  }
}
.bookingPriceConfirmation .price-group {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}
.bookingPriceConfirmation .price {
  font-size: 22px;
  font-weight: 700;
  padding: 4px;
}
.bookingPriceConfirmation .price-label {
  text-align: center;
  margin-top: -4px;
  font-size: 12px;
}
.bookingPriceConfirmation .btn,
.bookingPriceConfirmation .confirm-btn,
.bookingPriceConfirmation .search-btn {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 24px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  height: 38px;
  outline: none;
}
.bookingPriceConfirmation .search-btn {
  border: none;
  color: #e85e21;
  background-color: transparent;
  margin-right: 16px;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  transform: rotate(-12deg);
}
.passenger-notification-row {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}
.passenger-notification-row__passengers-wrapper {
  display: flex;
  font-weight: 800;
  margin-bottom: 4px;
}
.passenger-notification-row__passengers-title {
  margin-right: 4px;
}
.passenger-notification-row__message {
  margin-left: 16px;
}
.views-modal-warning,
.views-modal-warning-background {
  font-size: 15px;
  margin: 10px;
}
.views-modal-warning-background {
  background-color: #fffffc;
  margin: 10px 0;
  padding: 8px;
  border-radius: 5px;
}
.views-modal-description {
  font-size: 15px;
}
.view-modal {
  max-width: 650px;
}
.views-modal-link,
.views-section {
  padding: 8px 0;
}
.views-modal-section-content {
  font-size: 13px;
  padding: 7px;
}
.view-modal-links-container {
  margin-top: 10px;
}
.result-action-btn {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 5px;
  background-color: #fffffc;
  color: #e85e22;
  border: 1px solid #e85e22;
  border-radius: 4px;
  min-width: 144px;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 22px;
  cursor: pointer;
}
.passenger_modal .modal-inner {
  width: 790px;
}
@media (max-width: 1010px) {
  .passenger_modal .modal-inner {
    width: 82%;
  }
}
.passenger_modal .main__body {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  color: #131f6b;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1010px) {
  .passenger_modal .main__body {
    padding: 0;
  }
}
.passenger_modal .main__body .main__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  margin-bottom: 13px;
  font-weight: 700;
  padding: 0 10px;
}
.passenger_modal .main__body .add-traveler {
  padding-top: 15px;
}
.mobile-width {
  width: 320px !important;
}
@media (min-width: 1010px) {
  .mobile-width {
    width: 420px !important;
  }
}
.booking-form-section-info-modal {
  width: 80%;
  z-index: 30;
  min-height: 100px;
}
@media (min-width: 1010px) {
  .booking-form-section-info-modal {
    width: 50%;
  }
}
.booking-form-section-info-modal .modal-section-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 22px;
}
@media (min-width: 1010px) {
  .booking-form-section-info-modal .modal-section-wrapper {
    padding-top: 0;
  }
}
.booking-form-section-info-modal .modal-section-wrapper__error {
  text-align: center;
  margin-top: 40px;
}
.booking-form-section-info-modal .modal-section-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.booking-form-section-info-modal .modal-section-form {
  padding: 35px 0 0;
}
.booking-form-section-info-modal .modal-section-error {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.booking-form-section-info-modal .modal-section-loader:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top-color: #e85e20;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
  0% {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.booked {
  text-align: center;
  padding-top: 70px;
}
.booked-h {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
.booked-description {
  font-size: 13px;
  margin-top: 30px;
  display: block;
}
@media (min-width: 1010px) {
  .booked-description {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.booked-back {
  cursor: pointer;
  color: #e85e21;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #e85e22;
  padding: 17px 48px;
  background: transparent;
  margin-top: 40px;
}
.counter-sign {
  padding: 0 10px;
  cursor: pointer;
}
.counter-sign-disabled {
  cursor: not-allowed;
}
.booked-search-steps {
  padding-bottom: 20px;
}
.counter-container {
  height: 40px;
}
.counter-container,
.search-steps-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.search-steps-container {
  padding-top: 20px;
}
@media (max-width: 1010px) {
  .search-steps-container-mobile {
    margin-top: 20px;
    justify-content: start;
  }
}
.search-steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-content {
  text-align: center;
}
.special-offers-headline {
  margin: 30px 0;
  text-align: center;
}
.best-offer-passengers-properties {
  z-index: 3;
}
.best-offer-options {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 700px) {
  .best-offer-options {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 40px;
  }
}
.best-offer-itinerary {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 20px 0;
  width: 50%;
}
@media (min-width: 700px) {
  .best-offer-itinerary {
    padding-top: 20px;
  }
}
.best-offer-itinerary__destination,
.best-offer-itinerary__origin {
  font-weight: 700;
}
.best-offer-itinerary__type {
  margin: 0 20px;
}
.best-offer-title-container {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 38px;
  margin-top: 38px;
}
.best-offer-title-text {
  margin: auto;
}
.best-offer-title-line {
  border-bottom: 1px solid #c0d9e9;
  width: 40%;
}
.best-offer-instruction-text {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
}
.best-offer-flight-box {
  border: 2px solid transparent;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 18px;
  border-radius: 5px;
  background-color: #fffffc;
  cursor: pointer;
}
.best-offer-flight-box.selected,
.best-offer-flight-box:hover {
  border: 2px solid #e85e22;
}
.best-offer-flight-box.unselected {
  opacity: 0.5;
}
@media (min-width: 1010px) {
  .best-offer-flight-box {
    padding: 32px;
  }
}
.best-offer-title {
  height: 35px;
  border: 1px solid #e3edf4;
  border-radius: 17.5px;
  background-color: #eef3f6;
  line-height: 35px;
  box-sizing: border-box;
}
.best-offer-title-layover {
  height: 15px;
  width: 99px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  float: right;
}
.best-offer-information-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1010px) {
  .best-offer-information-row {
    flex-wrap: none;
  }
}
.best-offer-date-time-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1010px) {
  .best-offer-date-time-container {
    margin-left: 15px;
    width: 25%;
    flex-direction: column;
  }
}
.best-offer-date-time {
  height: 28px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 20px;
}
.best-offer-date-time-date {
  font-size: 20px;
  font-weight: 700;
}
.best-offer-date-time-different-date {
  color: #ff0002;
  margin-right: 10px;
  font-size: 11px;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 1010px) {
  .best-offer-date-time-different-date {
    margin-left: 5px;
    flex-grow: 0;
  }
}
.best-offer-date-time-times-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1010px) {
  .best-offer-date-time-times-container {
    margin-top: auto;
    margin-left: 5px;
    flex-grow: 0;
  }
}
.best-offer-date-time-time {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.best-offer-divider-line {
  height: 1px;
  width: 30px;
  background-color: #9ea0ab;
  margin: 0 5px;
}
.best-offer-logo-duration-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1010px) {
  .best-offer-logo-duration-container {
    flex-direction: column;
    width: 25%;
  }
}
.best-offer-descriprtion {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 15px auto 20px;
}
@media (min-width: 1010px) {
  .best-offer-descriprtion {
    width: 25%;
  }
}
.best-offer-baggage-row {
  display: flex;
}
.best-offer-link {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}
@media (min-width: 1010px) {
  .best-offer-link {
    width: auto;
    align-items: center;
  }
}
.best-offer-detail {
  width: 100%;
}
.best-offer-detail.with-margin {
  margin-top: 50px;
}
.best-offer-flight-duration {
  font-size: 13px;
  font-weight: 400;
}
.best-offer-flight-duration-text {
  font-weight: 700;
}
.best-offer-flight-detail-logo-container {
  width: 100px;
}
.best-offer-flight-detail-logo-image {
  margin-left: 16px;
  max-height: 16px;
  max-width: 85px;
}
.best-offer-calendar {
  clear: both;
}
@media (min-width: 1010px) {
  .best-offer-calendar {
    display: block;
    min-height: 310px;
  }
  .best-offer-passengers-selection {
    width: 36%;
  }
}
.register-select-wrapper {
  width: 100%;
}
@media (min-width: 1010px) {
  .register-select-wrapper {
    display: inline-block;
    width: 400px;
  }
}
.register-error-message {
  display: block;
  color: #ff0002;
}
.create-new-password-error-message {
  display: block;
  color: #ff0002;
  margin-top: 15px;
}
.register-telephone-wrapper .custom-input-wrapper-error {
  margin-top: 28px;
}
@media (min-width: 1010px) {
  .register-telephone-wrapper .custom-input-wrapper-error {
    margin-top: inherit;
  }
}
.login-form {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 670px;
  margin-bottom: 40px;
}
.login-form .header-search-form-tabs {
  display: flex;
  align-items: center;
}
@media (min-width: 670px) {
  .login-form .header-search-form-tabs {
    display: block;
  }
}
.login-form .header-search-form-tab {
  width: inherit;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
@media (min-width: 670px) {
  .login-form .header-search-form-tab {
    display: inline-block;
    padding: 17px 15px 0;
  }
}
.login-form .header-search-form-tab-text {
  margin: 0;
}
.login-form .input-input {
  max-width: 320px;
}
@media (min-width: 670px) {
  .login-form {
    margin: 0 auto 40px;
  }
}
.login-form .input-wrapper {
  margin-bottom: 15px;
}
@media (min-width: 670px) {
  .login-form .input-wrapper {
    display: flex;
    margin-left: 0;
  }
  .login-form .input-wrapper .input-label {
    width: 28%;
    position: relative;
    top: 14px;
  }
}
.login-register-link {
  text-decoration: none;
}
.login-form-inner {
  background: #fffffc;
  border-radius: 0 5px 0 0;
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 670px) {
  .login-form-inner {
    padding: 50px;
  }
}
.login-submit-row {
  margin-top: 5px;
}
.login-submit-button {
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}
.login-link-forgotten-password {
  margin-left: 20px;
  font-size: 13px;
  font-weight: 700;
}
.login-partners {
  margin-top: 43px;
  padding-top: 27px;
  border-top: 1px solid #e9e9ea;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.login-partners img {
  flex-shrink: 1;
  max-height: 55px;
  margin: 0 20px;
  width: 70px;
}
@media (min-width: 670px) {
  .login-partners img {
    width: inherit;
  }
}
.login-error-warning {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 670px) {
  .login-error-warning {
    min-width: 320px;
  }
}
.login-title {
  margin: 0;
}
.login-description {
  margin: 10px 0 34px;
}
.profile-title-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.profile-reservation-button {
  margin-left: 20px;
}
.profile-modal {
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 95%;
  width: 550px !important;
  padding: 32px !important;
}
@media (max-width: 1010px) {
  .profile-modal {
    padding: 16px;
    max-height: 98%;
    width: 95% !important;
  }
}
.change-password-modal {
  height: 370px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1010px) {
  .change-password-modal {
    height: 420px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.input-wrapper-error {
  margin-top: 10px;
  color: #ff0002;
  transition: all 0.3s ease-in-out;
}
.my-account-modal,
.passenger-modal {
  height: 560px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1010px) {
  .my-account-modal,
  .passenger-modal {
    height: 680px;
    height: -moz-fit-content;
    height: fit-content;
    overflow: auto;
  }
}
.identity-document-modal {
  height: 430px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1010px) {
  .identity-document-modal {
    height: 520px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.loyalty-card-modal {
  height: 300px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1010px) {
  .loyalty-card-modal {
    height: 350px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.profile-modal__container {
  width: 80vw;
  padding: 12px;
}
@media (min-width: 1010px) {
  .profile-modal__container {
    width: 650px;
  }
}
.profile-modal__collapsible {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #c5dbe9;
}
.profile-modal__chevron {
  width: 20px;
  height: 20px;
  font-weight: 700;
  margin-left: -5px;
  cursor: pointer;
}
.profile-modal__chevron.chevron--right {
  transform: rotate(90deg);
}
.profile-modal__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-modal__collapsible-title {
  font-size: 20px;
  margin-top: 0;
  margin-left: 5px;
  font-weight: 700;
}
.profile-modal__title {
  font-size: 28px;
  margin-top: 0;
}
.profile-modal__save-btn {
  margin-top: 4px;
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 1010px) {
  .profile-modal__save-btn {
    margin-left: 0;
  }
}
.profile-modal__button-section {
  padding-bottom: 15px;
  padding-top: 15px;
}
.requiredInfo-namePrefix-input {
  flex-grow: 1;
  border-radius: 3px;
}
.requiredInfo-namePrefix,
.simple-input__radio-label {
  display: flex;
  align-items: center;
}
.simple-input__radio-label {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 16px;
}
.profile-container {
  margin-top: 32px;
}
@media (min-width: 1010px) {
  .profile-container {
    display: flex;
    justify-content: space-between;
  }
}
.profile-select-input {
  flex-grow: 1;
}
.passportInfo-erase-button {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  border: 1px solid #e3edf4;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  height: 7%;
  width: 80%;
  line-height: 20px;
  padding: 7px;
  cursor: pointer;
}
@media (min-width: 1010px) {
  .passportInfo-erase-button {
    width: 30%;
    margin-bottom: 0;
  }
}
.passportInfo-erase-button:hover {
  background-color: #e3edf3;
}
.profile-block-container {
  margin-top: 60px;
}
@media (min-width: 1010px) {
  .profile-block-container {
    width: 47%;
    margin-right: 45%;
  }
}
.profile-submit-container {
  width: 100%;
  margin-bottom: 25px;
}
.profile-container .react-tel-input {
  width: inherit;
  height: 47px;
}
.profile-input-date-container {
  display: flex;
  width: 100%;
}
.profile-side-bar {
  flex: 1 1;
  position: relative;
  box-sizing: border-box;
  background-color: #e3edf3;
  padding: 20px 10px;
  width: 256px;
  min-width: 256px;
  max-width: 256px;
  border-radius: 4px;
  margin-right: 18px;
}
.profile-side-bar .profile-side-bar__items {
  padding: 0;
  font-size: 13px;
}
.profile-side-bar .profile-side-bar__items .profile-side-bar__item {
  cursor: pointer;
  border-radius: 4px;
  padding: 9px;
}
.profile-side-bar .profile-side-bar__items .profile-side-bar__item.active,
.profile-side-bar .profile-side-bar__items .profile-side-bar__item:hover {
  background-color: #eef3f6;
}
.profile-side-bar .sticky {
  position: sticky;
  top: 20px;
}
@media (max-width: 1010px) {
  .profile-side-bar {
    display: none;
  }
}
.profile-side-bar__title {
  padding: 0 10px;
  font-size: 18px;
  margin-bottom: 12px;
}
.profile-main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  background-color: #eef3f6;
}
.profile-main__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 13px;
  font-weight: 700;
  padding: 0 20px;
}
.profile-main__title-add-new {
  font-size: 13px;
  font-weight: 400;
}
.profile-main__card {
  background-color: #fffffc;
  padding: 25px 30px;
  border-radius: 4px;
  margin-bottom: 25px;
  box-shadow: 0 3px 7px #ecf1f4;
}
@media (max-width: 1010px) {
  .profile-main__card {
    padding: 15px;
  }
}
.profile-main__card--empty {
  margin: 30px 0;
  text-align: center;
}
.profile-main__card-tabs {
  display: flex;
  border-bottom: 1px solid #e3edf3;
}
.profile-main__card-tab {
  cursor: pointer;
  padding: 14px 32px;
  font-size: 13px;
}
.profile-main__card-tab.active {
  border-bottom: 2px solid #e85e22;
}
.profile-main__card-desc {
  margin-top: 15px;
  margin-bottom: 5px;
}
.profile-main__card-row {
  font-size: 13px;
  padding: 7px 0;
  display: flex;
}
.profile-main__card-row-label {
  min-width: 132px;
}
.profile-main__card-row-value {
  font-weight: 600;
  word-break: break-word;
}
.fake-link,
.profile-main__title-add-new {
  cursor: pointer;
  color: #e85e21;
  text-decoration: underline;
}
.profile-main__card-divider {
  width: 75%;
  height: 1px;
  background-color: #e3edf3;
  margin: 12px 0;
}
.profile-main__card-action-btn {
  font-size: 13px;
  font-weight: 700;
  padding: 14px;
  background-color: #fffffc;
  color: #e85e22;
  border: 1px solid #e85e22;
  border-radius: 4px;
  min-width: 144px;
  margin-top: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}
.profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.profile-table * {
  box-sizing: border-box;
}
.profile-table .profile-table__cell {
  padding: 16px 10px;
  text-align: left;
}
.profile-table.profile-table-2-cols .profile-table__cell {
  width: 45%;
}
@media (max-width: 1010px) {
  .profile-table .profile-table__more {
    display: none;
  }
  .profile-table .profile-table__cell {
    padding: 16px 10px;
    max-width: 0;
    word-wrap: break-word;
  }
}
.profile-table tr {
  border-bottom: 1px solid #e3edf3;
}
.profile-table tr:last-child {
  border: none;
}
.profile-table tr:not(.no-hover):hover {
  background-color: #e3edf4;
}
.profile-table tr.no-hover:hover {
  background-color: transparent;
}
.profile-table__num-col {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  padding-left: 10px;
}
.profile-table__menu-cell {
  width: 38px;
  min-width: 38px;
  max-width: 38px;
  position: relative;
}
.profile-table__menu-btn {
  cursor: pointer;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  height: 20px;
  margin-right: 0;
  margin-left: auto;
  padding: 0 10px;
}
.profile-table__menu {
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #fffffc;
  box-shadow: 0 3px 6px #0000030d;
  border-radius: 4px;
  width: 150px;
}
.profile-table__menu-item {
  cursor: pointer;
  padding: 12px;
}
.profile-table__menu-item:hover {
  background-color: #e3edf4;
}
.simple-input__wrapper {
  margin-bottom: 20px;
}
.simple-input__wrapper.simple-input__wrapper--error {
  margin-bottom: 5px;
}
.simple-input__wrapper.simple-input__wrapper--error .simple-input__label {
  color: #ff0002;
}
.simple-input__wrapper.simple-input__wrapper--error .simple-input__input {
  border-color: #ff0001;
}
@media (min-width: 1010px) {
  .simple-input__wrapper {
    margin-left: 0;
  }
}
.simple-input__wrapper .simple-input__input-wrapper {
  width: 100%;
}
.simple-input__wrapper .simple-input__inner {
  width: 100%;
  display: flex;
}
@media (max-width: 1010px) {
  .simple-input__wrapper .simple-input__inner {
    display: block;
  }
}
.simple-input__wrapper .simple-input__label {
  display: flex;
  align-items: center;
  font-size: 13px;
  min-width: 132px;
}
@media (max-width: 1010px) {
  .simple-input__wrapper .simple-input__label {
    margin-bottom: 6px;
  }
}
.simple-input__wrapper .simple-input__label--required {
  color: #e85e21;
}
.simple-input__wrapper .simple-input__input {
  border: 1px solid #c0d9e9;
  border-radius: 3px;
  background-color: #fffffc;
  box-shadow: inset 2px 2px 7px 0 #eef3f6;
  height: 45px;
  width: 100%;
  font-size: 13px;
  padding-left: 8px;
  box-sizing: border-box;
  outline-width: 2px;
  display: flex;
}
@media (min-width: 1010px) {
  .simple-input__wrapper .simple-input__input {
    flex-grow: 1;
  }
}
.simple-input__wrapper .simple-input__input::-moz-placeholder {
  color: #9ea0ac;
}
.simple-input__wrapper .simple-input__input:-ms-input-placeholder {
  color: #9ea0ac;
}
.simple-input__wrapper .simple-input__input::placeholder {
  color: #9ea0ac;
}
.simple-input__wrapper .simple-input__input--filled {
  border: 1px solid #939fbc;
}
.simple-input__wrapper .simple-input__error {
  display: flex;
  color: #ff0002;
  padding-bottom: 3px;
  font-size: 12px;
  transition: all 1s ease-in-out;
  margin-left: 132px;
}
@media (max-width: 1010px) {
  .simple-input__wrapper .simple-input__error {
    margin-left: 0;
  }
}
.simple-input__wrapper .DayPickerInput {
  width: 100%;
}
.deletion-confirmation {
  padding: 32px 30px !important;
  height: -moz-fit-content;
  height: fit-content;
}
.deletion-confirmation .deletion-confirmation__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
}
.deletion-confirmation .deletion-confirmation__text {
  margin-bottom: 20px;
}
.deletion-confirmation .deletion-confirmation__delete-btn {
  cursor: pointer;
  color: #fffffe;
  font-weight: 700;
  font-size: 13px;
  margin-right: 8px;
  border: none;
  background-color: #fd4830;
  border-radius: 4px;
  padding: 14px 42px;
}
.deletion-confirmation .deletion-confirmation__cancel-btn {
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  margin-right: 8px;
  border: none;
  background-color: #fffffc;
  border-radius: 4px;
  padding: 14px 42px;
}
.profile-modal__open-remove-btn {
  background-color: #fffffc;
  border: none;
  padding: 14px;
}
.profile-modal__open-remove-btn,
.profile-modal__save {
  color: #fd4831;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  margin-right: 8px;
}
.profile-modal__save {
  background-color: #fff;
  padding: 14px 34px;
  margin-top: 25px;
  margin-bottom: 10px;
  border: 1px solid #fd4831;
  border-radius: 4px;
}
.dateInput {
  position: relative;
  display: flex;
  align-items: center;
}
.dateInput .dateInput__calendar-icon {
  position: absolute;
  right: 10px;
  max-height: 35px;
}
.alert {
  border-radius: 2px;
  padding: 12px;
  font-size: 13px;
}
.alert-success {
  color: #78b946;
  background-color: #e4eee6;
}
.alert-warning {
  color: #ff0002;
  background-color: #fff2ec;
}
.alert-warningWithBlackText {
  color: #000001;
  background-color: #fff2ec;
}
.alert-info {
  background-color: #eef3f6;
}
.simple-radio-input {
  font-size: 13px;
  display: flex;
}
.simple-radio-input input[type="radio"] {
  display: none;
}
.simple-radio-input .simple-radio-input__styled {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-color: #fffffc;
  border-radius: 50%;
  border: 1px solid #c0d9e9;
  margin-right: 10px;
}
.simple-radio-input .simple-radio-input__styled-inner {
  background-color: #e85e18;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.modal-alert-label {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 32px 32px 0;
}
.modal-alert-content {
  margin: 8px 32px 24px;
}
.modal-alert-buttons {
  display: flex;
  padding-top: 5px;
  border-top: 1px solid #e3edf4;
}
@media (max-width: 1010px) {
  .modal-alert-buttons {
    display: flex;
    flex-direction: column;
  }
}
.modal-alert-buttons .higlighted {
  background: linear-gradient(143.27deg, #ff8531, #db4a17);
  color: #fffffe;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}
.code-confirmation-buttons {
  width: 250px !important;
}
.email-confirmation-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal-alert-buttons-wrapper {
  padding-top: 20px;
}
.modal-alert-button {
  flex: 1 1;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: default;
}
@media (min-width: 1010px) {
  .modal-alert-button:not(:first-child) {
    border-left: 1px solid #e3edf4;
  }
  .modal-alert-button {
    cursor: pointer;
  }
}
.switch {
  position: relative;
  display: flex;
  height: 36px;
  border-radius: 8px;
  background: #eae9e9;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.switch-item {
  padding: 8px 16px;
  font-size: 0.8rem;
  display: grid;
  place-content: center;
  z-index: 99;
  transition: color 0.3s;
  cursor: default;
}
@media (min-width: 1010px) {
  .switch-item {
    cursor: pointer;
  }
}
.switch-incidator {
  position: absolute;
  background: #ff8531;
  border-radius: 16px;
  height: 100%;
  width: 100px;
  transition: transform 0.3s, width 0.3s;
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.019), 0 0 1.1px rgba(0, 0, 0, 0.028),
    0 0 2px rgba(0, 0, 0, 0.034), 0 0 3.1px rgba(0, 0, 0, 0.04),
    0 0 4.8px rgba(0, 0, 0, 0.046), 0 0 7.5px rgba(0, 0, 0, 0.052),
    0 0 12.5px rgba(0, 0, 0, 0.061), 0 0 25px rgba(0, 0, 0, 0.08);
}
.share-modal {
  padding: 16px 24px 32px;
}
@media (min-width: 1010px) {
  .share-modal {
    min-width: 480px;
  }
}
.share-icon-mobile {
  border-radius: 25%;
  height: 25px;
  background: #e3edf3;
  padding: 10px;
  width: 20px;
}
@media (min-width: 1010px) {
  .share-icon-mobile {
    display: none;
  }
}
.back-button {
  border-radius: 25%;
  height: 25px;
  background: #e3edf3;
  padding: 10px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1010px) {
  .back-button {
    display: none;
  }
}
.share-icon {
  height: 12px;
  padding-right: 5px;
}
.share-modal-toggle {
  cursor: pointer;
  font-size: 0.9rem;
  color: #131f6b;
}
.share-modal-title {
  margin-bottom: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #131f6b;
}
.share-modal-socials {
  margin-bottom: 24px;
}
.react-share__ShareButton {
  margin-right: 16px;
}
.share-modal-social-description-label {
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #131f6b;
}
.share-modal-clipboard {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-bottom: 24px;
}
.share-modal-clipboard-input {
  flex: 1 1;
  padding: 12px 0 12px 16px;
  outline: none;
  border: none;
  background: transparent;
  font-size: 0.8rem;
  color: #000001;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  color: #131f6b;
}
.share-modal-clipboard-button {
  font-size: 0.8rem;
  padding: 12px 16px;
  text-transform: uppercase;
  color: #e85e21;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.share-modal-aditionalinfo-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.modal-action-cell {
  display: table-cell;
  vertical-align: middle;
  width: 35px;
}
.modal-action-btn {
  display: inline-block;
  text-align: center;
  color: #e85e18;
  padding-top: 3px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.reservation-overview-information {
  display: inline-block;
  margin-right: 29px;
  margin-top: 20px;
  font-size: 13px;
}
.trip-info-line {
  display: flex;
  font-size: 13px;
  margin-bottom: 15px;
}
.trip-info-line:last-child {
  margin-bottom: 0;
}
.trip-info-label {
  width: 150px;
  margin-right: 20px;
}
.trip-info-value {
  flex: 1 1;
  font-weight: 700;
}
.passengers {
  margin: -10px 0;
}
.passenger-line {
  display: flex;
  border-bottom: 1px solid #e9e9ea;
  height: 42px;
  align-items: center;
}
.passenger-line:last-child {
  border-bottom: none;
}
.passenger-index {
  width: 22px;
  font-size: 13px;
}
.passenger-name {
  font-size: 13px;
  font-weight: 700;
  width: auto;
}
.passenger-additional {
  font-size: 13px;
  color: #4e505f;
  flex: 1 1;
}
.payment-method-line {
  margin-top: 20px;
}
.reservation-status-miniloader {
  position: absolute !important;
  top: 15px !important;
}
.reservation-detail-back-button-wrapper {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 700px) {
  .reservation-detail-back-button-wrapper {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
}
.reservation-detail-hotel-info {
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
}
.reservation-detail-hotel-title {
  font-size: 13px;
  font-weight: 700;
  background: #eef3f6;
  padding: 8px 16px;
  border-radius: 8px;
}
.reservation-detail-hotel-title .reservation-detail-hotel-title__icon {
  margin-right: 8px;
  height: 11px;
}
.reservation-detail-hotel-info-content {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media (min-width: 700px) {
  .reservation-detail-hotel-info-content {
    flex-direction: row;
  }
}
.reservation-detail-hotel-info-content-data {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}
@media (min-width: 700px) {
  .reservation-detail-hotel-info-content-data {
    margin: 0 0 8px 16px;
  }
}
.reservation-detail-hotel-info-content-dataitem {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.reservation-detail-hotel-info-content-dataitem:not(:last-child) {
  margin-bottom: 8px;
}
.reservation-detail-hotel-info-content-dataitem_label {
  margin-right: 8px;
  opacity: 0.7;
}
.reservation-detail-hotel-info-content-dataitem_label:after {
  content: ":";
}
.reservation-detail-hotel-info-content-dataitem_value {
  font-weight: 700;
  font-size: 13px;
}
.reservation-detail-hote-info-map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  position: relative;
  margin-bottom: 10px;
}
.reservations-container {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.102);
  overflow: auto;
}
.reservations-table-container {
  min-height: 540px;
}
.reservations-no-reservation-container {
  min-height: 540px;
  text-align: center;
}
.reservations-no-reservation-message {
  top: 40%;
  position: relative;
}
.reservations-image-empty-table {
  margin-bottom: 25px;
}
.reservations-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1010px) {
  .reservations-title-box {
    margin: -24px 0 8px;
  }
}
.reservations-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
.reservations-table-header {
  display: flex;
  align-items: center;
  background: #e3edf3;
}
@media (max-width: 1009px) {
  .reservations-table-header {
    display: none;
  }
}
.reservations-table-header-column {
  font-size: 0.75rem;
  color: #4e505f;
  text-transform: uppercase;
  padding: 8px 0 8px 16px;
  font-weight: 700;
}
.reservations-table-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c0d9e8;
  padding: 16px 0;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1010px) {
  .reservations-table-row {
    flex-direction: row;
    align-items: center;
  }
  .reservations-table-row:hover {
    background: #eef3f6;
  }
}
.reservations-table-row:hover {
  cursor: pointer;
}
.reservations-table-row:hover .fas {
  transform: translateX(-20px);
}
.reservations-table-flight-segments-list .reservations-table-row-cell {
  padding: 8px 0 8px 16px;
}
.reservations-table-flight-segments-list
  .reservations-table-row-cell:first-child {
  padding-top: 0;
}
.reservations-table-flight-segments-list
  .reservations-table-row-cell:last-child {
  padding-bottom: 0;
}
.reservations-table-flight-segments-list
  .reservations-table-row-cell:not(:last-child) {
  border-bottom: 1px solid #e3edf3;
}
.reservations-table-row-cell {
  padding-left: 16px;
}
@media (max-width: 1009px) {
  .reservations-table-row-cell {
    min-width: auto !important;
    width: auto !important;
    padding: 0 16px;
  }
  .reservations-table-row-cell:not(.reservations-table-row__title):not(
      .reservations-table-row__destination
    ) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    font-size: 0.9rem;
  }
  .reservations-table-row-cell:not(.reservations-table-row__title):not(
      .reservations-table-row__destination
    ):nth-child(odd) {
    background: #f5f5f5;
  }
}
.reservations-table-row-cell-tworow-wrapper {
  display: flex;
  flex-direction: column;
}
.reservations-table-row-cell__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}
@media (max-width: 1009px) {
  .reservations-table-row-cell__text {
    width: auto !important;
  }
}
.reservations-table-row-cell__mobile-label {
  margin-right: 8px;
  opacity: 0.65;
}
@media (min-width: 1010px) {
  .reservations-table-row-cell__mobile-label {
    display: none;
  }
}
@media (max-width: 1009px) {
  .reservation-table-row-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
  }
}
.reservation-table-row-header .fas {
  font-size: 1.5rem;
  transform: translateX(-25px);
  transition: transform 0.3s;
}
@media (min-width: 1010px) {
  .reservation-table-row-header .fas {
    display: none;
  }
}
.reservation-table-row-header__text,
.reservations-table-row-header-list {
  display: flex;
  flex-direction: column;
}
.reservation-table-row-header__text:not(:last-child) {
  margin-bottom: 16px;
}
.reservations-table-row__title {
  text-transform: capitalize;
  color: #131f6b;
}
@media (max-width: 1009px) {
  .reservations-table-row__title {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
.reservations-table-row__destination {
  font-size: 1rem;
  color: #131f6b;
}
.reservations-table-row-departure-icon-wrapper {
  margin-right: 8px;
  width: 12px;
  display: inline-block;
}
.reservations-table-row-departure-icon-wrapper
  .reservations-table-row-arrival-icon {
  width: 12px;
}
.reservations-table-row-cell__status {
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.reservations-table-row-cell__status--active,
.reservations-table-row-cell__status--active-paid,
.reservations-table-row-cell__status--active-unaproved,
.reservations-table-row-cell__status--active-unpaid,
.reservations-table-row-cell__status--paid {
  color: #78b947;
  background: #e4eee6;
}
.reservations-table-row-cell__status--need-confirmation,
.reservations-table-row-cell__status--need-payment,
.reservations-table-row-cell__status--processing,
.reservations-table-row-cell__status--processing-long {
  color: #da7909;
  background: #fdf3c7;
}
.reservations-table-row-cell__status--canceled,
.reservations-table-row-cell__status--issued,
.reservations-table-row-cell__status--to-refund {
  color: #717171;
  background: #e2e2e2;
}
.reservations-table-row-cell__status--unsuccessful {
  color: #e11f73;
  background: #fdf2f8;
}
.reservation-table-tooltip {
  border: none;
}
@media (max-width: 1009px) {
  .reservation-table-tooltip {
    display: none;
  }
}
.no-select {
  outline: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-root.-active {
  position: absolute;
}
.modal-bg,
.modal-root.-active {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  background-color: rgba(78, 80, 94, 0.75);
  z-index: 20;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-title {
  color: #000001;
  margin-top: 0;
  font-size: 28px;
  margin-right: 100px;
}
.modal-inner {
  max-height: 90%;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  overflow-y: auto;
  animation: fadeInOpacity 0.3s cubic-bezier(0.4, 0, 0, 1.5) both;
}
@keyframes fadeInOpacity {
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.modal-close-btn:focus,
.modal-close-btn:hover {
  font-weight: 700;
  outline: none;
}
.modal-close-btn:focus .icon-color--dark-gray > svg,
.modal-close-btn:hover .icon-color--dark-gray > svg {
  fill: #000003;
}
.branded-fares-modal .modal-inner {
  max-height: 90%;
  max-width: 90%;
}
.branded-fares-modal .modal-content {
  overflow-y: auto;
}
.branded-fares-modal.show-vertical-scrollbar .modal-inner {
  overflow-y: scroll;
}
.branded-fares-modal.show-vertical-scrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}
.branded-fares-modal.show-vertical-scrollbar ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5);
}
.branded-fares-modal.show-horizontal-scrollbar .modal-content {
  overflow-x: scroll;
}
.branded-fares.-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.branded-fares.-error {
  color: #ff0002;
}
.brands-table {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #000001;
}
.brands-table .brands-table-service-first,
.brands-table .brands-table-service-name-first,
.brands-table .table-cell,
.brands-table .table-header-cell,
.brands-table .table-header-cell-first,
.brands-table .table-header-cell-new,
.brands-table .table-header-cell-new-first {
  font-size: 15px;
  text-align: center;
}
.brands-table .brands-table-service-first,
.brands-table .brands-table-service-name-first,
.brands-table .table-header-cell,
.brands-table .table-header-cell-first,
.brands-table .table-header-cell-new,
.brands-table .table-header-cell-new-first {
  background-color: #f7f7f7;
  font-weight: 700;
  padding: 0 !important;
}
.brands-table .table-column {
  display: flex;
  flex-flow: column;
}
.brands-table .table-column.-options {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.brands-table .table-column:first-child .table-header-cell {
  justify-content: flex-start;
}
.brands-table .table-footer-cell {
  text-align: center;
}
.table-footer-center-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-header-row {
  background-color: #f7f7f7;
  font-weight: 700;
}
.table-header-text {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
}
.brands-table-service-name-text {
  display: inline-block;
  border-bottom: none;
  cursor: default;
}
.brands-table-service-name-text-with-tooltip {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  border-bottom: 1px dotted gray;
}
.brands-table-travel-policy-icon {
  margin-top: 3px;
}
.brands-table-service-symbol {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-table-service-name-tooltip .rc-tooltip-inner,
.brands-table-service-symbol-tooltip .rc-tooltip-inner {
  max-width: 400px;
}
.brands-table-service-name-center {
  padding-top: 5px;
  margin-left: 5px;
}
.brands-table-service,
.brands-table-service-center,
.brands-table-service-first,
.brands-table-service-name,
.brands-table-service-name-center,
.brands-table-service-name-first,
.table-header-cell,
.table-header-cell-center,
.table-header-cell-first,
.table-header-cell-new,
.table-header-cell-new-center,
.table-header-cell-new-first {
  border-bottom: 1px solid #e3edf3;
  box-sizing: border-box;
  text-align: center;
  min-width: 150px;
  max-width: 250px;
}
.brands-table-service-first,
.brands-table-service-name-first,
.table-header-cell-first,
.table-header-cell-new-first {
  text-align: left !important;
}
.brands-table-service-center,
.brands-table-service-name-center,
.table-header-cell-center,
.table-header-cell-new-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3edf3;
}
.table-header-cell {
  height: 80px !important;
}
.brands-service-price {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0 0;
}
.brands-table-select-btn {
  background-color: #e85e21;
  padding: 14px 28px;
  font-size: 13px;
  border-radius: 4px;
  margin: 10px 0;
  border: 0;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}
.brands-table-select-btn:hover {
  background-color: #d95216;
}
.brands-table-travel-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  margin: 8px 0;
  cursor: pointer;
  text-decoration: underline;
}
.brands-table-travel-policy--passed {
  color: #e85e21;
}
.price-tag {
  width: 26px;
  height: 24px;
  background-color: #e85e21;
  -webkit-mask-image: url(/static/images/ico-price-tag.svg);
  mask-image: url(/static/images/ico-price-tag.svg);
  -webkit-mask-position: top;
  mask-position: top;
}
.low-cost-search-options {
  display: flex;
  flex-flow: column nowrap;
  flex-direction: row;
  align-items: center;
  max-width: 820px;
  margin: 0 auto 60px;
  justify-content: space-between;
}
@media (max-width: 1010px) {
  .low-cost-search-options {
    align-items: start;
    max-width: 400px;
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.low-cost-search-options .best-offer-itinerary {
  justify-content: start;
}
@media (max-width: 1010px) {
  .low-cost-search-options .best-offer-itinerary {
    width: unset;
  }
}
.low-cost-search-options .best-offer-passengers-selection {
  width: auto;
}
.low-cost-search-select-flight {
  position: fixed;
  bottom: 0;
  padding: 20px 0;
  margin-left: -30px;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
  background: #fff;
}
@media (max-width: 1010px) {
  .low-cost-search-select-flight {
    margin-left: -15px;
  }
}
.low-cost-search-select-flight .disabled.secondary-button,
.low-cost-search-select-flight .primary-button.disabled {
  background: linear-gradient(143.27deg, #4e505f, #808081);
  cursor: not-allowed;
}
.low-cost-search-title-container {
  margin-bottom: 38px;
  margin-top: 38px;
}
.low-cost-search-title-line {
  border-bottom: 1px solid #c0d9e9;
}
.low-cost-search-calendars-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 82px;
}
@media (min-width: 1010px) {
  .low-cost-search-calendars-container {
    max-width: 820px;
    padding-bottom: 64px;
  }
}
.low-cost-search-calendar-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.low-cost-search-calendar-container .direction {
  display: none;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1010px) {
  .low-cost-search-calendar-container .direction {
    display: flex;
    justify-content: center;
  }
}
.low-cost-search-calendar-container .direction-icon {
  width: 16px;
  margin-right: 10px;
}
.low-cost-search-calendar-container:first-child .direction,
.low-cost-search-calendar-container:nth-child(2) .direction {
  display: flex;
  justify-content: center;
}
.DayPicker--lowCostSearch {
  width: auto !important;
}
.DayPicker--lowCostSearch .DayPicker-Months {
  flex-wrap: wrap !important;
  gap: 30px;
}
.DayPicker--lowCostSearch .DayPicker-Months .DayPicker-Month {
  margin: 0 !important;
}
.DayPicker--lowCostSearch .DayPicker-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.DayPicker--lowCostSearch .DayPicker-Caption {
  text-align: left;
  padding: 5px 0;
  margin: 0;
}
.DayPicker--lowCostSearch .DayPicker-Weekday {
  background-color: #edf2f6;
  border: 2px solid #fff;
  padding: 2px 0;
}
.DayPicker--lowCostSearch .DayPicker-Day {
  border-radius: unset !important;
  padding: 0;
  background-color: #d8e8f2;
  border: 2px solid #fff;
}
.DayPicker--lowCostSearch .DayPicker-Day:hover {
  background-color: #c1dff1 !important;
}
.DayPicker--lowCostSearch .DayPicker-Day.DayPicker-Day--disabled {
  background-color: #edf2f6;
  color: unset;
}
.DayPicker--lowCostSearch .DayPicker-Day.DayPicker-Day--disabled .bottom .price,
.DayPicker--lowCostSearch
  .DayPicker-Day.DayPicker-Day--disabled
  .top
  .icon
  > img {
  opacity: 0.7;
}
.DayPicker--lowCostSearch .DayPicker-Day.DayPicker-Day--selected .price {
  color: #fff !important;
}
.DayPicker--lowCostSearch .DayPicker-Day .day-container {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  font-size: 12px;
  padding: 2px;
}
@media (max-width: 430px) {
  .DayPicker--lowCostSearch .DayPicker-Day .day-container {
    height: calc((100vw - 74px) / 7);
    width: calc((100vw - 74px) / 7);
    max-width: 50px;
    max-height: 50px;
    font-size: calc(10px - (400px - 100vw) / 40);
  }
}
.DayPicker--lowCostSearch .DayPicker-Day .day-container .top {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.DayPicker--lowCostSearch .DayPicker-Day .day-container .top .day {
  text-align: left;
}
.DayPicker--lowCostSearch .DayPicker-Day .day-container .top .icon > img {
  height: 13px;
  margin-top: 2px;
  margin-right: 2px;
}
.DayPicker--lowCostSearch .DayPicker-Day .day-container .bottom {
  flex: 1 1;
  display: flex;
  align-items: flex-end;
}
.DayPicker--lowCostSearch .DayPicker-Day .day-container .bottom .price {
  flex: 1 1;
  text-align: right;
  font-weight: 700;
  color: #408fdf;
  font-size: 0.875em;
}
.select-low-cost-flights-modal {
  padding: 32px 30px !important;
  height: -moz-fit-content;
  height: fit-content;
  width: 80vw;
}
@media (min-width: 1010px) {
  .select-low-cost-flights-modal {
    width: 650px;
  }
}
.select-low-cost-flights-modal .select-low-cost-flights-modal__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
}
.select-low-cost-flights-modal .select-low-cost-flights-modal__text {
  margin-bottom: 20px;
}
.select-low-cost-flights-modal .select-low-cost-flights-modal__buttons {
  text-align: right;
}
.DayPicker {
  display: inline-block;
  width: 100%;
}
.DayPicker-wrapper {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 1rem;
  flex-direction: row;
  margin-top: 25px;
}
.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 1rem;
}
.DayPicker-NavBar {
  position: relative;
  z-index: 2;
}
.DayPicker-NavButton {
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1.5rem;
  margin-top: 2px;
  color: #9ea0ac !important;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.DayPicker-NavButton:hover {
  opacity: 0.8;
}
.DayPicker-NavButton--prev {
  margin-right: 1.5rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC");
}
.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==");
}
.DayPicker-NavButton--interactionDisabled {
  display: none;
}
.DayPicker-Caption {
  padding: 0 0.5rem;
  display: table-caption;
  text-align: left;
  margin-bottom: 0.5rem;
}
.DayPicker-Caption > div {
  font-size: 1.15rem;
  font-weight: 500;
}
.DayPicker-Weekdays {
  margin-top: 1rem;
  display: table-header-group;
}
.DayPicker-WeekdaysRow {
  display: table-row;
}
.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5rem;
  font-size: 0.875em;
  text-align: center;
  color: #9ea0ac !important;
}
.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
.DayPicker-Body {
  display: table-row-group;
}
.DayPicker-Week {
  display: table-row;
}
.DayPicker-Day {
  display: table-cell;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}
.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}
.DayPicker-Footer {
  padding-top: 0.5rem;
}
.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 700;
}
.DayPicker-Day--outside {
  cursor: default;
  color: #9ea0ac !important;
}
.DayPicker-Day--disabled {
  color: #e9e9e7;
  pointer-events: none;
}
.DayPicker-Day--sunday {
  background-color: #ecf1f4;
}
.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #e9e9e7;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--outside
  ) {
  position: relative;
  color: #ecf1f4 !important;
  background-color: #e85e23 !important;
  border-radius: 100%;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--outside
  ):hover {
  background-color: #29d;
}
.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--selected
  ):not(.DayPicker-Day--outside):hover {
  background-color: #ecf1f4;
  border-radius: 50%;
}
.DayPickerInput {
  display: inline-block;
}
.DayPickerInput-OverlayWrapper {
  position: relative;
}
.DayPickerInput-Overlay {
  left: 0;
  z-index: 1;
  position: absolute;
  background: #fffffc;
  box-shadow: 0 2px 5px #00000326;
}
.react-tel-input {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  position: relative;
  width: 100%;
}
.react-tel-input :disabled {
  cursor: not-allowed;
}
.react-tel-input-error-border {
  border-color: #ff0001;
}
.react-tel-input .flag {
  width: 16px;
  height: 11px;
  background: url(data:image/png;base64,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);
}
.react-tel-input .ad {
  background-position: -16px 0;
}
.react-tel-input .ae {
  background-position: -32px 0;
}
.react-tel-input .af {
  background-position: -48px 0;
}
.react-tel-input .ag {
  background-position: -64px 0;
}
.react-tel-input .ai {
  background-position: -80px 0;
}
.react-tel-input .al {
  background-position: -96px 0;
}
.react-tel-input .am {
  background-position: -112px 0;
}
.react-tel-input .ao {
  background-position: -128px 0;
}
.react-tel-input .ar {
  background-position: -144px 0;
}
.react-tel-input .as {
  background-position: -160px 0;
}
.react-tel-input .at {
  background-position: -176px 0;
}
.react-tel-input .au {
  background-position: -192px 0;
}
.react-tel-input .aw {
  background-position: -208px 0;
}
.react-tel-input .az {
  background-position: -224px 0;
}
.react-tel-input .ba {
  background-position: -240px 0;
}
.react-tel-input .bb {
  background-position: 0 -11px;
}
.react-tel-input .bd {
  background-position: -16px -11px;
}
.react-tel-input .be {
  background-position: -32px -11px;
}
.react-tel-input .bf {
  background-position: -48px -11px;
}
.react-tel-input .bg {
  background-position: -64px -11px;
}
.react-tel-input .bh {
  background-position: -80px -11px;
}
.react-tel-input .bi {
  background-position: -96px -11px;
}
.react-tel-input .bj {
  background-position: -112px -11px;
}
.react-tel-input .bm {
  background-position: -128px -11px;
}
.react-tel-input .bn {
  background-position: -144px -11px;
}
.react-tel-input .bo {
  background-position: -160px -11px;
}
.react-tel-input .br {
  background-position: -176px -11px;
}
.react-tel-input .bs {
  background-position: -192px -11px;
}
.react-tel-input .bt {
  background-position: -208px -11px;
}
.react-tel-input .bw {
  background-position: -224px -11px;
}
.react-tel-input .by {
  background-position: -240px -11px;
}
.react-tel-input .bz {
  background-position: 0 -22px;
}
.react-tel-input .ca {
  background-position: -16px -22px;
}
.react-tel-input .cd {
  background-position: -32px -22px;
}
.react-tel-input .cf {
  background-position: -48px -22px;
}
.react-tel-input .cg {
  background-position: -64px -22px;
}
.react-tel-input .ch {
  background-position: -80px -22px;
}
.react-tel-input .ci {
  background-position: -96px -22px;
}
.react-tel-input .ck {
  background-position: -112px -22px;
}
.react-tel-input .cl {
  background-position: -128px -22px;
}
.react-tel-input .cm {
  background-position: -144px -22px;
}
.react-tel-input .cn {
  background-position: -160px -22px;
}
.react-tel-input .co {
  background-position: -176px -22px;
}
.react-tel-input .cr {
  background-position: -192px -22px;
}
.react-tel-input .cu {
  background-position: -208px -22px;
}
.react-tel-input .cv {
  background-position: -224px -22px;
}
.react-tel-input .cw {
  background-position: -240px -22px;
}
.react-tel-input .cy {
  background-position: 0 -33px;
}
.react-tel-input .cz {
  background-position: -16px -33px;
}
.react-tel-input .de {
  background-position: -32px -33px;
}
.react-tel-input .dj {
  background-position: -48px -33px;
}
.react-tel-input .dk {
  background-position: -64px -33px;
}
.react-tel-input .dm {
  background-position: -80px -33px;
}
.react-tel-input .do {
  background-position: -96px -33px;
}
.react-tel-input .dz {
  background-position: -112px -33px;
}
.react-tel-input .ec {
  background-position: -128px -33px;
}
.react-tel-input .ee {
  background-position: -144px -33px;
}
.react-tel-input .eg {
  background-position: -160px -33px;
}
.react-tel-input .er {
  background-position: -176px -33px;
}
.react-tel-input .es {
  background-position: -192px -33px;
}
.react-tel-input .et {
  background-position: -208px -33px;
}
.react-tel-input .fi {
  background-position: -224px -33px;
}
.react-tel-input .fj {
  background-position: -240px -33px;
}
.react-tel-input .fk {
  background-position: 0 -44px;
}
.react-tel-input .fm {
  background-position: -16px -44px;
}
.react-tel-input .fo {
  background-position: -32px -44px;
}
.react-tel-input .bl,
.react-tel-input .fr,
.react-tel-input .mf {
  background-position: -48px -44px;
}
.react-tel-input .ga {
  background-position: -64px -44px;
}
.react-tel-input .gb {
  background-position: -80px -44px;
}
.react-tel-input .gd {
  background-position: -96px -44px;
}
.react-tel-input .ge {
  background-position: -112px -44px;
}
.react-tel-input .gf {
  background-position: -128px -44px;
}
.react-tel-input .gh {
  background-position: -144px -44px;
}
.react-tel-input .gi {
  background-position: -160px -44px;
}
.react-tel-input .gl {
  background-position: -176px -44px;
}
.react-tel-input .gm {
  background-position: -192px -44px;
}
.react-tel-input .gn {
  background-position: -208px -44px;
}
.react-tel-input .gp {
  background-position: -224px -44px;
}
.react-tel-input .gq {
  background-position: -240px -44px;
}
.react-tel-input .gr {
  background-position: 0 -55px;
}
.react-tel-input .gt {
  background-position: -16px -55px;
}
.react-tel-input .gu {
  background-position: -32px -55px;
}
.react-tel-input .gw {
  background-position: -48px -55px;
}
.react-tel-input .gy {
  background-position: -64px -55px;
}
.react-tel-input .hk {
  background-position: -80px -55px;
}
.react-tel-input .hn {
  background-position: -96px -55px;
}
.react-tel-input .hr {
  background-position: -112px -55px;
}
.react-tel-input .ht {
  background-position: -128px -55px;
}
.react-tel-input .hu {
  background-position: -144px -55px;
}
.react-tel-input .id {
  background-position: -160px -55px;
}
.react-tel-input .ie {
  background-position: -176px -55px;
}
.react-tel-input .il {
  background-position: -192px -55px;
}
.react-tel-input .in {
  background-position: -208px -55px;
}
.react-tel-input .io {
  background-position: -224px -55px;
}
.react-tel-input .iq {
  background-position: -240px -55px;
}
.react-tel-input .ir {
  background-position: 0 -66px;
}
.react-tel-input .is {
  background-position: -16px -66px;
}
.react-tel-input .it {
  background-position: -32px -66px;
}
.react-tel-input .jm {
  background-position: -48px -66px;
}
.react-tel-input .jo {
  background-position: -64px -66px;
}
.react-tel-input .jp {
  background-position: -80px -66px;
}
.react-tel-input .ke {
  background-position: -96px -66px;
}
.react-tel-input .kg {
  background-position: -112px -66px;
}
.react-tel-input .kh {
  background-position: -128px -66px;
}
.react-tel-input .ki {
  background-position: -144px -66px;
}
.react-tel-input .xk {
  background-position: -128px -154px;
}
.react-tel-input .km {
  background-position: -160px -66px;
}
.react-tel-input .kn {
  background-position: -176px -66px;
}
.react-tel-input .kp {
  background-position: -192px -66px;
}
.react-tel-input .kr {
  background-position: -208px -66px;
}
.react-tel-input .kw {
  background-position: -224px -66px;
}
.react-tel-input .ky {
  background-position: -240px -66px;
}
.react-tel-input .kz {
  background-position: 0 -77px;
}
.react-tel-input .la {
  background-position: -16px -77px;
}
.react-tel-input .lb {
  background-position: -32px -77px;
}
.react-tel-input .lc {
  background-position: -48px -77px;
}
.react-tel-input .li {
  background-position: -64px -77px;
}
.react-tel-input .lk {
  background-position: -80px -77px;
}
.react-tel-input .lr {
  background-position: -96px -77px;
}
.react-tel-input .ls {
  background-position: -112px -77px;
}
.react-tel-input .lt {
  background-position: -128px -77px;
}
.react-tel-input .lu {
  background-position: -144px -77px;
}
.react-tel-input .lv {
  background-position: -160px -77px;
}
.react-tel-input .ly {
  background-position: -176px -77px;
}
.react-tel-input .ma {
  background-position: -192px -77px;
}
.react-tel-input .mc {
  background-position: -208px -77px;
}
.react-tel-input .md {
  background-position: -224px -77px;
}
.react-tel-input .me {
  background-position: -112px -154px;
  height: 12px;
}
.react-tel-input .mg {
  background-position: 0 -88px;
}
.react-tel-input .mh {
  background-position: -16px -88px;
}
.react-tel-input .mk {
  background-position: -32px -88px;
}
.react-tel-input .ml {
  background-position: -48px -88px;
}
.react-tel-input .mm {
  background-position: -64px -88px;
}
.react-tel-input .mn {
  background-position: -80px -88px;
}
.react-tel-input .mo {
  background-position: -96px -88px;
}
.react-tel-input .mp {
  background-position: -112px -88px;
}
.react-tel-input .mq {
  background-position: -128px -88px;
}
.react-tel-input .mr {
  background-position: -144px -88px;
}
.react-tel-input .ms {
  background-position: -160px -88px;
}
.react-tel-input .mt {
  background-position: -176px -88px;
}
.react-tel-input .mu {
  background-position: -192px -88px;
}
.react-tel-input .mv {
  background-position: -208px -88px;
}
.react-tel-input .mw {
  background-position: -224px -88px;
}
.react-tel-input .mx {
  background-position: -240px -88px;
}
.react-tel-input .my {
  background-position: 0 -99px;
}
.react-tel-input .mz {
  background-position: -16px -99px;
}
.react-tel-input .na {
  background-position: -32px -99px;
}
.react-tel-input .nc {
  background-position: -48px -99px;
}
.react-tel-input .ne {
  background-position: -64px -99px;
}
.react-tel-input .nf {
  background-position: -80px -99px;
}
.react-tel-input .ng {
  background-position: -96px -99px;
}
.react-tel-input .ni {
  background-position: -112px -99px;
}
.react-tel-input .bq,
.react-tel-input .nl {
  background-position: -128px -99px;
}
.react-tel-input .no {
  background-position: -144px -99px;
}
.react-tel-input .np {
  background-position: -160px -99px;
}
.react-tel-input .nr {
  background-position: -176px -99px;
}
.react-tel-input .nu {
  background-position: -192px -99px;
}
.react-tel-input .nz {
  background-position: -208px -99px;
}
.react-tel-input .om {
  background-position: -224px -99px;
}
.react-tel-input .pa {
  background-position: -240px -99px;
}
.react-tel-input .pe {
  background-position: 0 -110px;
}
.react-tel-input .pf {
  background-position: -16px -110px;
}
.react-tel-input .pg {
  background-position: -32px -110px;
}
.react-tel-input .ph {
  background-position: -48px -110px;
}
.react-tel-input .pk {
  background-position: -64px -110px;
}
.react-tel-input .pl {
  background-position: -80px -110px;
}
.react-tel-input .pm {
  background-position: -96px -110px;
}
.react-tel-input .pr {
  background-position: -112px -110px;
}
.react-tel-input .ps {
  background-position: -128px -110px;
}
.react-tel-input .pt {
  background-position: -144px -110px;
}
.react-tel-input .pw {
  background-position: -160px -110px;
}
.react-tel-input .py {
  background-position: -176px -110px;
}
.react-tel-input .qa {
  background-position: -192px -110px;
}
.react-tel-input .re {
  background-position: -208px -110px;
}
.react-tel-input .ro {
  background-position: -224px -110px;
}
.react-tel-input .rs {
  background-position: -240px -110px;
}
.react-tel-input .ru {
  background-position: 0 -121px;
}
.react-tel-input .rw {
  background-position: -16px -121px;
}
.react-tel-input .sa {
  background-position: -32px -121px;
}
.react-tel-input .sb {
  background-position: -48px -121px;
}
.react-tel-input .sc {
  background-position: -64px -121px;
}
.react-tel-input .sd {
  background-position: -80px -121px;
}
.react-tel-input .se {
  background-position: -96px -121px;
}
.react-tel-input .sg {
  background-position: -112px -121px;
}
.react-tel-input .sh {
  background-position: -128px -121px;
}
.react-tel-input .si {
  background-position: -144px -121px;
}
.react-tel-input .sk {
  background-position: -160px -121px;
}
.react-tel-input .sl {
  background-position: -176px -121px;
}
.react-tel-input .sm {
  background-position: -192px -121px;
}
.react-tel-input .sn {
  background-position: -208px -121px;
}
.react-tel-input .so {
  background-position: -224px -121px;
}
.react-tel-input .sr {
  background-position: -240px -121px;
}
.react-tel-input .ss {
  background-position: 0 -132px;
}
.react-tel-input .st {
  background-position: -16px -132px;
}
.react-tel-input .sv {
  background-position: -32px -132px;
}
.react-tel-input .sx {
  background-position: -48px -132px;
}
.react-tel-input .sy {
  background-position: -64px -132px;
}
.react-tel-input .sz {
  background-position: -80px -132px;
}
.react-tel-input .tc {
  background-position: -96px -132px;
}
.react-tel-input .td {
  background-position: -112px -132px;
}
.react-tel-input .tg {
  background-position: -128px -132px;
}
.react-tel-input .th {
  background-position: -144px -132px;
}
.react-tel-input .tj {
  background-position: -160px -132px;
}
.react-tel-input .tk {
  background-position: -176px -132px;
}
.react-tel-input .tl {
  background-position: -192px -132px;
}
.react-tel-input .tm {
  background-position: -208px -132px;
}
.react-tel-input .tn {
  background-position: -224px -132px;
}
.react-tel-input .to {
  background-position: -240px -132px;
}
.react-tel-input .tr {
  background-position: 0 -143px;
}
.react-tel-input .tt {
  background-position: -16px -143px;
}
.react-tel-input .tv {
  background-position: -32px -143px;
}
.react-tel-input .tw {
  background-position: -48px -143px;
}
.react-tel-input .tz {
  background-position: -64px -143px;
}
.react-tel-input .ua {
  background-position: -80px -143px;
}
.react-tel-input .ug {
  background-position: -96px -143px;
}
.react-tel-input .us {
  background-position: -112px -143px;
}
.react-tel-input .uy {
  background-position: -128px -143px;
}
.react-tel-input .uz {
  background-position: -144px -143px;
}
.react-tel-input .va {
  background-position: -160px -143px;
}
.react-tel-input .vc {
  background-position: -176px -143px;
}
.react-tel-input .ve {
  background-position: -192px -143px;
}
.react-tel-input .vg {
  background-position: -208px -143px;
}
.react-tel-input .vi {
  background-position: -224px -143px;
}
.react-tel-input .vn {
  background-position: -240px -143px;
}
.react-tel-input .vu {
  background-position: 0 -154px;
}
.react-tel-input .wf {
  background-position: -16px -154px;
}
.react-tel-input .ws {
  background-position: -32px -154px;
}
.react-tel-input .ye {
  background-position: -48px -154px;
}
.react-tel-input .za {
  background-position: -64px -154px;
}
.react-tel-input .zm {
  background-position: -80px -154px;
}
.react-tel-input .zw {
  background-position: -96px -154px;
}
.react-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.react-tel-input .hide {
  display: none;
}
.react-tel-input .v-hide {
  visibility: hidden;
}
.react-tel-input .form-control {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.01rem;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  line-height: 25px;
  height: 35px;
  width: 300px;
  outline: none;
}
.react-tel-input .form-control.invalid-number,
.react-tel-input .form-control.invalid-number:focus {
  background-color: #faf0f0;
  border: 1px solid #d79f9f;
  border-left-color: #cacaca;
}
.react-tel-input .form-control.open {
  z-index: 2;
}
.react-tel-input .flag-dropdown {
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: #f5f5f5;
  border: 1px solid #cacaca;
  border-radius: 3px 0 0 3px;
}
.react-tel-input .flag-dropdown.open {
  z-index: 2;
}
.react-tel-input .flag-dropdown.open,
.react-tel-input .flag-dropdown.open .selected-flag {
  background: #fff;
  border-radius: 3px 0 0 0;
}
.react-tel-input .flag-dropdown:focus,
.react-tel-input .flag-dropdown:hover {
  cursor: pointer;
}
.react-tel-input .flag-dropdown:focus .selected-flag,
.react-tel-input .flag-dropdown:hover .selected-flag {
  background-color: #fff;
}
.react-tel-input input[disabled] + .flag-dropdown:hover {
  cursor: default;
}
.react-tel-input input[disabled] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}
.react-tel-input .selected-flag {
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
  border-radius: 3px 0 0 3px;
}
.react-tel-input .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.react-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.react-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.react-tel-input .country-list {
  z-index: 1;
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 10px 0 10px -1px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  width: 300px;
  max-height: 200px;
  overflow-y: scroll;
  border-radius: 0 0 3px 3px;
}
.react-tel-input .country-list .flag {
  display: inline-block;
}
.react-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.react-tel-input .country-list .country {
  padding: 7px 9px;
}
.react-tel-input .country-list .country .dial-code {
  color: #6b6b6b;
}
.react-tel-input .country-list .country.highlight,
.react-tel-input .country-list .country:hover {
  background-color: #f1f1f1;
}
.react-tel-input .country-list .flag {
  margin-right: 7px;
  margin-top: 2px;
}
.react-tel-input .country-list .country-name {
  margin-right: 6px;
}
.react-tel-input .country-list .search {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 10px 0 6px 10px;
}
.react-tel-input .country-list .search-emoji {
  font-size: 15px;
}
.react-tel-input .country-list .search-box {
  border: 1px solid #cacaca;
  border-radius: 3px;
  font-size: 15px;
  line-height: 15px;
  margin-left: 6px;
  padding: 3px 8px 5px;
  outline: none;
}
.react-tel-input .country-list .no-entries-message {
  padding: 7px 10px 11px;
  opacity: 0.7;
}
.phone-calling-code-wrapper {
  width: 100%;
  flex: unset;
  height: 45px;
}
@media (min-width: 1010px) {
  .phone-calling-code-wrapper {
    flex: 1 1;
  }
}
.phone-calling-code-wrapper .react-tel-input {
  border: none;
}
.phone-calling-code-wrapper .phone-input-form {
  height: 42px !important;
}
.country-list:focus {
  outline: none;
}
.ReactTable {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ReactTable * {
  box-sizing: border-box;
}
.ReactTable .rt-table {
  flex: auto 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
.ReactTable .rt-thead {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ReactTable .rt-thead.-headerGroups {
  background: rgba(0, 0, 0, 0.03);
}
.ReactTable .rt-thead.-filters,
.ReactTable .rt-thead.-headerGroups {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ReactTable .rt-thead.-filters input,
.ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: 400;
  outline: none;
}
.ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}
.ReactTable .rt-thead.-header {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
.ReactTable .rt-thead .rt-tr {
  text-align: center;
}
.ReactTable .rt-thead .rt-td,
.ReactTable .rt-thead .rt-th {
  padding: 5px;
  line-height: normal;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: inset 0 0 0 0 transparent;
}
.ReactTable .rt-thead .rt-td.-sort-asc,
.ReactTable .rt-thead .rt-th.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6);
}
.ReactTable .rt-thead .rt-td.-sort-desc,
.ReactTable .rt-thead .rt-th.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6);
}
.ReactTable .rt-thead .rt-td.-cursor-pointer,
.ReactTable .rt-thead .rt-th.-cursor-pointer {
  cursor: pointer;
}
.ReactTable .rt-thead .rt-td:last-child,
.ReactTable .rt-thead .rt-th:last-child {
  border-right: 0;
}
.ReactTable .rt-thead .rt-th:focus {
  outline: none;
}
.ReactTable .rt-thead .rt-resizable-header {
  overflow: visible;
}
.ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden;
}
.ReactTable .rt-thead .rt-resizable-header-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7;
}
.ReactTable .rt-thead .rt-header-pivot:after,
.ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ReactTable .rt-thead .rt-header-pivot:after {
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0)
    #fff;
  border-width: 8px;
  margin-top: -8px;
}
.ReactTable .rt-thead .rt-header-pivot:before {
  border-color: hsla(0, 0%, 40%, 0) hsla(0, 0%, 40%, 0) hsla(0, 0%, 40%, 0)
    #f7f7f7;
  border-width: 10px;
  margin-top: -10px;
}
.ReactTable .rt-tbody {
  flex: 99999 1 auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0;
}
.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.02);
}
.ReactTable .rt-tbody .rt-td:last-child {
  border-right: 0;
}
.ReactTable .rt-tbody .rt-expandable {
  cursor: pointer;
  text-overflow: clip;
}
.ReactTable .rt-tr-group {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.ReactTable .rt-tr {
  flex: 1 0 auto;
  display: inline-flex;
}
.ReactTable .rt-td,
.ReactTable .rt-th {
  flex: 1 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  overflow: hidden;
  transition: 0.3s ease;
  transition-property: width, min-width, padding, opacity;
}
.ReactTable .rt-td.-hidden,
.ReactTable .rt-th.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}
.ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  color: transparent;
  margin: 0 10px;
}
.ReactTable .rt-expander:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.ReactTable .rt-expander.-open:after {
  transform: translate(-50%, -50%) rotate(0);
}
.ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10;
}
.ReactTable .rt-tfoot {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.ReactTable .rt-tfoot .rt-td {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.ReactTable .rt-tfoot .rt-td:last-child {
  border-right: 0;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(0, 0, 0, 0.03);
}
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05);
}
.ReactTable .-pagination {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.ReactTable .-pagination input,
.ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 3px;
  font-weight: 400;
  outline: none;
}
.ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
  cursor: pointer;
  outline: none;
}
.ReactTable .-pagination .-btn[disabled] {
  opacity: 0.5;
  cursor: default;
}
.ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.ReactTable .-pagination .-next,
.ReactTable .-pagination .-previous {
  flex: 1 1;
  text-align: center;
}
.ReactTable .-pagination .-center {
  flex: 1.5 1;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap;
}
.ReactTable .-pagination .-pageJump {
  display: inline-block;
}
.ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center;
}
.ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px;
}
.ReactTable .rt-noData {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.ReactTable .-loading,
.ReactTable .rt-noData {
  display: block;
  position: absolute;
  background: hsla(0, 0%, 100%, 0.8);
  transition: all 0.3s ease;
  pointer-events: none;
}
.ReactTable .-loading {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}
.ReactTable .-loading > div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  transform: translateY(-52%);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
.ReactTable .-loading.-active > div {
  transform: translateY(50%);
}
.ReactTable .rt-resizing .rt-td,
.ReactTable .rt-resizing .rt-th {
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.secondary-color {
  color: #e85e21;
}
.normal-weight {
  font-weight: 400;
}
.clearfix {
  clear: both;
}
.no-margin {
  margin: 0 !important;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.hidden {
  display: none !important;
}
.relative {
  position: relative;
}
.rc-slider {
  position: relative;
  margin: 6px;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
}
.rc-slider,
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  width: 100%;
  background-color: #c0d9e7;
}
.rc-slider-rail,
.rc-slider-track {
  position: absolute;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  left: 0;
  background-color: #131f6d;
}
.rc-slider-handle {
  position: absolute;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: grab;
  border-radius: 50%;
  border: 2px solid #e85e24;
  background-color: #fffffc;
  touch-action: pan-x;
}
.rc-slider-handle:hover {
  border-color: #57c5f9;
}
.rc-slider-handle:active {
  border-color: #57c5f9;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}
.rc-slider-handle:focus {
  border-color: #57c5f9;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #4e505f !important;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child,
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter {
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0);
  }
  to {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
}
.rc-slider-tooltip,
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fffffe;
  text-align: center;
  text-decoration: none;
  background-color: #555554;
  border-radius: 6px;
  box-shadow: 0 0 4px #ecf1f4;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #555554;
}
.lds-ring {
  display: inline-block;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #db4a17;
}
.lds-ring-mini {
  display: inline-block;
  position: inherit;
  margin: 0;
  top: inherit;
  left: inherit;
}
.lds-ring-mini div {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #db4a17;
}
.lds-ring div:first-child {
  animation-delay: -0.45s;
}
a .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.spinner_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000003;
  opacity: 0.2;
  z-index: 1000;
  overflow: hidden;
}
.tooltip-background {
  background-color: #131f6e;
}
/*# sourceMappingURL=68af06776c6455e5.css.map*/
