@font-face {
    font-family: "San Francisco";
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
  }
  
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.searchForm {
    margin: 50px 0;
}

.searchFormExtend {
    height: 220px;
}

@media (max-width: 1100px) {
    .searchFormExtend {
        height: 540px;
    }
}

.formWrap {
    width: 1100px;
    height: auto;
    position: relative;
    margin: 0 auto;
    background-color: #f3f5f7;
    border-radius: 5px;
}

@media (max-width: 1100px) {
    .formWrap {
        width: 80%;
    }
}

.inputUp {
    width: 100%;
    height: 72px;
}

@media (max-width: 1100px) {
    .inputUp {
        height: 330px;
    }
}
@media (max-width: 568px) {
    .inputUp {
        height: 400px;
    }
}

.flyingFromWrap {
    height: 72px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    margin-top: 8px;
    margin-left: 10px;
    float: left;
}

@media (max-width: 1100px) {
    .flyingFromWrap {
        width: 100%;
        padding: 10px 15px 0;
        margin: 0;
    }
}

.flyingFromWrap label {
    width: 100%;
    color: #212a30;
    opacity: .8;
    margin-bottom: 0;
}

.flyingFromWrap .flyingFrom {
    width: 100%;
    height: 40px;
    padding: 7px;
    padding-right: 25px;
    font-size: 17px;
    color: #212a30;
    border: 0.5px solid rgba(33, 42, 48, 0.1);
}

.flyingFromWrap .flyingFrom:focus {
    outline: 0.5px solid rgba(33, 42, 48, 0.1);
}

.flyingFromWrap .flyingFrom::-webkit-input-placeholder {
    opacity: 0.6;
}

.flyingFromWrap .flyingFrom:-ms-input-placeholder {
    opacity: 0.6;
}

.flyingFromWrap .flyingFrom::-ms-input-placeholder {
    opacity: 0.6;
}

.flyingFromWrap .flyingFrom::placeholder {
    opacity: 0.6;
}

.flyingFromWrap .inputError {
    background: #e60;
    color: #ffffff;
    margin: 0;
    position: absolute;
    padding: 0px 5px;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

.flyingFromWrap .inputError.hidden {
    display: none;
}

.flyingFromWrapExtend {
    width: 26%;
}

@media (max-width: 1100px) {
    .flyingFromWrapExtend {
        width: 100%;
        padding: 10px 15px 0;
        margin: 0;
    }
}

.dropDownRes {
    width: 20%;
    max-height: 295px;
    overflow-y: scroll;
    background-color: white;
    position: absolute;
    z-index: 11;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1100px) {
    .dropDownRes {
        width: calc(100% - 30px);
    }
}

.dropDownRes ul {
    margin-top: 0;
    padding: 0;
    margin: 0;
}

.dropDownRes ul li {
    padding: 10px;
    list-style: none;
    cursor: pointer;
}

.dropDownRes ul li:hover {
    background-color: #00adef;
}

.dropDownRes.hidden {
    display: none;
}

.dropDownRes.dropDownResExtend {
    width: 26%;
}

.liGroupAirports {
    padding-left: 25px !important;
}

.liGroup {
    font-weight: bold;
}

.liGroup ul li {
    font-weight: normal;
}

.inputWrapper {
    position: relative;
}

.inputWrapper.error input {
    border: 2px solid red;
}

.flyingToWrap {
    width: 20%;
    margin-left: 10px;
    margin-top: 8px;
    float: left;
}

@media (max-width: 1100px) {
    .flyingToWrap {
        width: 100%;
        padding: 10px 15px 0;
        margin: 0 0 30px;
    }
}

.flyingToWrap label {
    width: 100%;
    color: #212a30;
    opacity: .8;
    margin: 0;
}

.flyingToWrap .flyingTo {
    width: 100%;
    height: 40px;
    padding: 7px;
    padding-right: 25px;
    font-size: 17px;
    color: #212a30;
    border: 0.5px solid rgba(33, 42, 48, 0.1);
}

.flyingToWrap .flyingTo:focus {
    outline: 0.5px solid rgba(33, 42, 48, 0.1);
}

.flyingToWrap .flyingTo::-webkit-input-placeholder {
    opacity: 0.6;
}

.flyingToWrap .flyingTo:-ms-input-placeholder {
    opacity: 0.6;
}

.flyingToWrap .flyingTo::-ms-input-placeholder {
    opacity: 0.6;
}

.flyingToWrap .flyingTo::placeholder {
    opacity: 0.6;
}

.flyingToWrap .flyingTo.error {
    border: 2px solid red;
}

.flyingToWrap .inputError {
    background: #e60;
    color: #ffffff;
    margin: 0;
    position: absolute;
    padding: 0px 5px;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

.flyingToWrap .inputError.hidden {
    display: none;
}

.flyingToWrapExtend {
    width: 26%;
}

@media (max-width: 1100px) {
    .flyingToWrapExtend {
        width: 100%;
        padding: 10px 15px 0;
        margin: 0 0 30px;
    }
}

.departWrap {
    width: 11%;
    margin-left: 10px;
    margin-top: 8px;
    float: left;
}

@media (max-width: 1100px) {
    .departWrap {
        width: 50%;
        padding: 10px 5px 0 15px;
        margin: 0;
    }
}

@media (max-width: 568px) {
    .departWrap {
        width: 100%;
        padding-right: 15px;
    }
}

.departWrap label {
    width: 100%;
    color: #212a30;
    opacity: .8;
    margin: 0;
}

.departWrap .departField {
    width: 100%;
    height: 40px;
    padding: 7px;
    font-size: 13px;
    color: rgba(33, 42, 48, 0.8);
    border: 0.5px solid rgba(33, 42, 48, 0.1);
}

.departWrap .departField:focus {
    opacity: 0.8;
    outline: 0.5px solid rgba(33, 42, 48, 0.1);
}

@media (max-width: 1100px) {
    .departWrap .departField {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .departWrapResp {
        width: 100%;
        padding: 10px 15px 0;
    }
}

.returnWrap {
    width: 11%;
    margin-left: 10px;
    margin-top: 8px;
    float: left;
}

@media (max-width: 1100px) {
    .returnWrap {
        width: 50%;
        padding: 10px 15px 0 5px;
        margin: 0;
    }
}

@media (max-width: 568px) {
    .returnWrap {
        width: 100%;
        padding-left: 15px;
    }
}

.returnWrap label {
    width: 100%;
    color: #212a30;
    opacity: .8;
    margin: 0;
}

.returnWrap .returnField {
    width: 100%;
    height: 40px;
    padding: 7px;
    font-size: 13px;
    color: rgba(33, 42, 48, 0.8);
    border: 0.5px solid rgba(33, 42, 48, 0.1);
}

.returnWrap .returnField:focus {
    opacity: 0.8;
    outline: 0.5px solid rgba(33, 42, 48, 0.1);
}

@media (max-width: 1100px) {
    .returnWrap .returnField {
        font-size: 16px;
    }
}

.returnWrapNone {
    display: none;
}

.personWrap {
    width: 6%;
    margin-left: 10px;
    margin-top: 8px;
    float: left;
}

@media (max-width: 1100px) {
    .personWrap {
        width: 30%;
        padding: 10px 5px 0 5px;
        margin: 0;
    }
}

.personWrap label {
    width: 100%;
    color: #212a30;
    opacity: .8;
    margin: 0;
}

.personWrap .personPicker {
    width: 100%;
    height: 40px;
    padding: 2px;
    color: rgba(33, 42, 48, 0.8);
    border: 0.5px solid rgba(33, 42, 48, 0.1);
}

.personWrap .personPicker:focus {
    outline: 0.5px solid rgba(33, 42, 48, 0.1);
}

.personWrapAdult {
    width: 6%;
    margin-left: 10px;
    margin-top: 8px;
    float: left;
}

@media (max-width: 1100px) {
    .personWrapAdult {
        width: 30%;
        padding: 10px 5px 0 15px;
        margin: 0;
    }
}

.personWrapAdult label {
    width: 100%;
    color: #212a30;
    opacity: .8;
    margin: 0;
}

.personWrapAdult .personPicker {
    width: 100%;
    height: 40px;
    padding: 2px;
    color: rgba(33, 42, 48, 0.8);
    border: 0.5px solid rgba(33, 42, 48, 0.1);
}

.personWrapAdult .personPicker:focus {
    outline: 0.5px solid rgba(33, 42, 48, 0.1);
}

.iBtn {
    width: 20px;
    position: relative;
    top: 36px;
    left: 7px;
    background: transparent;
    border: none;
    outline: none !important;
    cursor: pointer;
}

@media (max-width: 360px) {
    .iBtn {
        left: 0;
    }
}

.iBtn svg {
    fill: #212a30;
}

.iBtn > svg {
    pointer-events: none;
}

.btnSub {
    width: 120px;
    height: 120px;
    float: right;
    background-color: #00adef;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    color: white;
    cursor: pointer;
    z-index: 3;
}

@media (max-width: 1100px) {
    .btnSub {
        width: calc(100% - 30px);
        height: 60px;
        position: relative;
        top: 40px;
        left: -15px;
        border-radius: 5px;
    }
}

.btnSub .searchIcon {
    fill: white;
    position: relative;
    top: 3px;
    left: 5px;
}

@media (max-width: 1100px) {
    .btnSub .searchIcon {
        top: 0;
    }
}

.btnSub:hover {
    background-color: #65c3e9;
}

@media (max-width: 1100px) {
    .btnSubResp {
        top: 140px;
    }
}

.inputDown {
    width: 980px;
    height: 48px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1100px) {
    .inputDown {
        height: 110px;
        width: 100%;
    }
}

.inputDown .radioBtn {
    height: 100%;
    width: 48%;
    padding-top: 13px;
    padding-left: 15px;
    position: absolute;
    left: 0;
}

@media (max-width: 1100px) {
    .inputDown .radioBtn {
        width: 100%;
        height: 48px;
        top: -190px;
        left: 10px;
    }
}

@media (max-width:568px) {
    .inputDown .radioBtn  {
        top: -260px;
    }
}

@media (max-width: 1100px) {
    .inputDownResp {
        height: 210px;
    }
}

.radioBtnReturn {
    width: 35%;
    float: left;
    cursor: pointer;
}

.radioBtnReturn label {
    width: 75%;
    color: #212a30;
    opacity: .8;
    cursor: pointer;
    float: right;
    margin-bottom: 0;
}

.radioBtnReturn > * {
    pointer-events: none;
}

.radioBtnOneWay {
    width: 35%;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

@media (max-width:360px) {
    .radioBtnOneWay {
        width: 40%;
    }
}

.radioBtnOneWay label {
    width: 75%;
    color: #212a30;
    opacity: .8;
    cursor: pointer;
    float: right;
}

.radioBtnOneWay > * {
    pointer-events: none;
}

input[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #f3f5f7;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid rgba(33, 42, 48, 0.6);
    cursor: pointer;
}

input[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #00adef;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid rgba(33, 42, 48, 0.6);
    cursor: pointer;
}

.cabinClass {
    padding-top: 17px;
    width: 210px;
    position: absolute;
    left: 48%;
}

@media (max-width: 1100px) {
    .cabinClass {
        width: 100%;
        height: 48px;
        top: 0;
        left: 15px;
        padding-top: 0;
    }
}

.cabinClass .cabinClassBtn {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #212a30;
    opacity: .8;
    outline: none;
    cursor: pointer;
}

.cabinClass .cabinClassBtn:before {
    border-color: transparent;
    border: solid transparent;
    border-top-color: #00d3fe;
    border-width: 5px;
    content: '';
    display: inline-block;
    height: 0;
    margin: 0 4px 0 0;
    position: relative;
    top: 4px;
    width: 0;
}

.cabinClass .cabinClassBtnUp {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #212a30;
    opacity: .8;
    outline: none;
    cursor: pointer;
}

.cabinClass .cabinClassBtnUp:before {
    border-color: transparent;
    border: solid transparent;
    border-bottom-color: #00d3fe;
    border-width: 5px;
    content: '';
    display: inline-block;
    height: 0;
    margin: 0 4px 0 0;
    position: relative;
    top: -2px;
    width: 0;
}

.cabinClassSelect {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 120;
    left: 0;
    background-color: #f3f5f7;
    padding-bottom: 10px;
    display: none;
    border-radius: 0 0 5px 5px;
}

@media (max-width: 1100px) {
    .cabinClassSelect {
        top: 350px;
        background: transparent;
    }
}

.cabinClassSelect .cabinWrapper {
    width: 150px;
    position: relative;
    left: 485px;
}

@media (max-width: 1100px) {
    .cabinClassSelect .cabinWrapper {
        left: 0;
        width: 100%;
        padding: 0 15px 0;
        z-index: 11;
    }
}

.cabinClassSelect .cabinWrapper label {
    margin-top: 10px;
    width: 100%;
    color: #212a30;
    opacity: .8;
}

.cabinClassSelect .cabinWrapper .classSelect {
    width: 100%;
    height: 40px;
    padding: 2px;
    font-size: 17px;
    margin-top: 10px;
    color: rgba(33, 42, 48, 0.8);
    border: 0.5px solid rgba(33, 42, 48, 0.1);
}

.cabinClassSelect .cabinWrapper .classSelect:focus {
    outline: 0.5px solid rgba(33, 42, 48, 0.1);
}

@media (max-width: 1100px) {
    .cabinClassSelect .cabinWrapper .classSelect {
        width: 100%;
        z-index: 100;
    }
}

.cabinClassNone {
    display: block;
}

.modalWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 12;
    display: none;
}

@media (max-width: 1100px) {
    .modalWrapper {
        min-width: 100%;
        min-height: 100%;
    }
    .modalWrapper > * {
        pointer-events: none;
    }
}

.modalWrapper .modalContent {
    min-height: 292px;
    max-height: 392px;
    min-width: 328px;
    max-width: 428px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
}

@media (max-width: 1100px) {
    .modalWrapper .modalContent {
        min-width: 100%;
        min-height: 100%;
    }
}

.modalWrapper .modalContent > * {
    pointer-events: none;
}

.modalWrapper .btnModal {
    background-color: transparent;
    fill: white;
    border: 0;
    float: none;
    position: absolute;
    right: -25px;
    top: -25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    outline: none;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .modalWrapper .btnModal {
        right: 0px;
        top: 5px;
        fill: black;
        z-index: 13;
    }
}

.modalWrapper .modalHeader {
    font-size: 18px;
    margin-bottom: 22px;
    text-align: left;
    width: 100%;
}

.modalWrapper .modalHeader svg {
    position: absolute;
    right: 2.5rem;
}

.modalWrapper p {
    color: #4b4b4b;
    display: block;
    line-height: 1.47;
    margin: 0 0 22px;
    text-align: left;
}

.modalWrapperShow {
    display: block;
}

.inputClr {
    background-color: transparent;
    fill: black;
    opacity: 0.6;
    border: 0;
    position: absolute;
    top: 31px;
    right: 5px;
    float: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    outline: none;
    cursor: pointer;
    display: none;
}

.inputClr.show {
    display: block;
}

.poweredby-wrap {
    width: 1100px;
    margin: 20px auto 0;
}

@media (max-width: 1100px) {
    .poweredby-wrap {
        width: 80%;
        padding: 0 5px;
    }
}

.poweredby-wrap img {
    float: right;
    margin-right: -8px;
}

@media (max-width: 1100px) {
    .poweredby-wrap img {
        margin-right: 0;
    }
}
.hidden {
    display: none;
}
.show {
    display: block;
}
/*# sourceMappingURL=style.css.map */


