@charset "UTF-8";
html {
  --global-color-forground: 77, 77, 77;
  --global-color-forground-light: 136, 136, 136;
  --global-color-page: 243, 243, 243;
  --global-color-gray: 170, 170, 170;
  --global-color-border: 225, 225, 225;
  --global-color-border-light: 250, 250, 250;
  --global-color-primary: 0, 173, 239;
  --global-color-primary-light: 0, 123, 255;
  --global-color-accent: 252, 176, 64;
  --global-color-accent-light: 232, 165, 71;
  --global-color-error: 255, 0, 0;
  --global-color-error-light: 255, 100, 100;
  --global-color-approve: 100, 37, 211;
  --global-color-black: 0, 0, 0;
  --global-color-white: 255, 255, 255;
  --global-width-main: 1140px; }

.collapse {
  display: initial; }

.expand {
  display: initial; }

.widget-input.errorInput .errorMsg, .inner-pages-fields .errorMsg, .flight-order-details__tmura--button .errorMsg {
  display: block;
  position: absolute;
  top: 3.5rem;
  left: 0;
  border: 1px solid red;
  padding: 5px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: .813rem;
  color: red;
  z-index: 1;
  background: RGB(var(--global-color-white)); }
  @media (min-width: 768px) {
    .widget-input.errorInput .errorMsg, .inner-pages-fields .errorMsg, .flight-order-details__tmura--button .errorMsg {
      top: 4.5rem;
      left: 0.5rem;
      padding: 0.25rem 0.5rem; } }
  .widget-input.errorInput .errorMsg:after, .inner-pages-fields .errorMsg:after, .flight-order-details__tmura--button .errorMsg:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: -4px;
    left: 7px;
    background: RGB(var(--global-color-white));
    border: 1px solid;
    border-color: red transparent transparent red; }

.pz-page__header .close-pz-order-holder, .extraServicesModule.wizardPage .additionalServicesWizard__close, .paymentModule.confirmationPage .additionalServicesWizard__close, .cancellationPolicy__tooltip-close {
  display: block;
  position: absolute;
  top: -0.625rem;
  left: -3.5rem;
  font-size: 0;
  padding: 0;
  color: RGB(var(--global-color-white));
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer; }
  .pz-page__header .close-pz-order-holder:before, .extraServicesModule.wizardPage .additionalServicesWizard__close:before, .paymentModule.confirmationPage .additionalServicesWizard__close:before, .cancellationPolicy__tooltip-close:before {
    content: "";
    font-family: lognet;
    font-style: normal;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    font-size: 3rem;
    line-height: 1; }
  @media (max-width: 767px) {
    .pz-page__header .close-pz-order-holder, .extraServicesModule.wizardPage .additionalServicesWizard__close, .paymentModule.confirmationPage .additionalServicesWizard__close, .cancellationPolicy__tooltip-close {
      top: 0.25rem;
      left: 0.75rem;
      color: RGB(var(--global-color-primary)); } }
  .pz-page__header .close-pz-order-holder:hover, .extraServicesModule.wizardPage .additionalServicesWizard__close:hover, .paymentModule.confirmationPage .additionalServicesWizard__close:hover, .cancellationPolicy__tooltip-close:hover {
    color: RGB(var(--global-color-primary));
    text-decoration: none; }

@font-face {
  font-family: 'lognet';
  src: url("../../../../basic/fonts/lognet.eot?6659439");
  src: url("../../../../basic/fonts/lognet.eot?6659439#iefix") format("embedded-opentype"), url("../../../../basic/fonts/lognet.woff2?6659439") format("woff2"), url("../../../../basic/fonts/lognet.woff?6659439") format("woff"), url("../../../../basic/fonts/lognet.ttf?6659439") format("truetype"), url("../../../../basic/fonts/lognet.svg?6659439#lognet") format("svg");
  font-weight: normal;
  font-style: normal; }

#toolBarPencilDiv {
  position: fixed !important;
  right: 2% !important; }
  #toolBarPencilDiv .oepopupsection {
    position: relative !important;
    top: 0 !important;
    right: 20px !important;
    left: 0 !important; }

body.editMode #toolBarPencilDiv {
  display: none; }

body.editMode .sortable {
  width: auto; }

body.editMode #mainContent {
  padding-top: 100px; }

.site-header {
  position: fixed;
  width: 100%;
  height: 3.5rem;
  z-index: 101;
  padding: 0;
  background: transparent;
  box-shadow: none; }
  @media (min-width: 1025px) {
    .site-header {
      position: absolute;
      background: linear-gradient(to bottom, RGBA(var(--global-color-black), 0.3) 0%, RGBA(var(--global-color-white), 0.1) 100%);
      border-bottom: 1px solid RGBA(var(--global-color-white), 0.4); } }
  @media (min-width: 1200px) {
    .site-header {
      height: 6.25rem;
      padding: 0.6rem 0 0; } }
  .site-header.fixed {
    background: RGBA(0, 0, 0, 0.75); }
  .darkHeader .site-header,
  .innerpages .site-header {
    background: transparent;
    border: 0; }
    .darkHeader .site-header .header-inner .header-utils a,
    .innerpages .site-header .header-inner .header-utils a {
      color: RGB(var(--global-color-black)); }
    .darkHeader .site-header .header-inner .header-utils svg,
    .innerpages .site-header .header-inner .header-utils svg {
      fill: RGB(var(--global-color-black)); }
  .darkHeader .site-header {
    border-bottom: 1px solid #ced4da; }
  .site-header .header-inner {
    height: 100%;
    padding: 0 1rem;
    box-shadow: 0 1px 5px 1px RGBA(0, 0, 0, 0.4);
    z-index: 2; }
    @media (min-width: 768px) {
      .site-header .header-inner {
        height: auto;
        padding: 0.6rem 1rem 0.4rem; } }
    @media (min-width: 1200px) {
      .site-header .header-inner {
        margin-bottom: 0.8rem;
        padding: 0;
        box-shadow: none;
        z-index: 0; } }
    .site-header .header-inner .row {
      height: 100%; }
      @media (min-width: 768px) {
        .site-header .header-inner .row {
          height: auto; } }
    .site-header .header-inner .brand-wrapper {
      height: 100%;
      line-height: 4.5rem; }
      @media (min-width: 768px) {
        .site-header .header-inner .brand-wrapper {
          line-height: inherit; } }
      .site-header .header-inner .brand-wrapper .site-brand {
        display: block;
        height: 100%;
        margin: 0; }
        .site-header .header-inner .brand-wrapper .site-brand [class*="brand-"] {
          vertical-align: baseline; }
        .site-header .header-inner .brand-wrapper .site-brand .brand-img {
          display: inline-block;
          width: 2rem; }
        .site-header .header-inner .brand-wrapper .site-brand .brand-text {
          display: inline-block;
          padding: 0 0.5rem;
          line-height: 1; }
          @media (min-width: 768px) {
            .site-header .header-inner .brand-wrapper .site-brand .brand-text {
              line-height: inherit; } }
          .site-header .header-inner .brand-wrapper .site-brand .brand-text .brand-name {
            display: block;
            font-size: 1.5rem;
            line-height: 1;
            white-space: nowrap; }
            @media (min-width: 768px) {
              .site-header .header-inner .brand-wrapper .site-brand .brand-text .brand-name {
                font-size: 1.15rem; } }
          .site-header .header-inner .brand-wrapper .site-brand .brand-text .brand-motto {
            display: block;
            font-size: 0.85rem; }
            @media (min-width: 768px) {
              .site-header .header-inner .brand-wrapper .site-brand .brand-text .brand-motto {
                font-size: 0.75rem; } }
        @media (min-width: 768px) {
          .site-header .header-inner .brand-wrapper .site-brand {
            height: auto;
            display: inline; } }
        @media (min-width: 1025px) {
          .site-header .header-inner .brand-wrapper .site-brand [class*="brand-"] {
            vertical-align: bottom; }
          .site-header .header-inner .brand-wrapper .site-brand .brand-img {
            display: inline !important;
            width: 2.5rem; }
          .site-header .header-inner .brand-wrapper .site-brand .brand-text {
            padding: 0 0.75rem; }
            .site-header .header-inner .brand-wrapper .site-brand .brand-text .brand-name {
              display: inline-block;
              font-size: 2.15rem; }
              .site-header .header-inner .brand-wrapper .site-brand .brand-text .brand-name:after {
                content: '|';
                font-size: 1rem;
                padding-right: 0.75rem; }
            .site-header .header-inner .brand-wrapper .site-brand .brand-text .brand-motto {
              display: inline-block;
              font-size: 1rem;
              padding: 0 0.5rem; } }
    .site-header .header-inner .header-utils {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      height: 100%;
      color: RGB(var(--global-color-white)); }
      .site-header .header-inner .header-utils a {
        color: RGB(var(--global-color-white)); }
        .site-header .header-inner .header-utils a:hover {
          text-decoration: underline; }
      .site-header .header-inner .header-utils button {
        height: 100%;
        padding: 0 0 0 0.125rem;
        border: 0;
        overflow: hidden;
        background: transparent;
        color: RGB(var(--global-color-white));
        cursor: pointer; }
      .site-header .header-inner .header-utils svg {
        fill: RGB(var(--global-color-white));
        width: 1.75rem; }
      .site-header .header-inner .header-utils .util {
        display: none; }
        @media (min-width: 768px) {
          .site-header .header-inner .header-utils .util {
            display: block; } }
        .site-header .header-inner .header-utils .util.header-mobile {
          display: block; }
          .site-header .header-inner .header-utils .util.header-mobile .menuBtn {
            position: relative;
            width: 1.75rem;
            height: 1.6rem;
            cursor: pointer; }
            @media (min-width: 1025px) {
              .site-header .header-inner .header-utils .util.header-mobile .menuBtn {
                -webkit-transform: scale(0.8);
                        transform: scale(0.8); } }
            .site-header .header-inner .header-utils .util.header-mobile .menuBtn span, .site-header .header-inner .header-utils .util.header-mobile .menuBtn:before, .site-header .header-inner .header-utils .util.header-mobile .menuBtn:after {
              content: '';
              display: block;
              position: absolute;
              left: 0;
              height: 2.5px;
              width: 1.75rem;
              background: RGB(var(--global-color-white));
              margin-bottom: 0.35rem;
              border-radius: 15rem;
              transition: all 0.2s ease-out; }
              @media (max-width: 1024px) {
                .innerpages .site-header .header-inner .header-utils .util.header-mobile .menuBtn span,
                .popup-open .site-header .header-inner .header-utils .util.header-mobile .menuBtn span, .innerpages .site-header .header-inner .header-utils .util.header-mobile .menuBtn:before,
                .popup-open .site-header .header-inner .header-utils .util.header-mobile .menuBtn:before, .innerpages .site-header .header-inner .header-utils .util.header-mobile .menuBtn:after,
                .popup-open .site-header .header-inner .header-utils .util.header-mobile .menuBtn:after {
                  background: RGB(var(--global-color-primary)) !important; } }
              .innerpages .site-header .header-inner .header-utils .util.header-mobile .menuBtn span,
              .darkHeader .site-header .header-inner .header-utils .util.header-mobile .menuBtn span, .innerpages .site-header .header-inner .header-utils .util.header-mobile .menuBtn:before,
              .darkHeader .site-header .header-inner .header-utils .util.header-mobile .menuBtn:before, .innerpages .site-header .header-inner .header-utils .util.header-mobile .menuBtn:after,
              .darkHeader .site-header .header-inner .header-utils .util.header-mobile .menuBtn:after {
                background: RGB(var(--global-color-black)); }
            .site-header .header-inner .header-utils .util.header-mobile .menuBtn:before {
              top: 0.25rem; }
            .site-header .header-inner .header-utils .util.header-mobile .menuBtn span {
              top: 0.75rem; }
            .site-header .header-inner .header-utils .util.header-mobile .menuBtn:after {
              top: 1.25rem; }
            .site-header .header-inner .header-utils .util.header-mobile .menuBtn.expand span, .site-header .header-inner .header-utils .util.header-mobile .menuBtn.expand:before, .site-header .header-inner .header-utils .util.header-mobile .menuBtn.expand:after {
              top: 0.75rem; }
            .site-header .header-inner .header-utils .util.header-mobile .menuBtn.expand:before {
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
            .site-header .header-inner .header-utils .util.header-mobile .menuBtn.expand:after {
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
            .site-header .header-inner .header-utils .util.header-mobile .menuBtn.expand span {
              opacity: 0; }
        .site-header .header-inner .header-utils .util .phone span {
          display: none; }
          @media (min-width: 768px) {
            .site-header .header-inner .header-utils .util .phone span {
              display: inline; } }
        .site-header .header-inner .header-utils .util a {
          font-size: 0.85rem; }
          @media (min-width: 768px) {
            .site-header .header-inner .header-utils .util a {
              font-size: 1rem; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .site-header .header-inner .header-utils .util a {
      font-size: 0.85rem; } }
          .site-header .header-inner .header-utils .util a .icon {
            font-size: 1.25rem; }
        .site-header .header-inner .header-utils .util a.phone {
          font-size: 0.9rem; }

.site-nav {
  z-index: 11; }
  .site-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none; }
  .site-nav__item {
    text-align: center; }
    .site-nav__item:first-child {
      text-align: right; }
    .site-nav__item.active {
      border-bottom: 5px solid RGB(var(--global-color-accent)); }
      .site-nav__item.active:after {
        display: none; }
    .site-nav__item:hover > a {
      color: RGB(var(--global-color-accent)); }
    .site-nav__item:hover .site-nav__sub {
      max-height: 2000px; }
  .site-nav__link, .site-nav__link--forMobile {
    color: RGB(var(--global-color-primary));
    line-height: 35px;
    font-size: .938rem;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer; }
    .site-nav__link--forMobile {
      display: none; }
      @media (max-width: 1024px) {
        .site-nav__link--forMobile {
          display: block; }
          .site-nav__link--forMobile + .site-nav__link, .site-nav__link--forMobile + .site-nav__link--forMobile {
            display: none; } }
  .site-nav__sub {
    max-width: var(--global-width-main);
    width: 100%;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 0;
    box-shadow: 0 5px 6px 0 RGBA(var(--global-color-black), 0.35);
    transition: max-height .3s ease-in-out; }
    @media (max-width: 1024px) {
      .site-nav__sub {
        position: static;
        box-shadow: none;
        max-height: none;
        display: none; } }
    .site-nav__sub-link, .site-nav__sub-link--forMobile {
      color: RGB(var(--global-color-primary));
      font-size: .875rem;
      font-weight: 600;
      text-decoration: none !important;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .site-nav__sub-link, .site-nav__sub-link--forMobile {
          padding: 0 15px; } }
      .site-nav__sub-link:hover, .site-nav__sub-link--forMobile:hover {
        color: RGB(var(--global-color-accent)); }
    .site-nav__sub-link--forMobile {
      display: none; }
      @media (max-width: 1024px) {
        .site-nav__sub-link--forMobile {
          display: block; }
          .site-nav__sub-link--forMobile + .site-nav__sub-link, .site-nav__sub-link--forMobile + .site-nav__sub-link--forMobile {
            display: none; } }
    .site-nav__sub figure {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 1024px) {
        .site-nav__sub figure {
          line-height: 35px;
          border-top: 1px solid RGB(var(--global-color-border)); } }
    .site-nav__sub-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: RGB(var(--global-color-white));
      padding: 23px;
      border: solid 1px RGB(198, 198, 198);
      text-align: right; }
      @media (max-width: 1024px) {
        .site-nav__sub-inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          background: RGB(var(--global-color-page));
          padding: 0;
          border: 0;
          box-shadow: inset 1px 1px 2px RGBA(var(--global-color-black), 0.6); } }
    .site-nav__sub--caption {
      margin-bottom: 8px; }
      @media (max-width: 1024px) {
        .site-nav__sub--caption {
          margin-bottom: 0; } }
    @media (max-width: 1024px) {
      .site-nav__sub--list {
        display: none; } }
    .site-nav__sub--item {
      margin-bottom: 6px; }
      @media (max-width: 1024px) {
        .site-nav__sub--item {
          margin-bottom: 0;
          text-indent: 20px;
          border-top: 1px solid RGB(var(--global-color-border)); } }
    .site-nav__sub--link {
      font-size: .875rem;
      color: RGB(var(--global-color-black));
      text-decoration: none !important; }
      .site-nav__sub--link:hover {
        color: RGB(var(--global-color-primary-light)); }

.page {
  overflow: hidden; }
  .page-template__item:after {
    content: "";
    display: table;
    clear: both; }
  .page-template__item--fixed:after {
    content: "";
    display: table;
    clear: both; }

.result-page,
.deal-details-page,
.confirmation-page {
  max-width: var(--global-width-main);
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-size: 14px;
  color: RGB(var(--global-color-forground)); }
  .result-page > form,
  .deal-details-page > form,
  .confirmation-page > form {
    width: 100%; }
  .result-page__side,
  .deal-details-page__side,
  .confirmation-page__side {
    display: block; }
    @media (max-width: 1024px) {
      .result-page__side,
      .deal-details-page__side,
      .confirmation-page__side {
        display: none;
        width: 100%; } }
  .result-page a.btnRed,
  .deal-details-page a.btnRed,
  .confirmation-page a.btnRed {
    display: block;
    position: absolute;
    height: 36px;
    left: 20px;
    bottom: 10px;
    padding: 0 20px;
    border: 0;
    border-radius: 3px;
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    color: RGB(var(--global-color-white));
    background-image: linear-gradient(#f87c0f 0%, #eb5c0c 100%);
    transition: background-image ease-in .3s;
    line-height: 2.4; }
    @media (max-width: 1024px) {
      .result-page a.btnRed,
      .deal-details-page a.btnRed,
      .confirmation-page a.btnRed {
        left: 0; } }
  .result-page .flight-order-details__services-clear,
  .deal-details-page .flight-order-details__services-clear,
  .confirmation-page .flight-order-details__services-clear {
    display: none; }

.site-footer {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media (min-width: 768px) {
    .site-footer {
      margin-top: 1rem; } }
  @media (max-width: 1024px) {
    .innerpages .site-footer {
      display: none; } }
  .site-footer .footer-top {
    background: #3c3d41; }
    .site-footer .footer-top .roadmap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0;
      padding: 0; }
      @media (min-width: 1200px) {
        .site-footer .footer-top .roadmap {
          margin: 0 0 -2rem;
          padding: 0 1rem;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (min-width: 1600px) {
        .site-footer .footer-top .roadmap {
          max-width: 1129.08333px; } }
      .site-footer .footer-top .roadmap .collapsing-cover {
        float: right;
        margin-bottom: 1px; }
        @media (min-width: 1200px) {
          .site-footer .footer-top .roadmap .collapsing-cover {
            margin-bottom: 0; } }
        .site-footer .footer-top .roadmap .collapsing-cover input[type="checkbox"] {
          position: absolute;
          opacity: 0; }
          @media (min-width: 1200px) {
            .site-footer .footer-top .roadmap .collapsing-cover input[type="checkbox"] {
              display: none; } }
        .site-footer .footer-top .roadmap .collapsing-cover a {
          color: RGB(var(--global-color-white)); }
        .site-footer .footer-top .roadmap .collapsing-cover input[type="checkbox"]:checked + .group-list-label {
          background: none; }
          .site-footer .footer-top .roadmap .collapsing-cover input[type="checkbox"]:checked + .group-list-label:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
        .site-footer .footer-top .roadmap .collapsing-cover input[type="checkbox"]:checked ~ .collapsible-footer {
          display: none;
          background: none; }
          @media (min-width: 1200px) {
            .site-footer .footer-top .roadmap .collapsing-cover input[type="checkbox"]:checked ~ .collapsible-footer {
              max-height: 100rem;
              display: block; } }
        .site-footer .footer-top .roadmap .collapsing-cover .collapsible-footer {
          display: block;
          overflow: hidden;
          background: #202020;
          padding: 0 1rem; }
          @media (min-width: 1200px) {
            .site-footer .footer-top .roadmap .collapsing-cover .collapsible-footer {
              background: none;
              padding: 0; } }
        .site-footer .footer-top .roadmap .collapsing-cover .group-list {
          margin: 0 0 1rem;
          padding: 0;
          list-style: none; }
          @media (min-width: 1200px) {
            .site-footer .footer-top .roadmap .collapsing-cover .group-list {
              margin: 0 0 2rem; } }
          .site-footer .footer-top .roadmap .collapsing-cover .group-list-header, .site-footer .footer-top .roadmap .collapsing-cover .group-list-label {
            color: RGB(var(--global-color-white));
            font-size: 1.125rem;
            font-weight: bold;
            margin: 0 0 0.2rem; }
          .site-footer .footer-top .roadmap .collapsing-cover .group-list-header {
            display: none; }
            @media (min-width: 1200px) {
              .site-footer .footer-top .roadmap .collapsing-cover .group-list-header {
                display: block; } }
          .site-footer .footer-top .roadmap .collapsing-cover .group-list-label {
            display: block;
            background: #202020;
            margin: 0;
            padding: 1rem 1rem 0.5rem; }
            @media (min-width: 1200px) {
              .site-footer .footer-top .roadmap .collapsing-cover .group-list-label {
                display: none;
                padding: 0; } }
            .site-footer .footer-top .roadmap .collapsing-cover .group-list-label:after {
              content: "";
              font-family: travel-icons;
              font-style: normal;
              transition: -webkit-transform 0.3s ease-in;
              transition: transform 0.3s ease-in;
              transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
              display: block;
              text-decoration: inherit;
              width: 1em;
              text-align: center;
              font-size: 1rem;
              float: left;
              transition: -webkit-transform 0.2s ease-out;
              transition: transform 0.2s ease-out;
              transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
          .site-footer .footer-top .roadmap .collapsing-cover .group-list li {
            padding: 0.5rem 0;
            line-height: 1.4; }
            @media (min-width: 1200px) {
              .site-footer .footer-top .roadmap .collapsing-cover .group-list li {
                padding: 0; } }
            .site-footer .footer-top .roadmap .collapsing-cover .group-list li a {
              font-size: 0.875rem;
              color: RGBA(var(--global-color-white), 0.6); }
    .site-footer .footer-top .contact-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 2rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .site-footer .footer-top .contact-links {
          display: block;
          padding: 0; } }
      @media (min-width: 1600px) {
        .site-footer .footer-top .contact-links {
          max-width: 332.08333px; } }
      .site-footer .footer-top .contact-links .brand-wrapper {
        text-align: center; }
        .site-footer .footer-top .contact-links .brand-wrapper .site-brand .brand-img {
          width: 3rem;
          margin-bottom: 0.5rem; }
          @media (min-width: 768px) {
            .site-footer .footer-top .contact-links .brand-wrapper .site-brand .brand-img {
              width: 4rem;
              margin-bottom: 0.6rem; } }
        .site-footer .footer-top .contact-links .brand-wrapper .site-brand .brand-name {
          display: block;
          font-size: 1.25rem;
          line-height: 1;
          margin-top: 0.5rem; }
          @media (min-width: 768px) {
            .site-footer .footer-top .contact-links .brand-wrapper .site-brand .brand-name {
              font-size: 1.5rem; } }
        .site-footer .footer-top .contact-links .brand-wrapper .site-brand .brand-motto {
          display: block;
          font-size: 0.75rem;
          line-height: 1; }
          @media (min-width: 768px) {
            .site-footer .footer-top .contact-links .brand-wrapper .site-brand .brand-motto {
              font-size: 1rem; } }
      .site-footer .footer-top .contact-links .widget-socials {
        text-align: center;
        padding-top: 0.5rem; }
        .site-footer .footer-top .contact-links .widget-socials .socials-title {
          color: RGB(var(--global-color-white));
          font-size: 0.75rem;
          font-weight: bold;
          margin-bottom: 0.5rem; }
          @media (min-width: 768px) {
            .site-footer .footer-top .contact-links .widget-socials .socials-title {
              font-weight: normal;
              color: RGBA(var(--global-color-white), 0.6);
              margin: 0.25rem 0; } }
        .site-footer .footer-top .contact-links .widget-socials .link {
          display: inline-block;
          padding: 0 0.1rem;
          text-align: center;
          color: RGB(var(--global-color-white)); }
          .site-footer .footer-top .contact-links .widget-socials .link .icon {
            display: block;
            font-size: 1.75rem; }
          .site-footer .footer-top .contact-links .widget-socials .link .text {
            display: block;
            font-size: 0.71875rem;
            color: RGBA(var(--global-color-white), 0.6); }
        @media (min-width: 768px) {
          .site-footer .footer-top .contact-links .widget-socials {
            padding-top: 0; }
            .site-footer .footer-top .contact-links .widget-socials .link {
              padding: 0 0.6rem; }
              .site-footer .footer-top .contact-links .widget-socials .link .icon {
                font-size: 2rem; }
              .site-footer .footer-top .contact-links .widget-socials .link .text {
                font-size: 0.75rem; } }
  .site-footer .footer-bottom {
    background: #202020; }
    .site-footer .footer-bottom .copy {
      display: block;
      margin: 1.5rem 0;
      border: none;
      font-size: 0.85rem;
      color: #adb5bd; }
      @media (min-width: 768px) {
        .site-footer .footer-bottom .copy {
          padding: 0 5rem; } }
      @media (max-width: 1024px) {
        .site-footer .footer-bottom .copy {
          text-align: center; }
          .site-footer .footer-bottom .copy-intro {
            line-height: 40px;
            font-size: .875rem; }
          .site-footer .footer-bottom .copy-outro {
            display: none; } }

body.empty .site-header, body.empty .site-footer, body.empty .access-cover {
  display: none !important; }

.innerpages .textToggle {
  font-size: 0.875rem;
  background: none;
  color: RGB(var(--global-color-primary));
  padding: 0;
  text-decoration: underline; }
  .innerpages .textToggle:hover {
    box-shadow: none;
    color: RGB(var(--global-color-primary-light)); }

.hotel_location .text, .hotel_remarks .text {
  line-height: 19px;
  transition: 0.2s ease-out;
  overflow: hidden; }
  .hotel_location .text.limited, .hotel_remarks .text.limited {
    max-height: 38px; }

.pageNavigation {
  visibility: hidden; }

.access-wrapper {
  display: none; }

.accessLabelHide, .access__target-anchor {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.comp-searchEngine {
  position: static; }
  @media (max-width: 767px) {
    .comp-searchEngine {
      padding: 0;
      height: auto; } }
  .comp-searchEngine.isNewSearch {
    display: block;
    padding: 0;
    height: auto; }
  .comp-searchEngine__engine {
    width: 100%;
    margin: 0 auto; }
  .comp-searchEngine__tabs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .singleEngine .comp-searchEngine__tabs {
      display: none; }
    .comp-searchEngine__tabs-item {
      padding: 0 1.5rem;
      text-align: center;
      color: RGB(var(--global-color-white));
      background: RGBA(var(--global-color-primary), 0.5); }
      .comp-searchEngine__tabs-item a {
        display: block;
        color: inherit;
        text-decoration: none;
        font-size: 1.25rem;
        cursor: pointer; }
      .comp-searchEngine__tabs-item.ui-state-active {
        background: RGB(var(--global-color-white));
        color: RGB(var(--global-color-primary)); }
        .comp-searchEngine__tabs-item.ui-state-active a {
          font-weight: 600; }
  .comp-searchEngine__content {
    padding: 1rem 1.5rem;
    background: RGB(var(--global-color-white));
    display: none; }
    .comp-searchEngine__content:first-of-type {
      display: block; }
  .comp-searchEngine__type {
    margin-bottom: 1rem; }
    .comp-searchEngine__type-container {
      display: none;
      margin: 0 -0.5rem; }
      .comp-searchEngine__type-container.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .comp-searchEngine__type-container#multiDestContainer.active {
        display: block; }
      .comp-searchEngine__type-container .composition__cover.abroadComposition {
        top: 64px !important; }
      .comp-searchEngine__type-container .addFlight,
      .comp-searchEngine__type-container .removeFlight {
        padding: 0;
        border: none;
        background: none; }

.widget-input input ~ .tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: -70px;
  opacity: 1;
  font-size: 0.875rem;
  line-height: normal;
  background: RGB(var(--global-color-white));
  color: RGB(var(--global-color-primary));
  border: 1px solid RGB(var(--global-color-primary));
  padding: 0.25rem 0.5rem; }

.widget-input input:focus ~ .tooltip {
  display: block; }

.widget-input input[type="button"] {
  border: none;
  background: none; }

.defaultFiltersMsg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  @media (max-width: 1024px) {
    .defaultFiltersMsg {
      margin-bottom: 1rem; } }
  .defaultFiltersMsg .closeBtn {
    border: none;
    background: none;
    font-size: 1.75rem;
    color: RGB(var(--global-color-primary));
    margin-left: 0.75rem; }
    .defaultFiltersMsg .closeBtn:before {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
  .defaultFiltersMsg__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid RGB(var(--global-color-accent));
    background: RGB(var(--global-color-white)); }
    .defaultFiltersMsg__text:before {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      color: RGB(var(--global-color-accent));
      font-size: 1.25rem;
      margin-left: 1rem; }
    .defaultFiltersMsg__text span {
      display: inline-block;
      line-height: 28px; }
      @media (max-width: 767px) {
        .defaultFiltersMsg__text span {
          line-height: normal; } }

.search-result {
  position: relative; }
  .search-result__flight.notFinal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1024px) {
      .search-result__flight.notFinal {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .search-result__flight.notFinal p {
      margin: 0.5rem 1rem; }
      @media (max-width: 1024px) {
        .search-result__flight.notFinal p {
          margin: 0.5rem 0; }
          .search-result__flight.notFinal p.search-result__columns--notFinal {
            margin: 0;
            -webkit-box-ordinal-group: 7;
            -webkit-order: 6;
                -ms-flex-order: 6;
                    order: 6; } }
    @media (max-width: 1024px) {
      .search-result__flight.notFinal .search-result__columns--location-cover {
        width: 90px; } }
    .search-result__flight.notFinal .search-result__columns--location-cover br {
      display: none; }
    .search-result__flight.notFinal .search-result__columns--depart-date {
      display: none; }
    .search-result__flight.notFinal .search-result__columns--date {
      display: block; }
  .search-result__columns--notFinal {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .search-result__columns--notFinal:before {
      content: '*';
      color: RGB(var(--global-color-error));
      margin-left: 0.25rem; }
    @media (max-width: 1024px) {
      .search-result__columns--notFinal {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
            -ms-flex-order: 6;
                order: 6;
        font-size: 0.75rem; } }
  .search-result__msg {
    padding: 0.375rem 2rem;
    background: RGB(var(--global-color-border)); }
    .search-result__msg:before {
      content: '*';
      color: RGB(var(--global-color-error));
      margin-left: 0.25rem; }
    @media (max-width: 1024px) {
      .search-result__msg {
        padding: 0.25rem 1rem;
        font-size: 0.75rem; } }

.search-result-share {
  position: absolute;
  z-index: 10;
  top: 0;
  left: -2.5rem; }
  @media (max-width: 1024px) {
    .search-result-share {
      position: static; } }
  .search-result-share__btn {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: RGB(var(--global-color-white)) !important;
    background: RGB(var(--global-color-approve)) !important;
    box-shadow: -0.125rem 0.125rem 0.25rem RGBA(var(--global-color-black), 0.15);
    margin-bottom: 0.125rem; }
    .search-result-share__btn:before {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      font-size: 1.25rem; }
    .search-result-share__btn.active:before {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
    @media (max-width: 1024px) {
      .search-result-share__btn {
        display: block;
        position: absolute;
        z-index: 11;
        top: 0;
        left: 0;
        box-shadow: none !important; } }
  .search-result-share__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 1200px) {
      .search-result-share__list {
        display: block !important; } }
    @media (max-width: 1024px) {
      .search-result-share__list {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: RGBA(255, 255, 255, 0.85); } }
    .search-result-share__list-item {
      width: 2.5rem;
      height: 2.5rem;
      line-height: 2.5rem;
      text-align: center;
      color: RGB(var(--global-color-white));
      margin-bottom: 0.125rem; }
      @media (max-width: 1024px) {
        .search-result-share__list-item {
          width: 3.5rem;
          height: 3.5rem;
          line-height: 3.5rem; } }
      .search-result-share__list-item a {
        display: block;
        font-size: 0;
        color: inherit;
        text-decoration: none; }
        .search-result-share__list-item a:hover {
          text-decoration: none; }
        .search-result-share__list-item a:before {
          font-size: 1.25rem; }
          @media (max-width: 1024px) {
            .search-result-share__list-item a:before {
              font-size: 2rem; } }
      .search-result-share__list-item.facebook {
        background: #4267b2; }
        .search-result-share__list-item.facebook a:before {
          content: "";
          font-family: lognet;
          font-style: normal;
          transition: -webkit-transform 0.3s ease-in;
          transition: transform 0.3s ease-in;
          transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .search-result-share__list-item.whatsapp {
        background: #25D366; }
        .search-result-share__list-item.whatsapp a:before {
          content: "";
          font-family: lognet;
          font-style: normal;
          transition: -webkit-transform 0.3s ease-in;
          transition: transform 0.3s ease-in;
          transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .search-result-share__list-item.twitter {
        background: #1DA1F2; }
        .search-result-share__list-item.twitter a:before {
          content: "";
          font-family: lognet;
          font-style: normal;
          transition: -webkit-transform 0.3s ease-in;
          transition: transform 0.3s ease-in;
          transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .search-result-share__list-item.mail {
        background: #E1421D; }
        .search-result-share__list-item.mail a:before {
          content: "";
          font-family: lognet;
          font-style: normal;
          transition: -webkit-transform 0.3s ease-in;
          transition: transform 0.3s ease-in;
          transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .search-result-share__list-item.sms {
        display: none;
        background: #ecbd0f; }
        @media (max-width: 1024px) {
          .search-result-share__list-item.sms {
            display: block; } }
        .search-result-share__list-item.sms a:before {
          content: "";
          font-family: lognet;
          font-style: normal;
          transition: -webkit-transform 0.3s ease-in;
          transition: transform 0.3s ease-in;
          transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .search-result-share__list-item.print {
        background: RGB(var(--global-color-forground-light)); }
        @media (max-width: 1024px) {
          .search-result-share__list-item.print {
            display: none; } }
        .search-result-share__list-item.print a:before {
          content: "";
          font-family: lognet;
          font-style: normal;
          transition: -webkit-transform 0.3s ease-in;
          transition: transform 0.3s ease-in;
          transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
  .search-result-share.detailsPage {
    position: relative;
    width: 100%;
    left: 0; }
    @media (max-width: 1024px) {
      .search-result-share.detailsPage {
        margin-bottom: 0.5rem; } }
    @media (max-width: 1024px) {
      .search-result-share.detailsPage .search-result-share__btn {
        display: none; } }
    .search-result-share.detailsPage .search-result-share__list {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      position: static; }
      @media (min-width: 1200px) {
        .search-result-share.detailsPage .search-result-share__list {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .search-result-share.detailsPage .search-result-share__list-item {
        margin-bottom: 0; }
        @media (min-width: 1200px) {
          .search-result-share.detailsPage .search-result-share__list-item {
            margin-right: 0.5rem; } }

.tabsResults {
  width: 100%; }
  .tabsResultsList {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
    border-bottom: 0.25rem solid RGB(var(--global-color-primary));
    margin-top: 1rem;
    list-style: none; }
    .tabsResultsList li {
      background: RGB(var(--global-color-forground-light));
      margin-left: 0.25rem; }
      .tabsResultsList li.ui-tabs-active {
        background: RGB(var(--global-color-primary)); }
      .tabsResultsList li a {
        display: block;
        font-size: 1.25rem;
        font-weight: 600;
        padding: 1rem 3rem;
        color: RGB(var(--global-color-white)); }
        @media (max-width: 1024px) {
          .tabsResultsList li a {
            font-size: 1rem;
            padding: 0.5rem 1rem; } }
        .tabsResultsList li a:before {
          font-weight: normal;
          margin-left: 0.5rem; }
      .tabsResultsList li.listTab a:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .tabsResultsList li.flexTab a:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
  @media (max-width: 1024px) {
    .tabsResults #resultsTabsFlex {
      padding-top: 1rem; } }
  .tabsResults #resultsTabsFlex section.search-results {
    display: none !important; }
  .tabsResults #resultsTabsFlex img.loader,
  .tabsResults #resultTabsWrapper img.loader {
    display: block;
    width: 500px;
    height: 500px;
    margin: 2rem auto 0; }
    @media (max-width: 767px) {
      .tabsResults #resultsTabsFlex img.loader,
      .tabsResults #resultTabsWrapper img.loader {
        width: 250px;
        height: 250px;
        margin-top: 1rem; } }

.comp-breadcrumbs {
  width: 100%; }
  @media (max-width: 1024px) {
    .comp-breadcrumbs {
      display: none; } }
  .comp-breadcrumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2rem; }
    .comp-breadcrumbs__list-item {
      font-size: 0.875rem;
      color: RGB(var(--global-color-forground-light)); }
      .comp-breadcrumbs__list-item:not(:last-child):after {
        content: '\f104';
        font-family: lognet;
        font-size: 1.25rem;
        line-height: 1;
        vertical-align: middle;
        margin: 0 5px; }
      .comp-breadcrumbs__list-item a {
        color: inherit;
        vertical-align: top; }

.composition__ranger .showVal {
  height: 1.5rem; }

.destPopup button {
  background: none;
  border: none;
  padding: 0; }
  @media (min-width: 1025px) {
    .destPopup button {
      transition: 0.2s ease-out; }
      .destPopup button:hover {
        text-decoration: underline; } }

.destination__popup .hide {
  font-size: 0; }

.destination__popup .cityChoose, .destination__popup .countryChoose, .destination__popup .regionChoose {
  font-size: 1rem;
  background: none;
  border: none;
  text-align: right;
  color: RGB(var(--global-color-black));
  padding: 0; }
  @media (min-width: 1025px) {
    .destination__popup .cityChoose, .destination__popup .countryChoose, .destination__popup .regionChoose {
      transition: 0.2s ease-out; }
      .destination__popup .cityChoose:hover, .destination__popup .countryChoose:hover, .destination__popup .regionChoose:hover {
        text-decoration: underline;
        box-shadow: none; } }

#flexibleSearch .matrixContent .topRow .returnControls .returnDatesTBL td, #flexibleSearch .matrixContent .contentRightRow .departureDatesTBL td, #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td {
  color: RGB(var(--global-color-primary));
  border: 0;
  font-weight: bold;
  text-align: center;
  line-height: 2.5rem;
  padding: 0.5rem; }
  #flexibleSearch .matrixContent .topRow .returnControls .returnDatesTBL td br, #flexibleSearch .matrixContent .contentRightRow .departureDatesTBL td br, #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td br {
    display: none; }

.matrix-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .matrix-trigger a {
    padding: 0 1rem; }
    .matrix-trigger a:before {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      margin-left: 5px; }
    .matrix-trigger a.oneWay {
      display: none; }

.flexibleContainer {
  width: 100%; }

#flexibleSearch {
  width: 100%; }
  @media (max-width: 1024px) {
    #flexibleSearch {
      display: none; } }
  #flexibleSearch.Generic {
    width: 100%; }
  #flexibleSearch table {
    border-collapse: collapse;
    table-layout: fixed;
    border: none; }
  #flexibleSearch .bold {
    font-weight: 600; }
  #flexibleSearch #matrix {
    position: relative; }
  #flexibleSearch #drawMatrix {
    margin: -0.5rem 0 2rem;
    padding-bottom: 1.5rem; }
  #flexibleSearch .headerTextWrap {
    overflow: hidden;
    margin: 0 0 0.5rem; }
    #flexibleSearch .headerTextWrap .matrixTitle {
      display: none;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.5rem;
      color: RGB(var(--global-color-black)); }
      #flexibleSearch .headerTextWrap .matrixTitle:before {
        content: '\e808';
        font-family: lognet;
        margin-left: 5px;
        font-weight: 400; }
    #flexibleSearch .headerTextWrap p {
      float: right;
      margin: 0; }
    #flexibleSearch .headerTextWrap .closeIcon {
      position: absolute;
      float: left;
      width: 2rem;
      height: 2rem;
      left: -0.85rem;
      top: 0.35rem;
      font-size: 0;
      color: RGB(var(--global-color-white));
      border-radius: 50%; }
      #flexibleSearch .headerTextWrap .closeIcon:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        display: block;
        width: 100%;
        height: 100%;
        vertical-align: top;
        font-size: 1.75rem;
        font-weight: 100;
        line-height: 1.2;
        text-align: center; }
  #flexibleSearch .matrixContent {
    box-shadow: 0 3px 10px 0 RGBA(0, 0, 0, 0.2); }
    #flexibleSearch .matrixContent .topRow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #flexibleSearch .matrixContent .topRow .corner_wrapper {
        min-width: 139px;
        padding: 0.5rem;
        text-align: center; }
        #flexibleSearch .matrixContent .topRow .corner_wrapper.singleWay {
          border: none; }
        #flexibleSearch .matrixContent .topRow .corner_wrapper .returnTextSpanHolder, #flexibleSearch .matrixContent .topRow .corner_wrapper .corner {
          line-height: 1.25rem; }
        #flexibleSearch .matrixContent .topRow .corner_wrapper .return {
          color: RGB(var(--global-color-primary)); }
          #flexibleSearch .matrixContent .topRow .corner_wrapper .return:after {
            content: "";
            font-family: lognet;
            font-style: normal;
            transition: -webkit-transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
            margin-right: 0.25rem; }
        #flexibleSearch .matrixContent .topRow .corner_wrapper .departure {
          color: RGB(var(--global-color-primary)); }
          #flexibleSearch .matrixContent .topRow .corner_wrapper .departure:before {
            content: "";
            font-family: lognet;
            font-style: normal;
            transition: -webkit-transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
            margin-left: 0.25rem; }
      #flexibleSearch .matrixContent .topRow .returnControls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #flexibleSearch .matrixContent .topRow .returnControls > a {
          position: absolute; }
        #flexibleSearch .matrixContent .topRow .returnControls .returnNext {
          left: 0; }
        #flexibleSearch .matrixContent .topRow .returnControls .returnDatesTBL {
          width: 100%; }
          #flexibleSearch .matrixContent .topRow .returnControls .returnDatesTBL td {
            border-bottom: none; }
    #flexibleSearch .matrixContent .contentRightRow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #flexibleSearch .matrixContent .contentRightRow > div {
        position: relative; }
        #flexibleSearch .matrixContent .contentRightRow > div > a {
          position: absolute;
          width: 100%;
          text-align: center; }
        #flexibleSearch .matrixContent .contentRightRow > div .departureNext {
          bottom: 0; }
      #flexibleSearch .matrixContent .contentRightRow .departureDatesTBL {
        width: 140px;
        height: 30rem; }
      #flexibleSearch .matrixContent .contentRightRow .contentWrap {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable {
          width: 100%;
          height: 480px; }
          #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td {
            border: 2px solid #f0f1f6;
            font-weight: 500;
            line-height: normal; }
            #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td:last-child {
              border-left: 0; }
            #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td .bold {
              display: block;
              font-size: 0.875rem;
              font-weight: normal; }
            #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight {
              cursor: pointer;
              background-color: RGB(var(--global-color-white));
              color: RGB(var(--global-color-forground));
              position: relative;
              background-clip: padding-box; }
              #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active {
                box-shadow: 0 0 0 2px RGB(var(--global-color-accent)) inset;
                z-index: 3; }
                #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:before {
                  content: "";
                  font-family: lognet;
                  font-style: normal;
                  transition: -webkit-transform 0.3s ease-in;
                  transition: transform 0.3s ease-in;
                  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
                  display: block;
                  position: absolute;
                  z-index: 10;
                  top: -10px;
                  right: -10px;
                  background: RGB(var(--global-color-accent));
                  border-radius: 50%;
                  width: 1.25rem;
                  height: 1.25rem;
                  text-align: center;
                  line-height: 1.25rem;
                  font-size: 0.875rem;
                  color: RGB(var(--global-color-white)); }
                #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active .tooltip-matrix {
                  display: block; }
                #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active .tooltip-matrix-new {
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex; }
                #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(1) .tooltip-matrix-new, #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(2) .tooltip-matrix-new, #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(3) .tooltip-matrix-new {
                  left: 110%;
                  right: auto; }
                  #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(1) .tooltip-matrix-new:before, #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(2) .tooltip-matrix-new:before, #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(3) .tooltip-matrix-new:before {
                    right: auto;
                    left: -8px; }
                  #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(1) .tooltip-matrix-new:after, #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(2) .tooltip-matrix-new:after, #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.hasFlight.tooltip-active:nth-last-child(3) .tooltip-matrix-new:after {
                    right: auto;
                    left: 0; }
            #flexibleSearch .matrixContent .contentRightRow .contentWrap .contentTable td.cheapest {
              background: RGBA(var(--global-color-approve), 0.5);
              border: 0;
              color: RGB(var(--global-color-black)); }
        #flexibleSearch .matrixContent .contentRightRow .contentWrap .mikra {
          overflow: hidden;
          margin: 0.5rem 0;
          position: absolute;
          top: 100%;
          left: 0; }
          #flexibleSearch .matrixContent .contentRightRow .contentWrap .mikra .mikraText {
            vertical-align: top;
            margin-left: 10px; }
          #flexibleSearch .matrixContent .contentRightRow .contentWrap .mikra .mouseover {
            width: 12px;
            height: 12px;
            border: 1px solid RGB(var(--global-color-primary));
            display: inline-block;
            margin-left: 4px; }
          #flexibleSearch .matrixContent .contentRightRow .contentWrap .mikra .searchDate {
            width: 12px;
            height: 12px;
            border: 1px solid RGB(var(--global-color-accent));
            display: inline-block;
            margin-left: 4px; }
          #flexibleSearch .matrixContent .contentRightRow .contentWrap .mikra .cheapestPrice {
            width: 14px;
            height: 14px;
            border: 1px solid #ced4da;
            display: inline-block;
            color: RGB(var(--global-color-accent-light));
            vertical-align: top;
            text-align: center;
            margin-left: 4px; }
          #flexibleSearch .matrixContent .contentRightRow .contentWrap .mikra .notFound {
            width: 12px;
            height: 12px;
            border: 1px solid #ced4da;
            display: inline-block;
            background: none;
            margin-left: 4px; }
          #flexibleSearch .matrixContent .contentRightRow .contentWrap .mikra .averagePrice {
            float: left;
            margin-left: 5px; }
      #flexibleSearch .matrixContent .contentRightRow.singleWay {
        display: block; }
        #flexibleSearch .matrixContent .contentRightRow.singleWay .departureDatesTBL, #flexibleSearch .matrixContent .contentRightRow.singleWay .contentTable {
          width: 100%;
          display: block; }
          #flexibleSearch .matrixContent .contentRightRow.singleWay .departureDatesTBL tbody, #flexibleSearch .matrixContent .contentRightRow.singleWay .contentTable tbody {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
            #flexibleSearch .matrixContent .contentRightRow.singleWay .departureDatesTBL tbody tr, #flexibleSearch .matrixContent .contentRightRow.singleWay .contentTable tbody tr {
              -webkit-box-flex: 1;
              -webkit-flex-grow: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              max-width: calc(100% / 7); }
              #flexibleSearch .matrixContent .contentRightRow.singleWay .departureDatesTBL tbody tr:first-child td, #flexibleSearch .matrixContent .contentRightRow.singleWay .contentTable tbody tr:first-child td {
                border-right: 1px solid #ced4da; }
            #flexibleSearch .matrixContent .contentRightRow.singleWay .departureDatesTBL tbody td, #flexibleSearch .matrixContent .contentRightRow.singleWay .contentTable tbody td {
              display: block;
              border-right: none; }
        #flexibleSearch .matrixContent .contentRightRow.singleWay .contentTable td {
          border-top: none; }

#flightDiv {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.search-result__flights.tooltip-matrix-new {
  display: none;
  position: absolute;
  z-index: 10;
  top: -86px;
  right: 110%;
  width: 430px;
  padding: 1rem;
  background: RGB(var(--global-color-white));
  line-height: normal;
  font-size: 0.875rem;
  text-align: right;
  cursor: default;
  box-shadow: 0 3px 10px 0 RGBA(0, 0, 0, 0.2);
  color: #495057; }
  .search-result__flights.tooltip-matrix-new:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -0.75rem;
    right: -8px;
    width: 1rem;
    height: 1rem;
    background: RGB(var(--global-color-white));
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    box-shadow: 0 3px 10px 0 RGBA(0, 0, 0, 0.2); }
  .search-result__flights.tooltip-matrix-new:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.875rem;
    background: RGB(var(--global-color-white)); }
  .search-result__flights.tooltip-matrix-new .icon-close-matrix {
    display: none;
    position: absolute;
    top: 1rem;
    left: 1rem;
    cursor: pointer; }
    .search-result__flights.tooltip-matrix-new .icon-close-matrix:before {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      color: RGB(var(--global-color-primary));
      font-size: 1.25rem;
      line-height: 0.5rem; }
  .search-result__flights.tooltip-matrix-new .tooltip-matrix-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .search-result__flights.tooltip-matrix-new .tooltip-matrix-links button {
      position: static;
      width: auto;
      padding: 0.25rem 2rem; }
    .search-result__flights.tooltip-matrix-new .tooltip-matrix-links a {
      display: block;
      padding-top: 0.5rem;
      font-size: 0.875rem;
      text-decoration: underline; }
  .search-result__flights.tooltip-matrix-new .search-result__columns--location {
    display: block; }
  .search-result__flights.tooltip-matrix-new .search-result__heading, .search-result__flights.tooltip-matrix-new .search-result__flight.flight {
    padding: 0; }

.tooltip-matrix {
  display: none;
  position: absolute;
  z-index: 10;
  direction: rtl;
  right: 110%;
  top: -65%;
  background: RGB(var(--global-color-white));
  box-shadow: 0 3px 10px 0 RGBA(var(--global-color-black), 0.2);
  width: 430px; }
  @media (max-width: 1024px) {
    .tooltip-matrix {
      position: fixed;
      z-index: 101;
      left: 0;
      right: 0;
      top: 0 !important;
      bottom: 0;
      width: 90vw;
      height: 260px;
      text-align: right;
      box-shadow: 0 0 0 1000px RGBA(var(--global-color-black), 0.75);
      margin: auto; } }
  .tooltip-matrix .tipTop {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -0.75rem;
    right: -8px;
    width: 1rem;
    height: 1rem;
    background: RGB(var(--global-color-white));
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    box-shadow: 0 3px 10px 0 RGBA(var(--global-color-black), 0.2); }
    @media (max-width: 1024px) {
      .tooltip-matrix .tipTop {
        display: none; } }
  .tooltip-matrix .tipBot {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.875rem;
    background: RGB(var(--global-color-white)); }
    @media (max-width: 1024px) {
      .tooltip-matrix .tipBot {
        display: none; } }
  .tooltip-matrix .tipCenter {
    color: RGB(var(--global-color-black));
    display: block;
    padding: 1rem; }
  .tooltip-matrix-flight-name {
    margin: 1rem 0 0; }
    .tooltip-matrix-flight-name:before {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      display: inline-block;
      vertical-align: middle;
      font-size: 1rem;
      margin-left: 0.5rem; }
    .tooltip-matrix-flight-name strong {
      font-weight: normal; }
  .tooltip-matrix-flights {
    min-width: 317px;
    margin-bottom: 15px;
    overflow: hidden; }
    .tooltip-matrix-flights span {
      float: right;
      padding-top: 1rem;
      width: 39%; }
      .tooltip-matrix-flights span:first-child {
        width: 22%; }
      .tooltip-matrix-flights span .bold {
        font-weight: normal !important; }
        .tooltip-matrix-flights span .bold + div {
          display: none; }
  .tooltip-matrix-hotel--nights:before {
    content: "|"; }
  .tooltip-matrix-hotel .hotel-name {
    direction: ltr; }
    .tooltip-matrix-hotel .hotel-name h2 {
      display: inline-block;
      vertical-align: middle;
      max-width: 300px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1.125rem;
      font-weight: 700;
      margin-left: 0.5rem;
      margin-bottom: 0; }
    .tooltip-matrix-hotel .hotel-name .widget-stars {
      direction: rtl; }
  .tooltip-matrix-hotel p {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
  .tooltip-matrix .tooltipLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .tooltip-matrix .tooltipLinks button {
      position: static;
      width: auto;
      padding: 0.25rem 2rem; }
    .tooltip-matrix .tooltipLinks a {
      display: block;
      padding-top: 0.5rem;
      font-size: 0.875rem;
      text-decoration: underline; }

#flexibleSearch.packageMatrix {
  width: 78%; }
  @media (max-width: 1024px) {
    #flexibleSearch.packageMatrix {
      display: block;
      width: 100%;
      padding: 1rem;
      background: RGB(var(--global-color-white)); } }

.flexiblePackage {
  width: 100%;
  box-shadow: 0 3px 10px 0 RGBA(var(--global-color-black), 0.2); }
  @media (min-width: 1200px) {
    .flexiblePackage td:nth-child(1) .tooltip-matrix, .flexiblePackage td:nth-child(2) .tooltip-matrix, .flexiblePackage td:nth-child(3) .tooltip-matrix, .flexiblePackage td:nth-child(4) .tooltip-matrix {
      left: 110%;
      right: auto; }
      .flexiblePackage td:nth-child(1) .tooltip-matrix .tipTop, .flexiblePackage td:nth-child(2) .tooltip-matrix .tipTop, .flexiblePackage td:nth-child(3) .tooltip-matrix .tipTop, .flexiblePackage td:nth-child(4) .tooltip-matrix .tipTop {
        right: auto;
        left: -8px; }
      .flexiblePackage td:nth-child(1) .tooltip-matrix .tipBot, .flexiblePackage td:nth-child(2) .tooltip-matrix .tipBot, .flexiblePackage td:nth-child(3) .tooltip-matrix .tipBot, .flexiblePackage td:nth-child(4) .tooltip-matrix .tipBot {
        right: auto;
        left: 0; } }
  .flexiblePackage #month-year-select {
    cursor: pointer;
    border: none;
    background-color: RGB(var(--global-color-border));
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: bold;
    color: RGB(var(--global-color-black));
    padding: 0 1.5rem 0 5rem;
    border-radius: 1.5rem;
    background-position: left 1.125rem center;
    margin: 0 6rem; }
    @media (max-width: 1024px) {
      .flexiblePackage #month-year-select {
        margin: 0 1rem; } }
  .flexiblePackage__header {
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1024px) {
      .flexiblePackage__header {
        padding: 1rem 0; } }
    .flexiblePackage__header .icon-chevron-thin-left,
    .flexiblePackage__header .icon-chevron-thin-right {
      color: RGB(var(--global-color-black));
      font-size: 20px;
      font-weight: 600;
      border: none;
      background: none;
      line-height: 2rem;
      cursor: pointer; }
      .flexiblePackage__header .icon-chevron-thin-left:before,
      .flexiblePackage__header .icon-chevron-thin-right:before {
        margin: 0; }
      .flexiblePackage__header .icon-chevron-thin-left:disabled,
      .flexiblePackage__header .icon-chevron-thin-right:disabled {
        opacity: 0.3;
        background: none !important; }
      .flexiblePackage__header .icon-chevron-thin-left:hover,
      .flexiblePackage__header .icon-chevron-thin-right:hover {
        box-shadow: none;
        background: RGB(var(--global-color-border));
        border-radius: 50%; }
  .flexiblePackage__main {
    position: relative; }
  .flexiblePackage__matrix {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    direction: ltr; }
    @media (max-width: 1024px) {
      .flexiblePackage__matrix {
        direction: rtl; } }
  .flexiblePackage__item {
    background: RGB(var(--global-color-white));
    text-align: right;
    border: 2px solid RGB(var(--global-color-border));
    background-clip: padding-box;
    color: RGB(var(--global-color-forground));
    line-height: normal;
    padding: 1rem;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    height: 130px; }
    @media (max-width: 1024px) {
      .flexiblePackage__item {
        border: none;
        width: auto;
        height: auto;
        line-height: normal;
        padding: 0.5rem 0.25rem;
        text-align: center; }
        .flexiblePackage__item > div:not(.tooltip-matrix) {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .flexiblePackage__item.tooltip-active {
      box-shadow: 0 0 0 2px RGB(var(--global-color-accent)) inset; }
      .flexiblePackage__item.tooltip-active:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        display: block;
        position: absolute;
        z-index: 10;
        top: -10px;
        right: -10px;
        background: RGB(var(--global-color-accent));
        border-radius: 50%;
        width: 1.25rem;
        height: 1.25rem;
        text-align: center;
        line-height: 1.25rem;
        font-size: 0.875rem;
        color: RGB(var(--global-color-white)); }
      .flexiblePackage__item.tooltip-active .tooltip-matrix {
        display: block; }
    .flexiblePackage__item-nights {
      direction: rtl; }
      @media (max-width: 1024px) {
        .flexiblePackage__item-nights {
          display: none; } }
    .flexiblePackage__item-location {
      display: block; }
      @media (max-width: 1024px) {
        .flexiblePackage__item-location {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          font-size: 0.625rem; } }
    .flexiblePackage__item-day {
      color: RGB(var(--global-color-forground));
      text-align: left;
      font-size: 20px;
      text-indent: 5px;
      font-weight: 600;
      height: 0.75rem; }
      @media (max-width: 1024px) {
        .flexiblePackage__item-day {
          text-indent: 0;
          text-align: center;
          font-size: 0.875rem;
          font-weight: 400;
          height: auto; } }
    .flexiblePackage__item-price {
      font-weight: 600; }
      .flexiblePackage__item-price.cheap-price {
        color: RGB(var(--global-color-accent)); }
    .flexiblePackage__item-board {
      display: block; }
      @media (max-width: 1024px) {
        .flexiblePackage__item-board {
          display: none; } }
  .flexiblePackage__rowHeader {
    display: none; }

[component="basic/flexPromotion"] {
  width: 100%; }
  @media (max-width: 1024px) {
    [component="basic/flexPromotion"] {
      margin: 0 1.5rem; } }

.comp-flexPromotion__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (min-width: 1025px) {
    .comp-flexPromotion__form .comp-filter__box {
      width: 20%;
      padding-top: 3rem; } }
  @media (max-width: 1024px) {
    .comp-flexPromotion__form .comp-filter__box {
      display: none; }
      .comp-flexPromotion__form .comp-filter__box.active {
        display: block;
        position: fixed;
        z-index: 100;
        top: 6.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f0f1f6;
        overflow: auto; } }
  .comp-flexPromotion__form .comp-filter__block.flexPromotion .separator {
    margin: 1.5rem 0 1rem;
    width: 100%;
    height: 1px;
    background: RGB(var(--global-color-black)); }
  .comp-flexPromotion__form .flexiblePackage {
    box-shadow: none; }
    @media (min-width: 1025px) {
      .comp-flexPromotion__form .flexiblePackage {
        width: 78%; } }
    .comp-flexPromotion__form .flexiblePackage .tooltipLinks .search-result__btn {
      cursor: pointer;
      font-size: 1.5rem;
      font-weight: 500;
      color: RGB(var(--global-color-black));
      background: RGB(var(--global-color-accent));
      border: 0;
      border-radius: 0;
      transition: box-shadow 0.2s ease-in-out;
      box-shadow: 0 0 0 0 RGBA(0, 0, 0, 0.2); }
      .comp-flexPromotion__form .flexiblePackage .tooltipLinks .search-result__btn:hover {
        box-shadow: 0 3px 6px 1px RGBA(0, 0, 0, 0.2); }
      @media (max-width: 1024px) {
        .comp-flexPromotion__form .flexiblePackage .tooltipLinks .search-result__btn {
          font-size: 1.25rem; } }
    .comp-flexPromotion__form .flexiblePackage__matrix {
      table-layout: fixed; }
      @media (max-width: 767px) {
        .comp-flexPromotion__form .flexiblePackage__matrix {
          font-size: 0.75rem; } }

.comp-flexPromotion__toggle:not(.active) {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  color: RGB(var(--global-color-black));
  background: RGB(var(--global-color-accent));
  border: 0;
  border-radius: 0;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 0 0 RGBA(0, 0, 0, 0.2); }
  .comp-flexPromotion__toggle:not(.active):hover {
    box-shadow: 0 3px 6px 1px RGBA(0, 0, 0, 0.2); }
  @media (max-width: 1024px) {
    .comp-flexPromotion__toggle:not(.active) {
      font-size: 1.25rem; } }

.comp-flexPromotion__toggle.active {
  position: fixed;
  z-index: 101;
  top: 3.5rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 3rem;
  background: RGB(var(--global-color-primary));
  color: RGB(var(--global-color-white));
  padding: 0.5rem 1rem;
  line-height: 2rem;
  text-align: left;
  font-size: 0; }
  .comp-flexPromotion__toggle.active:before {
    content: 'X';
    font-size: 1.25rem; }

@media (min-width: 1025px) {
  .comp-flexPromotion__toggle {
    display: none; } }

.comp-flexPromotion__toolbar {
  width: 100%;
  margin-bottom: 1rem; }

.comp-flexPromotion__loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#personalZoneWidget .history-searches-holder ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #personalZoneWidget .history-searches-holder ul li {
    padding-left: 0.5rem; }

#personalZoneWidget .history-searches-city {
  font-weight: 600; }

#personalZoneWidget .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  #personalZoneWidget .dropdown-content {
    display: none;
    position: absolute;
    z-index: 20;
    top: 2rem;
    right: 0;
    min-width: 208px;
    overflow: hidden;
    padding-top: 7px;
    transition: all 0.5s ease; }
    @media (max-width: 1024px) {
      #personalZoneWidget .dropdown-content {
        top: 2.8rem; } }
    #personalZoneWidget .dropdown-content.active {
      display: block;
      box-shadow: 0 3px 5px 0 RGBA(var(--global-color-black), 0.2), inset 0 0 0 RGB(var(--global-color-border)), inset 0 0 0 RGB(var(--global-color-border)); }
    #personalZoneWidget .dropdown-content a {
      background: RGB(var(--global-color-white));
      color: RGB(var(--global-color-primary)); }
      #personalZoneWidget .dropdown-content a:first-child {
        border-top: 5px solid RGB(var(--global-color-accent)); }
    #personalZoneWidget .dropdown-content.last-searches-dropdown {
      display: none;
      position: absolute;
      z-index: 20;
      top: 33px;
      width: auto;
      min-width: 300px;
      overflow: hidden;
      padding: 0 9px;
      background: RGB(var(--global-color-white));
      border: 1px solid RGB(var(--global-color-primary));
      transition: all 0.5s ease; }
      #personalZoneWidget .dropdown-content.last-searches-dropdown.active {
        display: block;
        box-shadow: 0 3px 5px 0 RGBA(var(--global-color-black), 0.2), inset 0 0 0 RGB(var(--global-color-border)), inset 0 0 0 RGB(var(--global-color-border)); }
      #personalZoneWidget .dropdown-content.last-searches-dropdown a {
        color: RGB(var(--global-color-black));
        background: RGB(var(--global-color-white));
        border-top: 0;
        white-space: nowrap; }
        #personalZoneWidget .dropdown-content.last-searches-dropdown a:last-child {
          border-bottom: 0; }
      #personalZoneWidget .dropdown-content.last-searches-dropdown .empty-history {
        display: none;
        min-width: 290px;
        text-align: center;
        padding: 8px 16px;
        font-size: .875rem; }
        #personalZoneWidget .dropdown-content.last-searches-dropdown .empty-history:last-child {
          display: block; }
    #personalZoneWidget .dropdown-content a {
      border-bottom: 1px solid RGB(var(--global-color-border)); }
      #personalZoneWidget .dropdown-content a:last-child {
        border-bottom: 0; }
    #personalZoneWidget .dropdown-content-sign-out {
      color: RGB(var(--global-color-accent)); }
      #personalZoneWidget .dropdown-content-sign-out:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        vertical-align: middle;
        font-size: 1.25rem;
        line-height: 1;
        margin-left: 3px; }
  #personalZoneWidget .dropdown .dropbtn-zone-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    padding-left: 15px; }
    #personalZoneWidget .dropdown .dropbtn-zone-holder:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1px;
      height: 20px;
      margin: auto;
      background: RGBA(var(--global-color-border), 0.2); }
    #personalZoneWidget .dropdown .dropbtn-zone-holder a, #personalZoneWidget .dropdown .dropbtn-zone-holder button {
      display: block;
      padding: 8px 16px;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
      @media (max-width: 1024px) {
        #personalZoneWidget .dropdown .dropbtn-zone-holder a, #personalZoneWidget .dropdown .dropbtn-zone-holder button {
          font-size: 1rem;
          padding: 1rem;
          height: 60px; } }
      #personalZoneWidget .dropdown .dropbtn-zone-holder a.last-searches, #personalZoneWidget .dropdown .dropbtn-zone-holder button.last-searches {
        padding-left: 14px; }
        #personalZoneWidget .dropdown .dropbtn-zone-holder a.last-searches:after, #personalZoneWidget .dropdown .dropbtn-zone-holder button.last-searches:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 4px 0 4px;
          border-color: RGB(var(--global-color-white)) transparent transparent transparent;
          position: absolute;
          left: 0;
          top: 1px;
          bottom: 0;
          margin: auto; }
    @media (max-width: 1024px) {
      #personalZoneWidget .dropdown .dropbtn-zone-holder {
        text-overflow: ellipsis;
        position: static; }
        .reservationsPage #personalZoneWidget .dropdown .dropbtn-zone-holder {
          max-width: inherit; } }
    #personalZoneWidget .dropdown .dropbtn-zone-holder:first-child {
      border: 0;
      padding-left: 0; }
    #personalZoneWidget .dropdown .dropbtn-zone-holder .dropbtn {
      color: RGB(var(--global-color-primary));
      direction: ltr;
      height: 32px;
      font-size: 0.875rem;
      border: 2px solid RGB(var(--global-color-primary));
      border-radius: 4px;
      padding: 3px 10px 3px 10px;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      float: left; }

@media (max-width: 1024px) {
  .pz-login-tabs {
    max-width: 100%;
    padding: 0 10px;
    left: 0 !important;
    margin-top: 4rem; } }

.pz-login-tabs > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
  padding: 0;
  list-style: none; }
  .pz-login-tabs > ul li {
    width: 50%;
    margin: 0 2px;
    background: RGB(var(--global-color-primary));
    text-align: center;
    line-height: 2.5; }
    .pz-login-tabs > ul li a {
      font-size: 1.125rem;
      color: RGB(var(--global-color-white));
      font-weight: 600; }
      @media (max-width: 1024px) {
        .pz-login-tabs > ul li a {
          font-size: 1rem; } }
    .pz-login-tabs > ul li.ui-state-active {
      background: RGB(var(--global-color-white));
      color: RGB(var(--global-color-primary)); }
      .pz-login-tabs > ul li.ui-state-active a {
        font-size: 1.125rem;
        color: RGB(var(--global-color-primary)); }
        .pz-login-tabs > ul li.ui-state-active a:hover {
          text-decoration: none;
          cursor: default; }

.reservationsPage .dropdown-content-item-1, .reservationPage .dropdown-content-item-1 {
  display: none !important; }

.reservationsPage #personalZoneWidget .dropdown .dropbtn-zone-holder, .reservationPage #personalZoneWidget .dropdown .dropbtn-zone-holder {
  padding-left: 0; }

@media (min-width: 1200px) {
  .reservationsPage .site-header, .reservationPage .site-header {
    height: 100px; } }

.reservationsPage .site-header .header-utils, .reservationPage .site-header .header-utils {
  width: auto;
  min-width: 0; }
  .reservationsPage .site-header .header-utils__item, .reservationPage .site-header .header-utils__item {
    padding-right: 15px;
    position: relative; }

.reservationsPage .header-mobile svg, .reservationPage .header-mobile svg {
  display: none; }

.reservationsPage .header-mobile a, .reservationPage .header-mobile a {
  margin-left: 0; }

.personal-area {
  width: 100%; }
  .personal-area-confirm {
    color: RGB(var(--global-color-gray));
    font-size: 0.875rem;
    margin-top: 2rem; }
    .personal-area-confirm a {
      color: RGB(var(--global-color-accent)); }
    @media (max-width: 1024px) {
      .personal-area-confirm {
        position: absolute;
        bottom: 2rem; } }
  .personal-area_inputs {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
    margin-left: 3.5rem; }
    .personal-area_inputs input[type="text"] + .errorMsg {
      position: absolute;
      z-index: 10;
      right: 0;
      margin-top: .5rem;
      border: 1px solid RGB(var(--global-color-error));
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: normal;
      color: RGB(var(--global-color-error));
      background: RGB(var(--global-color-white)); }
      .personal-area_inputs input[type="text"] + .errorMsg:after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: -4px;
        right: 7px;
        background: RGB(var(--global-color-white));
        border: 1px solid;
        border-color: RGB(var(--global-color-error)) transparent transparent RGB(var(--global-color-error)); }
    .personal-area_inputs input[type="text"].redBorder + .errorMsg {
      display: block !important; }
    @media (max-width: 1024px) {
      .personal-area_inputs {
        width: 100%;
        margin-left: 0; } }
    .personal-area_inputs input[type="text"] {
      background-color: RGBA(var(--global-color-gray), 0.2);
      border: 0;
      max-width: 260px;
      width: 100%; }
      .sign-in-order .personal-area_inputs input[type="text"].reservationIDPz {
        margin-bottom: 1rem; }
  .personal-area__header {
    margin-bottom: 2rem;
    width: 80%; }
    @media (max-width: 1024px) {
      .personal-area__header {
        width: auto; } }
  .personal-area_register-to-newsLetter {
    margin: 1.5rem 0 1rem 0;
    color: RGB(var(--global-color-gray));
    font-size: 0.875rem; }
  .personal-area__login {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media (max-width: 1024px) {
      .personal-area__login {
        position: relative; } }
    .sign-in-order .personal-area__login {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; }
  @media (min-width: 1200px) {
    .personal-area-widget.sign-in-email .personal-area__field-button {
      margin-top: 2rem; } }
  @media (max-width: 1024px) {
    .personal-area-widget.sign-in-email .personal-area__field-button {
      position: absolute;
      right: 1.5rem;
      left: 1.5rem;
      bottom: 1.5rem;
      width: calc( 100% - 3rem) !important; } }
  @media (min-width: 1200px) {
    .personal-area-widget.sign-in-order .personal-area__field-button {
      margin-top: .3rem; } }
  @media (max-width: 1024px) {
    .personal-area-widget.sign-in-order .personal-area__field-button {
      position: absolute;
      right: 1.5rem;
      left: 1.5rem;
      bottom: 1.5rem;
      width: calc( 100% - 3rem) !important; } }
  .personal-area-widget .closer-button {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: -40px;
    right: -39px; }
    @media (max-width: 1024px) {
      .personal-area-widget .closer-button {
        top: -3rem;
        right: .625rem; } }
    .personal-area-widget .closer-button:before, .personal-area-widget .closer-button:after {
      content: "";
      width: 22px;
      height: 3px;
      background: RGB(var(--global-color-white));
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 3px;
      top: 12px;
      pointer-events: none; }
    .personal-area-widget .closer-button:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .personal-area-widget .relative-holder {
    position: relative;
    width: 100%;
    max-width: 260px;
    display: inline-block; }
    @media (max-width: 1024px) {
      .personal-area-widget .relative-holder {
        max-width: 100%; }
        .personal-area-widget .relative-holder input {
          max-width: 100%;
          height: 45px; } }
    .personal-area-widget .relative-holder .errorMsg {
      top: 2rem;
      min-width: 100px; }
  .personal-area-widget .image-holder {
    margin-left: -5px;
    margin-top: -10px; }
    @media (max-width: 1024px) {
      .personal-area-widget .image-holder {
        position: absolute;
        margin-top: 3rem; } }
    .personal-area-widget .image-holder img {
      max-width: 181px; }
      @media (max-width: 1024px) {
        .personal-area-widget .image-holder img {
          display: none; } }
    .personal-area-widget .image-holder h3 {
      color: RGB(var(--global-color-white));
      margin-top: 1rem;
      margin-bottom: 0; }
    .personal-area-widget .image-holder > * {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
  .personal-area-widget h3 {
    font-size: 1.5rem;
    color: RGB(var(--global-color-primary));
    margin-bottom: 0.7rem; }
  .personal-area-widget .login-content {
    background: RGB(var(--global-color-white));
    padding: 1.5rem 1.5rem 1rem;
    max-width: 540px;
    width: 100%;
    height: 318px; }
    @media (max-width: 1024px) {
      .personal-area-widget .login-content {
        height: 450px; } }
  .personal-area-widget.check-mail {
    padding: 2rem 2rem 3rem 2rem;
    width: 540px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: RGB(var(--global-color-white));
    height: 250px; }
    .personal-area-widget.check-mail .image-holder {
      margin-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 5rem; }
      .personal-area-widget.check-mail .image-holder img {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        display: block; }
      @media (max-width: 1024px) {
        .personal-area-widget.check-mail .image-holder {
          position: static;
          margin-top: 4.5rem; }
          .personal-area-widget.check-mail .image-holder img {
            margin: auto; } }
    @media (max-width: 1024px) {
      .personal-area-widget.check-mail {
        left: 0 !important;
        right: 0;
        display: block;
        margin: 2rem 10px;
        width: calc(100% - 20px);
        padding: 1.9rem 1.5rem 3rem 1.5rem;
        height: 450px; } }
  .personal-area__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%; }
    @media (max-width: 1024px) {
      .personal-area__inner {
        width: 100%; } }
    .personal-area__inner a.registerToNewsLetter {
      text-decoration: underline;
      margin-top: 1.5rem;
      display: block; }
      .sign-in-order .personal-area__inner a.registerToNewsLetter {
        margin-top: 1rem; }
      @media (max-width: 1024px) {
        .personal-area__inner a.registerToNewsLetter {
          display: block;
          text-align: center; } }
      .personal-area__inner a.registerToNewsLetter:hover {
        text-decoration: none; }
  .personal-area__field-button {
    border-radius: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
    @media (max-width: 1024px) {
      .personal-area__field-button {
        margin-right: 0;
        height: 45px !important; }
        .personal-area__field-button + #pz_ajaxLoader {
          width: 1.5rem;
          height: 1.5rem;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; } }
  .personal-area_success_send_email {
    color: RGB(var(--global-color-white));
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-top: 0.5rem; }
    .personal-area_success_send_email h3 {
      color: RGB(var(--global-color-primary));
      margin-bottom: .75rem;
      font-size: 1.125rem; }
    .personal-area_success_send_email p {
      margin-bottom: 4.2rem;
      color: RGB(var(--global-color-black)); }
      @media (max-width: 1024px) {
        .personal-area_success_send_email p {
          margin-bottom: 0; } }
    @media (max-width: 1024px) {
      .personal-area_success_send_email input[type="button"] {
        position: absolute;
        padding: 1rem 3rem;
        height: auto;
        width: calc( 100% - 3rem);
        left: 1.5rem;
        right: 1.5rem;
        bottom: 2.6rem; } }
    @media (max-width: 1024px) {
      .personal-area_success_send_email {
        margin-right: 0; } }

@media (min-width: 1200px) {
  .pz-page .newreservations .pz-existing-orders,
  .pz-page .cancelreservations .pz-cancel-resevation,
  .pz-page .oldreservations .pz-orders-history {
    background: RGBA(var(--global-color-primary), 0.2); } }

.pz-page.page-template__item {
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: visible;
  max-width: var(--global-width-main); }
  @media (max-width: 1024px) {
    .pz-page.page-template__item {
      padding: 0 1rem;
      margin-top: 4rem; } }

@media (max-width: 1024px) {
  .pz-page.containerOpenData .search-results {
    background: RGB(var(--global-color-white));
    padding-top: 0;
    display: block; }
    .pz-page.containerOpenData .search-results.notActive {
      display: none; } }

@media (max-width: 1024px) {
  .pz-page.containerOpenData .result-page__side {
    display: none; }
    .pz-page.containerOpenData .result-page__side.active {
      display: block; } }

.pz-page__title {
  width: 100%;
  font-size: 1.5rem; }

.pz-page__disclaimer {
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 1.5rem; }
  .pz-page__disclaimer:before {
    content: '*';
    margin-left: 0.25rem; }

.pz-page__header {
  position: relative;
  padding: 1rem; }
  @media (min-width: 1200px) {
    .pz-page__header {
      display: none; } }
  .pz-page__header h3 {
    font-size: 1.125rem;
    color: RGB(var(--global-color-primary)); }
  .pz-page__header .close-pz-order-holder {
    top: 0.5rem;
    left: 1rem;
    color: RGB(var(--global-color-primary)); }
    .pz-page__header .close-pz-order-holder:before {
      font-size: 2rem; }

.pz-page__cancellation {
  border: 1px solid RGBA(var(--global-color-gray), 0.2);
  border-top: 5px solid RGB(var(--global-color-accent));
  display: block; }
  .pz-page__cancellation__heading {
    padding: 15px 15px 0; }
  .pz-page__cancellation__footer {
    padding: 0 15px 15px; }
  .pz-page__cancellation p {
    margin: 0.75rem 0; }
  .pz-page__cancellation .comp-multiComp__title {
    display: none; }
  .pz-page__cancellation .comp-multiComp__content {
    border: 0; }
  .pz-page__cancellation .comp-multiComp__contact-us {
    margin: 0; }

.pz-page .search-results {
  position: relative; }
  @media (max-width: 1024px) {
    .pz-page .search-results {
      display: none; } }

.pz-page .pz-order-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid RGBA(var(--global-color-gray), 0.5);
  padding: 1rem;
  margin-bottom: 1.25rem; }
  @media (max-width: 1024px) {
    .pz-page .pz-order-holder {
      padding: 0.5rem 0.3rem; } }
  @media (max-width: 767px) {
    .pz-page .pz-order-holder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .pz-page .pz-order-holder .search-result__btn {
    position: static;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    background-color: RGB(var(--global-color-accent));
    box-shadow: none;
    padding: 0.5rem 1rem;
    margin-left: 0; }
    .pz-page .pz-order-holder .search-result__btn[disabled] {
      display: none; }
    @media (max-width: 1024px) {
      .pz-page .pz-order-holder .search-result__btn {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        max-width: none;
        height: 45px;
        margin-bottom: 0; } }

.pz-page .pz-order-number {
  color: RGB(var(--global-color-black));
  font-size: 1rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .pz-page .pz-order-number {
      max-width: 100%; } }
  @media (max-width: 1024px) {
    .pz-page .pz-order-number {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 60%; } }
  .pz-page .pz-order-number > div {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .pz-page .pz-order-number strong {
    color: RGB(var(--global-color-primary));
    font-weight: 600;
    font-size: 1.125rem; }
  .pz-page .pz-order-number span {
    display: inline-block;
    vertical-align: top;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .pz-page .pz-order-number span.type {
      margin: 0 1rem; }
      @media (max-width: 1024px) {
        .pz-page .pz-order-number span.type {
          margin: 0; } }

.pz-page .pz-order-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 1200px) {
    .pz-page .pz-order-left-side {
      width: 33%; } }
  .pz-page .pz-order-left-side .search-result__btn {
    position: static; }
    @media (max-width: 767px) {
      .pz-page .pz-order-left-side .search-result__btn {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        margin-top: 1rem; } }
  @media (max-width: 1024px) {
    .pz-page .pz-order-left-side {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .pz-page .pz-order-left-side .uneditable {
    font-size: .875rem;
    max-width: 90px;
    margin-left: .5rem;
    text-align: center;
    color: RGB(var(--global-color-error-light)); }
  .pz-page .pz-order-left-side .tooltip-holder {
    margin-left: 1rem;
    max-width: 90px;
    font-size: .875rem;
    color: RGB(var(--global-color-error-light));
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    cursor: pointer; }
    .pz-page .pz-order-left-side .tooltip-holder.pz-order-completed {
      color: RGB(var(--global-color-primary)); }
    .pz-page .pz-order-left-side .tooltip-holder .tooltip {
      position: static; }
      .pz-page .pz-order-left-side .tooltip-holder .tooltip .icon-info_outline:before {
        content: "i";
        border: 1px solid red;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        font-size: 11px;
        font-weight: 600;
        text-align: center; }
    .pz-page .pz-order-left-side .tooltip-holder:hover .tooltip__inner--top {
      display: block; }
    @media (max-width: 1024px) {
      .pz-page .pz-order-left-side .tooltip-holder {
        max-width: inherit; } }
    .pz-page .pz-order-left-side .tooltip-holder .tooltip__inner--top {
      font-size: .75rem;
      width: 230px;
      line-height: 1.3;
      left: 0;
      bottom: calc(100% + 17px);
      box-shadow: 0 3px 5px 0 RGBA(var(--global-color-black), 0.2), inset 0 0 0 RGB(var(--global-color-border)), inset 0 0 0 RGB(var(--global-color-border));
      border: 2px solid RGB(var(--global-color-primary));
      background: RGB(var(--global-color-white));
      color: RGB(var(--global-color-black)); }
      .pz-page .pz-order-left-side .tooltip-holder .tooltip__inner--top:before {
        left: 59px; }
        @media (max-width: 1024px) {
          .pz-page .pz-order-left-side .tooltip-holder .tooltip__inner--top:before {
            left: 107px; } }
    .pz-page .pz-order-left-side .tooltip-holder > * {
      -webkit-align-self: auto;
          -ms-flex-item-align: auto;
              align-self: auto;
      margin-left: 0.5rem; }
      .pz-page .pz-order-left-side .tooltip-holder > * .icon-info_outline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    @media (max-width: 1024px) {
      .pz-page .pz-order-left-side .tooltip-holder {
        margin: 0;
        margin-top: 1rem;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }

.pz-page .pz-order-bottom {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem; }
  @media (max-width: 1024px) {
    .pz-page .pz-order-bottom {
      display: none; } }
  .pz-page .pz-order-bottom span {
    margin: 0 1rem; }

.pz-page .empty-content {
  text-align: center; }
  @media (max-width: 1024px) {
    .pz-page .empty-content img {
      max-width: 250px; } }
  .pz-page .empty-content p {
    color: RGB(var(--global-color-black));
    margin-bottom: 1.25rem;
    margin-top: 2rem; }
    @media (max-width: 1024px) {
      .pz-page .empty-content p {
        margin-bottom: 2.875rem;
        margin-top: 2.5rem; } }

.pz-page .flight-order-details__banners {
  margin-top: 0; }

.pz-page .flight-order-details__banner {
  margin-top: 0; }
  .pz-page .flight-order-details__banner header {
    display: none; }
  .pz-page .flight-order-details__banner h3 {
    display: block; }

.pz-page .result-page__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 265px;
  width: 100%;
  margin-left: 2rem; }
  @media (max-width: 1024px) {
    .pz-page .result-page__side {
      max-width: inherit;
      margin-left: 0; }
      .pz-page .result-page__side .side-sub-holder {
        max-width: 265px;
        margin: auto;
        margin-top: 2.125rem; } }
  .pz-page .result-page__side .search-result__btn {
    background-color: RGB(var(--global-color-accent));
    box-shadow: none;
    line-height: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    white-space: nowrap;
    width: auto; }
    @media (max-width: 767px) {
      .pz-page .result-page__side .search-result__btn {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center; } }
  .pz-page .result-page__side .bunners .bunner-img {
    margin-bottom: 0.5rem; }
    .pz-page .result-page__side .bunners .bunner-img img {
      width: 100%;
      height: auto; }
  .pz-page .result-page__side .bunners li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pz-page .result-page__side .bunners li p {
      font-weight: 600;
      color: RGB(var(--global-color-primary)); }
    .pz-page .result-page__side .bunners li .btn {
      background-color: RGB(var(--global-color-accent));
      box-shadow: none;
      line-height: 1;
      padding: 0.5rem 1rem;
      display: inline-block;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
  .pz-page .result-page__side .useful-information {
    background: RGB(var(--global-color-gray), 0.2);
    border-radius: 8px;
    padding: .2rem .6rem .8rem .6rem;
    margin-bottom: 1rem; }
    .pz-page .result-page__side .useful-information h5 {
      margin-bottom: 0.8rem;
      font-size: 1.375rem; }
    .pz-page .result-page__side .useful-information-image-holder {
      width: 80px; }
      .pz-page .result-page__side .useful-information-image-holder img {
        display: block;
        margin: auto; }
    .pz-page .result-page__side .useful-information ul {
      list-style: none;
      padding: 0; }
      .pz-page .result-page__side .useful-information ul > li {
        margin-bottom: 0.5rem; }
        .pz-page .result-page__side .useful-information ul > li:last-child {
          margin-bottom: 0; }
        .pz-page .result-page__side .useful-information ul > li a {
          color: RGB(var(--global-color-black));
          background: RGB(var(--global-color-white));
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .pz-page .result-page__side .useful-information ul > li a > * {
            -webkit-align-self: center;
                -ms-flex-item-align: center;
                    align-self: center; }
          .pz-page .result-page__side .useful-information ul > li a span {
            text-decoration: underline;
            font-weight: 600;
            font-size: 0.875rem; }
            .pz-page .result-page__side .useful-information ul > li a span:hover {
              text-decoration: none; }
  .pz-page .result-page__side_myreservations {
    margin-bottom: 1rem; }
    .pz-page .result-page__side_myreservations a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      line-height: 48px;
      width: 100%;
      margin-bottom: 3px;
      color: RGB(var(--global-color-primary));
      padding-right: 1rem;
      border: 1px solid RGBA(var(--global-color-gray), 0.2);
      border-right: 6px solid RGB(var(--global-color-accent)); }
  .pz-page .result-page__side_news-letter-box {
    border: 2px solid RGB(var(--global-color-primary));
    color: RGB(var(--global-color-primary));
    font-weight: 600;
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 1rem; }
    .pz-page .result-page__side_news-letter-box .pz-success-text {
      font-size: 1rem;
      color: RGB(var(--global-color-black));
      font-weight: normal; }
      .pz-page .result-page__side_news-letter-box .pz-success-text:after {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        color: RGB(var(--global-color-approve));
        margin-right: .5rem; }
    .pz-page .result-page__side_news-letter-box svg {
      fill: RGB(var(--global-color-primary));
      margin: 1rem 0 1.5rem; }
    .pz-page .result-page__side_news-letter-box > * {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }

.pz-page .contact-area__block {
  padding-right: 1rem; }

.pz-page .contact-area__appeal {
  display: none; }

.pz-page .contact-area__fields--field {
  margin-bottom: 1rem; }
  .pz-page .contact-area__fields--field label {
    display: inline-block;
    vertical-align: top;
    width: 6rem;
    margin: 0;
    line-height: 2.25rem; }

.oldreservations + .search-results .pz-order-number span {
  color: RGB(var(--global-color-black)); }

.oldreservations + .search-results .pz-order-holder {
  min-height: 72px; }

.contact-counselor {
  max-width: 400px;
  width: 100%;
  background: RGB(var(--global-color-white));
  padding: 2rem 2rem 1.5rem; }
  .contact-counselor div#contactThankYou {
    display: none;
    color: RGB(var(--global-color-approve)); }
  .contact-counselor input, .contact-counselor select, .contact-counselor textarea {
    margin-bottom: 1rem;
    width: 100%; }
  .contact-counselor #errorMsgLayout {
    color: RGB(var(--global-color-error)); }
  .contact-counselor .newsletter-register {
    display: none; }
  .contact-counselor input[type="button"] {
    font-size: 1rem;
    margin-bottom: 1rem;
    width: auto;
    float: left; }
  .contact-counselor h4 {
    color: RGB(var(--global-color-primary));
    font-size: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
    .contact-counselor h4 #btn-close-contact-us {
      position: absolute;
      top: .5rem;
      left: 1rem; }

.personalZoneModule .site-nav,
.personalZoneModule .site-header .header-inner .header-utils .util.header-mobile {
  display: none; }

.personalZoneModule .flight-order-details__passengers-summary.package {
  font-size: .85rem;
  color: inherit;
  font-weight: normal; }

.personalZoneModule .flight-order-details__passengers-title {
  font-size: 1rem;
  margin-top: 1rem; }
  .personalZoneModule .flight-order-details__passengers-title + span {
    border-bottom: 0; }

#additionalServicesWizard {
  position: fixed !important;
  top: 6vh !important;
  width: 1240px;
  height: 88vh; }
  @media (max-width: 1024px) {
    #additionalServicesWizard {
      width: 100vw;
      height: 100vh;
      top: 0 !important; }
      #additionalServicesWizard _::-webkit-full-page-media, #additionalServicesWizard _:future, :root #additionalServicesWizard {
        padding-bottom: 65px; } }
  #additionalServicesWizard.confirmation {
    width: 690px;
    height: 200px;
    left: 50% !important;
    margin-left: -345px; }
    @media (max-width: 1024px) {
      #additionalServicesWizard.confirmation {
        width: 100%;
        left: 0 !important;
        margin-left: 0; } }
  #additionalServicesWizard iframe {
    width: 100%;
    height: 100%;
    border: none; }

#mainWizardDiv {
  width: 100%;
  height: calc(100vh - 10rem);
  overflow: auto; }
  @media (max-width: 1024px) {
    #mainWizardDiv {
      position: relative;
      height: calc(100vh - 12rem); } }
  #mainWizardDiv.payment {
    overflow: auto; }
    @media (max-width: 1024px) {
      #mainWizardDiv.payment {
        height: calc(100vh - 12rem) !important; } }
    #mainWizardDiv.payment .credit2000cover {
      margin-top: 0; }
      #mainWizardDiv.payment .credit2000cover .frameCover {
        margin-top: 0; }
        #mainWizardDiv.payment .credit2000cover .frameCover #timeoutCounterDiv {
          margin-top: 0; }

.extraServicesModule.wizardPage .page.container-fluid {
  min-height: 100vh; }

.extraServicesModule.wizardPage .additionalServicesWizard {
  padding: 0 2.5rem 2.5rem; }
  @media (max-width: 1024px) {
    .extraServicesModule.wizardPage .additionalServicesWizard {
      height: 100%;
      padding: 0 0.25rem; } }
  .extraServicesModule.wizardPage .additionalServicesWizard__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 1rem 2.5rem; }
    @media (max-width: 1024px) {
      .extraServicesModule.wizardPage .additionalServicesWizard__header {
        padding: 1rem; } }
  .extraServicesModule.wizardPage .additionalServicesWizard__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    color: RGB(var(--global-color-primary)); }
  .extraServicesModule.wizardPage .additionalServicesWizard__close {
    position: static;
    color: RGB(var(--global-color-primary)); }
  .extraServicesModule.wizardPage .additionalServicesWizard__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 0 2.5rem; }
    @media (max-width: 1024px) {
      .extraServicesModule.wizardPage .additionalServicesWizard__bar {
        padding: 0 0 1rem; } }
    .extraServicesModule.wizardPage .additionalServicesWizard__bar-item {
      position: relative;
      width: 10rem;
      font-size: 0.875rem;
      font-weight: 600;
      text-align: center;
      color: RGB(var(--global-color-gray)); }
      @media (max-width: 1024px) {
        .extraServicesModule.wizardPage .additionalServicesWizard__bar-item {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          width: auto;
          font-size: 0.75rem; } }
      .extraServicesModule.wizardPage .additionalServicesWizard__bar-item:before {
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        font-size: 2rem;
        font-weight: normal;
        line-height: 3.5rem;
        text-align: center;
        color: RGB(var(--global-color-white));
        background: RGB(var(--global-color-gray));
        border-radius: 50%;
        margin: 0 auto 0.25rem; }
      .extraServicesModule.wizardPage .additionalServicesWizard__bar-item:after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: 1.625rem;
        right: 0;
        left: 0;
        height: 0.25rem;
        background: RGB(var(--global-color-gray)); }
      .extraServicesModule.wizardPage .additionalServicesWizard__bar-item.current {
        color: RGB(var(--global-color-primary)); }
        .extraServicesModule.wizardPage .additionalServicesWizard__bar-item.current:before, .extraServicesModule.wizardPage .additionalServicesWizard__bar-item.current:after {
          background: RGB(var(--global-color-primary)); }
      .extraServicesModule.wizardPage .additionalServicesWizard__bar-item#insuranceBar:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .extraServicesModule.wizardPage .additionalServicesWizard__bar-item#tripCancellationInsuranceBar:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .extraServicesModule.wizardPage .additionalServicesWizard__bar-item#cityRideBar:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
      .extraServicesModule.wizardPage .additionalServicesWizard__bar-item#creditCardBar:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        font-size: 1.75rem; }
      .extraServicesModule.wizardPage .additionalServicesWizard__bar-item.dummy {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
  .extraServicesModule.wizardPage .additionalServicesWizard__content {
    padding: 1rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1024px) {
      .extraServicesModule.wizardPage .additionalServicesWizard__content {
        display: block;
        height: 100%;
        overflow: auto;
        padding: 0 0 65px; } }
    .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services {
      width: 870px;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services {
          width: 100%; }
          .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services .cityRideRow-details .route {
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
      .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services .extraServicesDiv {
        max-height: calc(100vh - 19rem);
        overflow: auto; }
        @media (max-width: 1024px) {
          .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services .extraServicesDiv {
            max-height: none; } }
      .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services__services-fields-row.cityRideTypes {
        max-height: calc(100vh - 28rem);
        overflow: auto; }
        @media (max-width: 1024px) {
          .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services__services-fields-row.cityRideTypes {
            max-height: none; } }
    .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__left {
      float: none; }
      @media (max-width: 1024px) {
        .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__left {
          width: 100%;
          padding: 0; } }
      .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__left .floating-button, .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__left .exit-btn {
        display: none; }
      .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__left .flight-order-details__summary {
        display: block;
        position: static;
        width: 100%;
        min-width: 260px;
        box-shadow: 0 3px 10px 0 RGBA(0, 0, 0, 0.2);
        -webkit-transform: none;
                transform: none;
        margin-top: 0.75rem; }
    .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services-open-collapsed {
      display: none; }
      .extraServicesModule.wizardPage .additionalServicesWizard__content .flight-order-details__services-open-collapsed + h4 {
        margin: 0; }
    .extraServicesModule.wizardPage .additionalServicesWizard__content #tripSummary {
      width: 260px; }
  .extraServicesModule.wizardPage .additionalServicesWizard__footer {
    position: absolute;
    bottom: 1.5rem;
    left: 2.5rem;
    right: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1024px) {
      .extraServicesModule.wizardPage .additionalServicesWizard__footer {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        background: RGB(var(--global-color-white));
        border-top: 1px solid RGB(var(--global-color-border)); } }
    .extraServicesModule.wizardPage .additionalServicesWizard__footer input[type="button"] {
      font-size: 1rem;
      min-width: 6.5rem; }
      @media (max-width: 1024px) {
        .extraServicesModule.wizardPage .additionalServicesWizard__footer input[type="button"] {
          min-width: 0;
          max-width: 8rem;
          margin: 0; } }
  .extraServicesModule.wizardPage .additionalServicesWizard__thankyou {
    margin: 2rem 0;
    text-align: center; }
    .extraServicesModule.wizardPage .additionalServicesWizard__thankyou div {
      padding-bottom: 0.5rem; }
    .extraServicesModule.wizardPage .additionalServicesWizard__thankyou .flight-order-details__received-heading-check {
      float: none;
      display: inline-block; }

.paymentModule.confirmationPage .additionalServicesWizard__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 2.5rem; }
  @media (max-width: 1024px) {
    .paymentModule.confirmationPage .additionalServicesWizard__header {
      padding: 1rem; } }

.paymentModule.confirmationPage .additionalServicesWizard__close {
  position: static;
  color: RGB(var(--global-color-primary)); }

.paymentModule.confirmationPage .additionalServicesWizard__thankyou {
  margin: 0 auto;
  text-align: center; }
  .paymentModule.confirmationPage .additionalServicesWizard__thankyou div {
    padding-bottom: 0.5rem; }
  .paymentModule.confirmationPage .additionalServicesWizard__thankyou .flight-order-details__received-heading-check {
    float: none;
    display: inline-block; }

.popup-message {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: RGB(var(--global-color-white));
  max-width: 400px;
  width: 100%;
  height: 138px;
  padding: 3rem;
  box-shadow: 10px 10px 16px 18px RGBA(var(--global-color-black), 0.09);
  z-index: 1000; }
  .popup-message button {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: RGB(var(--global-color-forground));
    background: none;
    border: none;
    padding: 0;
    font-size: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer; }
    .popup-message button:after {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform .3s ease-in;
      transition: transform .3s ease-in;
      transition: transform .3s ease-in, -webkit-transform .3s ease-in;
      font-size: 1.25rem;
      display: block; }

select, input, textarea {
  padding: 0.25rem 0.5rem;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }
  select::-ms-expand, input::-ms-expand, textarea::-ms-expand {
    display: none; }
  .errorMsg select, select.error, .errorMsg input, input.error, .errorMsg textarea, textarea.error {
    border: 1px solid #F00; }

select {
  background: url(../images/selectArrow.png) RGB(var(--global-color-white)) no-repeat left;
  padding-left: 1.5rem; }

input, select {
  font-size: 16px;
  letter-spacing: -0.0625rem; }
  @media (min-width: 1600px) {
    input, select {
      font-size: 18px; } }
  input[type="button"], select[type="button"] {
    background: RGB(var(--global-color-accent));
    border: none;
    box-shadow: none;
    font-size: 1.875rem;
    cursor: pointer; }

.widget-input {
  color: RGBA(var(--global-color-white), 0.7);
  font-size: 0.85rem;
  padding: 0; }
  .widget-input input, .widget-input select {
    width: 100%;
    height: 2.75rem;
    font-weight: normal;
    padding-right: 12px;
    padding-left: 6px;
    color: RGB(var(--global-color-black)); }
  .widget-input.errorInput:before {
    content: '!';
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    bottom: 0.75rem;
    right: 0.5rem;
    background: #ff0000;
    border-radius: 50%;
    color: RGB(var(--global-color-white));
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25rem;
    text-align: center;
    z-index: 1; }
  .widget-input.errorInput select,
  .widget-input.errorInput input {
    outline: 0;
    border: 1px solid red;
    padding-right: 2.125rem; }
  @media (max-width: 1024px) {
    .widget-input.errorInput .errorMsg {
      display: block; } }

.inner-pages-fields, .flight-order-details__tmura--button {
  position: relative; }
  .inner-pages-fields .errorMsg, .flight-order-details__tmura--button .errorMsg {
    top: auto;
    bottom: -2.25rem;
    left: auto;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .inner-pages-fields .errorMsg, .flight-order-details__tmura--button .errorMsg {
        position: relative;
        bottom: auto;
        margin-top: 0.375rem;
        white-space: normal; } }
    .inner-pages-fields .errorMsg:after, .flight-order-details__tmura--button .errorMsg:after {
      left: auto;
      right: 0.5rem; }
    .flight-order-details__passengers .inner-pages-fields .errorMsg, .flight-order-details__passengers .flight-order-details__tmura--button .errorMsg {
      position: relative;
      top: auto;
      bottom: auto;
      margin-top: 0.375rem;
      white-space: normal; }

.flight-order-details__tmura--button .errorMsg {
  bottom: 0; }

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0); }
  input[type="radio"] + label {
    cursor: pointer;
    display: inline-block;
    line-height: 1rem;
    margin-left: 1rem; }
    input[type="radio"] + label:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      box-shadow: 0 0 0 2px RGB(var(--global-color-primary));
      margin-left: 0.5rem; }
  input[type="radio"]:checked + label:before {
    background: RGB(var(--global-color-primary));
    box-shadow: 0 0 0 2px RGB(var(--global-color-primary)), inset 0 0 0 3px RGB(var(--global-color-white)); }

.borderButton {
  cursor: pointer;
  background: transparent;
  border: 1px solid RGB(var(--global-color-black));
  font-size: 1.125rem;
  font-weight: 900;
  padding: 0.5rem 1rem;
  min-width: 16rem;
  color: RGB(var(--global-color-black)); }

.innerpages input[type="button"], .innerpages button, .innerpages .matrix-trigger > a {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  color: RGB(var(--global-color-black));
  background: RGB(var(--global-color-accent));
  border: 0;
  border-radius: 0;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 0 0 RGBA(0, 0, 0, 0.2); }
  .innerpages input[type="button"]:hover, .innerpages button:hover, .innerpages .matrix-trigger > a:hover {
    box-shadow: 0 3px 6px 1px RGBA(0, 0, 0, 0.2); }
  @media (max-width: 1024px) {
    .innerpages input[type="button"], .innerpages button, .innerpages .matrix-trigger > a {
      font-size: 1.25rem; } }

.innerpages .matrix-trigger > a {
  font-size: 1.25rem; }

.comp-searchEngine input[type="radio"].specialRadio + label {
  font-size: 0.875rem;
  line-height: 1.5rem; }
  .comp-searchEngine input[type="radio"].specialRadio + label:before {
    display: none; }

.comp-searchEngine input[type="radio"].specialRadio:checked + label {
  font-weight: 600;
  color: RGB(var(--global-color-primary));
  border-bottom: 2px solid RGB(var(--global-color-primary)); }

.widget-input-checkbox {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left; }
  .widget-input-checkbox input {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .widget-input-checkbox input ~ label {
      cursor: pointer;
      display: inline-block;
      line-height: 1.5rem;
      margin: 0; }
      .widget-input-checkbox input ~ label:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 1rem;
        border-radius: 3px;
        background: RGB(var(--global-color-white));
        border: 1px solid #dee2e6; }
        @media (min-width: 768px) {
          .widget-input-checkbox input ~ label:before {
            margin-left: 0.5rem; } }
    .widget-input-checkbox input:checked ~ label:before {
      content: "";
      font-family: lognet;
      font-style: normal;
      transition: -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      color: RGB(var(--global-color-primary));
      font-size: 1rem;
      line-height: 1rem;
      text-align: center;
      padding: 0.2rem; }
      @media (min-width: 768px) {
        .widget-input-checkbox input:checked ~ label:before {
          font-size: 1rem;
          padding: 0; } }

.result-page input[type="checkbox"],
.flight-order-details input[type="checkbox"],
.confirmation-page input[type="checkbox"],
.deal-details-page input[type="checkbox"],
.pz-login-tabs input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0); }
  .result-page input[type="checkbox"] + label,
  .flight-order-details input[type="checkbox"] + label,
  .confirmation-page input[type="checkbox"] + label,
  .deal-details-page input[type="checkbox"] + label,
  .pz-login-tabs input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    line-height: 1rem; }
    @media (min-width: 768px) {
      .result-page input[type="checkbox"] + label,
      .flight-order-details input[type="checkbox"] + label,
      .confirmation-page input[type="checkbox"] + label,
      .deal-details-page input[type="checkbox"] + label,
      .pz-login-tabs input[type="checkbox"] + label {
        line-height: 1.5rem; } }
    .result-page input[type="checkbox"] + label:before,
    .flight-order-details input[type="checkbox"] + label:before,
    .confirmation-page input[type="checkbox"] + label:before,
    .deal-details-page input[type="checkbox"] + label:before,
    .pz-login-tabs input[type="checkbox"] + label:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 1rem;
      height: 1rem;
      background: RGB(var(--global-color-white));
      border: 1px solid #dee2e6;
      margin-left: 0.5rem; }
      @media (min-width: 768px) {
        .result-page input[type="checkbox"] + label:before,
        .flight-order-details input[type="checkbox"] + label:before,
        .confirmation-page input[type="checkbox"] + label:before,
        .deal-details-page input[type="checkbox"] + label:before,
        .pz-login-tabs input[type="checkbox"] + label:before {
          width: 1rem;
          height: 1rem; } }
  .result-page input[type="checkbox"]:checked + label:before,
  .flight-order-details input[type="checkbox"]:checked + label:before,
  .confirmation-page input[type="checkbox"]:checked + label:before,
  .deal-details-page input[type="checkbox"]:checked + label:before,
  .pz-login-tabs input[type="checkbox"]:checked + label:before {
    content: "";
    font-family: lognet;
    font-style: normal;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    color: RGB(var(--global-color-primary));
    font-size: 1.5rem;
    text-indent: -3px;
    line-height: 0.5rem; }

.comp-mapView-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 9rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden; }
  .comp-mapView-trigger img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%; }
  @media (max-width: 1024px) {
    .comp-mapView-trigger {
      display: none; } }
  .comp-mapView-trigger + form > .comp-filter__box {
    margin-top: 0; }
  .comp-mapView-trigger button {
    position: relative;
    z-index: 1;
    font-size: 1.125rem;
    line-height: normal;
    border: none;
    border-radius: 2rem;
    color: RGB(var(--global-color-white));
    background: RGB(var(--global-color-accent));
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem; }

.dynamic-page__header.mapView ~ .dynamic-page__tabs {
  display: none; }

.dynamic-page__header.mapView .changeFlight.changeFlightBTN,
.dynamic-page__header.mapView .changePackage.changePackageBTN {
  display: none; }

.result-page .mapViewTrigger {
  font-size: 1rem;
  line-height: 2rem;
  color: RGB(var(--global-color-accent));
  background: none;
  text-decoration: underline; }
  .result-page .mapViewTrigger:before {
    content: "";
    font-family: lognet;
    font-style: normal;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    float: right;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: 0.25rem; }
  @media (max-width: 1024px) {
    .result-page .mapViewTrigger {
      display: none; } }

.result-page .search-result.notOnMap .mapViewTrigger {
  display: none; }

.result-page .search-results__header .mapView-toolbar {
  line-height: 2rem; }

.result-page .search-results__header .mapViewTrigger {
  margin-right: 1rem; }

.result-page .search-results__header .mapResultsFilter {
  display: none;
  float: left; }
  .result-page .search-results__header .mapResultsFilter button {
    background: none;
    border: none;
    font-size: 1rem;
    color: RGB(var(--global-color-forground));
    padding: 0 1rem; }
    .result-page .search-results__header .mapResultsFilter button:first-child {
      border-left: 1px solid RGB(var(--global-color-forground)); }
    .result-page .search-results__header .mapResultsFilter button .count {
      padding-right: 0.25rem; }

.result-page #mapResults {
  display: none; }

.result-page.mapView {
  max-width: none;
  padding: 0 1rem;
  margin-top: 1rem;
  padding-bottom: 3rem; }
  .result-page.mapView #mapResults {
    position: relative;
    z-index: 0;
    display: block;
    min-width: 450px;
    height: 46rem;
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .result-page.mapView #mapResults .closMapTrigger {
      position: absolute;
      z-index: 1;
      top: 1rem;
      right: 1rem;
      padding: 0.25rem 0.5rem;
      background: RGB(var(--global-color-primary));
      color: RGB(var(--global-color-white));
      font-size: 1rem;
      line-height: 1.375rem;
      border: none;
      border-radius: 0.625rem;
      direction: rtl; }
      .result-page.mapView #mapResults .closMapTrigger:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        margin-left: 0.25rem;
        font-size: 1.125rem;
        font-weight: normal;
        vertical-align: middle; }
    .result-page.mapView #mapResults .clpExpTrigger {
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 0;
      margin-top: -2rem;
      background: RGB(var(--global-color-primary));
      color: RGB(var(--global-color-white));
      border: none;
      font-size: 0;
      width: 2rem;
      height: 3.75rem;
      border-top-left-radius: 1.25rem;
      border-bottom-left-radius: 1.25rem; }
      .result-page.mapView #mapResults .clpExpTrigger:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        font-size: 1.75rem; }
      .result-page.mapView #mapResults .clpExpTrigger.active:before {
        content: "";
        font-family: lognet;
        font-style: normal;
        transition: -webkit-transform 0.3s ease-in;
        transition: transform 0.3s ease-in;
        transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
  .result-page.mapView .result-page__side#filterCollapse {
    width: 270px;
    margin-top: 0;
    transition: 0.2s ease-out; }
    .result-page.mapView .result-page__side#filterCollapse .comp-mapView-trigger {
      display: none; }
  .result-page.mapView .comp-filter__box {
    margin-top: 0;
    height: 720px;
    overflow: auto; }
  .result-page.mapView .search-results {
    position: relative;
    width: 490px;
    margin: 0 0.5rem;
    transition: 0.2s ease-out; }
    .result-page.mapView .search-results.collapsed {
      width: 0;
      overflow: hidden; }
    .result-page.mapView .search-results__header {
      background: RGB(var(--global-color-white));
      margin: 0;
      padding: 0.5rem;
      height: 3rem; }
      .result-page.mapView .search-results__header .mapViewTrigger {
        display: none; }
      .result-page.mapView .search-results__header .mapResultsFilter {
        display: block; }
    .result-page.mapView .search-results #pagerContainer {
      position: absolute;
      bottom: -2rem;
      right: 0;
      left: 0; }
      .result-page.mapView .search-results #pagerContainer .pager {
        margin: 0; }
  .result-page.mapView #resultWrapper {
    height: 43rem;
    overflow: auto;
    direction: ltr;
    padding-right: 0.25rem; }
    .result-page.mapView #resultWrapper .search-result {
      direction: rtl;
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 0.5rem;
      transition: 0.2s ease-out; }
      @media (min-width: 1025px) {
        .result-page.mapView #resultWrapper .search-result {
          transition: 0.2s ease-out; }
          .result-page.mapView #resultWrapper .search-result:hover {
            top: -1px;
            left: -1px;
            box-shadow: 3px 3px 6px RGBA(var(--global-color-black), 0.25); } }
      .result-page.mapView #resultWrapper .search-result.cloned {
        position: fixed;
        width: 470px; }
      .result-page.mapView #resultWrapper .search-result.highlighted {
        padding: 0.375rem; }
        .result-page.mapView #resultWrapper .search-result.highlighted .search-result__inner {
          outline: 0.375rem outset RGB(var(--global-color-primary-light)); }
      .result-page.mapView #resultWrapper .search-result.faded {
        opacity: 0.25; }
      @media (min-width: 1025px) {
        .result-page.mapView #resultWrapper .search-result.notOnMap {
          transition: 0.2s ease-out; }
          .result-page.mapView #resultWrapper .search-result.notOnMap:hover:after {
            content: attr(data-warning) "\a" attr(data-reason);
            position: absolute;
            z-index: 100;
            max-width: 200px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            text-align: center;
            padding: 0.5rem 1rem;
            font-size: 1.125rem;
            font-weight: 600;
            color: RGB(var(--global-color-primary));
            background: RGB(var(--global-color-white));
            border: 0.25rem solid RGB(var(--global-color-primary));
            box-shadow: 0 0 1.5rem RGBA(var(--global-color-black), 0.75); } }
      .result-page.mapView #resultWrapper .search-result__hotel {
        display: block;
        min-height: 0;
        position: relative; }
        .result-page.mapView #resultWrapper .search-result__hotel-image {
          position: absolute;
          z-index: 1;
          top: 2.5rem;
          width: 120px;
          max-width: none;
          min-width: 0;
          height: 120px;
          margin: 0; }
          .result-page.mapView #resultWrapper .search-result__hotel-image .flexslider .slides li {
            min-width: 120px;
            width: 120px;
            height: 120px; }
          .result-page.mapView #resultWrapper .search-result__hotel-image .resultFilterCB {
            position: absolute;
            clip: rect(0, 0, 0, 0);
            opacity: 0; }
          .result-page.mapView #resultWrapper .search-result__hotel-image .resultFilterCBLbl {
            display: block;
            position: absolute;
            z-index: 100;
            bottom: 0.5rem;
            right: 0.5rem; }
            .result-page.mapView #resultWrapper .search-result__hotel-image .resultFilterCBLbl:before {
              width: 2rem;
              height: 2rem;
              margin: 0;
              text-indent: 0;
              font-size: 1.75rem;
              line-height: 2rem;
              text-align: center; }
        .result-page.mapView #resultWrapper .search-result__hotel-details {
          padding: 0;
          max-width: none; }
          .result-page.mapView #resultWrapper .search-result__hotel-details .hotel_name {
            height: 40px;
            padding: 0.5rem;
            margin: 0; }
            .result-page.mapView #resultWrapper .search-result__hotel-details .hotel_name h3 {
              vertical-align: middle;
              line-height: 1.5rem;
              font-size: 1rem;
              text-align: right;
              max-width: 260px;
              margin-bottom: 0;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .result-page.mapView #resultWrapper .search-result__hotel-details .hotel_name .widget-stars {
              vertical-align: middle; }
          .result-page.mapView #resultWrapper .search-result__hotel-details .packageForMobile {
            margin-right: 120px;
            height: 65px;
            padding: 0.5rem 0.75rem;
            overflow: hidden; }
          .result-page.mapView #resultWrapper .search-result__hotel-details .hotel_description {
            display: none; }
      .result-page.mapView #resultWrapper .search-result__flights {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        min-height: 0;
        padding: 0.5rem; }
      .result-page.mapView #resultWrapper .search-result__flight {
        padding: 0; }
        .result-page.mapView #resultWrapper .search-result__flight .search-result__airline-logo, .result-page.mapView #resultWrapper .search-result__flight .search-result__columns--stops-cover {
          display: none; }
        .result-page.mapView #resultWrapper .search-result__flight .flight-order-details__flight-row-info-top-block-icons {
          margin: 0; }
        .result-page.mapView #resultWrapper .search-result__flight > p, .result-page.mapView #resultWrapper .search-result__flight > div, .result-page.mapView #resultWrapper .search-result__flight > figure {
          margin: 0.25rem 0; }
      .result-page.mapView #resultWrapper .search-result__heading {
        background: none; }
      .result-page.mapView #resultWrapper .search-result__summary-cover {
        max-width: none;
        min-height: 0;
        border-right: none;
        margin-right: 120px;
        padding: 0;
        width: 100%;
        height: 55px; }
      .result-page.mapView #resultWrapper .search-result__summary-average {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 1rem 0 0.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 0; }
        .result-page.mapView #resultWrapper .search-result__summary-average .search-result__summary-price {
          font-size: 1.5rem;
          line-height: 1; }
          .result-page.mapView #resultWrapper .search-result__summary-average .search-result__summary-price-note {
            max-width: 90px;
            font-size: 0.75rem;
            margin-bottom: 0;
            padding-bottom: 0;
            border: none; }
            .result-page.mapView #resultWrapper .search-result__summary-average .search-result__summary-price-note .dealName {
              display: none; }
        .result-page.mapView #resultWrapper .search-result__summary-average .search-result__summary-total {
          display: block;
          height: auto;
          padding: 0;
          margin: 0; }
          .result-page.mapView #resultWrapper .search-result__summary-average .search-result__summary-total:after {
            display: none; }
          .result-page.mapView #resultWrapper .search-result__summary-average .search-result__summary-total .totalPrice {
            display: block; }
          .result-page.mapView #resultWrapper .search-result__summary-average .search-result__summary-total .paymentDetailsView {
            display: none; }
        .result-page.mapView #resultWrapper .search-result__summary-average .search-result__summary-note {
          margin: 0;
          position: absolute;
          top: -6.125rem;
          left: 0.5rem;
          padding: 0 0.5rem;
          background: RGB(var(--global-color-white));
          border-radius: 0.5rem; }
      .result-page.mapView #resultWrapper .search-result__columns--indicators {
        min-width: 3.375rem;
        max-width: 3.375rem; }
        .result-page.mapView #resultWrapper .search-result__columns--indicators i {
          width: 1.125rem;
          height: 1.125rem;
          line-height: 1.125rem; }
          .result-page.mapView #resultWrapper .search-result__columns--indicators i:before {
            font-size: 1rem; }
      .result-page.mapView #resultWrapper .search-result__link {
        display: none; }
      .result-page.mapView #resultWrapper .search-result__btn, .result-page.mapView #resultWrapper .search-result__btn--select {
        position: static;
        width: auto;
        line-height: 1;
        padding: 0.375rem 1rem;
        margin: 0; }
      .result-page.mapView #resultWrapper .search-result .mapViewTrigger {
        display: none; }
  .result-page.mapView .leaflet-tooltip {
    font-size: 0.875rem;
    text-align: center;
    background: RGB(var(--global-color-accent));
    border: none;
    color: RGB(var(--global-color-white));
    border-radius: 0.5rem; }
    .result-page.mapView .leaflet-tooltip:before {
      border-top-color: RGB(var(--global-color-accent)); }
    .result-page.mapView .leaflet-tooltip .title {
      width: 120px;
      white-space: normal;
      margin-bottom: 0.25rem; }
    .result-page.mapView .leaflet-tooltip .price {
      line-height: 1;
      font-size: 1.5rem;
      font-weight: bold; }
  .result-page.mapView .leaflet-popup-content-wrapper {
    border-radius: 0;
    padding: 0;
    text-align: right; }
  .result-page.mapView .leaflet-popup-close-button {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    right: -1.75rem;
    background: RGB(var(--global-color-primary));
    color: RGB(var(--global-color-white));
    padding: 0;
    border-radius: 50%; }
    @media (min-width: 1025px) {
      .result-page.mapView .leaflet-popup-close-button {
        transition: 0.2s ease-out; }
        .result-page.mapView .leaflet-popup-close-button:hover {
          color: RGB(var(--global-color-white));
          background: RGB(var(--global-color-primary-light)); } }
  .result-page.mapView .leaflet-popup-content {
    font-family: inherit;
    position: relative;
    direction: rtl;
    margin: 0;
    min-width: 25rem; }
    .result-page.mapView .leaflet-popup-content .title {
      direction: ltr;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 2.5rem;
      padding: 0.5rem;
      font-size: 1rem;
      font-weight: 600;
      white-space: nowrap;
      color: RGB(var(--global-color-primary));
      background: RGBA(var(--global-color-primary), 0.15); }
      .result-page.mapView .leaflet-popup-content .title span {
        display: block;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .result-page.mapView .leaflet-popup-content .title .widget-stars {
        margin-left: 0.5rem; }
    .result-page.mapView .leaflet-popup-content img {
      display: block;
      width: 120px;
      height: 120px; }
    .result-page.mapView .leaflet-popup-content .price {
      position: absolute;
      bottom: 0.5rem;
      margin-right: 120px;
      left: 0.5rem;
      right: 0;
      padding-right: 1rem;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.1;
      color: RGB(var(--global-color-primary)); }
      .result-page.mapView .leaflet-popup-content .price span {
        display: block;
        font-size: .875rem;
        font-weight: 400;
        color: RGB(var(--global-color-forground));
        text-decoration: underline; }
      .result-page.mapView .leaflet-popup-content .price button {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0.5rem 1rem;
        margin: 0;
        font-size: 1.25rem; }
  .result-page.mapView .leaflet-marker-icon.hovered {
    -webkit-animation-name: markerIcon;
            animation-name: markerIcon;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  .result-page.mapView .leaflet-container#mapid {
    width: 100%;
    height: 100%;
    z-index: 0; }

@-webkit-keyframes markerIcon {
  0% {
    top: 0; }
  25% {
    top: -15px; }
  50% {
    top: 0; }
  75% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes markerIcon {
  0% {
    top: 0; }
  25% {
    top: -15px; }
  50% {
    top: 0; }
  75% {
    top: -15px; }
  100% {
    top: 0; } }

.hide {
  display: none; }

.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 0.5rem 0;
  max-height: 20.5rem;
  overflow: auto;
  background: RGB(var(--global-color-white));
  border: 1px solid RGB(var(--global-color-forground));
  cursor: default; }
  @media (max-width: 1024px) {
    .ui-autocomplete {
      left: 0 !important;
      right: 0;
      max-width: 100vw;
      font-size: 0.875rem; } }

.ui-menu {
  display: block; }
  .ui-menu .ui-menu {
    position: absolute; }
    .ui-menu .ui-menu-item {
      margin: 0;
      cursor: pointer; }
      .ui-menu .ui-menu-item-wrapper {
        position: relative;
        display: block;
        padding: 0.25rem 1rem;
        line-height: 1.5rem;
        color: RGB(var(--global-color-black)); }
  .ui-menu .ui-state-focus,
  .ui-menu .ui-state-active {
    color: RGB(var(--global-color-accent)); }

@media (max-width: 1024px) {
  .flight-order-details__payments-row.buzz .labelText {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 240px; }
    .flight-order-details__payments-row.buzz .labelText span {
      display: block; } }

.flight-order-details__payments-row.buzz .labelText:before {
  content: url("../images/buzz.png");
  vertical-align: middle;
  margin-left: 0.5rem; }

.flight-order-details__completePayment {
  padding-top: 2rem; }
  .flight-order-details__completePayment-text {
    font-size: 1.25rem;
    padding-bottom: 1rem; }
  .flight-order-details__completePayment-loader {
    width: 36px;
    height: 36px; }
  .flight-order-details__completePayment-msg {
    font-size: 1.125rem;
    font-weight: 600; }
    .flight-order-details__completePayment-msg:empty {
      display: none; }

.flight-order-details__payments, .flight-order-details__checkout, .flight-order-details__services.agentComission {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.cancellationPolicy {
  position: relative; }
  .cancellationPolicy__remark {
    position: relative;
    display: inline-block;
    text-align: right;
    cursor: pointer; }
    @media (max-width: 767px) {
      .cancellationPolicy__remark {
        position: static; } }
    .cancellationPolicy__remark.emptyDesc {
      cursor: default; }
    .cancellationPolicy__remark.refundable {
      color: RGB(var(--global-color-black)); }
      .cancellationPolicy__remark.refundable > span {
        color: RGB(var(--global-color-approve));
        text-decoration: underline; }
        @media (max-width: 767px) {
          .cancellationPolicy__remark.refundable > span {
            display: block; } }
      @media (max-width: 767px) {
        .cancellationPolicy__remark.refundable {
          overflow: visible;
          white-space: normal;
          max-width: none; } }
    .cancellationPolicy__remark.nonRefundable {
      color: RGB(var(--global-color-error));
      text-decoration: underline; }
      @media (max-width: 767px) {
        .cancellationPolicy__remark.nonRefundable {
          overflow: visible;
          white-space: normal;
          max-width: none; } }
    .cancellationPolicy__remark > span {
      display: block; }
  .cancellationPolicy__tooltip {
    position: absolute;
    z-index: 10;
    width: 20rem;
    height: 13rem;
    top: 2.25rem;
    left: 0;
    background: RGB(var(--global-color-white));
    padding: 2rem;
    border: 2px solid RGB(var(--global-color-primary));
    -webkit-transform: translate(-35%, 0);
            transform: translate(-35%, 0);
    text-decoration: none;
    color: RGB(var(--global-color-black)); }
    .nonRefundable .cancellationPolicy__tooltip {
      color: RGB(var(--global-color-error)); }
    @media (max-width: 767px) {
      .cancellationPolicy__tooltip {
        width: 100%;
        -webkit-transform: none;
                transform: none;
        top: 0;
        box-shadow: 0 0 0 1000px RGBA(RGB(var(--global-color-white)), 0.75); } }
    .cancellationPolicy__tooltip-close {
      top: 0.5rem;
      left: 0.75rem;
      color: RGB(var(--global-color-primary)); }
      .cancellationPolicy__tooltip-close:before {
        font-size: 2rem; }
    .cancellationPolicy__tooltip-title {
      font-weight: 600;
      color: RGB(var(--global-color-primary));
      margin-bottom: 1.5rem; }
      @media (max-width: 767px) {
        .cancellationPolicy__tooltip-title {
          display: block !important; } }

.package-order-details .room-type-for-mobile label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .package-order-details .room-type-for-mobile label span {
    display: inline-block; }

.search-result__heading .flight-subject {
  font-weight: 600;
  color: RGB(var(--global-color-white));
  background: RGB(var(--global-color-primary));
  padding: 0 1rem;
  margin-right: 0.25rem; }
  @media (max-width: 767px) {
    .search-result__heading .flight-subject {
      display: block;
      margin: 0.25rem 0 0;
      line-height: normal; } }

.loadingModule .loadingPage {
  width: 100%;
  margin: 8rem 0 5rem;
  text-align: center; }
  @media (max-width: 1024px) {
    .loadingModule .loadingPage {
      margin: 5rem 0; } }
  .loadingModule .loadingPage img {
    margin-bottom: 2rem; }
    @media (max-width: 1024px) {
      .loadingModule .loadingPage img {
        max-width: 80vw;
        height: auto; } }
  .loadingModule .loadingPage p {
    font-size: 3rem;
    font-weight: 600;
    max-width: 60vw;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .loadingModule .loadingPage p {
        font-size: 2rem;
        max-width: 90vw; } }

*:focus,
input[type="radio"]:focus + label,
input[type="checkbox"]:focus + label,
.widget-input-checkbox input[type="checkbox"]:focus + span,
.cityRideTypes input[type="radio"]:focus + .ride {
  outline-color: RGB(var(--global-color-primary)) !important;
  outline-width: 2px !important;
  outline-offset: -2px !important;
  outline-style: solid !important; }

a,
select,
input[type="button"],
input[type="submit"],
label[for],
button,
[onclick] {
  cursor: pointer; }

/*# sourceMappingURL=layout.css.map */
