@media (max-width: 1500px) {
  .mainBanner .mainBannerImage img,
  .mainBannerSlider .swiper-slide img {
    width: 130%;
    margin-left: -15%;
  }
}
@media (max-width: 1400px) {
  .popupSearch .psContent .pscSearch {
    padding: 30px 50px 30px 30px;
  }
}
@media (max-width: 1200px) {
  .hide1200 {
    display: none;
  }
  .headerMain .mainMenuWidget .mainMenu > li > a {
    font-size: 17px;
    padding: 0 10px;
  }
  .headerMain .mainMenuWidget .mainMenu.smallLinks > li > a {
    font-size: 14px;
    padding: 0 5px;
  }
  .headerMain .headerLrBox .hlrTrigger .val {
    font-size: 14px;
  }
  .headerMain .headerLrBox .hlrTrigger .label {
    font-size: 12px;
  }
  .headerMain .headerLanguage {
    margin-left: 10px;
  }
  .headerMain .headerLrBox {
    margin-left: 15px;
  }
  .headerMain .headerLanguage .langTrigger:before {
    right: 0;
  }
  .headerMain .headerLanguage .langTrigger {
    padding-right: 15px;
  }
}
@media (max-width: 1100px) {
  .hide1100 {
    display: none;
  }
  .searchContainer.overBanner .mainSearchWidget {
    margin-top: -150px;
  }
  .resultGrid .resultLeft {
    width: 200px;
  }
  .resultGrid .resultRight {
    width: calc(100% - 230px);
  }
  .hotelContentBannerWidget .hcbLeft {
    width: 100%;
  }
  .hotelContentBannerWidget .hcbRight {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hotelContentBannerWidget .hcbRight .priceHighlightBox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .hotelContentBannerWidget .hcbRight .wBgBox {
    margin-left: 15px;
  }
  .hotelDetailsGrid .hdgLeft {
    width: calc(100% - 260px);
  }
  .hotelDetailsGrid .hdgRight {
    width: 240px;
  }
  .wideFlightBox .wfwItem .wfiBox .wibTime {
    font-size: 22px;
  }
  .wideFlightBox .wideFlightWrapper .wfwCart {
    width: 160px;
    min-width: 160px;
  }
  .flightsCart .fcGrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bookingGrid .bookingLeft {
    width: calc(100% - 320px);
  }
  .bookingGrid .bookingRight {
    width: 300px;
    margin-left: 20px;
  }
  .bookingSteps .bsItem {
    padding-right: 30px;
    margin-right: 10px;
  }
  .bookingSteps .bsItem:before {
    width: 20px;
  }
  .headerMain .mainMenuWidget .mainMenu.smallLinks > li > a {
    font-size: 13px;
    padding: 0 5px;
  }
}
@media (max-width: 1000px) {
  .hide1000 {
    display: none;
  }
  .mobileMenuTrigger {
    width: 46px;
    height: 46px;
    float: left;
    margin: 12px 8px 12px -5px;
    cursor: pointer;
    display: block;
    position: relative;
  }
  .mobileMenuTrigger .bars {
    width: 22px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #aaa;
    content: " ";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mobileMenuTrigger .bars:before {
    width: 90%;
    height: 2px;
    position: absolute;
    top: -6px;
    left: 0;
    background: #aaa;
    content: " ";
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mobileMenuTrigger .bars:after {
    width: 70%;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #aaa;
    content: " ";
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mobileMenuTrigger:hover .bars:before,
  .mobileMenuTrigger:hover .bars:after {
    width: 100%;
  }
  .headerMain .headerLogo {
    width: 154px;
    height: 60px;
  }
  .headerMain .headerRight {
    margin: 10px 0;
  }
  .headerMain .mainMenuWidget {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -110%;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    margin: 0;
    z-index: 99999;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .headerMain .mainMenuWidget.showMenu {
    left: 0;
  }
  .headerMain .mmClose {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
    opacity: 0.6;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .headerMain .mmClose:before {
    width: 70%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
    content: " ";
  }
  .headerMain .mmClose:after {
    width: 70%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background: #fff;
    content: " ";
  }
  .headerMain .mmClose:hover {
    opacity: 0.8;
  }
  .headerMain .mainMenuWidget .mainMenu {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 50px;
  }
  .headerMain .mainMenuWidget .mainMenu::-webkit-scrollbar {
    display: none;
  }
  .headerMain .mainMenuWidget .mainMenu > li {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 20px 0;
  }
  .headerMain .mainMenuWidget .mainMenu > li:before {
    display: none;
  }
  .headerMain .mainMenuWidget .mainMenu > li > a {
    float: none;
    display: inline-block;
    color: #fff !important;
    line-height: normal;
    font-size: 20px;
  }
  .headerMain .mainMenuWidget .mainMenu > li .mmDrop.wide,
  .headerMain .mainMenuWidget .mainMenu > li .mmDrop.full,
  .headerMain .mainMenuWidget .mainMenu > li .mmDrop {
    width: calc(100% - 20px);
    float: left;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin: 10px 10px 0 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    text-align: left;
  }
  .headerMain .mainMenuWidget .mainMenu > li .mmDrop .dropList li a,
  .headerMain .mainMenuWidget .mainMenu > li .mmDrop .basicTitle {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .headerMain .mainMenuWidget .mainMenu > li .mmDrop .dropList li a:before {
    display: none;
  }
  .headerMain.centerBased .headerContent {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
  }
  .headerMain.centerBased .headerBottom {
    background: #fff;
  }
  .headerMain.centerBased .headerBottom .hbWrapper,
  .headerMain.centerBased .headerContent .hcWrapper {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }
  .headerMain.centerBased.darkBottom .headerBottom {
    background: #d4d8db;
  }
  .mainSearchWidget .mswNav li {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 0 10px;
  }
  .mainSearchWidget .mswTabs .mswTab {
    padding: 10px 15px;
  }
  .msInput .msiLabel {
    font-size: 13px;
  }
  .msInput .valText,
  .msInput .valInput {
    font-size: 16px;
  }
  .flexGrid.quad .gridCol {
    width: 33.3%;
  }
  .resultGrid .resultLeft {
    width: 100%;
  }
  .resultGrid .resultRight {
    width: 100%;
  }
  .mobileFiltersTrigger {
    width: calc(100% - 30px);
    height: 44px;
    float: left;
    display: block;
    background: #e7eaf0;
    margin: 5px 15px;
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    color: #606367;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
  }
  .filtersMain.fullWideFilters,
  .filtersMain {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -110%;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    margin: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .filtersMain.showFilters {
    left: 0;
  }
  .fmMobileTitle {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  .fmMobileTitle .title {
    width: auto;
    height: 60px;
    float: left;
    line-height: 60px;
    color: #666;
    font-size: 16px;
    margin-left: 15px;
  }
  .fmMobileTitle .fmMobileClose {
    width: 46px;
    height: 46px;
    float: right;
    margin: 7px;
    position: relative;
    display: block;
    cursor: pointer;
    opacity: 0.6;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .fmMobileTitle .fmMobileClose:before {
    width: 60%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background: #999;
    content: " ";
  }
  .fmMobileTitle .fmMobileClose:after {
    width: 60%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background: #999;
    content: " ";
  }
  .fmMobileTitle .fmMobileClose:hover {
    opacity: 0.8;
  }
  .filtersMain .fmContent {
    width: 100%;
    height: calc(100% - 60px);
    float: left;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 30% 50px 30%;
  }
  .filtersMain .fmContent::-webkit-scrollbar {
    display: none;
  }
  .filtersMain.fullWideFilters .fmContent {
    display: block;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .filtersMain.fullWideFilters .filtersCol {
    width: 100%;
    border: none;
  }
  .filtersMain.fullWideFilters .filterContentBox {
    width: 100%;
    float: left;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .wideRoomBox .roomImage {
    width: 200px;
    min-width: 200px;
  }
  .wideRoomBox .roomTitle {
    font-size: 18px;
  }
  .wideRoomBox .roomDescLine {
    font-size: 13px;
  }
  .wideRoomBox .roomPrices .rpMainPrice.fs26 {
    font-size: 22px !important;
  }
  .extraServiceBox .esbLeft {
    width: 160px;
    min-width: 160px;
  }
  .headerMain .headerTopBand .htSearch {
    width: 110px;
  }
}
@media (max-width: 900px) {
  .hide900 {
    display: none;
  }
  .headerMain .headerTopBand .htLeft {
    display: none;
  }
  .headerMain .hbMenu .hbm > li > a {
    font-size: 15px;
    padding: 0 10px;
  }
  .searchContainer.overBanner .mainSearchWidget {
    margin-top: 15px;
  }
  .mainBannerSlider .swiper-button-next {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 10px;
    line-height: 29px;
  }
  .mainBannerSlider .swiper-button-prev {
    width: 32px;
    height: 32px;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 46px;
    line-height: 29px;
  }
  .mainBannerColoredBox {
    height: 150px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainBannerColoredBox .coloredBoxTitle {
    font-size: 30px;
  }
  .msFlexForm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .msFlexForm .msButton {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .wideResultBox .wrbTitleLine .title {
    font-size: 18px;
  }
  .wideResultBox .wrbDescLine {
    font-size: 13px;
  }
  .wideResultBox .wrbContent .wcRightCol {
    width: 180px;
  }
  .wideResultBox .wrbContent .wcDetailsCol {
    width: calc(100% - 180px);
  }
  .wideResultBox .wrbPrices .wpLabel.fs18 {
    font-size: 15px !important;
  }
  .wideResultBox .wrbPrices .wpLabel {
    font-size: 12px;
  }
  .wideResultBox .wrbPrices .wpDiscount {
    font-size: 13px;
  }
  .wideResultBox .wrbPrices .wpOldPrice {
    font-size: 14px;
  }
  .wideResultBox .wrbPrices .wpMainPrice.fs26 {
    font-size: 22px !important;
  }
  .hotelBannerContainer .hbcImage:before {
    padding-top: 60%;
  }
  .hotelTopTitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hotelTopTitle .httGrow {
    margin-bottom: 10px;
  }
  .hotelTopTitle .httRight {
    padding-left: 0;
    padding-right: 15px;
  }
  .rcDoubleFlights .rdfHalf {
    width: calc(50% - 7px);
  }
  .dateRoomsWidget .drwLeft {
    width: 100%;
  }
  .dateRoomsWidget .drwRight {
    width: 100%;
  }
  .dateRoomsWidget .drwLeft .nightNav {
    margin: 12px 0;
  }
  .dateRoomsWidget .drwLeft .drwBox {
    background: none;
    border: none;
    padding-left: 0;
    margin-top: 15px;
  }
  .bookingGrid .bookingLeft {
    width: 100%;
    float: left;
  }
  .bookingGrid .bookingRight {
    margin-left: 0;
    width: 100%;
  }
  .bookingCartMain {
    width: 100%;
    min-width: 320px;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    margin: 0;
    padding: 12px;
    border-radius: 8px 8px 0 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  }
  .bookingCartMain .bcmBottom {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bookingCartMain .bcmBottom .bcmMinInfo {
    display: none;
  }
  .bookingCartMain .bcmPrices {
    height: 32px;
  }
  .bookingCartMain .bcmBottom .bcmLinkHolder {
    display: none;
  }
  .bookingCartMain .bcmBottom .bcmPrices .bpPrices br {
    display: none;
  }
  .bookingCartMain .bCartTrigger {
    display: block;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    margin-bottom: 5px;
    padding-bottom: 7px;
    font-size: 13px;
    height: 27px;
  }
  .bookingCartMain .completeBookingBt {
    margin-top: 10px;
  }
  .bookingCartMain .bcmContent .bccHolder {
    max-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    /* Track */
    /* Handle */
  }
  .bookingCartMain .bcmContent .bccHolder::-webkit-scrollbar {
    width: 4px;
    background: #f1f1f1;
  }
  .bookingCartMain .bcmContent .bccHolder::-webkit-scrollbar-track {
    background: none;
    border-radius: 5px;
  }
  .bookingCartMain .bcmContent .bccHolder::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
  }
  .bookingCartMain .bcmContent .bccHolder.h100 {
    max-height: 100px;
  }
  .bookingCartMain .bcmContent .bccHolder.h150 {
    max-height: 150px;
  }
  .bookingCartMain .bcmContent .bccHolder.h200 {
    max-height: 200px;
  }
  .bookingCartMain .bcmContent .bccHolder.h250 {
    max-height: 250px;
  }
  .bookingCartMain .bcmContent .bccHolder.h300 {
    max-height: 300px;
  }
  .bookingCartMain .bcmContent .bccHolder.h350 {
    max-height: 350px;
  }
  .bookingCartMain .bcmContent .bccHolder.h400 {
    max-height: 400px;
  }
  .bookingCartMain .bcmContent .bccHolder.h450 {
    max-height: 450px;
  }
  .bookingCartMain .bcmContent .bccHolder.h500 {
    max-height: 500px;
  }
  .bookingCartMain .bcmContent .bccClose {
    width: 36px;
    height: 0;
    float: right;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #999;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bookingCartMain.showContent .bcmContent .bccHolder {
    max-height: calc(100vh - 320px);
  }
  .bookingCartMain.showContent .bcmContent .bccClose {
    margin-bottom: 10px;
    height: 36px;
  }
  .resdTicket {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .resdTicket .resdRight,
  .resdTicket .resdCenter,
  .resdTicket .resdLeft {
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .resdTicket .resdRight:last-child,
  .resdTicket .resdCenter:last-child,
  .resdTicket .resdLeft:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .flexAgencyBoxes .faBox {
    width: calc(50% - 20px);
  }
  .resultTransferBox .rtfbCenter {
    width: calc(100% - 235px);
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .hide800 {
    display: none;
  }
  .headerMain .headerTopBand .htSpecs {
    display: none;
  }
  .msFlexForm .msElement.noBorder,
  .msFlexForm .msElement {
    width: 33%;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
    margin-right: 0;
    padding-right: 10px;
  }
  .flexGrid.quad .gridCol,
  .flexGrid.triple .gridCol {
    width: 50%;
  }
  .footerMain .footerCol {
    width: 33.3%;
    border: none;
    padding-bottom: 15px;
  }
  .quadIconBoxes.triple .qibBox,
  .quadIconBoxes .qibBox {
    padding: 10px;
  }
  .quadIconBoxes .qibBox .qbTitle {
    font-size: 16px;
  }
  .filtersMain .fmContent {
    padding: 0 20% 50px 20%;
  }
  .wideResultBox.wideImage .wrbImage,
  .wideResultBox .wrbImage {
    width: 220px;
    min-width: 220px;
  }
  .wideResultBox .wrbRoomType {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hotelContentBannerWidget .hcbBottomOptions .hcbItem {
    width: 20%;
  }
  .hotelContentBannerWidget .hcbBottomOptions .hcbItem:nth-child(5) {
    display: none;
  }
  .priceHighlightBox .phbPrices .discount {
    font-size: 20px;
  }
  .hotelDetailsGrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hotelDetailsGrid .hdgRight,
  .hotelDetailsGrid .hdgLeft {
    width: 100%;
    margin: 0;
  }
  .rcFullFlights .rcfDates .rcfDate .date {
    font-size: 13px;
  }
  .rcFullFlights .rcfDates .rcfDate .day {
    font-size: 12px;
  }
  .dateRoomsWidget .drwTitle .drwContent .val {
    font-size: 18px;
  }
  .dateAccBox .dabFlex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dateAccBox .dabDate {
    width: 100%;
    margin-bottom: 10px;
  }
  .dateAccBox .dabRight {
    width: 100%;
    padding-top: 10px;
  }
  .dateAccBox .dabAccCt {
    padding: 0 5px;
  }
  .wideFlightBox .wfwItem .wfiLeft {
    width: 120px;
    min-width: 120px;
  }
  .wideFlightBox .wfwItem .wfiBox .wibTime {
    font-size: 18px;
  }
  .flightsCart .fcGrid .fcgCol {
    width: 50%;
    margin-bottom: 15px;
  }
  .flexGrid.contactMap .gridCol {
    width: 100%;
  }
  .mainSearchWidget .mswRooms .mswRoomBox {
    width: calc(50% - 20px);
  }
  .wideFlexFlightBox .wffContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideFlexFlightBox .wffContent .wffCol:first-child,
  .wideFlexFlightBox .wffContent .wffCol:last-child,
  .wideFlexFlightBox .wffContent .wffCol {
    padding: 8px;
    border: 1px solid #ebebeb !important;
  }
  .wideRoomBox .roomRight {
    min-width: 100px;
  }
  .loginContainer .lcLeft {
    padding: 25px;
  }
  .loginContainer .lcLeft .lclSub {
    font-size: 22px;
  }
  .loginContainer .lcLeft .lclTitle {
    font-size: 28px;
  }
  .loginContainer .lcLeft .lclText {
    font-size: 14px;
  }
  .loginContainer .lcLeft {
    width: calc(100% - 320px);
  }
  .loginContainer .lcRight {
    width: 320px;
  }
  .popupSearch .psContent .pscGrid .pscGridCol:nth-child(4) {
    display: none;
  }
  .popupSearch .psContent .pscGrid .pscGridCol {
    width: 33.3%;
  }
}
@media (max-width: 700px) {
  .hide700 {
    display: none;
  }
  .headerMain .hbMenu .hbm > li {
    height: 30px;
  }
  .headerMain .hbMenu .hbm > li > a {
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    padding: 0 7px;
  }
  .flexGrid {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .flexGrid .gridCol {
    padding: 10px;
  }
  .fullNav .fnList li {
    font-size: 15px;
    margin-right: 15px;
  }
  .quadIconBoxes.triple .qibBox,
  .quadIconBoxes .qibBox {
    width: 50%;
  }
  .wideResultBox .wrbContent .wcVerticalGrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideResultBox .wrbContent .wcDetailsCol {
    width: 100%;
    padding-right: 0;
  }
  .wideResultBox .wrbContent .wcRightCol {
    width: 100%;
    margin-top: 10px;
  }
  .wideResultBox .wrbContent .wcRightCol .tr {
    text-align: left !important;
  }
  .wideResultBox .wrbContent .freeFlexGrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideResultBox .wrbContent .freeFlexGrid .freeGridCol {
    margin-top: 5px;
  }
  .hotelContentBannerWidget .hcbBottomOptions .hcbItem {
    width: 25%;
  }
  .hotelContentBannerWidget .hcbBottomOptions .hcbItem:nth-child(4) {
    display: none;
  }
  .hotelContentBannerWidget .hcbRight {
    display: block;
  }
  .hotelContentBannerWidget .hcbRight .wBgBox {
    margin-left: 0;
  }
  .flightsDoubleGrid .gridCol {
    width: 100%;
  }
  .bookingPersonBox,
  .bookingGrid .wBgBox {
    padding: 15px;
  }
  .clickToShowRadioWidget {
    padding: 10px 0;
  }
  .containerLeft {
    width: 200px;
  }
  .containerRight {
    width: calc(100% - 220px);
    margin-left: 20px;
  }
  .msInput .msiDrop.mobileFixedDrop {
    top: 60px;
    width: calc(100% + 20px);
    right: -10px;
  }
  .hTemplateWidget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hTemplateWidget .htGridItem {
    margin-bottom: 15px;
  }
  .newGalleryPopup .ngpContent {
    width: 100%;
    height: 100%;
    max-width: none;
    border: none;
    border-radius: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newGalleryPopup .ngpContent .ncLeft {
    width: 100%;
    height: auto;
    padding-top: 60px;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    float: left;
    max-height: 60%;
  }
  .newGalleryPopup .ngpContent .ngRight {
    width: 100%;
    height: auto;
    padding-top: 10px;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .newGalleryPopup .ngpContent .ngRight .nrList li {
    width: 31.3%;
  }
  .basicGallery li {
    width: calc(33.3% - 6px);
  }
  .basicImageTextBox .bitImage {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  .hide600 {
    display: none;
  }
  .headerMain .headerLogo {
    width: 129px;
    height: 50px;
    margin: 10px 0;
  }
  .headerMain .headerPhone .hpRight {
    display: none;
  }
  .mainBanner .mainBannerImage img,
  .mainBannerSlider .swiper-slide img {
    width: 160%;
    margin-left: -30%;
  }
  .msFlexForm .msElement {
    width: 50%;
  }
  .mainSearchWidget.smallSearch .mswNav li,
  .mainSearchWidget .mswNav li {
    font-size: 13px;
    margin: 0 8px;
  }
  .verticalBox .vbContent {
    padding: 10px;
  }
  .verticalBox .vbTitleLine .title {
    font-size: 16px;
  }
  .footerMain .footerCol {
    width: 50%;
    border: none;
  }
  .wideResultBox .wrbWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideResultBox.wideImage .wrbImage,
  .wideResultBox .wrbImage {
    width: 100%;
    margin-right: 0;
  }
  .sorterFilterHolder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sorterFilterHolder .sfhRight {
    margin-top: 10px;
  }
  .wideResultBox.imageRight .wrbImage {
    margin: 0;
  }
  .hotelBannerContainer .hbcTriple .hctImage:before {
    padding-top: 100%;
  }
  .hotelBannerContainer .hbcTriple .hctImage:nth-child(3):before,
  .hotelBannerContainer .hbcTriple .hctImage:nth-child(2):before {
    padding-top: calc(50% - 1px);
  }
  .hotelTopTitle .title {
    font-size: 25px;
  }
  .hotelInfoBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideRoomBox .wideRoomWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideRoomBox.smallBox .wideRoomWrapper .roomImage,
  .wideRoomBox .roomImage {
    width: 100%;
  }
  .wideRoomBox.smallBox .wideRoomWrapper .roomImage .image,
  .wideRoomBox .roomImage .image {
    max-height: 200px;
    overflow: hidden;
  }
  .wideRoomBox .roomContent {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 0 10px;
  }
  .wideRoomBox .roomRight {
    margin-top: 15px;
    width: 100%;
  }
  .wideRoomBox .roomRight .tr {
    text-align: left !important;
  }
  .rcFullFlights .rcfDates .rcfDate {
    width: calc(33.3% - 4px);
  }
  .rcFullFlights .rcfDates .rcfDate:nth-child(5),
  .rcFullFlights .rcfDates .rcfDate:nth-child(1) {
    display: none;
  }
  .pfFlights .pfItem {
    width: 100%;
    margin-bottom: 10px;
  }
  .pfItem .pfiTimes {
    font-size: 18px;
  }
  .rcDoubleFlights .rdfHalf {
    width: 100%;
    float: left;
  }
  .dateRoomsWidget .drwContent .val {
    font-size: 16px;
  }
  .dateAccBox .dabCenter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dateAccBox .dabCenter .dcCol {
    width: 50%;
    border-bottom: 1px solid #ebebeb;
    border-left: none;
    padding: 6px 0;
  }
  .wideFlightBox .wideFlightWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideFlightBox .wideFlightWrapper .wfwCart {
    width: 100%;
    border-left: none;
    border-top: 1px solid #ebebeb;
  }
  .wideFlightBox .wideFlightWrapper .wfwCart .wfrPrice {
    margin-top: 0;
  }
  .flight-detail-box.half {
    width: 100%;
    margin-bottom: 15px;
  }
  .lineRadioItem .lriWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lineRadioItem .lriWrapper .lriLogo,
  .lineRadioItem .lriWrapper .lriText {
    width: 100%;
    float: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .hTemplateWidget .htGridItem {
    width: 33.3%;
  }
  .pfFlights .pffHalf {
    width: 100%;
  }
  .wideFlexFlightBox .wffDetails .halfDiv {
    width: 100%;
  }
  .loginContainer {
    display: block;
    min-height: 0;
  }
  .loginContainer .lcRight,
  .loginContainer .lcLeft {
    width: 100%;
  }
  .flexAgencyBoxes .faBox .fabTitle {
    font-size: 16px;
  }
  .flexAgencyBoxes .faBox .fabAddress {
    font-size: 13px;
  }
  .flexAgencyBoxes .faBox .fabDetails {
    font-size: 11px;
  }
  .flexAgencyBoxes .faBox .fabCenterLink .fabShowOnMap {
    font-size: 13px;
  }
  .resultTransferBox .rtfbImage {
    width: 100%;
    float: left;
  }
  .resultTransferBox .rtfbRight,
  .resultTransferBox .rtfbCenter {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .popupSearch .psContent .pscSearch {
    padding: 30px 50px 30px 0px;
  }
  .popupSearch .psContent .pscGrid .pscGridCol:nth-child(3) {
    display: none;
  }
  .popupSearch .psContent .pscGrid .pscGridCol {
    width: 50%;
  }
  .searchClosedBox .scbIcon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .searchClosedBox .scbRight {
    width: calc(100% - 50px);
  }
}
@media (max-width: 550px) {
  .hide550 {
    display: none;
  }
  .flexFormHolder .ffGridItem.quad,
  .flexFormHolder .ffGridItem.forTriple,
  .flexFormHolder .ffGridItem.triple,
  .flexFormHolder .ffGridItem.half,
  .bookingGrid .flexFormHolder .flexGrid {
    width: 100%;
  }
  .bookingGrid .optionList.double li {
    width: 100%;
  }
  .extraServiceBox {
    display: block;
  }
  .extraServiceBox.smallLeft .esbLeft,
  .extraServiceBox .esbLeft {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .singleLineOption .sloLeft,
  .singleLineOption .sloRight {
    width: 100%;
    text-align: left;
  }
  .optionAccBox .opbTop {
    display: block;
  }
  .optionAccBox .opbTop .opbFloat,
  .optionAccBox .opbTop .opbGrow {
    width: 100%;
  }
  .optionAccBox .opbLogoList {
    width: 100%;
    float: left;
  }
  .containerRight,
  .containerLeft {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .hide500 {
    display: none;
  }
  .headerMain .headerLrBox .hlrTrigger .hlrRight {
    display: none;
  }
  .headerMain .headerLrBox .hlrTrigger {
    padding-right: 15px;
  }
  .headerMain .headerLrBox {
    margin-left: 5px;
  }
  .wideRoomBox .roomOptItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideRoomBox .roomOptItem .roCol {
    width: 100%;
    float: left;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }
  .wideRoomBox .roomOptItem .roCol .tr {
    text-align: left !important;
  }
  .wideRoomBox .roomOptItem .roCol .autoButton.fr {
    float: left !important;
  }
  .rcFullFlights .rcfDates {
    width: calc(100% + 40px);
    margin: -10px -20px 10px -20px;
  }
  .hdCart .hdcHalf {
    width: 100%;
  }
  .wideFlightBox .wfwItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wideFlightBox .wfwItem .wfiLeft {
    width: 100%;
  }
  .wideFlightBox .wfwItem .wfiRight {
    margin: 0;
    margin-top: 10px;
  }
  .wideFlightBox.smallBox .wfwItem .wfiBox,
  .wideFlightBox .wfwItem .wfiBox {
    width: 100%;
    text-align: left;
  }
  .wideFlightBox.smallBox .wfwItem .wfiRoute,
  .wideFlightBox .wfwItem .wfiRoute {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
  }
  .wideFlightBox .wfwItem .wfiRoute .routeBar {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 0;
    margin: 0;
  }
  .wideFlightBox .wfwItem .wfiRoute .routeBar:before {
    left: -6px;
    top: 0;
  }
  .wideFlightBox .wfwItem .wfiRoute .routeBar:after {
    right: auto;
    top: auto;
    left: -6px;
    bottom: 0;
  }
  .flightsCart .fcGrid .fcgCol {
    width: 100%;
    margin-bottom: 15px;
  }
  .wideFlightBox .wfwItem .wfwAirline {
    margin-bottom: 5px;
  }
  .extraServiceBox .esbTriple {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .extraServiceBox .esbTriple .etBox {
    width: calc(100% - 10px);
  }
  .optionAccBox .opbContent {
    padding: 20px;
  }
  .mainSearchWidget .mswRooms .mswRoomBox {
    width: calc(100% - 20px);
  }
  .pfSingleRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pfSingleRow .pfsRight,
  .pfSingleRow .pfsHolder {
    width: 100%;
    margin: 0;
  }
  .headerMain .mainMenuWidget .mainMenu > li .mmDrop.wide .flexGrid.double .gridCol {
    width: 100%;
  }
  .checkInstallmentOptions .cioBox {
    width: 130px;
  }
}
@media (max-width: 450px) {
  .hide450 {
    display: none;
  }
  .flexGrid.quad .gridCol,
  .flexGrid.triple .gridCol {
    width: 100%;
  }
  .basicTitle.fs26 {
    font-size: 20px !important;
  }
  .quadIconBoxes .qibBox .qbIcon .icon {
    width: 70px;
    height: 70px;
    line-height: 66px;
    font-size: 20px;
  }
  .quadIconBoxes {
    width: calc(100% + 30px);
    margin: -15px;
  }
  .filtersMain .fmContent {
    padding: 0 30px 50px 30px;
  }
  .freeGridCol.displayFlex {
    display: block;
  }
  .hotelBannerContainer .hbcImage:before {
    padding-top: 80%;
  }
  .hotelContentBannerWidget .hcbBottomOptions {
    display: none;
  }
  .dateRoomsWidget .drwTitle .drwContent .val {
    font-size: 15px;
  }
  .dateRoomsWidget .drwContent .label {
    font-size: 11px;
  }
  .hTemplateWidget .htGridItem {
    width: 50%;
  }
  .htgBorderList.simpleAccContent {
    display: none;
  }
  .flexAgencyBoxes .faBox {
    width: calc(100% - 20px);
  }
  .basicGallery li {
    width: calc(50% - 6px);
  }
  .basicImageTextBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basicImageTextBox .bitImage {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .basicImageTextBox .bitImage:before {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 50%;
    content: " ";
  }
  .basicImageTextBox .bitImage img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .basicImageTextBox .bitContent {
    margin-top: 10px;
    margin-left: 0;
  }
  .headerMain .headerTopBand .htLang .label {
    display: none;
  }
}
@media (max-width: 400px) {
  .hide400 {
    display: none;
  }
  .headerMain .headerLrBox .hlrTrigger {
    padding: 0;
  }
  .headerMain .headerLanguage {
    margin-right: -5px;
  }
  .headerMain .headerLanguage .langTrigger {
    padding: 0;
  }
  .headerMain .headerLanguage .langTrigger:before,
  .headerMain .headerLrBox .hlrTrigger:before {
    display: none;
  }
  .headerMain .headerLrBox .hlrTrigger {
    border: none;
  }
  .headerMain .headerLrBox .hlrTrigger .hlrIcon {
    margin: 10px 4px;
  }
  .headerMain .headerRight,
  .headerMain .headerLogo {
    margin: 0;
  }
  body.solvexTheme .headerMain .headerLogo {
    width: 103px;
    height: 40px;
    margin: 5px 0;
  }
  .mobileMenuTrigger {
    margin: 2px 5px 2px -10px;
  }
  .msFlexForm .msElement {
    width: 100%;
    padding-right: 0;
  }
  .mainSearchWidget.smallSearch .msFlexForm .msButton,
  .msFlexForm .msButton {
    width: 100%;
    margin: 10px 0 5px 0;
  }
  .footerMain .footerCol {
    width: 100%;
  }
  .rcFullFlights .rcfDates .rcfBt {
    width: 20px;
  }
  .rcFullFlights .rcfDates .rcfDate {
    border-radius: 5px;
  }
  .rcFullFlights .rcfDates .rcfDate .date {
    font-size: 12px;
  }
  .msInput.posStatic {
    position: relative;
  }
  .msInput .msiDrop.mobileFixedDrop {
    top: 100%;
  }
  .hTemplateWidget .htGridItem {
    width: 100%;
    padding-right: 0;
  }
  .resultTransferBox .rbtSpecs .specBox {
    width: calc(100% - 10px);
  }
}