.destsel {
  position: sticky;
  top: 80px;
  z-index: 501;
  border: 0;
  margin: -75px 0 20px;
  padding: 20px 0;
  overflow: visible;
  background: transparent;
  transition: transform 0.35s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.destsel.is-sticky-bg {
  background: #fff;
}

#cs-bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 62px;
  overflow: visible;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 11px 4px rgb(0 0 0 / 25%);
}

.destsel.is-sticky-bg #cs-bar {
  box-shadow: 0 0 11px 4px rgb(0 0 0 / 10%);
}

.cs-side {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  height: 100%;
  min-width: 0;
  padding: 0 16px;
  overflow: visible;
  box-sizing: border-box;
}

.cs-ico {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #666;
}

.cs-cnt {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  height: 44px;
  min-width: 0;
}

.cs-lbl {
  flex-shrink: 0;
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  color: #999;
  text-transform: uppercase;
}

.cs-city {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
}

.cs-sep {
  flex-shrink: 0;
  width: 1px;
  height: 36px;
  background: #c8c8c8;
}

.cs-sw {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: #666;
  cursor: pointer;
  transition: color .2s, transform .35s ease;
}

.cs-sw:hover {
  color: #111;
}

.cs-sw.swapped {
  transform: rotate(180deg);
}

#cso-cnt .selectize-control,
#csd-cnt .selectize-control {
  width: 100%;
  background: transparent;
}

#cso-cnt .selectize-input,
#csd-cnt .selectize-input,
#cso-cnt .selectize-input > .item,
#csd-cnt .selectize-input > .item,
#cso-cnt .selectize-input input,
#csd-cnt .selectize-input input {
  font-family: Roboto, sans-serif !important;
  font-size: 15px !important;
  line-height: 30px !important;
  color: #333 !important;
}

#cso-cnt .selectize-input,
#csd-cnt .selectize-input {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  height: 30px !important;
  max-height: 30px !important;
  min-height: unset !important;
  padding: 0 !important;
  overflow: visible !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}

#cso-cnt .selectize-input > .item,
#csd-cnt .selectize-input > .item {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  font-weight: 500 !important;
}

#cso-cnt .selectize-input input,
#csd-cnt .selectize-input input {
  margin: 0 !important;
  padding: 0 !important;
}

#cso-cnt .selectize-input::after,
#csd-cnt .selectize-input::after {
  position: static !important;
  top: auto !important;
  right: auto !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  margin: 0 0 0 6px !important;
  margin-top: 0 !important;
  vertical-align: middle !important;
}

.selectize-dropdown {
  position: fixed !important;
  z-index: 9999 !important;
  margin: 0 !important;
  border: 1.6px solid rgb(94, 94, 101) !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 6px 16px rgb(0 0 0 / 10%) !important;
  font-family: Roboto, sans-serif !important;
  font-size: 15px !important;
}

.selectize-dropdown .option {
  padding: 3px 12px !important;
  font-family: Roboto, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  color: #333 !important;
  cursor: pointer;
}

.selectize-dropdown .option:hover,
.selectize-dropdown .option.active {
  background: #f5f5f5 !important;
}

.selectize-dropdown .no-results {
  padding: 12px 15px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
  background: #fff;
}

.selectize-dropdown-content {
  max-height: 300px !important;
  overflow-y: auto !important;
}

.cs-img-ico {
  display: block;
  width: 22px;
  height: 22px;       
  margin-top: 6px;
  object-fit: contain;
}

.cs-fixed-city {
  color: #4c4c4c;
}

.cs-airport-codes {
  color: #8c8c8c;
  font-weight: 400;
}

@media (max-width: 768px) {
  .destsel {
    top: 59px;
    margin: -103px 0 20px;
  }

  #cs-bar {
    flex-direction: column !important;
    align-items: stretch !important;
    height: 116px !important;
    overflow: visible !important;
    box-shadow: 0 0 11px 4px rgb(0 0 0 / 8%);
  }

  .cs-side {
    flex: 0 0 58px !important;
    width: 100% !important;
    height: 58px !important;
    padding: 0 16px !important;
    position: relative !important;
  }

  #cso {
    order: 1 !important;
    border-bottom: 1px solid #e3e3e3 !important;
  }

  #csd {
    order: 3 !important;
  }

  .cs-sep {
    display: none !important;
  }

  .cs-sw {
    position: absolute !important;
    top: 58px !important;
    left: 90% !important;
    z-index: 20 !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%) !important;
    transform: translate(-50%, -50%) !important;
  }

  .cs-sw.swapped {
    transform: translate(-50%, -50%) rotate(180deg) !important;
  }

  #cso-cnt .selectize-input,
  #csd-cnt .selectize-input,
  #cso-cnt .selectize-input input,
  #csd-cnt .selectize-input input,
  #cso-cnt .selectize-input > .item,
  #csd-cnt .selectize-input > .item {
    font-size: 16px !important;
  }

  #cso-cnt .selectize-control,
  #csd-cnt .selectize-control {
    position: static !important;
  }

  .selectize-dropdown {
    position: absolute !important;
    top: 100% !important;
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    box-sizing: border-box !important;
  }
}