/* Minification failed. Returning unminified contents.
(298,32): run-time error CSS1063: Expected calculation unit, found '$'
(298,32): run-time error CSS1064: Expected calculation product, found '$'
(298,32): run-time error CSS1065: Expected calculation sum, found '$'
(298,32): run-time error CSS1034: 
(298,32): run-time error CSS1042: Expected function, found '$'
(298,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(299,33): run-time error CSS1063: Expected calculation unit, found '$'
(299,33): run-time error CSS1064: Expected calculation product, found '$'
(299,33): run-time error CSS1065: Expected calculation sum, found '$'
(299,33): run-time error CSS1034: 
(299,33): run-time error CSS1042: Expected function, found '$'
(299,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
(396,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(397,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(398,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(399,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(400,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(401,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(402,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(403,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(404,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(405,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(406,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(430,29): run-time error CSS1039: Token not allowed after unary operator: '-second-color'
(445,29): run-time error CSS1039: Token not allowed after unary operator: '-radius'
(471,25): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(1921,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
 */
#section-about > .trn-default-content > .about-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

    #section-about > .trn-default-content > .about-content > li {
        background-color: #F8F9FB;
        border-radius: 5px;
        padding: 0 1%;
    }

    #section-about > .trn-default-content > .about-content > .last-li {
        margin-right: 0;
    }

@media only screen and (min-width: 1024px) {
    #section-about > .trn-default-content > .about-content > li {
        width: 23.4%;
        float: left;
        text-align: center;
        min-height: 245px;
    }
}

@media only screen and (max-width: 1025px) {
    #section-about > .trn-default-content > .about-content > li {
        min-height: 285px;
        width: 21.4%;
        float: left;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    #section-about > .trn-default-content > .about-content > li {
        width: 21.4%;
        float: left;
        text-align: center;
        min-height: 250px;
    }

        #section-about > .trn-default-content > .about-content > li img {
            width: 100px;
            height: 100px;
        }
}

#section-about > .trn-default-content > .about-content > li img {
    width: 150px;
    max-width: 100%;
}

#section-about > .trn-default-content > .about-content > li p {
    width: 100%;
    float: none;
    text-align: center;
    display: inline-block;
}

    #section-about > .trn-default-content > .about-content > li p > strong {
        font-weight: 600;
        font-size: 15px;
        color: #000000;
        padding-bottom: 5px;
        display: block;
    }

    #section-about > .trn-default-content > .about-content > li p > span {
        font-size: 12px;
        color: #AAAAAA;
        display: block;
        margin-bottom: 10px;
    }

#section-about > .trn-default-content > .about-content > li:hover {
    -webkit-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}

#section-about .link-wrapper {
    text-align: center;
}

    #section-about .link-wrapper .link {
        font-size: 15px;
        font-weight: 600;
        color: #2321FF;
        text-decoration: none;
    }

        #section-about .link-wrapper .link:after {
            content: "\2192";
            margin-left: 5px;
            font-size: 14px;
            font-family: sans-serif;
        }

body[dir='rtl'] #section-about .link-wrapper .link::after {
    content: "\2190";
}

#section-member {
    margin-bottom: 40px;
}

.trn-content > .trn-default-content > .trn-member-table {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column.info {
        float: left;
        width: 28%;
        padding: 0;
        margin: 0;
        list-style: none;
        border-right: 2px solid #fff;
    }

        .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
            color: #000000;
            font-size: 10px;
            padding: 10px;
            border-bottom: 1px solid #DDDDDD;
            height: 30px;
            line-height: 16px;
            vertical-align: central;
            text-align: left;
        }

            .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.caption {
                font-size: 12px;
            }

@media only screen and (max-width: 991px) {
    .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
        font-size: 11px;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > span {
        display: none;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.info > li {
        padding: 8px 0 12px;
    }
}

.trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.top,
.trn-content > .trn-default-content > .trn-member-table > a > .column.info > li.bottom {
    border-bottom: none;
}

.trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption {
    text-align: center;
    background-color: #fff !important;
    padding: 7px 0 12px;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > .member {
        font-size: 16px;
        color: #AAAAAA;
        font-weight: 600;
        display: block;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li.caption > span {
        font-size: 70%;
        color: #AAAAAA;
        white-space: nowrap;
        display: block;
        margin-top: 4px;
    }

.trn-content > .trn-default-content > .trn-member-table > a > .column {
    float: left;
    width: 17.3%;
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 3px solid #DDDDDD;
}

    .trn-content > .trn-default-content > .trn-member-table > a > .column > li {
        text-align: center;
        height: 30px;
        padding: 10px;
        line-height: 16px;
        border-bottom: 1px solid #DDDDDD;
    }

        .trn-content > .trn-default-content > .trn-member-table > a > .column > li > .icon-tick {
            background-position: -95px -273px;
            width: 31px;
            height: 24px;
        }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-1 > li {
        background-color: #2321FF;
        opacity: 0.25;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-2 > li {
        background-color: #2321FF;
        opacity: 0.5;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-3 > li {
        background-color: #2321FF;
        opacity: 0.75;
    }

    .trn-content > .trn-default-content > .trn-member-table > a > .column.orange-4 > li {
        background-color: #2321FF;
        opacity: 1;
    }

.trn-card-items {
  margin-bottom: 40px;
}

.card-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .card-items-wrapper.double {
    padding: 0 100px;
  }
}
.card-items-wrapper .card-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 20px 25px;
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  max-width: 500px;
  overflow: hidden;
}

.card-items-wrapper .card-item a:after {
  content: "";
  position: absolute;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

.card-items-wrapper .card-item:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.card-items-wrapper .card-item:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 0 20px;
  font-size: 14px;
  color: #AAAAAA;
}

.card-items-wrapper .card-item:not(:last-child) {
  margin-right: 30px;
}

.card-items-wrapper .card-item .card-media {
  background-color: #F8F9FB;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 15px;
  border-top-left-radius: calc($radius / 2);
  border-top-right-radius: calc($radius / 2);
  overflow: hidden;
}

.card-items-wrapper .card-item .card-media figure {
  position: relative;
  padding-top: 44.5%;
}

.card-items-wrapper .card-item .card-media img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-items-wrapper .card-item .card-content .card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #000000;
  text-decoration: none;
}

.card-items-wrapper .card-item .card-content .card-secondary-text {
  color: #AAAAAA;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .card-items-wrapper .card-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .card-items-wrapper .card-item {
    padding: 15px 15px 46px 15px;
  }

  .card-items-wrapper .card-item:after {
    font-size: 12px;
    padding: 0 15px;
    bottom: 15px;
  }

  .card-items-wrapper .card-item .card-media {
    margin-left: -15px;
    margin-right: -15px;
  }

  .card-items-wrapper .card-item .card-content .card-title {
    font-size: 14px;
  }

  .card-items-wrapper .card-item .card-content .card-secondary-text {
    font-size: 12px;
  }
}
.menu-wrapper .card-items-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-wrapper .card-items-wrapper .card-item {
  margin-right: 0;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-wrapper .card-items-wrapper .card-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-wrapper .card-items-wrapper .card-item .card-media {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body[dir="rtl"] .card-items-wrapper .card-item:not(:last-child) {
  margin-right: unset;
}

body[dir="rtl"] .card-items-wrapper .card-item:not(:first-child) {
  margin-right: 30px;
}

:root {
    --text-primary-color: #000000;
    --white: #fff;
    --text-secondary-color: #AAAAAA;
    --border-color: #DDDDDD;
    --border: 1px solid #DDDDDD;
    --transition: .3s;
    --radius: 8px;
    --main-color: #01007F;
    --second-color: #2321FF;
    --main-light-color: #f4f4ff;
    --bg-gray: #F8F9FB;
}

.continents-widget-wrapper {
}

    .continents-widget-wrapper ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .continents-widget-wrapper ul .continent-link {
            text-decoration: none;
        }

            .continents-widget-wrapper ul .continent-link:hover .continent-label {
                color: var(--second-color);
            }

            .continents-widget-wrapper ul .continent-link:hover .continent-icon img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

    .continents-widget-wrapper .continent-link:not(:last-child) {
        margin-right: 5px;
    }

    .continents-widget-wrapper ul li {
        width: 100px;
        border-radius: var(--radius);
        text-align: center;
        padding: 15px;
    }

        .continents-widget-wrapper ul li .continent-icon {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 60px;
            margin-bottom: 10px;
            text-align: center;
        }

            .continents-widget-wrapper ul li .continent-icon img {
                vertical-align: top;
                width: 60px;
                height: 60px;
                -webkit-transition: .2s;
                -o-transition: .2s;
                transition: .2s;
            }

        .continents-widget-wrapper ul li .continent-label {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-primary-color);
            text-decoration: none;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
        }

@media screen and (max-width: 959px) {
    .continents-widget-wrapper ul .continent-link {
        width: 30%;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    .continents-widget-wrapper ul li {
        width: 100%;
    }
}


.trn-article-text {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  color: #000000;
  text-align: justify;
}

.trn-article-text p {
  margin: 0 0 20px 5px;
}

.trn-article-text h3 {
  margin: 30px 0 20px 5px;
  font-size: 21px;
  font-weight: 600;
}

.trn-article-text > p a {
  color: #000000 !important;
  font-weight: 600;
}

.trn-article-text strong {
  font-weight: 600;
  color: #000000;
}

.trn-article-text-img {
  width: 40%;
  float: right;
  margin: 10px 0 5px 20px;
  overflow: hidden;
  position: relative;
}

.trn-article-text-img .div-info-img {
  position: absolute;
  padding: 20px 30px;
  margin: 20px;
  background-color: #f9f9ff;
  display: block;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  width: 75%;
  z-index: 2;
  letter-spacing: 0.0325em;
}

.trn-article-text-img > img {
  width: 100%;
  z-index: 1;
  position: relative;
  max-height: 350px;
}

.trn-article-text-img > p {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
  padding: 20px 0;
  background-color: #AAAAAA;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* New Sass File */
.search-form-wrapper {
  padding: unset !important;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-form-wrapper *,
.search-form-wrapper *:before,
.search-form-wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-form-wrapper.campaign {
  margin-bottom: 30px;
}
.search-form-wrapper .inner-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.search-form-wrapper .search-form-container > *:not(:last-child) {
  margin-bottom: 8px;
}
.search-form-wrapper .search-form-container .search-form-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #AAAAAA;
  margin-bottom: 15px;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight label:not(:last-child) {
  margin-right: 12px;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight label:hover {
  cursor: pointer;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight label input {
  display: none;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight label input ~ .label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight label input ~ .label:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  border-radius: 100%;
  border: 2px solid #AAAAAA;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight label input:checked ~ .label {
  color: #01007F;
  font-weight: bold;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight label input:checked ~ .label:before {
  border-color: #01007F;
}
.search-form-wrapper .search-form-container .search-form-options .options.flight label input:checked ~ .label:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: 4px;
  background-color: #01007F;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-form-wrapper .search-form-container .search-form-options .options.passenger {
  position: relative;
  padding-right: 4px;
  margin-right: 30px;
}
.search-form-wrapper .search-form-container .search-form-options .options.passenger:after {
  content: "\e924";
  display: block;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "turna";
  font-size: 18px;
}
.search-form-wrapper .search-form-container .search-form-options .options.passenger input {
  border: 0;
}
.search-form-wrapper .search-form-container .search-form-options .options.passenger input:hover {
  cursor: pointer;
}
.search-form-wrapper .search-form-container .search-form-options .options.transfer label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.search-form-wrapper .search-form-container .search-form-options .options.transfer label:hover {
  cursor: pointer;
}
.search-form-wrapper .search-form-container .search-form-options .options.transfer label input {
  margin-right: 4px;
  display: none;
}
.search-form-wrapper .search-form-container .search-form-options .options.transfer label input ~ .checkbox-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.search-form-wrapper .search-form-container .search-form-options .options.transfer label input ~ .checkbox-icon::before {
  content: "\e920";
  font-family: "turna";
  font-size: 18px;
  line-height: 1;
}
.search-form-wrapper .search-form-container .search-form-options .options.transfer label input:checked {
  color: #01007F;
}
.search-form-wrapper .search-form-container .search-form-options .options.transfer label input:checked ~ .checkbox-icon:before {
  content: "\e923";
  color: #01007F;
}
.search-form-wrapper .search-form-container .search-form .panel-left {
  position: relative;
  margin-bottom: 10px;
}
.search-form-wrapper .search-form-container .search-form .panel-left .search-form-item:not(:last-child) {
  margin-bottom: 10px;
}
.search-form-wrapper .search-form-container .search-form-options .options.passenger .noinput.popup-middle.single-round-way-item.search-item.popup-clicker {
  width: 145px;
}
.search-form-wrapper .search-form-container .search-form-1 {
  margin: 20px 0 0;
}
.search-form-wrapper .search-form-container .search-form-2 {
  margin: 20px 0 0;
}
.search-form-wrapper .search-form-container .search-form-1 .search-form-item.search-button::before, .search-form-wrapper .search-form-container .search-form-2 .search-form-item.search-button::before {
  content: "\e985" !important;
}
.search-form-wrapper .search-form-container .search-form-1 #btn-extra-route-remove::before, .search-form-wrapper .search-form-container .search-form-2 #btn-extra-route-remove::before {
  content: "\e961" !important;
}
.search-form-wrapper .search-form-container .search-form-1 .extra-route-visibility, .search-form-wrapper .search-form-container .search-form-2 .extra-route-visibility {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.search-form-wrapper .search-form-container .search-form .panel-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-form-wrapper .search-form-container .search-form .panel-right .search-form-item:not(:last-child) {
  margin-bottom: 10px;
}
.bus.search-form-wrapper .search-form-container .search-form .panel-right .search-form-item:not(:last-child) {
  margin-right: 10px;
}
.search-form-wrapper .search-form-container .search-form .panel-right .search-form-item input:hover {
  cursor: pointer;
}
.search-form-wrapper .search-form-container .search-form .search-form-item {
  position: relative;
  background-color: #F8F9FB;
  border-radius: 8px;
  height: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-form-wrapper .search-form-container .search-form .search-form-item::before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "turna";
  font-size: 22px;
  color: #b9c0c8;
  z-index: 200;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.origin::before, .search-form-wrapper .search-form-container .search-form .search-form-item.destination::before, .search-form-wrapper .search-form-container .search-form .search-form-item.calendar::before {
  left: 15px;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
}
.search-form-wrapper .search-form-container .search-form .search-form-item.calendar input {
  padding: 15px 15px 0 15px;
  font-weight: bold;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.calendar .flight-label {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #798ba0;
  line-height: 1;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.calendar .flight-date {
  font-size: 16px;
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.calendar .close-date {
  width: 18px;
  height: 18px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  right: 15px;
  left: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  color: white;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.calendar .close-date::before {
  content: "\e92a";
  font-family: "turna";
  font-size: 22px;
  color: #AAAAAA;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.calendar .close-date:hover::before {
  color: #000000;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.calendar.return .return-date {
  position: absolute;
  background-color: red;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  background-color: #F8F9FB;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
  padding: 10px;
  color: #000000;
  border: 1px dotted rgba(129, 141, 153, 0.3);
}
.search-form-wrapper .search-form-container .search-form .search-form-item.radio-buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.radio-buttons .radio-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 0 20px rgba(69, 81, 109, 0.2);
          box-shadow: 0 0 20px rgba(69, 81, 109, 0.2);
}
.search-form-wrapper .search-form-container .search-form .search-form-item.radio-buttons .radio-item:not(:last-child) {
  margin-right: 10px;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.radio-buttons .radio-item input {
  display: none;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.radio-buttons .radio-item label {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  /*border: 1px solid $border-color;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: white;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.radio-buttons .radio-item input:checked ~ label {
  font-weight: bold;
  background-color: #f9f9ff;
  border: 1px solid #01007F;
  color: #01007F;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.radio-buttons .radio-item input:checked ~ label::before {
  content: "\e936";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-family: "turna";
  font-size: 18px;
  color: #01007F;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.switch-button, .search-form-wrapper .search-form-container .search-form .search-form-item.search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.switch-button:hover, .search-form-wrapper .search-form-container .search-form .search-form-item.search-button:hover {
  cursor: pointer;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.switch-button::before, .search-form-wrapper .search-form-container .search-form .search-form-item.search-button::before {
  content: "";
  display: block;
  position: absolute;
  font-family: "turna";
  color: #000000;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.switch-button {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 5px solid #F8F9FB;
  border-radius: 60px;
  background-color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 2;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.switch-button::before {
  content: "\e9a7";
  font-size: 30px;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.search-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background-color: #2321FF !important;
}
.search-form-wrapper .search-form-container .search-form .search-form-item.search-button::before {
  content: "\e9c0";
  font-size: 30px;
  color: white;
}
.search-form-wrapper .search-form-container .search-form .search-form-item input {
  position: relative;
  height: 60px;
  width: 100%;
  background-color: transparent;
  color: #000000;
  border: 0;
  outline: 0;
  padding: 0 15px 0 50px;
  font-size: 16px;
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 8px;
}
.search-form-wrapper .search-form-container .search-form .search-form-item input:-webkit-autofill, .search-form-wrapper .search-form-container .search-form .search-form-item input:-webkit-autofill:hover, .search-form-wrapper .search-form-container .search-form .search-form-item input:-webkit-autofill:focus, .search-form-wrapper .search-form-container .search-form .search-form-item input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #000000 !important;
}
.search-form-wrapper .search-form-container .search-form .search-form-item input::-webkit-input-placeholder {
  color: #AAAAAA;
}
.search-form-wrapper .search-form-container .search-form .search-form-item input::-moz-placeholder {
  color: #AAAAAA;
}
.search-form-wrapper .search-form-container .search-form .search-form-item input:-ms-input-placeholder {
  color: #AAAAAA;
}
.search-form-wrapper .search-form-container .search-form .search-form-item input:-moz-placeholder {
  color: #AAAAAA;
}
.search-form-wrapper .search-form-container .search-form .search-form-item input ~ .input-label {
  opacity: 0;
  position: absolute;
  bottom: 8px;
  left: 50px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 60px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #AAAAAA;
}
.search-form-wrapper .search-form-container .search-form .search-form-item input:focus {
  /*padding-bottom: 16px;*/
  -webkit-box-shadow: 0 0 0 3px rgba(129, 141, 153, 0.3);
          box-shadow: 0 0 0 3px rgba(129, 141, 153, 0.3);
}
.search-form-wrapper .search-form-container .search-form .search-form-item input:focus ~ .input-label {
  opacity: 1;
}
@media (min-width: 576px) {
  .search-form-wrapper .search-form-container .search-form .search-form-item.calendar::before {
    content: "\e91b";
  }
  .search-form-wrapper .search-form-container .search-form .search-form-item.calendar .flight-label {
    left: 50px;
  }
  .search-form-wrapper .search-form-container .search-form .search-form-item.calendar input {
    padding: 15px 15px 0 50px;
  }
}
@media (min-width: 992px) {
  .search-form-wrapper .search-form-container .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-form-wrapper .search-form-container .search-form .panel-left,
  .search-form-wrapper .search-form-container .search-form .panel-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 10px;
  }
  .search-form-wrapper .search-form-container .search-form .panel-left .search-form-item:not(:last-child),
  .search-form-wrapper .search-form-container .search-form .panel-right .search-form-item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .search-form-wrapper .search-form-container .search-form .panel-left {
    margin-bottom: 0;
  }
  .search-form-wrapper .search-form-container .search-form .search-form-item.switch-button {
    position: relative;
    background-color: #F8F9FB;
    right: 0;
    top: 0;
    border-radius: 8px;
    -webkit-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    border: 0;
  }
  .search-form-wrapper .search-form-container .search-form .search-form-item.search-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .search-form-wrapper .search-form-container .search-form .search-form-item.calendar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .search-form-wrapper {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .search-form-wrapper {
    padding: 25px 0;
  }
}
.search-form-wrapper.flight, .search-form-wrapper.bus, .search-form-wrapper.ferry, .search-form-wrapper.hotel {
  background-color: #F8F9FB;
  padding: 15px 0 25px;
}
.search-form-wrapper.flight .search-form-container .search-form-options, .search-form-wrapper.bus .search-form-container .search-form-options, .search-form-wrapper.ferry .search-form-container .search-form-options, .search-form-wrapper.hotel .search-form-container .search-form-options {
  color: #AAAAAA;
}
.search-form-wrapper.flight .search-form-container .search-form-options .options.flight label input ~ .label:before, .search-form-wrapper.bus .search-form-container .search-form-options .options.flight label input ~ .label:before, .search-form-wrapper.ferry .search-form-container .search-form-options .options.flight label input ~ .label:before, .search-form-wrapper.hotel .search-form-container .search-form-options .options.flight label input ~ .label:before {
  border-color: #AAAAAA;
}
.search-form-wrapper.flight .search-form-container .search-form-options .options.flight label input:checked ~ .label:before, .search-form-wrapper.bus .search-form-container .search-form-options .options.flight label input:checked ~ .label:before, .search-form-wrapper.ferry .search-form-container .search-form-options .options.flight label input:checked ~ .label:before, .search-form-wrapper.hotel .search-form-container .search-form-options .options.flight label input:checked ~ .label:before {
  border-color: #01007F;
}
.search-form-wrapper.flight .search-form-container .search-form-options .options.passenger input, .search-form-wrapper.bus .search-form-container .search-form-options .options.passenger input, .search-form-wrapper.ferry .search-form-container .search-form-options .options.passenger input, .search-form-wrapper.hotel .search-form-container .search-form-options .options.passenger input {
  background-color: transparent;
}
.search-form-wrapper.flight .search-form-container .search-form .search-form-item:not(.btn-search):not(.radio-buttons), .search-form-wrapper.bus .search-form-container .search-form .search-form-item:not(.btn-search):not(.radio-buttons), .search-form-wrapper.ferry .search-form-container .search-form .search-form-item:not(.btn-search):not(.radio-buttons), .search-form-wrapper.hotel .search-form-container .search-form .search-form-item:not(.btn-search):not(.radio-buttons) {
  /*border: 1px solid $border-color;*/
  -webkit-box-shadow: 0 0 20px rgba(69, 81, 109, 0.2);
          box-shadow: 0 0 20px rgba(69, 81, 109, 0.2);
}
.search-form-wrapper.flight .search-form-container .search-form .search-form-item:not(.radio-buttons), .search-form-wrapper.bus .search-form-container .search-form .search-form-item:not(.radio-buttons), .search-form-wrapper.ferry .search-form-container .search-form .search-form-item:not(.radio-buttons), .search-form-wrapper.hotel .search-form-container .search-form .search-form-item:not(.radio-buttons) {
  background-color: white;
}
.search-form-wrapper.flight .search-form-container .search-form .search-form-item.calendar.return .return-date, .search-form-wrapper.bus .search-form-container .search-form .search-form-item.calendar.return .return-date, .search-form-wrapper.ferry .search-form-container .search-form .search-form-item.calendar.return .return-date, .search-form-wrapper.hotel .search-form-container .search-form .search-form-item.calendar.return .return-date {
  background-color: white;
  border: none;
}
.search-form-wrapper.flight .search-form-container .search-form .search-form-item.origin::before {
  content: "\e9a9";
}
.search-form-wrapper.flight .search-form-container .search-form .search-form-item.destination::before {
  content: "\e94d";
}
.search-form-wrapper.ferry .search-form-container .search-form .search-form-item.origin::before {
  content: "\e966";
}
.search-form-wrapper.ferry .search-form-container .search-form .search-form-item.destination::before {
  content: "\e966";
}
.search-form-wrapper.bus .search-form-container .search-form .search-form-item.origin::before {
  content: "\e969";
}
.search-form-wrapper.bus .search-form-container .search-form .search-form-item.destination::before {
  content: "\e969";
}

.popupover-wrapper .arrow-up {
  width: 20px;
  height: 20px;
  border-left: 0;
  border-right: 0;
  left: 50%;
  top: -14px;
  border-bottom: 0;
  border-radius: 3px;
  position: absolute;
  background-color: white;
  -webkit-transform: rotate(-45deg) translateX(-50%);
      -ms-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  z-index: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.popupover-wrapper .search-options {
  position: relative;
  width: 300px;
  padding: 30px 20px;
  background: #fff;
  z-index: 1;
}
.popupover-wrapper .search-options .div-select-list {
  margin-bottom: 20px;
}
.popupover-wrapper .search-options .div-select-list select {
  border-radius: 5px;
}
.popupover-wrapper .search-options .div-search-spinner {
  padding: 0;
}
.popupover-wrapper .search-options .div-search-spinner:not(:last-child) {
  margin-bottom: 15px;
}
.popupover-wrapper .search-options .div-search-spinner .spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popupover-wrapper .search-options .div-search-spinner .spinner .search-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.popupover-wrapper .search-options .div-search-spinner .spinner .search-spinner .input-stepper__button {
  width: 33px;
  border: none;
  height: 34px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.popupover-wrapper .search-options .div-search-spinner .spinner .search-spinner input {
  height: 34px;
  border: 1px solid #DDDDDD;
  text-align: center;
}
.popupover-wrapper .search-options .div-search-spinner .spinner span button {
  border: 0;
  width: 33px;
}
.popupover-wrapper .search-options .div-search-spinner .spinner span:first-of-type button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.popupover-wrapper .search-options .div-search-spinner .spinner span:last-of-type button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popupover-wrapper .search-options .vehicle-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.popupover-wrapper .search-options .vehicle-radio-wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.popupover-wrapper .search-options .vehicle-radio-wrapper div label {
  color: #AAAAAA;
  font-size: 16px;
}
.popupover-wrapper .search-options .vehicle-radio-wrapper .selected {
  color: #01007F;
  font-weight: 700;
}
.popupover-wrapper .search-options .vehicle-radio-wrapper input[type="radio"] {
  accent-color: #01007F;
}
.popupover-wrapper .search-options .vehicle-section {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-color: transparent;
  margin-bottom: 16px;
}
.popupover-wrapper .search-options .vehicle-section .search-form__children__select__content {
  margin: 0;
}
.popupover-wrapper .search-options .vehicle-section .vehicle-select-btn {
  padding: 10px;
  color: #000000;
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
}
.popupover-wrapper .search-options .vehicle-section .vehicle-select-btn:hover {
  background-color: #e0e0e0;
}
.popupover-wrapper .search-options .vehicle-section .vehicle-dropdown-menu {
  position: absolute;
  top: -100px;
  width: 250px;
  background-color: #F6f6f6;
  border: 1px solid #ddd;
  z-index: 1000;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  outline: none;
  -webkit-box-shadow: 0px 0px 32px 0px #00000033;
          box-shadow: 0px 0px 32px 0px #00000033;
  overflow-y: auto;
  max-height: 420px;
}
.popupover-wrapper .search-options .vehicle-section .vehicle-dropdown-menu .vehicle-dropdown-item {
  padding: 12px 24px;
  border-bottom: 1px solid #8080808C;
  cursor: pointer;
  width: 100%;
  text-align: left;
  color: #000000;
}
.popupover-wrapper .search-options .vehicle-section .vehicle-dropdown-menu .vehicle-dropdown-item:first-child {
  border-start-start-radius: 24px;
  border-start-end-radius: 24px;
}
.popupover-wrapper .search-options .vehicle-section .vehicle-dropdown-menu .vehicle-dropdown-item:last-child {
  border-end-start-radius: 24px;
  border-end-end-radius: 24px;
}
.popupover-wrapper .search-options .vehicle-section .vehicle-dropdown-menu .vehicle-dropdown-item:hover {
  background-color: #8080808C;
}
.popupover-wrapper .search-options .vehicle-section .vehicle-dropdown-menu.display-none {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .popupover-wrapper .search-options .vehicle-section .vehicle-dropdown-menu {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-height: 400px;
  }
}

.search-form__children__select__content {
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.search-form__children__select__content select {
  width: 100%;
  height: 36px;
  border: 1px solid #DDDDDD;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.search-form__children__select__content select:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.3);
          box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.3);
  z-index: 200;
}
.search-form__children__select__content::after {
  content: "\e99b";
  font-family: "turna";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
}
.search-form__children__select:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (min-width: 576px) {
  .latest-searches-container {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: white;
    margin-top: -10px;
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .latest-searches-container {
    width: 300px;
  }
}
@media screen and (min-width: 576px) {
  .latest-searches-container .latest-searches-title {
    padding: 12px 20px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #DDDDDD;
    color: #000000 !important;
    background-color: white !important;
    font-size: 14px;
    font-weight: bold;
  }
  .latest-searches-container .latest-searches-items {
    padding: 15px 0;
  }
  .latest-searches-container .latest-searches-items .latest-searches-item {
    background-color: white;
    padding: 10px 15px 10px 50px !important;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .ui-autocomplete {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: white;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .ui-autocomplete .ui-menu-item {
    position: relative;
    background-color: white;
    padding: 15px 5px 15px 50px !important;
    background-image: none !important;
  }
  .ui-autocomplete .ui-menu-item::before {
    content: "\e969";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "turna";
    font-size: 22px;
    color: #01007F;
  }
  .ui-autocomplete .ui-menu-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .ui-autocomplete .ui-menu-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: #01007F !important;
  }
  .ui-autocomplete .ui-menu-item.ui-state-focus::before {
    color: white;
  }
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form-options .options.flight {
  margin-right: unset;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form-options .options.flight label:not(:last-child) {
  margin-right: unset;
  margin-left: 12px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form-options .options.flight label input ~ .label {
  padding-left: unset;
  padding-right: 19px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form-options .options.flight label input ~ .label::before {
  left: unset;
  right: 0;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form-options .options.flight label input ~ .label::after {
  left: unset;
  right: 4px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form-options .options.transfer label {
  padding-left: unset;
  padding-right: 20px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form-options .options.transfer label input ~ .checkbox-icon {
  left: unset;
  right: 0;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form-options .options.passenger {
  padding-right: 10px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .panel-left {
  margin-right: unset;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .panel-left .search-form-item {
  margin-right: unset !important;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .panel-left .search-form-item:not(:last-child) {
  margin-left: 10px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .panel-left .search-form-item input {
  padding: 0 50px 0 15px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .panel-right {
  margin-right: 0;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .panel-right .search-form-item {
  margin-right: 10px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .search-form-item::before {
  left: unset;
  right: 15px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .search-form-item input {
  padding: 15px 50px 15px 15px !important;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .search-form-item.calendar .close-date {
  right: unset;
  left: 15px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .search-form-item.calendar .flight-label {
  left: unset;
  right: 50px;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .search-form-item.calendar.return .return-date {
  right: unset;
}
body[dir="rtl"] .search-form-wrapper .search-form-container .search-form .search-form-item.search-button {
  margin-right: 10px;
}
body[dir="rtl"] .popupover-wrapper .search-options .div-search-spinner .title {
  float: right;
  text-align: right;
}
body[dir="rtl"] .popupover-wrapper .search-options .div-search-spinner .title-guest-age {
  float: unset !important;
}

body[dir='rtl'] .ui-autocomplete {
  width: 500px !important;
}

body[dir='rtl'] .ui-autocomplete#ui-id-1 {
  left: unset !important;
}

body[dir='rtl'] .ui-autocomplete#ui-id-2 {
  left: unset !important;
}

@media screen and (max-width: 1291px) {
  body[dir='rtl'] .ui-autocomplete#ui-id-2 {
    right: 330px !important;
  }
}
@media screen and (max-width: 1100px) {
  body[dir='rtl'] .ui-autocomplete#ui-id-2 {
    right: 300px !important;
  }
}
body[dir='rtl'] .popupover-wrapper .search-options .div-search-spinner .title-guest-age {
  float: unset !important;
}
body[dir='rtl'] .div-search-spinner__selection {
  text-align: start !important;
}
body[dir='rtl'] .ui-autocomplete .ui-menu-item {
  padding-left: unset !important;
  padding-right: 50px !important;
}
body[dir='rtl'] .ui-autocomplete .ui-menu-item::before {
  left: 0;
  right: 15px;
}

body[dir='rtl'] .mp-search .search-form.search-form-1 .panel-left {
  margin-left: 10px;
  -webkit-box-flex: 1.02;
      -ms-flex: 1.02;
          flex: 1.02;
}

.popupover-wrapper .search-options {
  width: 395px;
  padding: 30px 20px;
}
.popupover-wrapper .search-options > .div-search-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popupover-wrapper .search-options > .div-search-spinner > .title {
  float: unset;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupover-wrapper .search-options > .div-search-spinner > .title span {
  color: #AAAAAA;
  font-size: 11px;
  line-height: 18px;
}
.popupover-wrapper .search-options > .div-search-spinner > .spinner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: unset;
}
.popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp {
  margin: unset;
}
.popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner span, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp span, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp span {
  width: 30px !important;
  height: 20px !important;
}
.popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner button, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp button, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp button {
  width: 30px !important;
  height: 20px !important;
  padding: unset;
  border-radius: unset !important;
  border-radius: 8px !important;
}
.popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner button[data-dir='dwn'], .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner button.input-stepper__button--decrement, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner button.input-stepper__button--decrement--ferry, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp button[data-dir='dwn'], .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp button.input-stepper__button--decrement, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp button.input-stepper__button--decrement--ferry, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp button[data-dir='dwn'], .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp button.input-stepper__button--decrement, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp button.input-stepper__button--decrement--ferry {
  background-color: #F8F9FB;
  color: #01007F;
}
.popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner button[data-dir='up'], .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner button.input-stepper__button--increment, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner button.input-stepper__button--increment--ferry, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp button[data-dir='up'], .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp button.input-stepper__button--increment, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-mp button.input-stepper__button--increment--ferry, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp button[data-dir='up'], .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp button.input-stepper__button--increment, .popupover-wrapper .search-options > .div-search-spinner > .spinner .search-spinner-hp button.input-stepper__button--increment--ferry {
  background-color: #01007F;
  color: #fff;
}
.popupover-wrapper .search-options > .div-search-spinner > .spinner input[type=text] {
  border: none !important;
  padding: unset;
  font-size: 16px;
  width: 36px !important;
  height: 20px;
  color: #000000;
}

.hotel-static-page {
  position: relative;
}
.hotel-static-page .panel-left {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}
.hotel-static-page #hotel-guest-popup.popupover-wrapper {
  left: unset !important;
  right: 60px !important;
  top: 76px !important;
}

.search-form-wrapper-landing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}
.search-form-wrapper-landing .inner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0;
  gap: 4px;
}
.search-form-wrapper-landing .search-form-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 12px;
}
.search-form-wrapper-landing .search-form-container .search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border: 1px solid #D3D3D4;
  border-radius: 12px;
  padding: 12px;
  -webkit-box-shadow: 0 0 0 4px #F0F0F0;
          box-shadow: 0 0 0 4px #F0F0F0;
  margin-left: 4px;
}
.search-form-wrapper-landing .search-form-container .search-form .panel-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.search-form-wrapper-landing .search-form-container .search-form .panel-left .search-form-item {
  margin-right: 12px;
  border-right: 1px solid #D3D3D4;
  padding-left: 20px;
}
.search-form-wrapper-landing .search-form-container .search-form .panel-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-form-wrapper-landing .search-form-container .search-form .panel-right .search-form-item {
  padding-left: 24px;
}
.search-form-wrapper-landing .search-form-container .search-form .search-form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.search-form-wrapper-landing .search-form-container .search-form .search-form-item input {
  border: none;
  cursor: pointer;
}
.search-form-wrapper-landing .search-form-container .search-form .search-form-item.calendar::before {
  content: "\e91b";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "turna";
  font-size: 16px;
  color: #b9c0c8;
  z-index: 200;
  left: 0;
}
.search-form-wrapper-landing .search-form-container .search-form .search-form-item .flight-label {
  color: #909294;
  font-size: 12px;
}
.search-form-wrapper-landing .search-form-container .search-form .search-form-item.people::before {
  content: "\e976";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "turna";
  font-size: 16px;
  color: #b9c0c8;
  z-index: 200;
  left: 0;
}
.search-form-wrapper-landing .search-form-container .search-form .search-form-item .flight-label {
  color: #909294;
  font-size: 12px;
}
.search-form-wrapper-landing .search-button {
  border-radius: 8px;
  color: white;
  padding: 20px 12px;
  text-align: center;
  background: #2321FF;
  height: 100%;
  width: 100%;
  max-width: 128px;
  cursor: pointer;
}

.vehicle-passenger-popup-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
}
.vehicle-passenger-popup-wrapper button {
  background: #2321FF;
  color: white;
  border: none;
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .vehicle-passenger-popup-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: auto;
  }
  .vehicle-passenger-popup-wrapper button {
    width: 100%;
  }
}
.flight-search-page-flight {
  background: #F5F6F7 !important;
}

.guest-child-info-container {
  max-height: 285px;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .guest-child-info-container {
    max-height: unset;
    overflow: unset;
  }
}
#search-form-guest-btn {
  width: 100%;
  height: 40px;
  margin-top: 24px;
}
#search-form-guest-btn button {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--primary-default, #01007F);
  background-color: #01007F;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.turna-table {
  background-color: white;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 13px;
  color: #000000;
}
@media (min-width: 576px) {
  .turna-table {
    font-size: 15px;
  }
}
.turna-table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.turna-table .text-align-right {
  text-align: right;
}
.turna-table .text-align-left {
  text-align: left;
}
.turna-table .text-align-center {
  text-align: center;
}
.turna-table .fw-bold {
  font-weight: bold;
}
.turna-table a {
  color: #000000;
  text-decoration: underline;
}
.turna-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.turna-table table td, .turna-table table th {
  text-align: left;
  padding: 8px 10px;
}
.turna-table table td:first-child, .turna-table table th:first-child {
  padding-left: 15px;
}
.turna-table table td:last-child, .turna-table table th:last-child {
  padding-right: 15px;
}
.turna-table table thead tr {
  border-bottom: 3px solid #DDDDDD;
}
.turna-table table thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.turna-table table tbody tr:first-child td {
  padding-top: 10px;
}
.turna-table table tbody tr:last-child td {
  padding-bottom: 15px;
}
.turna-table.layout-auto table {
  table-layout: auto;
}
.turna-table.table-shadow {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 0 !important;
}
.turna-table.table-border-all {
  border: 1px solid #DDDDDD;
  overflow: hidden;
  border-radius: 10px;
}
.turna-table.table-border-all table tbody tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.turna-table.table-border-all table td:not(:last-child), .turna-table.table-border-all table th:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
.turna-table.table-border-edges {
  border: 1px solid #DDDDDD;
  overflow: hidden;
  border-radius: 10px;
}
.turna-table.table-border-edges table tbody tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.turna-table.table-zebra tbody tr:nth-child(even) {
  background-color: #F8F9FB;
}
.turna-table.new {
  color: #45516D;
  border-color: #DCDFE5;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.turna-table.new a {
  color: #45516D;
  text-align: left;
  text-decoration: none;
  display: block;
  max-width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.turna-table.new i[class^="trn-"] {
  opacity: 0.5;
  margin-right: 5px;
}
.turna-table.new table {
  font-size: 14px;
}
.turna-table.new table thead tr {
  border-bottom: 0;
}
.turna-table.new table thead th {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}
.turna-table.new table tbody tr {
  border-bottom: 0 !important;
}
.turna-table.new table tbody tr td {
  padding: 15px;
}
.turna-table.new.table-zebra table tbody tr:nth-child(odd) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra table tbody tr:nth-child(even) {
  background-color: transparent;
}
.turna-table.new.table-zebra-diagonal table tbody tr {
  background-color: transparent;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(odd) td:nth-child(1) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: white;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(even) td:nth-child(1) {
  background-color: white;
}
.turna-table.new.table-border-all {
  border: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-border-all table thead tr,
.turna-table.new.table-border-all table tbody tr {
  border-bottom: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-border-all table td:not(:last-child), .turna-table.new.table-border-all table th:not(:last-child) {
  border-right: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-shadow {
  -webkit-box-shadow: 0 0 20px rgba(121, 129, 149, 0.2);
          box-shadow: 0 0 20px rgba(121, 129, 149, 0.2);
  border: 0 !important;
}
.turna-table .expandable-row {
  display: none;
}
.isExpanded.turna-table .expandable-row {
  display: table-row;
}
.turna-table .table-toggler {
  display: none;
  color: #45516D;
  padding-top: 15px;
  text-align: center;
}
.turna-table .table-toggler .toggler-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.turna-table .table-toggler .toggler-text:before {
  content: attr(data-show-more);
}
.isExpanded.turna-table .table-toggler .toggler-text:before {
  content: attr(data-show-less);
}
.turna-table .table-toggler .toggler-text:after {
  content: "\e924";
  font-size: 20px;
  font-family: "turna";
  margin-left: 5px;
}
.isExpanded.turna-table .table-toggler .toggler-text:after {
  content: "\e929";
}
.turna-table.table-expandable .table-toggler {
  display: block;
}

.info-table-wrapper {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
  color: #000000;
}
.info-table-wrapper table {
  width: 100%;
  table-layout: fixed;
}
.info-table-wrapper table td {
  text-align: center;
}
.info-table-wrapper table td:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
.info-table-wrapper table td a {
  color: #000000;
  padding: 0 5px;
}
.info-table-wrapper table tbody tr td {
  color: #757575;
}
.info-table-wrapper table tbody tr td div:first-child {
  font-weight: 600;
  text-align: center;
  padding: 15px;
  background-color: #DDDDDD;
}
.info-table-wrapper table tbody tr td div:last-child {
  padding: 10px 15px;
  text-align: center;
}

body[dir="rtl"] .turna-table table td,
body[dir="rtl"] .turna-table table th {
  text-align: unset;
}

