@media screen and (max-width: 1279px) {
  .geo__filter {
    width: 320px;
    padding: 20px 20px 20px 70px;
    max-height: 100%;
  }

  .g-message {
    max-width: 395px;
  }

  .geo {
    height: 100vh;
  }

  .geo__filter-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .g-city__btn-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .food_option {
    -ms-flex-negative: initial;
    flex-shrink: initial;
  }

  .aircraftOption img {
    max-width: 220px;
  }
}

@media screen and (max-width: 1023px) {
  .g-message {
		right: 80px;*/
    max-width: 395px;
    line-height: 1.3;
  }

  .g-city__button {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .all-pages-booking {
    display: none;
  }

  body .all-pages-head {
    margin: 20px 0 20px;
  }

  body.only-map .all-pages-body {
    padding-bottom: 0;
  }

  body.only-map .header {
    background: #fff;
  }

  .geo {
    height: 80vh;
  }

  .g-message {
    left: 65px;
    right: 65px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
  }

  .g-type {
    top: auto;
    bottom: 130px;
    right: 8px;
  }

  .g-type__item {
    width: 31px;
    padding: 8px 0;
    font-size: 12px;
  }

  .g-type__item:first-child {
    padding-top: 15px;
  }

  .g-type__item:last-child {
    padding-bottom: 15px;
  }

  .zoom {
    right: 8px;
  }

  .zoom__item,
  .leaflet-control-zoom.leaflet-bar.leaflet-control > a {
    width: 31px;
    height: 35px;
  }

  .leaflet-control-zoom.leaflet-bar.leaflet-control {
    margin-right: 8px;
  }

  .zoom__item:before {
    font-size: 30px;
    line-height: 35px;
  }

  .zoom__item--minus:before {
    font-size: 20px;
  }

  .full-message {
    right: 8px;
  }

  .g-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
    height: 33px;
    border-radius: 15px 0 0 15px;
    background-color: #cf112b;
    z-index: 4;
    cursor: pointer;
  }

  .g-opener.is-active .g-opener__burger {
    display: none;
  }

  .g-opener.is-active {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-image: url(../images/globe.png);
  }

  .geo__filter {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 15px;
    min-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }

  .geo__filter.is-opened {
    visibility: visible;
    opacity: 1;
    padding: 15px 30px 0 50px;
  }

  .geo__filter-top {
    height: auto;
  }

  .g-opener__burger {
    margin-left: 3px;
  }

  .g-opener__bar {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 3px;
  }

  .g-opener__bar:last-child {
    margin-bottom: 0;
  }

  .g-form__line {
    margin-bottom: 5px;
  }

  .g-flight {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 15px;
  }

  .g-flight__item {
    position: relative;
  }

  .g-flight__item:first-child .g-flight__label {
    padding-left: 15px;
    border-radius: 15px 0 0 15px;
    border-left: 1px solid #9f9fa1;
  }

  .g-flight__item:last-child .g-flight__label {
    padding-right: 15px;
    border-radius: 0 15px 15px 0;
    border-right: 1px solid #9f9fa1;
  }

  .g-flight__item:first-child .g-flight__label:before {
    display: none;
  }

  .g-flight__item .g-flight__label:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 2px;
    bottom: 2px;
    background-color: #9f9fa1;
    width: 1px;
  }

  .g-flight__radio {
    visibility: hidden;
    position: absolute;
    z-index: -10;
  }

  .g-flight__radio:checked + .g-flight__label {
    background-color: #8a8a8d;
    color: #ffffff;
  }

  .g-flight__radio:checked + .g-flight__label:before {
    display: none;
  }

  .g-flight__radio:checked + .g-flight__label--blue {
    background-color: #006da4;
    border-color: #006da4;
    color: #fff;
  }

  .g-flight__radio:checked + .g-flight__label--red {
    background-color: #d0112b;
    border-color: #d0112b;
    color: #fff;
  }

  .g-flight__radio:checked + .g-flight__label--orange {
    background-color: #F2A84A;
    border-color: #F2A84A;
    color: #fff;
  }

  .g-flight__label {
    position: relative;
    display: block;
    font-weight: 700;
    font-family: "Arial";
    text-transform: uppercase;
    color: #9f9fa1;
    padding: 0 8px;
    line-height: 30px;
    border-top: 1px solid #9f9fa1;
    border-bottom: 1px solid #9f9fa1;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    min-width: 50px;
    text-align: center;
    font-size: 11px;
  }

  .g-flight__label span {
    display: none;
  }
  
  .g-flight__label--blue {
    color: #006da4;
  }

  .g-flight__label--red {
    color: #d0112b;
  }

  .g-flight__label--orange {
    color: #F2A84A;
  }

  .selectize-input {
    padding: 7px;
  }

  .g-form__select .selectize-input input,
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    font-size: 11.5px;
  }

  .g-form__select .selectize-input input::placeholder,
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input::placeholder {
    font-size: 11.5px;
  }

  .g-form__select .selectize-input input:focus,
  /* .selectize-dropdown,
  .selectize-input, */
  .selectize-input input:focus {
    font-size: 16px;
  }

  .selectize-dropdown .option {
    padding: 5px 10px;
  }

  .geo__filter-bottom {
    display: none;
  }

  .geo__map-wrapper {
    position: relative;
    height: 100%;
  }

  .g-note {
    border: none;
  }

  .geo__mobile-note {
    display: block;
  }

  .geo__map {
    position: relative;
    height: 420px;
  }

  .geo__map-inner {
    position: relative;
  }

  body.only-map .zoom {
    bottom: 96px;
  }

  body.only-map .g-type {
    bottom: 186px;
  }
}
