/* Minification failed. Returning unminified contents.
(7929,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
(8059,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8060,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8061,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8062,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8063,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8064,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8065,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8066,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8067,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8068,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8069,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8070,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8080,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-gray'
(8089,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(8090,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(8107,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(8108,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(8118,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(8119,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(8126,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(8130,32): run-time error CSS1039: Token not allowed after unary operator: '-main-light-color'
(14869,45): run-time error CSS1030: Expected identifier, found ':'
(14869,53): run-time error CSS1031: Expected selector, found ')'
(14869,53): run-time error CSS1025: Expected comma or open brace, found ')'
(14975,34): run-time error CSS1030: Expected identifier, found ':'
(14975,42): run-time error CSS1031: Expected selector, found ')'
(14975,42): run-time error CSS1025: Expected comma or open brace, found ')'
(14979,34): run-time error CSS1030: Expected identifier, found ':'
(14979,42): run-time error CSS1031: Expected selector, found ')'
(14979,42): run-time error CSS1025: Expected comma or open brace, found ')'
(15017,38): run-time error CSS1030: Expected identifier, found ':'
(15017,46): run-time error CSS1031: Expected selector, found ')'
(15017,46): run-time error CSS1025: Expected comma or open brace, found ')'
(15022,38): run-time error CSS1030: Expected identifier, found ':'
(15022,46): run-time error CSS1031: Expected selector, found ')'
(15022,46): run-time error CSS1025: Expected comma or open brace, found ')'
(15025,38): run-time error CSS1030: Expected identifier, found ':'
(15025,46): run-time error CSS1031: Expected selector, found ')'
(15025,46): run-time error CSS1025: Expected comma or open brace, found ')'
(15028,38): run-time error CSS1030: Expected identifier, found ':'
(15028,46): run-time error CSS1031: Expected selector, found ')'
(15028,46): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*.........................................................................
    ======================== MODAL =====================================
    ......................................................................*/
.trn-modal {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  padding-top: 4%;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn {
  border-radius: 6px;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn .time-count-btn {
  margin-top: 20px;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn .time-count-btn button {
  background-color: #2321FF;
  color: #fff;
  border: 1px solid #2321FF;
  outline: 0;
  border-radius: 3px;
  padding: 5px;
}

.trn-modal > .trn-modal-close {
  display: block;
  position: relative;
  font-size: 35px;
  top: 0;
  right: 10px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  float: right;
  margin-top: -5%;
  z-index: 99999;
  text-shadow: 1px 1px 8px #000000;
  text-shadow: 1px 1px 8px black;
}

.trn-modal .trn .trn-modal-caption {
  width: 96%;
  position: absolute;
  display: block;
  background-color: #F8F9FB;
  color: #000000;
  padding: 12px 2%;
  top: 0;
  left: 0;
  font-weight: 600;
  letter-spacing: .0325em;
  font-size: 15px;
  border-bottom: 1px solid #DDDDDD;
}

/*....... LOGIN .......*/
.trn-modal > .trn {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  max-width: 390px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
}

.trn-modal > .trn > .social-button-wrapper > .social-btn {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  width: 48.5%;
  cursor: pointer;
  font-size: 13px;
  height: 56px;
  padding-left: 20px;
}

.trn-modal > .trn > .social-button-wrapper > .facebook-login,
.trn-modal > .trn > .social-button-wrapper > .facebook-signup {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/icon-login-facebook.png) no-repeat 6px 17px;
  background-size: 20px;
  background-color: #3B5998;
  border: 1px solid #385693;
  margin-right: 2%;
}

.trn-modal > .trn > .social-button-wrapper > .google-login,
.trn-modal > .trn > .social-button-wrapper > .google-signup {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/google-login-icon.png) no-repeat 10px 18px;
  background-size: 18px;
  background-color: #e55f4b;
  border: 1px solid #d64833;
}

.trn-modal > .trn > .social-button-wrapper > .facebook-login:hover,
.trn-modal > .trn > .social-button-wrapper > .facebook-signup:hover {
  background-color: #2a4378;
  border: 1px solid #3B5998;
}

.trn-modal > .trn > .social-button-wrapper > .google-login:hover {
  cursor: pointer;
  background-color: #d64833;
}

.trn-modal > .trn > .trn-line {
  display: inline-block;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  margin: 15px 0 25px;
}

.trn-modal > .trn > .trn-line > span {
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #AAAAAA;
  font-weight: 600;
  letter-spacing: .0625em;
}

.trn-modal > .trn .trn-form-margin {
  margin-top: 40px;
}

.trn-modal > .trn .trn-form {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.trn-modal > .trn .trn-form input[type=text],
.trn-modal > .trn .trn-form input[type=password] {
  width: 100%;
  display: inline-block;
  border: 1px solid #DDDDDD;
  font-size: 22px;
  text-align: center;
  min-height: 51px;
}

.trn-modal > .trn .trn-form input[type=text].lgn-email {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=text].lgn-email:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email-focus.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=password].lgn-password {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=password].lgn-password:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password-focus.png) no-repeat right 10px center;
}

#modal-reservation-control .new-popup {
  max-width: 475px;
}

.trn-modal > .trn .trn-form button {
  width: 100%;
  display: inline-block;
  background-color: #2321FF;
  color: #fff;
  border: 1px solid #2321FF;
  margin: 7px 0 3px;
  padding: 16px 0;
  font-size: 16px;
}

#modal-reservation-control .section-card__header {
  margin-bottom: 20px;
}

#modal-reservation-control .section-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.trn-modal > .trn .trn-form button.btn-signup,
.trn-modal > .trn .trn-form button.btn-signin {
  width: 100.5%;
  display: inline-block;
  background-color: #fff;
  color: #AAAAAA;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px;
  padding: 15px 0;
  font-size: 16px;
}

.trn-modal > .trn .trn-form button.btn-signup:hover,
.trn-modal > .trn .trn-form button.btn-signin:hover {
  color: #2321FF;
  border: 1px solid #2321FF;
}

.trn-modal > .trn .trn-form .trn-form-group {
  width: 100%;
  display: inline-block;
  padding: 6px 0 0;
}

.trn-modal > .trn .trn-form .trn-form-group > .left {
  width: 50%;
  float: left;
}

.trn-modal > .trn .trn-form .trn-form-group input[type=checkbox] {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.trn-modal .trn .trn-form .trn-form-group input[type=checkbox] + label {
  font-size: 14px;
  color: #000000;
  float: left;
  cursor: pointer;
}

.trn-modal > .trn .trn-form .trn-form-group input[type=checkbox]:checked + label {
  color: #2321FF;
}

.trn-modal .trn .trn-form .trn-form-group .full .label-agreement,
.trn-modal .trn .trn-form .trn-form-group .full .label-mailing {
  width: 93%;
  font-size: 0.85em;
  float: right;
}

.trn-modal .trn .trn-form .trn-form-group .label-agreement-error {
  padding: 5px;
  width: 98% !important;
}

.trn-modal .trn .trn-form .trn-form-group .full .label-agreement a {
  color: #AAAAAA;
}

.trn-modal > .trn .trn-form .trn-form-group > .right {
  width: 50%;
  float: right;
  text-align: right;
}

.trn-modal > .trn .trn-form .trn-form-group > .right > a:link,
.trn-modal > .trn .trn-form .trn-form-group > .right > a:active,
.trn-modal > .trn .trn-form .trn-form-group > .right > a:visited {
  color: #2321FF;
  font-size: 12px;
}

.trn-modal > .trn .trn-form .trn-form-group > .right > a:hover {
  color: #000000;
}

.trn-modal > .trn .trn-form .trn-form-group > .full {
  width: 100%;
  display: inline-block;
}

.trn-modal > .trn .trn-form .trn-form-group > .full > label {
  width: 90%;
  font-size: 12px;
  margin-top: -3px;
}

.trn-modal > .trn .trn-form .trn-form-group > .full > p {
  width: 100%;
  font-size: 14px;
  padding: 0 0 18px;
  color: #000000;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text],
body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password] {
  width: 100%;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group > .left {
  float: right;
  text-align: right;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group > .right {
  float: left;
  text-align: left;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-email {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-email:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password].lgn-password {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password].lgn-password:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-name {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-name.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-name:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-name-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-ticket {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-ticket.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-ticket:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-ticket-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group input[type=checkbox] {
  float: right;
  margin-left: 5px;
  margin-right: unset;
}

body[dir='rtl'] .trn-modal > .trn .trn-form .trn-form-group > .full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trn-modal.medium-popup {
  height: unset !important;
}

.trn-modal #results {
  padding: 5px 12px;
  margin: 5px 0px 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.new-popup__close {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 6px 0 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

body[dir='rtl'] .new-popup__close {
  right: unset;
  left: 0;
  border-radius: 0 0 12px 0;
}

.new-popup__close:after {
  content: "\e92c";
  font-family: turna;
}

.bill-popup {
  max-width: 590px !important;
}

@media screen and (max-width: 1600px) {
  .bill-popup {
    zoom: .8;
  }
}
@media screen and (max-width: 1500px) {
  .bill-popup {
    zoom: .7;
  }
}
.info-message {
  background-color: #F8F9FB;
}

.info-message__container {
  padding: 12px 20px 12px 45px;
  position: relative;
  font-size: 13px;
  color: #000000;
}

.info-message__container::before {
  content: "\e948";
  font-family: turna;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #AAAAAA;
  font-size: 22px;
}

.bill-popup__btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.bill-popup__btn button {
  width: 100% !important;
  max-width: 275px;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff;
  height: 56px !important;
  background-color: #2321FF !important;
  border: none !important;
  border-radius: 6px !important;
}

.bill-popup__select {
  font-size: 13px !important;
}

.bill-popup__textarea {
  margin-bottom: unset !important;
}

.trn::-webkit-scrollbar {
  width: 0px;
}

.trn::-webkit-scrollbar-track {
  background: #F8F9FB;
}

.trn::-webkit-scrollbar-thumb {
  background: #01007F;
}

.popup-flex-layout {
  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;
  padding-top: unset;
}

.trn-modal.new-popup-scroll-bar {
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4% 0;
}

.btn-operations__group .button-in-header.reservation-operation.btn-operations {
  background-color: #fff;
  color: #01007F;
  font-size: 14px;
  max-width: 202.5px;
  height: 56px;
  border: none;
  border: 1px solid #01007F;
  border-radius: 6px;
}

.btn-operations__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.campaign-banner.trn-modal.medium-popup {
  padding-top: unset !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.campaign-banner.trn-modal.medium-popup.campaign-banner--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-banner .new-popup {
  max-width: 950px;
  width: 100%;
  height: 560px !important;
  padding: unset !important;
  max-height: 420px;
  background: transparent;
}

/*.campaign-banner__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 100%;

}*/
/*
.campaign-banner__container__header {
    font-size: 42px;
    color: var(--white);
    font-weight: 400;
}
.campaign-banner__container__header span {
    font-weight: 700;
}

.campaign-banner__container__left {
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.campaign-banner__container__footer-logo{
    width: 200px;
}

.campaign-banner__container__footer-logo img{
    width: 100%;
}*/
/*@media (min-width: 769px) and (max-width: 1023px) {
    .trn-modal {

        .tab-menu__label {
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 12px;
        }

        .tab-menu__label label::after {
            left: 16px;
        }
    }
}
*/
@media only screen and (max-width: 768px) {
  .trn-modal {
    padding-top: 0;
  }
  .trn-modal .signin-new-popup {
    margin: 0 auto !important;
  }
  .trn-modal .signin-new-popup__left-side {
    display: none;
  }
  .trn-modal .signin-new-popup__right-side {
    height: 100vh;
  }
  .trn-modal .btn-operations__group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }

  #modal-reservation-control .new-popup {
    max-width: 475px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
  }
}
.trn-modal .trn-modal-signin-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  margin: auto;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #E4E6E9;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header .forget-password-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D1E20;
  text-align: center;
  -webkit-font-feature-settings: 'liga' off, 'clig' off;
          font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container {
  padding: 16px 24px 32px 24px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__title {
  color: #1D1E20;
  font-family: "Sofia Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__description {
  color: #585B5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #BCBEBF;
  background: #FFF;
  width: 100%;
  color: #909294;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #909294 !important;
  -webkit-text-fill-color: #909294 !important;
  font-family: Inter, sans-serif !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:valid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input.filled {
  background-color: #fff;
  font-family: Inter, sans-serif !important;
  color: #909294 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn button {
  color: #FFF;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: transparent;
  border: none;
  text-align: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .form-row {
  margin-bottom: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper input.invalid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .invalid[type="text"] {
  border: 1px solid #DC2626 !important;
  background: #FFFFFF !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper label.invalid {
  color: #DC2626 !important;
  padding: 0 0 0 16px !important;
  bottom: -20px;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper label.invalid i {
  font-family: "Font Awesome 6 Pro" !important;
  margin-right: 4px;
  color: #DC2626;
  font-size: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box {
  width: 100%;
  padding: 24px 32px 0 32px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header__close {
  justify-self: flex-end;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 64px;
  background: #E0E0E0;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header__close::after {
  content: "\e92c";
  font-family: turna;
  position: relative;
  font-size: 16px;
  width: 16px;
  height: 16px;
  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;
  color: #585B5E;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__logo {
  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;
  width: 100%;
  margin-bottom: 40px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__logo img {
  width: 180px;
  height: 36px;
  padding: 0px 4.005px 0px 0px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper {
  position: relative;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper input {
  width: 100%;
  padding-right: 40px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper i {
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #909294;
  font-size: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #BCBEBF;
  background: #FFF;
  width: 100%;
  color: #909294;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #909294 !important;
  -webkit-text-fill-color: #909294 !important;
  font-family: Inter, sans-serif !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:valid, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input.filled {
  background-color: #fff;
  font-family: Inter, sans-serif !important;
  color: #909294 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-name-container {
  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;
  gap: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-password-container {
  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;
  gap: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  color: #585B5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button span {
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section {
  margin: 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
  color: #1D1E20 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  padding-left: 37px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok a, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
  color: #2321FF !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::before {
  top: 30%;
  width: 24px;
  height: 24px;
  border-color: #BCBEBF;
  border-radius: 4px;
  margin-right: 12px;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::after {
  top: 28%;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__btn button {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 24px 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator .line {
  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;
  width: 100%;
  height: 1px;
  background: #D3D3D4;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator span {
  color: #585B5E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E1E1EF;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn #google-sign-up-trigger-for-mobile, .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn #google-sign-in-trigger-for-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn 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;
  gap: 10px;
  background: transparent;
  border: none;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn span {
  color: #585B5E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer {
  width: 100%;
  border-top: 1px solid #E1E1EF;
  margin-top: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box {
  padding: 24px 24px 54px 24px;
  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;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box span {
  color: #1D1E20;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box__login-btn {
  color: #2563EB;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  background: transparent;
}

@media screen and (max-width: 1023px) {
  .trn-modal .trn-modal-signin-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 80vh;
    height: 100%;
    min-height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 16px 16px 0px 0px;
    background: #FFF;
    position: fixed;
    bottom: 0;
    max-width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 22px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 1px solid #E4E6E9;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header .forget-password-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1D1E20;
    text-align: center;
    -webkit-font-feature-settings: 'liga' off, 'clig' off;
            font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container {
    padding: 16px 24px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__title {
    color: #1D1E20;
    font-family: "Sofia Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__description {
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BCBEBF;
    background: #FFF;
    width: 100%;
    color: #909294;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #909294 !important;
    -webkit-text-fill-color: #909294 !important;
    font-family: Inter, sans-serif !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:valid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input.filled {
    background-color: #fff;
    font-family: Inter, sans-serif !important;
    color: #909294 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    background: #01007F;
    cursor: pointer;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn button {
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: transparent;
    border: none;
    text-align: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box {
    width: 100%;
    padding: 24px 32px 0 32px;
    max-width: 420px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header__close {
    justify-self: flex-end;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -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-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 64px;
    background: #E0E0E0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header__close::after {
    content: "\e92c";
    font-family: turna;
    position: relative;
    font-size: 16px;
    width: 16px;
    height: 16px;
    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;
    color: #585B5E;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__logo {
    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;
    width: 100%;
    margin-bottom: 40px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__logo img {
    width: 180px;
    height: 36px;
    padding: 0px 4.005px 0px 0px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper {
    position: relative;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper input {
    width: 100%;
    padding-right: 40px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper i {
    font-family: "Font Awesome 6 Pro" !important;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    color: #909294;
    font-size: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BCBEBF;
    background: #FFF;
    width: 100%;
    color: #909294;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #909294 !important;
    -webkit-text-fill-color: #909294 !important;
    font-family: Inter, sans-serif !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:valid, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input.filled {
    background-color: #fff;
    font-family: Inter, sans-serif !important;
    color: #909294 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-name-container {
    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;
    gap: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-password-container {
    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;
    gap: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section {
    margin: 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
    color: #1D1E20 !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding-left: 37px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok a, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
    color: #2321FF !important;
    text-decoration: none;
    font-weight: 400 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::before {
    top: 30%;
    width: 24px;
    height: 24px;
    border-color: #BCBEBF;
    border-radius: 4px;
    margin-right: 12px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::after {
    top: 28%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    background: #01007F;
    cursor: pointer;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__btn button {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: transparent;
    border: none;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin: 24px 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator .line {
    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;
    width: 100%;
    height: 1px;
    background: #D3D3D4;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator span {
    color: #585B5E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px;
    -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-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E1E1EF;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn 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;
    gap: 10px;
    background: transparent;
    border: none;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn span {
    color: #585B5E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer {
    width: 100%;
    border-top: 1px solid #E1E1EF;
    margin-top: 24px;
    max-width: 420px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box {
    padding: 24px 24px 54px 24px;
    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;
    gap: 8px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box span {
    color: #1D1E20;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box__login-btn {
    color: #2563EB;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: transparent;
  }
}

.trn-popover-content {
  z-index: 1051;
  border-radius: 8px;
  background-color: #fff;
  padding: 0;
  min-width: 190px;
}

.trn-popover-content .ul-links > li {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  font-size: 13px;
}

.trn-popover-content .ul-links > .last-li {
  border-bottom: none;
}

.trn-popover-content .ul-links > li > a:link, .trn-popover-content .ul-links > li > a:visited, .trn-popover-content .ul-links > li > a:active {
  color: #000000;
  text-decoration: none;
}

/*POPUP OVER USER INFO*/
.trn-popover-content.popover-user-info {
  width: 270px;
}

.trn-popover-content.popover-user-info > div.items {
  padding: 10px 5px;
  background-color: #F8F9FB;
  border-bottom: 1px solid #DDDDDD;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}

.trn-popover-content.popover-user-info > div.items > .item {
  padding: 3px 5px;
  font-size: 13px;
  overflow: hidden;
}

.trn-popover-content.popover-user-info > div.items > .item > .point-description {
  display: block;
  float: left;
}

.trn-popover-content.popover-user-info > div.items > .item > span {
  color: #AAAAAA;
  display: block;
  float: right;
}

.trn-popover-content.popover-user-info > .ul-links > .left {
  border: none;
  text-align: left;
  padding: 6px 20px;
}

.trn-popover-content.popover-user-info > .ul-links > li {
  cursor: pointer;
}

.trn-popover-content.popover-user-info > .ul-links > li a {
  display: block;
  width: 100%;
}

.trn-popover-content.popover-user-info > .ul-links > .border-bottom {
  border-bottom: 1px solid #DDDDDD;
}

.trn-popover-content.popover-user-info > .ul-links > .right {
  text-align: right;
}

.trn-popover-content.popover-user-info > .ul-links > li:hover {
  background-color: #F8F9FB;
}

.popup-container {
  display: none;
}

.popup-container .popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  opacity: 0.5;
  background: #000000;
}

.popup-container .popup-frame {
  z-index: 999999;
  width: 500px;
  background-color: #fff;
}

.popup-container.pos-center .popup-frame,
.popup-container.pos-bottom .popup-frame,
.popup-container.pos-top .popup-frame {
  position: fixed;
}

.popup-container.active .popup-frame {
  display: block;
}

.popup-container .popup-frame {
  border-radius: 8px;
}

.popup-container .popup-frame .popup-title {
  padding: 10px 20px 5px;
  font-size: 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
}

.popup-container .popup-frame .popup-content {
  padding: 10px 10px 20px 10px;
  line-height: 20px;
  font-size: 14px;
}

.popup-container .popup-frame .popup-close {
  cursor: pointer;
  font-size: 35px;
  line-height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: #01007F;
  color: #fff;
  padding: 5px;
  border-radius: 0 6px 0 12px;
}

.popup-container.CornerLight .popup-frame {
  background: #fff;
  color: #fff;
}

.popup-container.CornerLight .popup-title {
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 600;
}

.popup-container.CornerLight .popup-content {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.popup-container.CornerDark .popup-title {
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}

.popup-container.CornerDark .popup-content {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
}

.popup-container.CornerLightImageAndAction .popup-frame {
  background-color: #fff;
}

.popup-container.CornerLightImageAndAction .popup-title {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 20px;
}

.popup-container.CornerLightImageAndAction .popup-content {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 0 10px 7px;
}

.CornerLightImageAndAction .inl-one {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
}

.CornerLightImageAndAction .inl-two {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.CornerLightImageAndAction .inl-two div {
  color: #AAAAAA;
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 13px;
}

.CornerLightImageAndAction a {
  background-color: #01007F;
  padding: 6px 23px;
  border-radius: 5px 0 5px 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition-property: background-color,color;
  -o-transition-property: background-color,color;
  transition-property: background-color,color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
  margin: 0 auto;
  font-weight: 600;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row--col-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  margin-bottom: 0;
}

.form-row--col-1 > *:not(:last-child) {
  margin-right: 0;
}

.form-item {
  margin-bottom: 0;
}

.form-item__label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-item__input {
  position: relative;
}

.form-item__input input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-item__input input:not([type=checkbox]) {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item__input input:not([type=checkbox])::-webkit-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox]):-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])::-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])::placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])[disabled] {
  background-color: #F8F9FB;
  border: 0;
}

.form-item__input input:not([type=checkbox]):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);
}

/*.trn-modal > .trn {
    max-width: 940px !important;
    padding: unset;
}*/
.trn.signin-new-popup {
  padding: unset;
  max-width: 940px !important;
}

.signin-new-popup {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
  margin: 100px auto !important;
  position: relative;
}

.signin-new-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 0 0px 12px;
  font-size: 32px;
  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;
  color: #fff;
  cursor: pointer;
}

.signin-new-popup__left-side, .signin-new-popup__right-side {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.signin-new-popup__left-side {
  background-color: #01007F;
  color: #fff;
  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;
  padding: 50px;
}

.signin-new-popup__left-side__header {
  font-size: 36px;
  font-weight: 500;
}

.signin-new-popup__left-side__sub-header {
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 40px;
}

.signin-new-popup__left-side__btn:last-child {
  margin-top: 20px;
}

.signin-new-popup__left-side__btn button {
  background-color: #fff;
  color: #01007F;
  height: 65px;
  width: 264px;
  border-radius: 65px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.signin-new-popup__left-side > div {
  text-align: center;
}

.signin-new-popup__right-side {
  padding: 50px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok {
  padding-left: unset;
  padding-right: 25px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok::before {
  left: unset;
  right: 0;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok::after {
  left: unset;
  right: -7px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me {
  padding-left: unset;
  padding-right: 25px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me::before {
  left: unset;
  right: 0;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me::after {
  left: unset;
  right: -7px;
}

body[dir='rtl'] .trn-modal-close.signin-new-popup__close {
  background-color: #01007F;
  right: unset;
  left: 0;
  border-radius: 6px 0 12px 0px;
}

body[dir='rtl'] .trn-modal-close.signin-new-popup__close .trn-close {
  color: #fff;
}

body[dir='rtl'] .signin-new-popup__right-side--grow .gap-20 {
  gap: 20px;
}

body[dir='rtl'] .signin-new-popup__right-side--grow .margin-0 .form-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.signin-new-popup__right-side__sub-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 32px;
}

.signin-new-popup__right-side__sub-section__remember-me {
  padding-left: 25px;
}

.signin-new-popup__right-side__sub-section__remember-me::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
}

.signin-new-popup__right-side__sub-section__remember-me::after {
  content: "\e936";
  position: absolute;
  font-size: 24px;
  color: #01007F;
  left: 0;
  top: -10px;
  font-family: turna;
  display: none;
}

#rememberme {
  display: none;
}

.signin-new-popup__right-side__sub-section label[for="rememberme"] {
  position: relative;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me::after {
  display: block;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me::before {
  border-color: #01007F;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me {
  color: #01007F;
}

.signin-new-popup__right-side__btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.signin-new-popup__right-side__btn button {
  border: none;
  color: #fff;
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
  font-weight: bold;
}

.signin-new-popup__right-side__btn--white button {
  background: #fff !important;
  color: #01007F !important;
  border: 1px solid #01007F !important;
}

#forgot-password-id {
  text-decoration: none;
  color: #000000;
}

#login-form {
  margin-bottom: 20px;
}

.form-row--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row--col-2 > * {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc((100% - (2 - 1) * 20px) / 2);
  flex-basis: calc((100% - (2 - 1) * 20px) / 2);
  margin-bottom: 20px;
}

.form-row--col-2 > *:not(:last-child) {
  margin-right: 20px;
}

.form-row--col-2 > *:nth-child(2n) {
  margin-right: 0;
}

.signin-new-popup__left-side--grow {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.signin-new-popup__right-side--grow {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.signin-new-popup--space-top {
  margin: 50px auto !important;
}

.signin-new-popup__right-side__sub-section label[for="agreement_ok"] {
  position: relative;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok::after {
  display: block;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok::before {
  border-color: #01007F;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
  color: #01007F;
}

.signin-new-popup__right-side__sub-section__agreement_ok {
  padding-left: 25px;
}

.signin-new-popup__right-side__sub-section__agreement_ok::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
}

.signin-new-popup__right-side__sub-section__agreement_ok::after {
  content: "\e936";
  position: absolute;
  font-size: 24px;
  color: #01007F;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: turna;
  display: none;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
  color: #01007F;
  font-weight: bold;
}

label.invalid {
  font-size: 11px !important;
  color: #01007F !important;
  font-weight: bold;
  position: absolute;
  bottom: -25px;
}

.form-item {
  position: relative;
}

.invalid[type='text'], .invalid[type='password'], .invalid[type='email'] {
  background-color: #F8F9FB !important;
  border-color: #01007F !important;
}

.form-row--col-2 > * {
  margin-bottom: unset !important;
}

.trn.forget-password {
  max-width: 600px !important;
  border-radius: 8px;
  margin: 100px auto;
}

.forget-password__container {
  padding: 60px 40px;
}

.forget-password__container__header-info {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
}

.forget-password__container__btn button {
  border: none;
  color: #fff;
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
  font-weight: bold;
}

.trn-modal > .trn {
  -webkit-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
}

.reservation-popup {
  padding: 60px 50px !important;
  border-radius: 8px;
}

.reservation-popup__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservation-popup__points__item > div:not(:last-of-type) {
  margin-bottom: 20px;
}

.reservation-popup__points__item .form-row {
  margin-bottom: unset !important;
}

.reservation-popup__points__item {
  color: #000000;
  font-size: 16px;
}

.reservation-popup__points__item--header {
  font-weight: 600;
}

.bottom-line {
  position: relative;
}

.bottom-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #F8F9FB;
  bottom: -20px;
  left: 0;
}

.reservation-popup__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 10px;
}

.reservation-popup__buttons__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.reservation-popup__buttons__btn button {
  width: 100%;
  padding: 20px 0;
}

.reservation-popup__buttons__btn .passive {
  border: 1px solid #01007F;
  color: #01007F;
  background-color: #fff;
}

.reservation-popup__buttons__btn .active {
  border: none;
  color: #fff;
  background-color: #01007F;
}

.reservation-popup__buttons__btn .active, .reservation-popup__buttons__btn .passive {
  font-weight: bold;
  border-radius: 8px;
}

.reservation-popup__footer {
  color: #AAAAAA;
  margin-top: 40px;
  font-size: 16px;
}

.trn.reservation-popup {
  max-width: 768px !important;
}

.reservation-popup__points__item__value {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #01007F;
  font-weight: bold;
}

.cancel-reservation-info {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.cancel-reservation-btn {
  margin-top: 30px;
}

.cancel-reservation-btn button {
  width: 100%;
  padding: 20px 0;
  border-radius: 8px;
  background-color: #01007F;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

#cancel-reservation-dialog .trn.reservation-popup {
  max-width: 568px !important;
}

.new-popup {
  position: relative;
  border-radius: 8px;
}

.new-popup::-webkit-scrollbar {
  width: 0px;
}

.new-popup::-webkit-scrollbar-track {
  background: #f9f9ff;
  border-radius: 6px 0 0 6px;
}

.new-popup::-webkit-scrollbar-thumb {
  background: #01007F;
  border-radius: 6px 0 0 6px;
}

.new-popup-flex-layout {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: unset;
}

.new-popup__close {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 0 0px 12px;
  font-size: 32px;
  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;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}

.new-popup__close:after {
  content: "\e92c";
  font-family: turna;
}

body[dir='rtl'] .popup-container .popup-frame .popup-close {
  right: unset;
  left: 0;
  border-radius: 6px 0 12px 0;
}

@media (min-width: 769px) {
    #google-sign-up-trigger-for-mobile, #google-sign-in-trigger-for-mobile {
        display: none;
    }
}

/*........ FOOTER .......*/
.trn-content > .trn-default-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  margin-top: 80px;
}

.trn-default-footer > .btn-more-info:link,
.trn-default-footer > .btn-more-info:visited,
.trn-default-footer > .btn-more-info:active {
  border-radius: 50px;
  border: 1px solid #2321FF;
  padding: 20px 30px;
  text-decoration: none;
  color: #2321FF;
  font-size: 16px;
}

.trn-default-footer > .btn-more-info:hover {
  border: 1px solid #DDDDDD;
  color: #DDDDDD;
}

.trn-main-footer {
  padding: 10px 4% 15px;
  width: 100%;
  /*background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/General/footer.png) bottom center no-repeat;*/
  /*    background-color: #2b2d2e;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.trn-main-footer .ul-wrapper {
  max-width: 1073px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trn-main-footer .ul-wrapper > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  padding: 15px;
  margin: 0;
}

.trn-main-footer .ul-wrapper > ul > li .footer-title {
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0 10px;
  text-rendering: optimizelegibility;
}

.trn-main-footer .ul-wrapper > ul > li > a:link,
.trn-main-footer .ul-wrapper > ul > li > a:visited,
.trn-main-footer .ul-wrapper > ul > li > a:active {
  font-size: 14px;
  color: #AAAAAA;
  text-decoration: none;
  padding: 1px 0;
  display: inline-block;
}

.trn-main-footer .ul-wrapper > ul > li > a:hover {
  color: #2321FF;
}

.trn-main-footer > .copyright {
  display: inline-block;
  width: 98%;
  padding: 20px 0 0;
  text-align: center;
  color: #AAAAAA;
  font-size: 12px;
  border-top: 1px solid #DDDDDD;
  margin: 65px 1% 0;
  position: relative;
}

.trn-main-footer > .copyright > .social {
  position: absolute;
  background-color: #2b2d2d;
  display: block;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  top: -11px;
}

.trn-main-footer > .copyright > .social a {
  margin: 0 5px;
  text-decoration: none;
}

.trn-main-footer > .copyright div {
  margin-top: 10px;
}

.trn-main-footer > .copyright > .footer-info {
  width: 100%;
  display: inline-block;
  padding: 45px 0 10px;
  position: relative;
  max-width: 1215px;
}

@media screen and (max-width: 768px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    left: 35%;
    display: inline-block;
    float: none;
    position: absolute;
    z-index: 1;
    padding-top: 100px;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 48%;
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .trn-main-footer .ul-wrapper > ul > li .footer-title {
    font-size: 16px;
  }

  .trn-main-footer .ul-wrapper > ul > li:not(.footer-title) {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    width: 20%;
    display: block;
    float: left;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 40%;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app a {
    margin: 0 5px;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    width: 30%;
    display: block;
    float: left;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 35%;
    display: block;
    float: left;
    overflow: hidden;
    padding-top: 0px;
  }
}
.trn-main-footer > .copyright > .footer-info > .footer-info-side > p {
  padding: 0;
  margin: 0;
  display: block;
  line-height: 13px;
  font-size: 11px;
  color: #AAAAAA;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > p.text-left {
  text-align: left;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > p.text-right {
  text-align: right;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side .trn-sprt-logo-white {
  margin: 0 10px 10px;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > .iata {
  background-position: -82px -127px;
  width: 52px;
  height: 50px;
  float: left;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > .tursab {
  background-position: -5px -127px;
  width: 72px;
  height: 50px;
  float: right;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a {
  margin-top: 10px;
  display: inline-block;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a > .android {
  background-position: -5px -90px;
  width: 131px;
  height: 43px;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a > .ios {
  background-position: -5px -42px;
  width: 131px;
  height: 43px;
}

.social .st0 {
  fill: #868484;
}

.social .st1 {
  fill: #D7D7D7;
}

.trn-main-footer > .copyright > .social > a:hover .st0 {
  fill: #D7D7D7;
}

.footer {
    font-size: 13px;
    padding: 60px 48px 0 48px !important;
    background-color: #fff !important;
    color: #000000;
}

@media (min-width: 992px) {
    .footer {
        font-size: 14px;
    }
}

.footer__left {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer__inner .footer__left {
            padding-right: 30px;
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .footer__inner .footer__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin-right: 60px;
    }

    .footer__inner .footer__right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.footer__logo {
    margin-bottom: 30px;
}

    .footer__logo img {
        width: 160px;
        height: auto;
    }

@media (max-width: 768px) {
    .footer__logo {
        text-align: center;
    }
}

.footer__app-download {
    margin-bottom: 30px;
}

.footer__app-download__description {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.footer__app-download__buttons {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__app-download__buttons__item {
    width: 132px;
    height: 44px;
}

    .footer__app-download__buttons__item.google {
        width: 150px;
        height: 44px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin-right: 15px;
    }

    .footer__app-download__buttons__item a {
        color: #000000;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
    }

        .footer__app-download__buttons__item a img {
            width: 100%;
            height: 100%;
        }

@media (max-width: 768px) {
    .footer__app-download {
        text-align: center;
        /*max-width: 300px;*/
        margin: 0 16px 30px;
    }

    .footer__app-download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__list-wrapper {
    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;
}

    .footer__list-wrapper > * {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc((100% - (2 - 1) * 30px) / 2);
        flex-basis: calc((100% - (2 - 1) * 30px) / 2);
        margin-bottom: 30px;
    }

        .footer__list-wrapper > *:not(:last-child) {
            margin-right: 30px;
        }

        .footer__list-wrapper > *:nth-child(2n) {
            margin-right: 0;
        }

@media (min-width: 992px) {
    .footer__list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer__list-wrapper > * {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: calc((100% - (3 - 1) * 30px) / 3);
            flex-basis: calc((100% - (3 - 1) * 30px) / 3);
            margin-bottom: 30px;
        }

            .footer__list-wrapper > *:not(:last-child) {
                margin-right: 30px;
            }

            .footer__list-wrapper > *:nth-child(3n) {
                margin-right: 0;
            }
}

@media (min-width: 992px) {
    .footer__list-wrapper.home-footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer__list-wrapper.home-footer-links > * {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: calc((100% - (4 - 1) * 30px) / 4);
            flex-basis: calc((100% - (4 - 1) * 30px) / 4);
            margin-bottom: 30px;
        }

            .footer__list-wrapper.home-footer-links > *:not(:last-child) {
                margin-right: 30px;
            }

            .footer__list-wrapper.home-footer-links > *:nth-child(4n) {
                margin-right: 0;
            }
}

.footer__list {
    padding: 0;
    list-style: none;
}

.footer__list__item {
    padding: 8px 0;
}

    .footer__list__item.title {
        font-size: 1.2em;
        font-weight: bold;
    }

    .footer__list__item a {
        display: inline-block;
        color: #000000;
        line-height: 1.3;
        text-decoration: none;
    }

        .footer__list__item a:hover {
            color: #01007F;
        }

        .footer__list__item a.accent {
            position: relative;
            color: #01007F;
            font-weight: 600;
        }

            .footer__list__item a.accent::after {
                content: "\e928";
                position: absolute;
                right: -16px;
                font-family: "turna";
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

.footer__bottom {
    min-height: 100px;
    background-color: #01007F;
}

.footer__additional {
    margin-bottom: -60px !important;
}

.footer__trust {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.footer__trust__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .footer__trust__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer__trust__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
}

.footer__trust__item__figure {
    margin: 0;
    margin-right: 15px;
    width: 96px;
}

    .footer__trust__item__figure img {
        display: block;
        width: 100%;
    }

@media only screen and (max-width: 768px) {
    .footer__trust__item__figure.tursab {
        width: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .footer__trust__item__figure.tursab__redirect img {
        width: 180px;
        height: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .footer__trust__item__figure.tursab__redirect img {
        width: 160px;
        height: 100px;
    }
}

.footer__trust__item__description {
    color: #AAAAAA;
    font-size: 0.8em;
}

@media (min-width: 768px) {
    .footer__trust {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__trust__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .footer__trust__item:not(:last-of-type) {
            margin-right: 30px;
            margin-bottom: 0;
        }

    .footer__trust__item__figure.iata {
        width: 60px;
    }

    .footer__trust__item__figure.tch {
        width: 80px;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 200px;
        height: 96px;
    }
}

.footer__copyright {
    color: #fff;
    text-align: center;
}

.footer__subscribe {
    margin-bottom: 30px;
}

.footer__subscribe__label {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.footer__subscribe__button {
    position: absolute;
    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;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #01007F;
    font-size: 2em;
    color: white;
    cursor: pointer;
}

.footer__subscribe__form {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #F8F9FB;
    overflow: hidden;
}

    .footer__subscribe__form:focus-within {
        -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
    }

    .footer__subscribe__form input {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        background-color: transparent;
        padding-left: 15px;
        padding-right: 60px;
        color: #000000;
    }

        .footer__subscribe__form input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input::-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input::placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

.footer__subscribe__description {
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .footer__subscribe {
        /*max-width: 300px;*/
        margin: 0 16px 30px;
        text-align: center;
    }
}

.footer__follow-us {
    margin-bottom: 60px;
}

.footer__follow-us__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

    .footer__follow-us__icons li {
        border-radius: 5px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .footer__follow-us__icons li:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

.footer__follow-us__link {
    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;
    width: 40px;
    height: 40px;
    font-size: 2.8em;
    color: #000000;
    text-decoration: none;
}

    .footer__follow-us__link i {
        font-family: "Font Awesome 6 Brands" !important;
    }

@media (max-width: 768px) {
    .footer__follow-us__icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

body[dir="rtl"] .footer__list__item a.accent::after {
    content: "\e926";
    right: unset;
    left: -16px;
}

body[dir="rtl"] .footer__app-download__buttons__item {
    margin-right: 0;
    margin-left: 15px;
}

body[dir="rtl"] .footer__subscribe__form input {
    padding-right: 15px;
    padding-left: 60px;
}

body[dir="rtl"] .footer__subscribe__button {
    right: unset;
    left: 0;
}

    body[dir="rtl"] .footer__subscribe__button i {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

body[dir="rtl"] .footer__follow-us__icons li {
    margin-right: 0;
    margin-left: 10px;
}

body[dir="rtl"] .footer__trust__item {
    margin-right: 0;
    margin-left: 30px;
}

body[dir="rtl"] .footer__trust__item__figure {
    margin-right: 0;
    margin-left: 15px;
}

body.tkfb .footer__bottom {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2d2926), to(#a2aaad));
    background: -webkit-linear-gradient(left, #2d2926 0, #a2aaad 100%);
    background: -o-linear-gradient(left, #2d2926 0, #a2aaad 100%);
    background: linear-gradient(to right, #2d2926 0, #a2aaad 100%);
}

body.teb .footer__bottom {
    background: #16bc5d !important;
}

.tursab__redirect--container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

    .tursab__redirect--container a {
        width: 200px;
    }

@media only screen and (max-width: 768px) {
    .footer__right {
        padding: 16px;
    }
}

@media (min-width: 1025px) and (max-width: 1247px) {
    .footer {
        padding: 60px 48px 0 48px !important;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer {
        padding: 60px 48px 0 48px !important;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__app-download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__app-download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__subscribe {
        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: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .footer__subscribe__label {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .footer__subscribe__form {
        width: 100%;
    }

    .footer__follow-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) and (max-width: 1248px) {
    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 120px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 12px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 48px;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 120px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 6px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }

    .footer__follow-us__link i {
        font-size: 48px;
    }

    .footer__list-wrapper > * {
        -ms-flex-preferred-size: calc((100% / 3 ));
        flex-basis: calc((100% / 3 ));
    }

    .footer__list-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .footer__list-wrapper > *:not(:last-child) {
            margin-right: unset !important;
        }
}

@media (max-width: 768px) {
    .footer {
        padding: 0 !important;
    }

    .footer__list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__trust {
        padding: 24px;
    }

    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 48px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
        margin-left: 16px;
        margin-left: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 6px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__app-download {
        margin-bottom: 32px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us {
        margin-bottom: 32px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }

    .footer__follow-us__link i {
        font-size: 48px;
    }

    .footer__trust__item:not(:last-of-type) {
        gap: 8px;
    }

    .footer__trust__item__figure {
        margin-right: unset !important;
    }

    .tursab__redirect--container {
        gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
    }

    .footer__trust__item__figure.tursab__redirect {
        width: 219px;
    }

    .tursab__redirect--container a {
        width: 219px;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 219px;
    }

    .footer__subscribe {
        text-align: start;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__subscribe__description {
        text-align: center;
    }

    .footer__inner {
        padding: 0 16px !important;
    }
}

@media (max-width: 425px) {
    .footer__trust__item__figure.tursab__redirect {
        width: 160px !important;
    }

    .tursab__redirect--container a {
        width: 160px !important;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 160px;
    }
}

.footer__inner {
    padding: 0 48px;
}

.footer__follow-us__link i {
    font-size: 28px;
}

.tursab-agancy-title-mobile {
    display: block;
    text-align: center;
    color: #ffffff4f;
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .tursab-agancy-title-mobile {
        display: none;
    }
}

.snackbar-container {
    position: fixed;
    -webkit-box-shadow: 0px 1px 8px rgba(18, 5, 41, 0.15);
    box-shadow: 0px 1px 8px rgba(18, 5, 41, 0.15);
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

@media (min-width: 320px) and (max-width: 480px) {
    .snackbar-container {
        padding: 20px !important;
    }

        .snackbar-container.isOpen {
            bottom: 60px !important;
            left: 20px !important;
            width: 90% !important;
        }
}

.snackbar-container .snackbar-accept-button {
    padding: 10px 50px;
    background-color: white;
    color: #343A40;
}

.snackbar-container .snackbar-button {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.snackbar-container .snackbar-accept-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.snackbar-container.isOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.snackbar-container .snackbar-title {
    font-weight: bold;
    font-size: 14px;
    color: #343a40;
    margin-bottom: 7px;
}

@media (min-width: 320px) {
    .snackbar-container .snackbar-title {
        font-size: 12px;
    }
}

.snackbar-container .snackbar-description {
    color: #343a40;
    font-size: 10px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .snackbar-container .snackbar-description {
        line-height: 20px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.snackbar-container a {
    color: #343a40;
    text-decoration: underline;
}

.snackbar-container .snackbar-close-button {
    display: block;
    position: absolute;
    right: 20px;
}

@media (min-width: 576px) {
    .snackbar-container .snackbar-close-button {
        right: 80px;
    }
}

.snackbar-container .snackbar-close-button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 36px;
    border: 2px solid white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMAENDPwKAwn7mBpgoAAAB7SURBVBjTRdGxDYAwEATBowMLKiAjJaMCRAkugCKIwRZfNpa1Jz57TbLS6XyTuOHadcTqd4qiiCeBW4RyNAajauwMzhqWxuCdBIOCjTBoBs2gGTSDMOhap7mWNCPsWpdTSzmYKAclM7UwCBvNuSNcBcI6OsJFZ/1HyfsHuaxNbxbonh0AAAAASUVORK5CYII=");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .snackbar-container .snackbar-close-button:after {
        width: 36px;
        height: 36px;
        background-size: 12px;
    }
}

.snackbar-container .snackbar-close-button:hover {
    cursor: pointer;
}

.snackbar-container .snackbar-close-button .snackbar-close-button-text {
    visibility: hidden;
    position: relative;
    font-size: 14px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .snackbar-container .snackbar-close-button .snackbar-close-button-text {
        visibility: visible;
    }
}

.snackbar-container .snackbar-action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 16px;
}

    .snackbar-container .snackbar-action-buttons .snackbar-action-button {
        font-size: 12px;
        background-color: #343a40;
        padding: 8px 16px;
        border-radius: 6px;
    }

        .snackbar-container .snackbar-action-buttons .snackbar-action-button:not(:last-child) {
            margin-right: 15px;
        }

@media (min-width: 768px) {
    .snackbar-container .snackbar-accept-button {
        padding: 8px 16px;
        background-color: #343a40;
        color: #fff;
    }

    .snackbar-container .snackbar-accept-button {
        font-size: 14px;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .snackbar-container.isOpen {
        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;
        bottom: 10px;
        left: 10px;
        width: 37%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.snackbar-detail-button-text {
    text-decoration: underline;
    font-size: 12px;
    color: #868e96;
    cursor: pointer;
}

.snackbar-description-details {
    margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .snackbar-description-details {
        font-size: 13px;
    }

        .snackbar-description-details.options {
            font-size: 12px;
        }

        .snackbar-description-details .cookie-policy__text {
            padding-left: 24px;
        }

            .snackbar-description-details .cookie-policy__text::before {
                width: 14px;
                height: 14px;
            }

            .snackbar-description-details .cookie-policy__text::after {
                font-size: 13px;
            }
}

.snackbar-description-details.options {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

    .snackbar-description-details.options input[type='checkbox']:checked ~ span::before {
        border-color: #ff3200;
        background-color: #ff3200;
    }

    .snackbar-description-details.options input[type='checkbox']:checked ~ span::after {
        display: block;
    }

.cookie-policy__text {
    position: relative;
    padding-left: 30px;
    color: #343a40;
}

    .cookie-policy__text input[type="checkbox"] {
        display: none;
    }

    .cookie-policy__text::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #868e96;
        background-color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

input[type="checkbox"]:checked + .cookie-policy__text::before {
    background-color: #01007f;
    border-color: #01007f;
}

.cookie-policy__text::after {
    content: "\e936";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: turna;
    color: #fff;
    display: none;
}

input[type="checkbox"]:checked + .cookie-policy__text::after {
    display: block;
}

body[dir='rtl'] .cookie-policy__text {
    padding-left: unset;
    padding-right: 30px;
}

    body[dir='rtl'] .cookie-policy__text::before {
        left: unset;
        right: 0;
    }

    body[dir='rtl'] .cookie-policy__text::after {
        left: unset;
        right: 2px;
    }

.switch-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .switch-bar input[type='checkbox']:checked ~ .switch-container .switch::before {
        background-color: #ff3200;
        border-color: #ff3200;
    }

    .switch-bar input[type='checkbox']:checked ~ .switch-container .switch::after {
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border-color: #ffffff;
        background-color: #ffffff;
    }

    .switch-bar .switch-container .switch {
        position: relative;
        width: 40px;
        height: 22px;
        display: inline-block;
    }

        .switch-bar .switch-container .switch::before {
            content: "";
            width: 40px;
            height: 20px;
            border-radius: 20px;
            border: 1px solid #868e96;
            background-color: #f1f3f5;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .switch-bar .switch-container .switch::after {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #868e96;
            background-color: #868e96;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

.trn-default-content.btn-accept {
    margin-top: 20px;
}

    .trn-default-content.btn-accept span {
        background-color: #343a40;
        padding: 8px 16px;
        color: #fff;
        font-size: 16px;
        border-radius: 6px;
    }

.trn-default-content.options-dialog-details {
    font-size: 14px;
    color: #868e96;
    margin: 3px 0 10px;
}

.trn-default-content.options-dialog-title {
    font-size: 16px;
    color: #343a40;
    font-weight: 600;
}

.snackbar-description-details-main {
    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: start;
    gap: 4px;
}

@charset "UTF-8";

.turna-description {
    text-align: center;
    color: #000000;
    font-size: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.m-reset {
    margin: 0 !important;
}

.mb-reset {
    margin-bottom: 0 !important;
}

.mt-reset {
    margin-top: 0 !important;
}

.mr-reset {
    margin-right: 0 !important;
}

.ml-reset {
    margin-left: 0 !important;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.p-reset {
    padding: 0 !important;
}

.pb-reset {
    padding-bottom: 0 !important;
}

.pt-reset {
    padding-top: 0 !important;
}

.pr-reset {
    padding-right: 0 !important;
}

.pl-reset {
    padding-left: 0 !important;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

/* Flex Layout Module Classes */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.p-relative {
    position: relative;
}

.stretched-link::before {
    content: "";
    position: absolute;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.color-primary {
    color: #01007F;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.price::after {
    content: attr(data-currency);
    font-size: 0.8em;
    margin-left: 3px;
}

/* Widget Header Styles Start */
.widget-header {
    margin-bottom: 30px;
    color: #000000;
}

    .widget-header .widget-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .widget-header .widget-description {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
    }

/* Widget Header Styles End */
/* Background Color Styles Start */
.background-white {
    background-color: #fff;
}

.background-ghost-white {
    background-color: #F8F8FB;
}

/* Background Color Styles End */
.section {
    padding: 30px 0;
}

    .section, .section::before, .section::after,
    .section *,
    .section *::before,
    .section *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

@media (min-width: 768px) {
    .section {
        margin-bottom: 50px;
    }
}

.section__inner {
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
}

.section__inner--medium {
    max-width: 1000px;
}

.section__inner--small {
    max-width: 800px;
}

.section__header {
    margin-bottom: 30px;
    color: #000000;
}

    .section__header > *:not(:last-child) {
        margin-bottom: 5px;
    }

.section__title {
    font-weight: bold;
    font-size: 24px;
}

.section__description {
    font-weight: normal;
    font-size: 16px;
}

@media (min-width: 768px) {
    .section__description {
        font-size: 18px;
    }
}

.section__cta {
    margin-top: 20px;
}

    .section__cta .btn {
        color: #01007F;
        font-size: 13.5px;
        font-weight: 600;
        border-width: 1.5px;
        border-style: solid;
        border-color: #01007F;
        background-color: transparent;
        padding: 0 15px;
        height: 44px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #01007F;
    }

        .section__cta .btn .button-text {
            position: relative;
        }

            .section__cta .btn .button-text:before, .section__cta .btn .button-text:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "turna";
                font-size: 1.3em;
                font-weight: normal;
            }

        .section__cta .btn .button-text {
            padding-right: 20px;
            display: block;
            line-height: 0;
        }

            .section__cta .btn .button-text:after {
                content: "";
                right: 0;
            }

    .section__cta a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
        text-decoration: none;
    }

body[dir="rtl"] .section__cta .btn .button-text {
    padding-right: 0;
}

    body[dir="rtl"] .section__cta .btn .button-text::after {
        display: none;
    }

@media (max-width: 1024px) {
    .section, .layout {
        padding: 0 !important;
    }
}

.custom-popup {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.custom-popup i {
  font-family: "Font Awesome 6 Pro" !important;
}
.custom-popup__close {
  background-color: #F8F9FB;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  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;
}
.custom-popup__container {
  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;
  height: 100%;
}
.custom-popup__container__layout {
  background-color: white;
  padding: 24px;
  border-radius: 16px;
}
.custom-popup__header {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.custom-popup__title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 2px;
}
.custom-popup__description {
  font-size: 14px;
  color: #AAAAAA;
  font-weight: 400;
  line-height: 19px;
}
.custom-popup__footer {
  border-top: 1px solid #DDDDDD;
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-popup__footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-popup__footer__item:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.custom-popup__footer__item--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.custom-popup__footer__item--button button {
  height: 56px;
  padding: 0 24px;
  border-radius: 64px;
  border: none;
  background-color: #01007F;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.custom-select {
  margin-bottom: 24px;
}
.custom-select__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.custom-select__container {
  position: relative;
}
.custom-select__container select {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border-color: #DDDDDD;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select__label {
  position: absolute;
  left: 16px;
  top: -8px;
  background-color: white;
  padding: 0 4px;
  font-size: 12px;
  color: #AAAAAA;
  font-weight: 400;
  line-height: 16px;
}
.custom-select__label-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-select__label-icon i {
  font-size: 20px;
  color: #AAAAAA;
}

.custom-checkbox {
  display: inline-block;
}
.custom-checkbox input[type='checkbox']:checked + label::before {
  background-color: #2321ff;
  border-color: #2321ff;
}
.custom-checkbox input[type='checkbox']:checked + label::after {
  display: block;
}
.custom-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  color: white;
}
.custom-checkbox label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-width: 1.5px;
  border-radius: 4px;
  display: inline-block;
  background-color: white;
}
.custom-checkbox label::after {
  content: "\f00c";
  position: absolute;
  left: 8px;
  font-family: "Font Awesome 6 Pro";
  color: white;
  display: none;
}

.custom-radio {
  display: inline-block;
}
.custom-radio input[type='radio']:checked + label::before {
  background-color: #2321ff;
  border-color: #2321ff;
}
.custom-radio input[type='radio']:checked + label::after {
  display: block;
}
.custom-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
  color: white;
}
.custom-radio label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
}
.custom-radio label::after {
  content: "";
  position: absolute;
  left: 8px;
  color: white;
  background-color: white;
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
}

.tn-mobile-menu {
  padding: 16px;
}
.tn-mobile-menu i {
  font-family: "Font Awesome 6 Pro" !important;
  color: #01007F;
  font-size: 16px;
}
.tn-mobile-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.tn-mobile-menu__logo__figure {
  width: 117px;
  height: 24px;
  margin: unset !important;
}
.tn-mobile-menu__logo__figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__logo__close-icon span {
  width: 40px;
  height: 40px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  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;
}
.tn-mobile-menu__header {
  padding: 16px;
  background-color: #F5F6F7;
  border-radius: 16px;
  margin-bottom: 16px;
}
.tn-mobile-menu__header__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 12px;
}
.tn-mobile-menu__header__title i {
  font-family: "Font Awesome 6 Pro" !important;
}
.tn-mobile-menu__header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tn-mobile-menu__header__top i {
  color: #000000;
  font-size: 16px;
}
.tn-mobile-menu__header__top__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tn-mobile-menu__header__top__profile-short span {
  width: 40px;
  height: 40px;
  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;
  background-color: #EA580C;
  color: white;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 50%;
}
.tn-mobile-menu__header__top__profile-long__name {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.tn-mobile-menu__header__top__profile-long__mail {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 6px;
}
.tn-mobile-menu__header__bottom {
  margin-top: 12px;
  border-top: 1px solid #E1E1EF;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tn-mobile-menu__header__bottom__membership-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tn-mobile-menu__header__bottom__membership-info i {
  font-size: 14px;
}
.tn-mobile-menu__header__bottom__membership-info__text {
  color: #01007F;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point {
  color: #2321FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point-text {
  color: #2321FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point-icon {
  color: #E1E1EF;
}
.tn-mobile-menu__auth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.tn-mobile-menu__auth-btn .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.tn-mobile-menu__auth-btn .button button {
  height: 100%;
  width: 100%;
  background: none;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  border-color: #01007F;
}
.tn-mobile-menu__auth-btn__login button {
  background-color: #01007F !important;
  color: white;
}
.tn-mobile-menu__auth-btn__register button {
  color: #01007F;
}
.tn-mobile-menu__navbar {
  padding: unset;
}
.tn-mobile-menu__navbar__item {
  list-style: none;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tn-mobile-menu__navbar__item.active {
  background-color: #EBF2FF;
  border-radius: 8px;
}
.tn-mobile-menu__navbar__item a {
  color: #01007F;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 16px;
  height: 56px;
  width: 100%;
}
.tn-mobile-menu__navbar__item a:active {
  background-color: #EBF2FF;
  border-radius: 8px;
}
.tn-mobile-menu__navbar__item a i {
  font-size: 18px;
}
.tn-mobile-menu__lang-currency {
  margin: 16px 0;
  padding: 16px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__lang-currency i {
  font-size: 12px;
  color: #000000;
}
.tn-mobile-menu__lang-currency__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}
.tn-mobile-menu__lang-currency__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tn-mobile-menu__lang-currency__content figure {
  width: 20px;
  height: 20px;
  margin: unset !important;
}
.tn-mobile-menu__lang-currency__content figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__subbar {
  padding: unset;
}
.tn-mobile-menu__subbar__item {
  padding: 16px;
  list-style: none;
}
.tn-mobile-menu__subbar__item a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.tn-mobile-menu__subbar__item a i {
  font-size: 16px;
  color: #000000;
}
.tn-mobile-menu__subbar__item a span span {
  color: #2321FF;
}
.tn-mobile-menu__subbar__item.logout a, .tn-mobile-menu__subbar__item.logout i {
  color: #DB282D;
}
.tn-mobile-menu__title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tn-mobile-menu__currency-container, .tn-mobile-menu__lang-container {
  padding: unset !important;
}
.tn-mobile-menu__currency__item, .tn-mobile-menu__lang__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
  border-radius: 8px;
  padding: 0 16px;
}
.tn-mobile-menu__currency__item.active, .tn-mobile-menu__lang__item.active {
  background-color: #EBF2FF;
}
.tn-mobile-menu__currency__item .custom-search-form__radio-btn, .tn-mobile-menu__lang__item .custom-search-form__radio-btn {
  margin-bottom: unset;
}
.tn-mobile-menu__currency__item__unit, .tn-mobile-menu__lang__item__unit {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__currency__item label, .tn-mobile-menu__lang__item label {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 19px;
  color: #000000;
}
.tn-mobile-menu__currency__item figure, .tn-mobile-menu__lang__item figure {
  margin: unset !important;
  width: 30px;
  height: 20px;
}
.tn-mobile-menu__currency__item figure img, .tn-mobile-menu__lang__item figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__savePreferencesBtn {
  margin-top: 48px;
}
.tn-mobile-menu__savePreferencesBtn button {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  background-color: #2321FF;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 0 24px;
  border: none;
}

.menu-line-throught {
  margin-top: 16px !important;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
}

.inside-header {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inside-header .tn-mobile-menu__header__title {
  margin-bottom: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.inside-header .tn-mobile-menu__header__title i {
  font-size: 14px;
}

.responsive-menu-design {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow-y: scroll;
  height: 100%;
  display: none;
}
.responsive-menu-design #right-slide-bar {
  width: 82.5%;
  height: 100%;
  background: white;
}
.responsive-menu-design .tn-mobile-menu {
  background: white;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 90%;
  height: 0px;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  margin-top: 15px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
  background-color:#0480be;
}
.slider.slider-horizontal .slider-handle {
  margin-left: 0px;
  margin-top: -20px;
  box-shadow: 1px 2px 4px #888888;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -16px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #0480be 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #0480be 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
 }
.slider-handle {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #38B0AE 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #38B0AE 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38B0AE', endColorstr='#38B0AE', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 1;
  border: 0px solid transparent;
}



.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.switch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.switch-label {
  font-size: 14px;
  color: #343a40;
}

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.switch input {
  display: none;
}
.switch__button {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  border-radius: 32px;
  background-color: rgba(129, 141, 153, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.switch__button::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  right: 14px;
  background-color: #818d99;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.switch input:checked + .switch__button {
  background-color: rgba(1, 0, 127, 0.3);
}
.switch input:checked + .switch__button::before {
  right: 0;
  background-color: #01007F;
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-group .checkbox {
  margin-bottom: 10px;
}
.checkbox-group .checkbox:not(:last-of-type) {
  margin-right: 20px;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox input {
  display: none;
}
.checkbox__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 14px;
}
.checkbox__label::before {
  content: "\e920";
  position: absolute;
  left: 0;
  font-family: "turna";
  font-size: 22px;
  color: #DDDDDD;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox input:checked + .checkbox__label::before {
  content: "\e923";
  color: #01007F;
}

.button-container {
  padding: 0 20px;
}

.button {
  position: relative;
  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;
}
.button__cta {
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0 15px;
  font-weight: bold;
}
.button__cta__description {
  font-size: 13px;
  text-align: center;
  color: #AAAAAA;
}
.button--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#01007F), to(#01007F));
  background: -webkit-linear-gradient(left, #01007F, #01007F);
  background: -o-linear-gradient(left, #01007F, #01007F);
  background: linear-gradient(to right, #01007F, #01007F);
  color: #fff;
}
.button--dark {
  background-color: #000000;
  color: #fff;
}
.button--secondary {
  background-color: #01007F;
  color: white;
}
.button__text {
  line-height: 1;
}
.button__icon {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
.button__icon__left {
  margin-right: 8px;
  margin-left: -4px;
}
.button__icon__right {
  margin-right: -4px;
  margin-left: 8px;
}
.button--rounded {
  border-radius: 8px;
}
.button:focus {
  outline: 0;
}

body[dir='rtl'] .button__icon__right {
  margin-right: unset;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
body[dir='rtl'] .button__icon__left {
  margin-left: unset !important;
  margin-right: unset !important;
}

.form-wrapper input, .form-wrapper .form-item .select-items select {
    border-radius: calc(8px / 2);
}

.form-wrapper .label-row, .multiple-form-wrapper, .flexible-form-wrapper {
    display: -webkit-box;
    display: flex;
}

.form-wrapper .label-row, .multiple-form-wrapper {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.mb {
    margin-bottom: 15px;
}

/* Form Styles */
.form-wrapper {
    position: relative;
}

    .form-wrapper:not(:last-child) {
        margin-bottom: 20px;
    }

    .form-wrapper .label-row {
        margin-bottom: 5px;
    }

        .form-wrapper .label-row .label {
            font-weight: 600;
            font-size: 13px;
        }

    .form-wrapper .checkbox-wrapper a {
        font-weight: bold;
        text-decoration: underline;
        pointer-events: auto;
        color: inherit;
    }

    .form-wrapper .checkbox-wrapper label input[type=checkbox] {
        display: none;
    }

        .form-wrapper .checkbox-wrapper label input[type=checkbox] + span.check-status {
            position: relative;
            padding-left: 22px;
            line-height: 1.3;
            pointer-events: none;
            font-weight: normal;
            display: inline-block;
        }

            .form-wrapper .checkbox-wrapper label input[type=checkbox] + span.check-status::before {
                content: "\e9c5";
                position: absolute;
                left: 0;
                top: 0;
                font-family: "iconfont";
                font-size: 18px;
                border-radius: 4px;
                text-decoration: none;
                font-weight: normal;
                line-height: 1;
            }

        .form-wrapper .checkbox-wrapper label input[type=checkbox]:checked + span.check-status::before {
            content: "\e9c6";
            font-weight: normal;
            color: #01007F;
        }

    .form-wrapper label {
        display: block;
        font-size: 14px;
    }

    .form-wrapper input {
        background-color: #F8F9FB;
        border: 0;
        padding: 0 15px;
        font-size: 16px;
    }

    .form-wrapper .validation-text {
        display: none;
        position: relative;
        color: #B00121;
        font-size: 12px;
        line-height: 1.2;
        padding-left: 10px;
        margin: 3px 0;
    }

        .form-wrapper .validation-text:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 6px;
            width: 4px;
            height: 4px;
            border-radius: 5px;
            background-color: #B00121;
        }

    .form-wrapper.invalid-form-element .validation-text {
        display: block;
    }

    .form-wrapper.invalid-form-element .label {
        color: #B00121;
    }

    .form-wrapper.outlined.invalid-form-element input,
    .form-wrapper.outlined.invalid-form-element select {
        border-color: #B00121;
    }

    .form-wrapper.invalid-form-element input:focus,
    .form-wrapper.invalid-form-element select:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69,.25) !important;
        box-shadow: 0 0 0 3px rgba(220, 53, 69,.25) !important;
    }

    .form-wrapper textarea {
        width: 100%;
        background-color: #F8F9FB;
        border: 0;
        border-radius: calc(8px / 2);
        outline: 0;
        font-size: 14px;
        padding: 10px;
        resize: none;
    }

        .form-wrapper input:-webkit-autofill,
        .form-wrapper input:-webkit-autofill:hover,
        .form-wrapper input:-webkit-autofill:focus,
        .form-wrapper textarea:-webkit-autofill,
        .form-wrapper textarea:-webkit-autofill:hover,
        .form-wrapper :-webkit-autofill:focus,
        .form-wrapper select:-webkit-autofill,
        .form-wrapper select:-webkit-autofill:hover,
        .form-wrapper select:-webkit-autofill:focus {
            background-color: #F8F9FB;
            -webkit-text-fill-color: inherit;
            -webkit-box-shadow: 0 0 0px 1000px #F1F3F4 inset;
            transition: background-color 5000s ease-in-out 0s;
        }



    /* Form Validation Styles Start */

    .form-wrapper input.invalid {
        border: 1px solid #B00121 !important;
        background-color: white !important;
    }

        .form-wrapper input.invalid:focus {
            box-shadow: 0 0 0 3px rgba(220, 53, 69,.25) !important;
        }

    .form-wrapper select.invalid {
        border: 1px solid rgba(220, 53, 69, .5) !important;
        background-color: white !important;
        color: #484848;
    }

        .form-wrapper select.invalid:focus {
            box-shadow: 0 0 0 3px rgba(220, 53, 69,.25) !important;
        }

    .form-wrapper textarea.invalid {
        border: 1px solid rgba(220, 53, 69, .5) !important;
        background-color: white !important;
        color: #484848;
    }

        .form-wrapper textarea.invalid:focus {
            box-shadow: 0 0 0 3px rgba(220, 53, 69,.25) !important;
        }

.passenger-input-list-wrapper .passengers.validation {
    padding: 15px;
    background-color: #FEF4F6 !important;
    border-radius: 4px;
    margin-bottom: 15px;
}

.passenger-input-list-wrapper .ferry-vehicle-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

    .passenger-input-list-wrapper .ferry-vehicle-content .form-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
    }

        .passenger-input-list-wrapper .ferry-vehicle-content .form-item .form-item__label {
            font-weight: 700;
        }

        .passenger-input-list-wrapper .ferry-vehicle-content .form-item .form-item__input {
            width: 100%;
        }

            .passenger-input-list-wrapper .ferry-vehicle-content .form-item .form-item__input input {
                width: 100%;
                padding: 16px 8px;
                background: #F8F9FB;
                border: none;
                border-radius: 4px;
                outline: none;
            }

        .passenger-input-list-wrapper .ferry-vehicle-content .form-item .isLpg-select, .passenger-input-list-wrapper .ferry-vehicle-content .form-item .isRented-select {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 12px;
        }

        .passenger-input-list-wrapper .ferry-vehicle-content .form-item input[type="checkbox"] {
            accent-color: #2321FF;
        }


.passenger-input-list-wrapper .passengers.validation > div {
    position: relative;
    margin-bottom: 4px;
    padding-left: 12px;
}

    .passenger-input-list-wrapper .passengers.validation > div::before {
        content: "\2022";
        position: absolute;
        left: 0;
    }

/* Form Validation Styles End */

.form-wrapper input:focus,
.form-wrapper select:focus,
.form-wrapper textarea:focus {
    border: 0;
    outline: none;
    box-shadow: 0 0 0 3px rgba(201, 203, 204, .4);
}

.form-wrapper input:not([type=checkbox]) {
    width: 100%;
    height: 44px;
}

.form-wrapper ::-webkit-input-placeholder {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.form-wrapper ::-moz-placeholder {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.form-wrapper :-ms-input-placeholder {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.form-wrapper :-moz-placeholder {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.form-wrapper .form-item .select-items {
    display: -webkit-box;
    display: flex;
}

    .form-wrapper .form-item .select-items select {
        height: 44px;
        width: 86px;
        background-color: #F8F9FB;
        border: 0;
        padding: 0 15px;
        margin-right: 10px;
        text-align: center;
    }

        .form-wrapper .form-item .select-items select option {
            text-align: center;
        }

.form-wrapper.multiple-form-items {
    display: -webkit-box;
    display: flex;
}

.form-wrapper select {
    width: 100%;
    height: 44px;
    border: none;
    padding-left: 10px;
    padding-right: 15px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/select-box-arrow.png) no-repeat #F8F9FB;
    background-position: calc(100% - 8px) center;
    background-size: 6px;
    font-size: 14px;
    word-wrap: break-word;
}

    /* For IE10 */
    .form-wrapper select::-ms-expand {
        display: none;
    }

.multiple-form-wrapper .left.gender {
    width: 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
}

.multiple-form-wrapper .left.expiration-date {
    width: 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    margin-right: 10px;
}

.multiple-form-wrapper .right.birth-date {
    width: calc(70% - 15px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(70% - 15px);
}

.multiple-form-wrapper .form-wrapper {
    margin-bottom: 0;
}

.flexible-form-wrapper select:not(:last-of-type) {
    margin-right: 5px;
}

.multiple-form-wrapper .nationality-form-item {
    flex: 1;
    margin-right: 15px;
}

.multiple-form-wrapper .gender-form-item {
    flex: 1;
}




/* Datepicker */

.flexible-form-wrapper.datepicker {
}

    .flexible-form-wrapper.datepicker .select-box {
        position: relative;
        flex: 1;
    }

        .flexible-form-wrapper.datepicker .select-box:not(:last-of-type):after {
            content: "";
            display: block;
            position: absolute;
            width: 1px;
            height: 60%;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgb(210,210,210);
        }

    .flexible-form-wrapper.datepicker select {
    }

    .flexible-form-wrapper.datepicker .select-box:nth-of-type(1) select {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .flexible-form-wrapper.datepicker .select-box:nth-of-type(2) select {
        border-radius: 0;
    }

    .flexible-form-wrapper.datepicker .select-box:nth-of-type(3) select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


    .flexible-form-wrapper.datepicker select:focus {
        position: relative;
        z-index: 200;
        border-radius: 4px !important;
    }

.phone-number-input {
    position: relative;
}

    .phone-number-input input {
        position: relative;
        padding: 0 15px 0 60px;
    }

    .phone-number-input::before {
        content: attr(data-content);
        position: absolute;
        display: block;
        width: 60px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        z-index: 20;
        color: rgb(150,150,150);
    }

.form-wrapper.outlined input,
.form-wrapper.outlined select {
    background-color: transparent;
    border: 1px solid #DDDDDD;
}

@media screen and (max-width: 359px) {
    .form-wrapper .label-row .label {
        font-size: 12px;
    }

    .form-wrapper ::-webkit-input-placeholder {
        font-size: 12px;
    }

    .form-wrapper ::-moz-placeholder {
        font-size: 12px;
    }

    .form-wrapper :-ms-input-placeholder {
        font-size: 12px;
    }

    .form-wrapper :-moz-placeholder {
        font-size: 12px;
    }
}

body[dir="rtl"] .multiple-form-wrapper .nationality-form-item {
    margin-right: unset;
    margin-left: 15px;
}

body[dir="rtl"] .flexible-form-wrapper.datepicker .select-box:not(:last-of-type):after {
    display: none;
}

body[dir="rtl"] .flexible-form-wrapper.datepicker .select-box:not(:first-of-type):after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d2d2d2;
}

body[dir="rtl"] .form-wrapper select {
    background-position: 8px center;
}

body[dir="rtl"] .phone-number-input input {
    padding: 0 60px 0 15px
}

body[dir="rtl"] .phone-number-input::before {
    left: unset;
    right: 0;
}

body[dir="rtl"] .form-wrapper .checkbox-wrapper label input[type=checkbox] + span.check-status {
    padding-left: unset;
    padding-right: 22px;
}

    body[dir="rtl"] .form-wrapper .checkbox-wrapper label input[type=checkbox] + span.check-status::before {
        left: unset;
        right: 0;
    }

body[dir="rtl"] .form-wrapper input:not([type=checkbox]) {
    text-align: right;
}

    body[dir="rtl"] .form-wrapper input:not([type=checkbox])::-webkit-input-placeholder {
        text-align: right;
    }


    body[dir="rtl"] .form-wrapper input:not([type=checkbox]):-moz-placeholder {
        text-align: right;
    }

body[dir="rtl"] .multiple-form-wrapper {
    align-items: flex-end;
}

body[dir="rtl"] .flexible-form-wrapper select:not(:last-of-type) {
    margin-right: unset;
}

body[dir="rtl"] .flexible-form-wrapper select:not(:first-of-type) {
    margin-right: 5px;
}

body.tkfb .form-wrapper .checkbox-wrapper label input[type=checkbox]:checked + span.check-status::before {
    color: #2d2926;
}

/* 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;
  /*
          &::after {
              content: "\f078";
              font-family: "Font Awesome 6 Pro" !important;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              width: 20px;
              height: 20px;
          }*/
}
.search-form__children__select__content select {
  width: 100%;
  height: 36px;
  border: 1px solid #DDDDDD;
  text-align: center;
  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: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;
  }

  .ferry-child-select-wrapper {
      max-height: 390px;
      overflow: auto;
  }
}
#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;
}

@media (min-width: 576px) {
    .search-form-wrapper .search-form-container .search-form .search-form-item.ferry-ticket-count::before {
        content: "\f0cb";
        font-family: "Font Awesome 6 Pro" !important;
    }
    .search-form-wrapper .search-form-container .search-form .search-form-item.ferry-vehicle-select::before {
        content: "\f1b9";
        font-family: "Font Awesome 6 Pro" !important;
    }
    
}

.ferry-landing-custom-dropdown {
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow-y: auto;
    text-align: center;
}

.ferry-landing-custom-dropdown span {
    display: block;
    font-size: 14px;
    color: #585B5E;
    line-height: 19px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.ferry-landing-custom-dropdown span:hover {
    background-color: #f5f5f5;
}
#ferry-landing-ticket-count-dropdown {
    width: 150px;
}

#ferry-landing-vehicle-dropdown {
    width: 450px;
}
@media (max-width: 768px) {
    .ferry-landing-custom-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100vh;
        border-radius: 0;
        box-shadow: none;
        overflow-y: auto;
        z-index: 2000;
    }

    .ferry-landing-custom-dropdown span {
        border: 1px solid #ccc;
        padding: 20px;
        font-size: 16px;
    }
}
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  gap: 32px;
  width: 100%;
}
.layout, .layout::before, .layout::after,
.layout *,
.layout *::before,
.layout *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layout__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.layout__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
.layout.layout--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.layout.layout--reverse .layout__sidebar {
  margin-left: 0;
  margin-right: 30px;
}

/*body[dir='rtl'] {
    .layout {

        &__sidebar {
            margin-right: 30px !important;
        }
    }

    .otel-reservation--arabic-layout{
        .layout{
            &__sidebar{
                margin-left: unset !important;
                margin-right: 30px !important;
            }
        }
    }
}*/

:root {
    --text-primary-color: #000000;
    --white: #fff;
    --text-secondary-color: #AAAAAA;
    --border-color: #DDDDDD;
    --border: 1px solid var(--border-color);
    --transition: .3s;
    --radius: 8px;
    --main-color: #01007F;
    --second-color: #2321FF;
    --icon-color: #000000;
    --bg-gray: #F8F9FB;
    --main-light-color: #f4f4ff;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
    background-color: var(--bg-gray) !important;
    padding-bottom: 10px;
}

.dot-flashing {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: var(--main-color) !important;
    color: var(--main-color) !important;
    animation: dotFlashing 0.8s infinite linear alternate;
    animation-delay: .4s;
}

    .dot-flashing::before, .dot-flashing::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-flashing::before {
        left: -15px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background-color: var(--main-color) !important;
        color: var(--main-color) !important;
        animation: dotFlashing 0.8s infinite alternate;
        animation-delay: 0s;
    }

    .dot-flashing::after {
        left: 15px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background-color: var(--main-color) !important;
        color: var(--main-color) !important;
        animation: dotFlashing 0.8s infinite alternate;
        animation-delay: 0.8s;
    }

@keyframes dotFlashing {
    0% {
        background-color: var(--main-color) !important;
    }

    50%, 100% {
        background-color: var(--main-light-color) !important;
    }
}

@charset "UTF-8";
.filtering-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filtering-container *,
.filtering-container *:before,
.filtering-container *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filtering-container .filtering__item {
  padding-bottom: 15px;
  border-bottom: 1px dotted #DDDDDD;
}
.filtering-container .filtering__item:not(:last-child) {
  margin-bottom: 15px;
}
.filtering-container .filtering__item .expandable___input {
  display: none;
}
.filtering-container .filtering__item .expandable___input:checked ~ .expandable__content {
  display: block;
}
.filtering-container .filtering__item .expandable___input:checked ~ .filtering__item__header .expandable__toggler::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filtering-container .filtering__item .expandable__toggler {
  cursor: pointer;
}
.filtering-container .filtering__item .expandable__toggler::before {
  content: "\e924";
  display: block;
  font-family: "turna";
  font-size: 1.6em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.filtering-container .filtering__item .expandable__toggler::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;
}
.filtering-container .filtering__item .expandable__content {
  display: none;
}
.filtering-container .filtering__item__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtering-container .filtering__item__header .item-title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  /*padding-left: $left-space;*/
  /*&::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-weight: normal;
      font-family: $icons;
      font-size: 1.2em;
      color: rgb(160,160,160);
  }*/
}
.filtering-container .filtering__item__content {
  margin-top: 15px;
}
.filtering-container .checkbox-list-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filtering-container .checkbox-list-wrapper *,
.filtering-container .checkbox-list-wrapper *:before,
.filtering-container .checkbox-list-wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.filtering-container .checkbox-list-wrapper .checkbox-list {
  margin-bottom: 30px;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item:not(:last-of-type) {
  margin-bottom: 6px;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item:hover .filter-only {
  display: inline;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item__left {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item__right .filter-only {
  display: none;
  color: #01007F;
  text-decoration: none;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label input {
  display: none;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label input:checked ~ .label::before {
  content: "\e923";
  color: #01007F;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label .label {
  position: relative;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label .label::before {
  content: "\e920";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "turna";
  font-size: 18px;
  line-height: 1;
  margin-right: 4px;
}
.filtering-container .checkbox-list-wrapper .checkbox-settings {
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtering-container .checkbox-list-wrapper .checkbox-settings__item {
  color: #AAAAAA;
  cursor: pointer;
}
.filtering-container .checkbox-list-wrapper .checkbox-settings__item:hover {
  color: #01007F;
}
.filtering-container .filtering__price-range {
  padding-bottom: 50px;
}
.filtering-container .filtering__price-range__label {
  font-weight: bold;
}
.filtering-container .filtering__price-range__begin::after {
  content: " · ";
}
.filtering-container .filtering__price-range .slider-range .filter-slider__bar .slider .slider-track {
  margin-top: 20px;
  background-image: unset !important;
  background-repeat: unset !important;
  background-color: #EAEAF5;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);*/
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border-radius: 4px;
}
.filtering-container .filtering__price-range .slider-range .filter-slider__bar .slider .slider-track .slider-selection {
  background-color: #A1A0D0;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filtering-container .filtering__price-range .slider-range .filter-slider__bar .slider .slider-track .slider-handle {
  background-color: #01007F;
  background-image: none;
  width: 34px;
  height: 34px;
  border: 6px solid white;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: -15px;
}

body[dir='rtl'] .filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label .label {
  padding-right: 36px;
  padding-left: unset;
}
body[dir='rtl'] .filtering-container .checkbox-list-wrapper .checkbox-list .checkbox-list__item label .label::before {
  left: unset;
  right: 0;
}

.search-filtering__range__end, .search-filtering__range__begin {
  font-size: 16px;
}

.search-results {
  position: relative;
}
.search-results__loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  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: 200;
}
.search-results__loader__inner {
  text-align: center;
}
.search-results__loader__image {
  margin-bottom: 15px;
}

.favorites-icon {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 1.5rem;
  z-index: 999;
  background: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
}

body[dir='rtl'] .favorites-icon {
  left: unset;
  right: 16px;
}

.hotel-listing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px !important;
  border: 1px solid #DCDCDC !important;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px !important;
}
.hotel-listing-card:hover {
  -webkit-box-shadow: #01007f33 0px 2px 20px 2px;
          box-shadow: #01007f33 0px 2px 20px 2px;
  cursor: pointer;
}
.hotel-listing-card__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 260px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 16px;
}
.hotel-listing-card__image-wrapper .hotel-listing-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.hotel-listing-card__image-wrapper .hotel-listing-card__bookmark {
  position: absolute;
  right: 12px;
  top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: #FFFFFF;
}
.hotel-listing-card__image-wrapper .hotel-listing-card__bookmark i {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 20px;
}
.hotel-listing-card__info-section {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.hotel-listing-card__info-wrapper {
  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: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 24px;
}
.hotel-listing-card__top {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.hotel-listing-card__top .hotel-listing-card__title {
  color: #000;
  font-family: "Sofia Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.hotel-listing-card__location {
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.hotel-listing-card__location .hotel-listing-card__stars {
  color: #FFB620;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.hotel-listing-card__location .hotel-listing-card__stars i {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
}
.hotel-listing-card__location .hotel-listing-card__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #2321FF;
  cursor: pointer;
}
.hotel-listing-card__location .hotel-listing-card__place i {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 20px;
}
.hotel-listing-card__location .hotel-listing-card__place span {
  color: #2321FF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hotel-listing-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  color: #28A745;
}
.hotel-listing-card__tags .hotel-listing-card__tag {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}
.hotel-listing-card__tags i {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
}
.hotel-listing-card__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 0 !important;
}
.hotel-listing-card__features .hotel-card__tags__item {
  color: #2563EB;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: #EBF2FF;
  padding: 6px;
  margin: 0 !important;
}
.hotel-listing-card__features .hotel-card__tags__item i {
  color: #2563EB;
  text-align: center;
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 4px;
}
.hotel-listing-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.hotel-listing-card__price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 198px;
}
.hotel-listing-card__price-content .hotel-listing-card__rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hotel-listing-card__price-content .hotel-listing-card__rating-wrapper .hotel-listing-card__rating-text {
  overflow: hidden;
  color: #1D1E20;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.hotel-listing-card__price-content .hotel-listing-card__rating-wrapper .hotel-listing-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #2321FF;
  overflow: hidden;
  color: #FFF;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-family: "Sofia Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hotel-listing-card__price-content__price-wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  gap: 8px;
}
.hotel-listing-card__price-content__price-wrapper__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #73B99C;
  background: #EAFFF4;
  color: #006233;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.hotel-listing-card__price-content__price-wrapper__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.hotel-listing-card__price-content__price-wrapper__prices__price-old {
  color: #DC2626;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: line-through;
}
.hotel-listing-card__price-content__price-wrapper__prices__price-current {
  color: #01007F;
  text-align: right;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.hotel-listing-card__price-content__price-wrapper__price-detail {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  color: #585B5E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.hotel-listing-card__price-content__price-wrapper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 0px 24px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #01007F;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
  margin-top: 4px;
}
.hotel-listing-card__price-content__price-wrapper__button .hotel-listing-card__select-button {
  color: #FFF;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.hotel-listing-card__price-content__price-wrapper__button i {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 20px;
  color: #FFF;
}

.hotel-listing-card__price-content__price-wrapper__prices__price-old::before, .hotel-listing-card__price-content__price-wrapper__prices__price-current::before {
  content: attr(data-currency);
}

.hotel-listing-card-map-model {
  display: none;
}
.hotel-listing-card-map-model__container {
  max-width: 832px;
  margin: auto;
}
.hotel-listing-card-map-model__container .hotel-listing-card-map-header {
  width: 100%;
  background: #fff;
  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;
  border-radius: 12px 12px 0 0;
  padding-top: 24px;
}
.hotel-listing-card-map-model__container .hotel-listing-card-map-header .trn-modal__title {
  color: #1D1E20;
  font-family: "Sofia Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 32px;
}
.hotel-listing-card-map-model__container .hotel-listing-card-map-header .hotel-listing-card-map-header-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #E0E0E0;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 24px;
  cursor: pointer;
}
.hotel-listing-card-map-model__container .hotel-listing-card-map-header .hotel-listing-card-map-header-close i {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px !important;
  color: #585B5E;
}
.hotel-listing-card-map-model__container .hotel-location__map {
  padding: 32px;
  border-radius: 0 0 12px 12px;
}
.hotel-listing-card-map-model__container .hotel-location__map iframe {
  min-height: 400px;
  margin: auto;
  border-radius: 16px;
}
.hotel-listing-card-map-model__container .hotel-location__map::before {
  padding: 0;
}

.search-results__description {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.hotel-rooms {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.hotel-rooms__slider {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  margin-bottom: 24px;
}
.hotel-rooms__slider.carousel-slider .owl-carousel .owl-stage-outer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hotel-rooms__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
  margin-top: 24px;
  border-top: 1px solid #DDDDDD;
  padding: 24px;
}
.hotel-rooms__price .hotel-card__price__current {
  text-align: left;
}
.hotel-rooms__cta {
  width: auto !important;
  cursor: pointer;
}

.hotel-features {
  margin-bottom: 24px;
}

.hotel-location__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.hotel-location__description {
  color: #868E96;
  margin-bottom: 1.5rem;
}
.hotel-location__map {
  background-color: white;
  border-radius: 8px;
  position: relative;
}
.hotel-location__map::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.hotel-location__map > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hotel-location__cta {
  height: 56px;
  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;
  border: 1px solid #2321ff;
  background-color: #F0F7FD;
  color: #2321ff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}

.segment {
  background-color: white;
  padding-bottom: 24px;
}
.segment--bordered {
  border-bottom: 1px solid #DDDDDD;
}
.segment__header {
  margin-bottom: 24px;
}
.segment__header > *:not(:last-child) {
  margin-bottom: 6px;
}
.segment__body p {
  font-size: 14px;
  margin: 0;
}
.segment__body p:not(:last-of-type) {
  margin-bottom: 16px;
}
.segment__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
.segment__description {
  color: #AAAAAA;
  font-size: 16px;
  margin: 0;
}
.segment__footnote {
  font-size: 14px;
  color: #AAAAAA;
}

.feature-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature-list > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc((100% - (3 - 1) * 8px) / 3);
      flex-basis: calc((100% - (3 - 1) * 8px) / 3);
  margin-bottom: 8px;
}
.feature-list > *:not(:last-child) {
  margin-right: 8px;
}
.feature-list > *:nth-child(3n) {
  margin-right: 0;
}
.feature-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.feature-list__item::before {
  content: "\e936";
  font-family: "turna";
  font-size: 16px;
  line-height: 0;
  margin-right: 8px;
}

.hotel-card {
  position: relative;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
}
.hotel-card__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.hotel-card a:hover, .hotel-card a:focus, .hotel-card a:active {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 992px) {
  .hotel-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hotel-card:not(:last-of-type) {
  margin-bottom: 30px;
}
.hotel-card__badge {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-top-right-radius: 6px;
}
.hotel-card__badge::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  border-bottom-left-radius: 16px;
  width: 70px;
  height: 70px;
  background-color: #01007F;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.hotel-card__badge::after {
  content: attr(data-point);
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 52px;
  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;
  color: white;
  font-weight: 700;
}
.hotel-card__figure {
  position: relative;
  margin: 0;
  padding: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hotel-card__figure::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hotel-card__figure > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 991px) {
  .hotel-card__figure {
    height: 300px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media (min-width: 992px) {
  .hotel-card__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: -1px;
  }
}
.hotel-card__figure__img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  white-space: nowrap;
}
.hotel-card__figure__info {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 24px;
  background-color: #f9f9ff;
  border-radius: 6px;
  color: #2321ff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hotel-card__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hotel-card__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-right: 40px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hotel-card__location {
  font-size: 16px;
  color: #AAAAAA;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* &::before {
       content: "\e969";
       font-family: $icons;
       font-size: 16px;
       margin-right: 2px;
   }*/
}
.hotel-card__rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hotel-card__rating__icon {
  font-size: 20px;
  color: #FFC833;
}
.hotel-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.hotel-card__tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EBF2FF;
  font-size: 14px;
  color: #2563EB;
  white-space: nowrap;
  padding: 3px 10px;
  margin-bottom: 6px;
  border-radius: 2px;
}
.hotel-card__tags__item:not(:last-of-type) {
  margin-right: 6px;
}
.hotel-card__tags__item--link::after {
  content: "\e93a";
  font-family: "turna";
  font-size: 14px;
  line-height: 0;
  margin-left: 4px;
}
.hotel-card__features {
  margin-bottom: 24px;
}
.hotel-card__features__item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotel-card__features__item:not(:last-of-type) {
  margin-bottom: 6px;
}
.hotel-card__features__item::before {
  content: "\e922";
  font-family: "turna";
  line-height: 1;
  margin-right: 4px;
}
.hotel-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 24px;
}
.hotel-card__description {
  font-size: 14px;
  padding-right: 16px;
}
.hotel-card__description__primary {
  margin-bottom: 4px;
}
.hotel-card__description__secondary {
  color: #2321ff;
}
.hotel-card__description__muted {
  color: #585B5E;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.hotel-card__price {
  margin-left: auto;
  margin-right: 24px;
}
.hotel-card__price__old, .hotel-card__price__current {
  text-align: right;
  line-height: 1;
}
.hotel-card__price__old::before, .hotel-card__price__current::before {
  content: attr(data-currency);
  font-size: 0.8em;
  margin-right: 2px;
}
.hotel-card__price__old {
  font-size: 18px;
  color: #ADB5BD;
  margin-bottom: 3px;
  text-decoration: line-through;
}
.hotel-card__price__current {
  font-size: 26px;
  font-weight: 800;
  color: #01007F;
}
.hotel-card__info-button {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #2321ff;
}
.hotel-card__info-button::before {
  content: "\e93a";
  font-size: 16px;
  font-family: "turna";
  margin-right: 4px;
  line-height: 1;
}
.hotel-card__cta {
  -ms-flex-preferred-size: content;
      flex-basis: content;
  padding-right: 24px;
  font-size: 16px;
}
.hotel-card__cta:hover {
  cursor: pointer;
}

.allocation-content {
  overflow: hidden;
}

.hotel-hero {
  background-color: white;
  margin-bottom: 24px;
}
.hotel-hero__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.hotel-hero__slider {
  margin-bottom: 24px;
}
.hotel-hero__slider--fix-margin {
  margin: unset;
}
.hotel-hero__description {
  font-size: 18px;
}

.carousel-slider .owl-carousel {
  position: relative;
  display: block !important;
}
.carousel-slider .owl-carousel .owl-stage-outer {
  border-radius: 8px;
}
.carousel-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  position: relative;
  background-color: blue;
}
.carousel-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  position: relative;
  position: relative;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: green;
}
.carousel-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.carousel-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item > * {
  position: relative;
  z-index: 1;
}
.carousel-slider .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 30px;
  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;
}
.carousel-slider .owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.carousel-slider .owl-carousel .owl-dots .owl-dot:not(:last-of-type) {
  margin-right: 4px;
}
.carousel-slider .owl-carousel .owl-dots .owl-dot.active {
  width: 30px;
  opacity: 1;
  z-index: 200;
}
.carousel-slider .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel-slider .owl-carousel .owl-nav .owl-prev .owl-icon,
.carousel-slider .owl-carousel .owl-nav .owl-next .owl-icon {
  width: 56px;
  height: 56px;
  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;
  font-size: 38px;
  color: #fff;
}

.hotel-checkout-page__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  position: relative;
}
.hotel-checkout-page__payment:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 132%;
  height: .1px;
  bottom: 0;
  background-color: #F8F9FB;
}
.hotel-checkout-page__payment:not(:last-of-type) {
  padding-bottom: 20px;
}
.hotel-checkout-page__payment:not(:first-of-type) {
  padding-top: 20px;
}

body[dir='rtl'] .hotel-hero__left .hotel-card__title {
  padding-right: unset !important;
}
body[dir='rtl'] .hotel-card__content .hotel-card__badge {
  left: 0;
  right: unset;
}
body[dir='rtl'] .hotel-card__badge::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 16px;
  width: 70px;
  height: 70px;
  background-color: #01007F;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.hotel-reservation-page #results {
  padding: 5px 12px;
  margin: 5px 0px 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.city-category__header {
  margin-bottom: 24px;
}
.city-category__header h2 {
  margin-top: unset !important;
  margin-bottom: 8px !important;
  color: #000000;
}
.city-category__header p {
  color: #000000;
  font-size: 16px;
}
.city-category__header p span {
  font-weight: 700;
}

.reset-hotel-filter {
  color: #2321ff;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.hotel-hero__grid-layout-container {
  position: relative;
  cursor: pointer;
}
.hotel-hero__grid-layout {
  display: grid;
  grid-template-columns: repeat(23, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 2px;
  border-radius: 16px;
  overflow: hidden;
}
.hotel-hero__grid-layout__item figure {
  aspect-ratio: 3 / 2;
  block-size: 100%;
  inset: 0;
  margin: 0;
  padding: 0;
  position: relative;
  content-visibility: auto;
  inline-size: 100%;
  place-self: stretch;
  position: relative;
}
.hotel-hero__grid-layout__item figure div {
  block-size: inherit;
  inset: 0;
  position: absolute;
}
.hotel-hero__grid-layout__item figure div img {
  block-size: 100%;
  inline-size: 100%;
  inset: 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-hero__grid-layout__item.grid-item-1 {
  grid-column-start: 1;
  grid-column-end: 18;
  grid-row-start: 1;
  grid-row-end: 4;
}
.hotel-hero__grid-layout__item.grid-item-2 {
  grid-column-start: 18;
  grid-column-end: 24;
  grid-row-start: 1;
  grid-row-end: 1;
}
.hotel-hero__grid-layout__item.grid-item-3 {
  grid-column-start: 18;
  grid-column-end: 24;
  grid-row-start: 2;
  grid-row-end: 2;
}
.hotel-hero__grid-layout__item.grid-item-4 {
  grid-column-start: 18;
  grid-column-end: 24;
  grid-row-start: 3;
  grid-row-end: 3;
}
.hotel-hero__image-count {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 24px;
  border: 2px solid #000000;
}
.hotel-hero__image-count .count {
  color: #000000;
  position: relative;
  font-weight: 600;
  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;
  font-size: 16px;
  gap: 8px;
}
.hotel-hero__image-count .count::before {
  content: "\e97d";
  font-family: turna;
  font-weight: 400;
  font-size: 16px;
}

.hotel-detail-location {
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  overflow: hidden;
}
.hotel-detail-location .hotel-location__map {
  border-radius: 16px;
  overflow: hidden;
}
.hotel-detail-location__footer {
  padding: 20px;
}
.hotel-detail-location__footer .hotel-location__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.hotel-detail-location__footer .hotel-location__description {
  margin-bottom: 12px;
  font-size: 14px;
}
.hotel-detail-location__footer .hotel-location__btn {
  color: #2321ff;
  font-size: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.hotel-detail-location__footer .hotel-location__btn::before {
  content: "\e969";
  font-family: turna;
  font-size: 16px;
}

.hotel-hero-detail .hotel-card__title {
  font-weight: 700;
  color: #000000;
  margin: 0 0 4px 0 !important;
  gap: 4px;
}
.hotel-hero-detail .hotel-card__title h1 {
  margin: 0 !important;
  font-size: 26px !important;
}
.hotel-hero-detail .hotel-card__title .hotel-card__point {
  background-color: #01007F;
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 32px;
}
.hotel-hero-detail .hotel-card__location {
  font-size: 18px;
  color: #000000;
  margin-bottom: unset !important;
  font-weight: 400;
}

.allocation-sidebar .reservation-margin-unset {
  margin-top: 0 !important;
}
.allocation-sidebar__reservation {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.allocation-sidebar__reservation-btn button {
  height: 56px;
  border: none;
  background-color: #2321ff;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  padding: 0 24px;
}

.survey-score-text--search-item {
  position: absolute;
  right: 60px;
  top: 14px;
  font-size: 16px;
  font-weight: 500;
}

.hero-details-section {
  margin-top: 24px;
}

.hotel-landing-rooms__figure {
  position: relative;
  background-color: #FAFAFB;
  margin: 0;
  padding: 0;
  border: 1px solid #DDDDDD;
  border-right: unset;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hotel-landing-rooms__figure::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hotel-landing-rooms__figure > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 991px) {
  .hotel-landing-rooms__figure {
    height: 300px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media (min-width: 992px) {
  .hotel-landing-rooms__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: -1px;
  }
}
.hotel-landing-rooms__figure__img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  white-space: nowrap;
}
.hotel-landing-rooms__figure__info {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 24px;
  background-color: #f9f9ff;
  border-radius: 6px;
  color: #2321ff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hotel-landing-rooms #hotel-landing-rooms-footer {
  padding-top: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hotel-landing-rooms #hotel-landing-rooms-footer__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hotel-landing-rooms #hotel-landing-rooms-footer__price-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotel-hero-description {
  margin-top: 16px;
}

#landing-more-btn {
  width: 100%;
  height: 56px;
  margin-top: 16px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

#landing-more-btn button {
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  border-color: #DCDCDC;
  background-color: #fff;
  border-radius: 8px;
  color: #1D1E20;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.landing-page-result .hotel-card__tags__item i {
  font-family: "Font Awesome 6 Pro" !important;
}

ul.ui-autocomplete {
  padding: 16px;
  max-height: 400px;
}
ul.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: unset !important;
  color: #000000 !important;
}
ul.ui-autocomplete .ui-menu-item.ui-state-focus:before {
  color: #000000 !important;
}
ul.ui-autocomplete li {
  height: 44px !important;
  border-bottom: unset !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 16px !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 0 !important;
}
ul.ui-autocomplete li::before {
  position: relative !important;
  left: 0 !important;
  color: #000000 !important;
  top: unset !important;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
  font-size: 20px !important;
}
ul.ui-autocomplete li.ui-autocomplete-item-hotel::before {
  font-family: "Font Awesome 6 Pro" !important;
  position: relative !important;
  left: 0 !important;
  color: #000000 !important;
  top: unset !important;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
  font-size: 20px !important;
}
ul.ui-autocomplete li.hotel-info::before {
  content: "\f594";
}
ul.ui-autocomplete li.city-info::before {
  content: "\f64f";
}
ul.ui-autocomplete li.subregion-info::before {
  content: "\e52e";
}
ul.ui-autocomplete > div:not(:last-child) {
  padding-bottom: 24px;
  padding-left: 0 !important;
}
ul.ui-autocomplete > div:not(:first-child) {
  padding-top: 24px;
  padding-left: 0 !important;
}

.ui-autocomplete .hotel-info.ui-menu-item {
  margin-bottom: 12px;
}

.ui-autocomplete .ui-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0 !important;
}

.autocomplete__title {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 12px;
}
.autocomplete__title::before {
  content: unset !important;
}
.autocomplete__item__title {
  font-size: 16px;
  color: #000000;
}
.autocomplete__item__subtitle {
  font-size: 14px;
  color: #1d1e20;
  margin-top: 2px;
}

.location-container .location-header .location-search-wrapper .location-search-bar {
  border: unset;
  border-bottom: 1px solid #DDDDDD;
}

.location-container .location-header {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.clear-button {
  opacity: 1 !important;
  right: 16px !important;
}
.clear-button::after {
  content: "\e92c";
  font-family: turna;
  position: relative;
  font-size: 16px;
  width: 24px;
  height: 24px;
  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;
  background-color: #ebedef;
  color: #000000;
  border-radius: 32px;
}

.location-container .location-header .location-search-wrapper .back-button {
  font-family: "Font Awesome 6 Pro" !important;
  color: #2563eb;
  cursor: pointer;
}
.location-container .location-header .location-search-wrapper .back-button::before {
  display: none;
}

.autocomplete__title:not(:first-child) {
  border-top: 1px solid #DDDDDD !important;
  margin-top: 16px;
  padding-top: 24px !important;
}

@media only screen and (max-width: 1023px) {
  ul.ui-autocomplete {
    left: 0% !important;
    min-width: 100% !important;
    -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;
    position: relative !important;
    z-index: 39999 !important;
  }

  .ui-menu .ui-menu-item, .latest-searches-items .latest-searches-item {
    background-image: unset !important;
    background: white;
  }

  .ui-menu .ui-menu-item:hover, .latest-searches-items .latest-searches-item:hover {
    background-image: unset !important;
    background: #585B5E !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ui-autocomplete .ui-menu-item {
    border-bottom: 1px solid #DDDDDD;
    padding: 28px !important;
  }
}
@media only screen and (max-width: 768px) {
  .ui-autocomplete .ui-menu-item {
    border-bottom: 1px solid #DDDDDD !important;
    padding: 16px 0 !important;
  }

  ul.ui-autocomplete li {
    min-height: 44px;
    height: unset !important;
  }
}

.custom-search-form {
    max-width: 1248px;
    margin: auto;
    margin-top: 55px;
    position: relative;
    padding: 0;
}

    .custom-search-form .custom-checkbox label {
        color: #000000;
    }

.custom-search-form__header {
    margin-bottom: 16px;
}

.custom-search-form__title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-family: "Sofia Sans", sans-serif;
}

.custom-search-form__description {
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    color: white;
    margin-top: 4px;
}

.custom-search-form__container {
    background-color: white;
    border-radius: 16px;
    margin-top: 8px;
}

.custom-search-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    gap: 12px;
}

.custom-search-form__label__item {
    padding: 8px 16px;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 40px;
    color: white;
    border-radius: 48px;
    background: rgba(1, 0, 99, 0.3);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

    .custom-search-form__label__item.active {
        color: #01007F;
        background-color: white;
    }

    .custom-search-form__label__item span {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        font-family: "Sofia Sans";
    }

    .custom-search-form__label__item i {
        font-size: 20px;
    }

.custom-search-form__content {
    padding: 24px;
}

.custom-search-form__radio-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

    .custom-search-form__radio-btn label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: normal;
        color: #000000;
        position: relative;
    }

        .custom-search-form__radio-btn label::before {
            content: "";
            position: relative;
            width: 24px;
            height: 24px;
            display: inline-block;
            border: 1px solid #DDDDDD;
            border-width: 2px;
            border-radius: 50%;
        }

    .custom-search-form__radio-btn input[type='radio']:checked + label::before {
        border-color: #2321ff;
        background-color: #2321ff;
    }

    .custom-search-form__radio-btn input[type='radio']:checked + label::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        border-color: white;
        background-color: white;
        left: 8px;
    }

.custom-search-form__multi-flight .custom-search-form__list__btn button {
    padding: 0 12px;
}

.custom-search-form__list {
    margin-bottom: 8px;
}

.custom-search-form__list__dates-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.custom-search-form__list__btn {
    width: 100%;
}

.custom-search-form__list__widescreen-btn {
    display: block !important;
}

.custom-search-form__list__narrowscreen-btn {
    display: none !important;
}

.custom-search-form .multi-flight-container {
    margin-bottom: 12px;
}

.custom-search-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    height: 66px;
    padding: 0px 6px 0px 16px;
}

.custom-search-form__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.custom-search-form__list__item--close {
    -webkit-box-flex: 0.2;
    -ms-flex: 0.2;
    flex: 0.2;
    cursor: pointer;
}

    .custom-search-form__list__item--close i {
        color: #000000 !important;
    }

    .custom-search-form__list__item--close.disabled {
        cursor: unset;
    }

        .custom-search-form__list__item--close.disabled i {
            color: #E9E9EA !important;
        }

.custom-search-form__list__item--dep-arr {
    width: 50%;
}

.custom-search-form__list__item--date {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.custom-search-form__list__item--passenger {
    -webkit-box-flex: 4.5;
    -ms-flex: 4.5;
    flex: 4.5;
}

.custom-search-form__list__item__label {
    width: 100%;
    height: 100%;
    position: relative;
}

.custom-search-form__list__item__label__title {
    font-size: 12px;
    font-weight: 400;
    color: #AAAAAA;
}

.custom-search-form__list__item__label label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 100%;
}

    .custom-search-form__list__item__label label i {
        font-size: 20px;
        color: #909294;
    }

.custom-search-form__list__item__label input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: white;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    padding: 0 30px 0 0;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .custom-search-form__list__item__label input::-webkit-input-placeholder {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .custom-search-form__list__item__label input:-ms-input-placeholder {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .custom-search-form__list__item__label input::-ms-input-placeholder {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .custom-search-form__list__item__label input::placeholder {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

.custom-search-form__list__item__label div {
    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;
}

.custom-search-form__list__item__label__widescreen-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.custom-search-form__list__item__label__narrowscreen-btn {
    display: none !important;
}

.custom-search-form__list__item__label .hotel-dates-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-search-form__list__item__label .hotel-dates-wrapper__splitter {
    margin: 0 8px;
}

.custom-search-form__list__item__label .hotel-dates-wrapper input {
    padding: 0;
    max-width: 120px;
    cursor: pointer;
}

.custom-search-form__list__item__pnr-wrapper {
    width: 100%;
}

.custom-search-form__list__hotel-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.custom-search-form__list__bus-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.custom-search-form__list__car-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-search-form__list__car-bottom-wrapper__dates-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-search-form__list__ferry-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    width: 100%;
}

.custom-search-form__list__add-flight {
    margin-top: 16px;
    color: #2321ff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .custom-search-form__list__add-flight span {
        font-weight: 500;
    }

.custom-search-form__list__btn {
    height: 100%;
    padding: 6px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 166px;
    flex: 0 0 166px;
}

    .custom-search-form__list__btn button {
        width: 100%;
        height: 100%;
        background-color: #2321ff;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        cursor: pointer;
        padding: 12px;
    }

.custom-search-form__list__item__car-first-date, .custom-search-form__list__item__car-last-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-search-form__list__item__car-first-time, .custom-search-form__list__item__car-last-time {
    border-left: 1px solid #DDDDDD;
    padding-left: 16px;
}

    .custom-search-form__list__item__car-first-time select, .custom-search-form__list__item__car-last-time select {
        font-size: 16px;
        border: none;
        outline: none;
        width: unset !important;
    }

.custom-search-form__footer {
    margin-top: 8px;
}

.last-search__container {
    max-width: 1248px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.last-search__container--between {
    max-width: 1248px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.popular-search__title {
    text-align: end;
}

.last-search {
    margin-top: 24px;
    position: relative;
}

.last-search__title {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 12px;
}

.last-search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.last-search__list__item {
    background-color: white;
    padding: 8px 12px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

    .last-search__list__item a {
        text-decoration: none;
    }

    .last-search__list__item span {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
    }

    .last-search__list__item i {
        font-size: 20px;
        color: #000000;
    }

.custom-search-form__list__item__label--departure::after,
.custom-search-form__list__item__label--arrival::after,
.custom-search-form__list__item__label--date::after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #E9E9EA;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

.custom-search-form__container--bus .custom-search-form__list__item {
    width: 100%;
}

.custom-search-form__container--bus .custom-search-form__list__item--date {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
}

.custom-search-form__container--bus .custom-search-form__list__item--dep-arr {
    border-bottom: none;
}

.custom-search-form__container--car .custom-search-form__list__item__label--date::after {
    content: unset;
}

.custom-search-form__container--car .custom-search-form__list__item__label--departure::after {
    display: block;
}

.custom-search-form__container--car .custom-search-form__list__item--date {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative;
}

    .custom-search-form__container--car .custom-search-form__list__item--date.car-date {
        padding-right: 16px;
    }

        .custom-search-form__container--car .custom-search-form__list__item--date.car-date::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 70%;
            background-color: #e9e9ea;
            right: 16px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.custom-search-form__container--car .custom-search-form__list__item__car-first-time span, .custom-search-form__container--car .custom-search-form__list__item__car-last-time span {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 400;
    padding-left: 4px;
}

.custom-search-form__multi-flight .custom-search-form__radio-btn label::before {
    width: 24px;
    height: 24px;
}

.custom-search-form__multi-flight .custom-search-form__list__item__label--departure::after {
    display: none;
}

body[dir='rtl'] .custom-search-form__radio-btn input[type='radio']:checked + label::after {
    left: unset;
    right: 8px;
}

.custom-search-form__container--hotel .popupover-wrapper {
    top: 80px !important;
    left: unset !important;
    right: 100px !important;
}

.custom-search-form__container--hotel .trn-search-bar {
    position: relative;
}

.custom-search-form__container--hotel .custom-search-form__list__item__label--departure::after {
    display: block;
}

.custom-search-form__container--ferry .popupover-wrapper {
    top: 218px !important;
    left: 700px !important;
}

@media (min-width: 1025px) and (max-width: 1247px) {
    .custom-search-form {
        padding: 0 48px;
    }

    .custom-search-form__list {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .custom-search-form__list__item--dep-arr {
        border-bottom: 1px solid #E9E9EA;
        padding: 16px 0;
        width: 100%;
    }

    .custom-search-form__list__item__label__widescreen-btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .custom-search-form__list__item__label__narrowscreen-btn {
        display: none !important;
    }

    .custom-search-form__list__item--passenger {
        -webkit-box-flex: 3.5;
        -ms-flex: 3.5;
        flex: 3.5;
    }

    .custom-search-form__list__item--date {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }

    .custom-search-form__list__dates-btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        width: 100%;
        padding: 16px 0;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .custom-search-form__list__btn {
        padding: unset;
        height: auto;
    }

    .custom-search-form__list__bus-search-btn {
        padding: unset;
        height: auto;
        -ms-flex-preferred-size: 166px;
        flex-basis: 166px;
    }

    .custom-search-form__list__widescreen-btn {
        display: block !important;
    }

    .custom-search-form__list__narrowscreen-btn {
        display: none !important;
    }

    .custom-search-form__list__hotel-bottom-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 0;
    }

        .custom-search-form__list__hotel-bottom-wrapper .custom-search-form__list__item--passenger {
            -webkit-box-flex: 2.5;
            -ms-flex: 2.5;
            flex: 2.5;
        }

    .custom-search-form__list__bus-bottom-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 0;
    }

    .custom-search-form__list__car-bottom-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 0;
    }

    .custom-search-form__list__car-bottom-wrapper__dates-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

    .custom-search-form .multi-flight-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 12px;
    }

        .custom-search-form .multi-flight-container .custom-search-form__list__item--date {
            -webkit-box-flex: unset;
            -ms-flex: unset;
            flex: unset;
            max-width: 300px;
        }

        .custom-search-form .multi-flight-container .custom-search-form__list {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

    .custom-search-form__mf-btn-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 16px;
    }

        .custom-search-form__mf-btn-wrapper .mp-search-btn {
            padding: 12px !important;
        }

    .custom-search-form__radio-btn input[type='radio']:checked + label::after {
        left: 8px;
    }

    .custom-search-form__container--bus .custom-search-form__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .custom-search-form__container--hotel .popupover-wrapper {
        top: 146px !important;
    }

    .custom-search-form__container--ferry .popupover-wrapper {
        top: 340px !important;
        left: 525px !important;
    }

    .last-search__container--between {
        padding: 0 48px;
    }

    #multi-point-flight-passenger-popup {
        left: 10% !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .custom-search-form {
        padding: 0;
        margin-top: 16px;
    }

    .custom-search-form__header {
        padding: 0 48px;
    }

    .custom-search-form__label {
        padding: 24px 48px 0 48px;
        margin: 0;
    }

    .custom-search-form__label__item {
        color: white;
        height: 40px;
        border-radius: 48px;
        background: rgba(1, 0, 99, 0.3);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        padding: 8px 16px;
        width: 100% !important;
        max-width: 150px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        .custom-search-form__label__item.active {
            background-color: white;
            color: #01007F;
        }

        .custom-search-form__label__item.bus-mobile, .custom-search-form__label__item.ferry-mobile {
            max-width: 160px;
        }

        .custom-search-form__label__item.flight-mobile, .custom-search-form__label__item.pnr-mobile, .custom-search-form__label__item.hotel-mobile, .custom-search-form__label__item.bus-mobile, .custom-search-form__label__item.ferry-mobile {
            background: transparent;
            border-radius: 56px;
            border: 1px solid #D3D3D4;
        }

    .custom-search-form__label-for-mobile .custom-search-form__label__item {
        color: #01007F;
    }

        .custom-search-form__label-for-mobile .custom-search-form__label__item.active {
            background-color: #01007F;
            color: white;
            border: 1px solid #01007F;
        }

    .custom-search-form__title {
        font-size: 26px;
    }

    .custom-search-form__container {
        border-radius: 16px 16px 0 0;
    }

    .custom-search-form__content {
        padding: 24px 48px;
    }

    .custom-search-form__list {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        padding: 0;
        gap: 16px;
        margin-bottom: 16px;
    }

    .custom-search-form__list__item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .custom-search-form__list__item--dep-arr {
        border-bottom: none;
        padding: 0;
        gap: 8px;
    }

    .custom-search-form__list__item--date {
        gap: 8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .custom-search-form__list__item__label--arrival {
        padding-left: 0 !important;
    }

    .custom-search-form__list__item__label--departure::after {
        display: none;
    }

    .custom-search-form__list__item__label--arrival::after {
        display: none;
    }

    .custom-search-form__list__item__label--date::after {
        display: none;
    }

    .custom-search-form__list__item__label label {
        background: #F5F6F7;
        border-radius: 8px;
        padding: 16px;
        border: 1px solid #D3D3D4;
        z-index: 0;
    }

        .custom-search-form__list__item__label label i {
            color: #2563EB;
        }

    .custom-search-form__list__item__label input {
        background: #F5F6F7;
    }

    .custom-search-form__list__item__label__widescreen-btn {
        display: none !important;
    }

    .custom-search-form__list__item__label__narrowscreen-btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .custom-search-form__list__item__car-first-time, .custom-search-form__list__item__car-last-time {
        background: #F5F6F7;
        border-radius: 8px;
        padding: 16px;
        border: 1px solid #D3D3D4;
    }

        .custom-search-form__list__item__car-first-time select, .custom-search-form__list__item__car-last-time select {
            background: #F5F6F7;
        }

    .custom-search-form__list__item--passenger {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .custom-search-form__list__dates-btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        width: 100%;
        padding: 0;
        height: 100%;
        gap: 8px;
    }

    .custom-search-form__list__item--date {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .custom-search-form__list__btn {
        padding: 12px;
        margin-top: 12px;
        height: auto;
        background: #2321ff;
        border-radius: 8px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    }

    .custom-search-form__list__widescreen-btn {
        display: none !important;
    }

    .custom-search-form__list__narrowscreen-btn {
        display: block !important;
    }

    .custom-search-form__list__hotel-bottom-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .custom-search-form__list .hotel-search-btn {
        -ms-flex-preferred-size: 42px;
        flex-basis: 42px;
        width: 100%;
    }

    .custom-search-form__list__bus-bottom-wrapper {
        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;
    }

    .custom-search-form__list__car-bottom-wrapper {
        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;
        gap: 16px;
    }

    .custom-search-form__list__car-bottom-wrapper__dates-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

        .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item--date {
            gap: 0;
            background: #F5F6F7;
            border-radius: 8px;
            border: 1px solid #D3D3D4;
        }

        .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item__label label {
            border: none;
        }

        .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item__car-first-time, .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item__car-last-time {
            padding: 0;
            border-style: none none none solid;
            border-radius: unset;
            padding-left: 8px;
        }

    .custom-search-form__list__ferry-bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        gap: 16px;
    }

    .custom-search-form__container--hotel .popupover-wrapper {
        position: fixed;
        left: 0% !important;
        top: unset !important;
        min-height: 170px !important;
        width: 100%;
        bottom: 0;
        height: 100%;
    }

        .custom-search-form__container--hotel .popupover-wrapper .search-options {
            padding: 24px;
            width: 100%;
            border-radius: 24px 24px 0 0;
        }

            .custom-search-form__container--hotel .popupover-wrapper .search-options .trip-model {
                gap: 12px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .custom-search-form__container--hotel .popupover-wrapper .search-options .trip-model label {
                    padding: 12px 24px;
                    cursor: pointer;
                }

        .custom-search-form__container--hotel .popupover-wrapper .arrow-up {
            display: none !important;
        }

    .custom-search-form__footer {
        background: white;
        margin: 0;
        padding-left: 48px;
    }

        .custom-search-form__footer .custom-checkbox label {
            color: black;
        }

    .custom-search-form .multi-flight-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
    }

        .custom-search-form .multi-flight-container .custom-search-form__list__item {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 8px;
        }

        .custom-search-form .multi-flight-container .custom-search-form__list__item__label label {
            padding: 8px;
        }

        .custom-search-form .multi-flight-container .custom-search-form__list__item--date {
            min-width: 95px;
            max-width: 250px;
        }

        .custom-search-form .multi-flight-container .custom-search-form__list__item__input {
            display: block !important;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            max-width: 150px;
        }

    .custom-search-form__hotel-reservation-wrapper {
        margin-top: 0;
        margin-bottom: 12px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }

        .custom-search-form__hotel-reservation-wrapper .custom-search-form__label__item {
            color: #01007F;
            background-color: white;
        }

            .custom-search-form__hotel-reservation-wrapper .custom-search-form__label__item.active {
                background-color: #01007F;
                color: white;
            }

    .custom-search-form__container--pnr {
        margin-bottom: 81px;
    }

        .custom-search-form__container--pnr .custom-search-form__list__item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .custom-search-form__radio-btn input[type='radio']:checked + label::after {
        left: 8px;
    }

    .ui-datepicker {
        left: 12% !important;
    }

    .custom-search-form__container--car .custom-search-form__list__item--date.car-date {
        padding-right: 0;
    }

        .custom-search-form__container--car .custom-search-form__list__item--date.car-date::after {
            display: none;
        }

    #hotel-guest-popup {
        position: fixed;
        left: 0% !important;
        top: unset !important;
        min-height: 300px !important;
        width: 100%;
        bottom: 0;
        height: 100%;
        border-radius: unset;
    }

        #hotel-guest-popup .resp-drawer-header {
            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;
            border-bottom: 1px solid #DDDDDD;
            padding: 20px;
            width: 100%;
            position: relative;
        }

            #hotel-guest-popup .resp-drawer-header .resp-close {
                position: absolute;
                left: 0;
                font-family: "Font Awesome 6 Pro" !important;
            }

        #hotel-guest-popup .search-options {
            padding: 24px;
            width: 100%;
            border-radius: 24px 24px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
        }

            #hotel-guest-popup .search-options .trip-model {
                gap: 12px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                #hotel-guest-popup .search-options .trip-model label {
                    padding: 12px 24px;
                    cursor: pointer;
                }

            #hotel-guest-popup .search-options .search-form-button-wrapper {
                margin-top: auto;
            }

    #ferry-passenger-popup {
        position: fixed;
        left: 0% !important;
        top: unset !important;
        min-height: 300px !important;
        width: 100%;
        bottom: 0;
        height: 100%;
        border-radius: unset;
    }

        #ferry-passenger-popup .resp-drawer-header {
            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;
            border-bottom: 1px solid #DDDDDD;
            padding: 20px;
            width: 100%;
            position: relative;
        }

            #ferry-passenger-popup .resp-drawer-header .resp-close {
                position: absolute;
                left: 0;
                font-family: "Font Awesome 6 Pro" !important;
            }

        #ferry-passenger-popup .search-options {
            padding: 24px;
            width: 100%;
            border-radius: 24px 24px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
        }

            #ferry-passenger-popup .search-options .trip-model {
                gap: 12px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                #ferry-passenger-popup .search-options .trip-model label {
                    padding: 12px 24px;
                    cursor: pointer;
                }

            #ferry-passenger-popup .search-options .search-form-button-wrapper {
                margin-top: auto;
            }

        #ferry-passenger-popup .vehicle-passenger-popup-wrapper {
            margin-top: auto;
            width: 100%;
        }

            #ferry-passenger-popup .vehicle-passenger-popup-wrapper button {
                width: 100%;
            }

    .custom-search-form__container--bus .box-change__icon {
        left: 49%;
    }

    .last-search__container {
        display: none;
    }

    .last-search__container--between {
        display: none;
    }

    .last-search__container--between {
        display: none;
    }

    #multi-point-flight-passenger-popup {
        left: 10% !important;
    }
}

@media only screen and (max-width: 768px) {
    #ferry-search-form .custom-search-form__list__item {
        flex-direction: row;
        position: relative;
    }

    .ferry-change-destination-return {
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -24px;
    }

    .ferry-dep-text,
    .ferry-arr-text {
        display: block;
        max-width: 91px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }



    .container {
        overflow-x: hidden;
    }

    .custom-search-form {
        padding: 0;
        margin-top: unset;
    }

    .custom-search-form__header {
        padding: 0 16px;
    }
    .custom-search-form__header.homepage {
        display:none;
    }


    .custom-search-form__label {
        padding-left: 12px;
        gap: 12px;
        margin: 0;
    }

    .custom-search-form__label__item {
        color: white;
        height: 40px;
        border-radius: 48px;
        background: rgba(1, 0, 99, 0.3);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        padding: 8px 16px;
        width: 100% !important;
        max-width: 150px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        .custom-search-form__label__item.active {
            background-color: white;
            color: #01007F;
        }

        .custom-search-form__label__item.flight-mobile, .custom-search-form__label__item.pnr-mobile, .custom-search-form__label__item.hotel-mobile, .custom-search-form__label__item.bus-mobile, .custom-search-form__label__item.ferry-mobile {
            background: transparent;
            border-radius: 56px;
            border: 1px solid #D3D3D4;
        }

    .custom-search-form__label-for-mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 24px 16px 0 16px;
    }

        .custom-search-form__label-for-mobile .custom-search-form__label__item {
            color: #01007F;
        }

            .custom-search-form__label-for-mobile .custom-search-form__label__item.active {
                background-color: #01007F;
                color: white;
                border: 1px solid #01007F;
            }

    .custom-search-form__title {
        font-size: 22px;
        line-height: 30px;
    }

    .custom-search-form__container {
        border-radius: 16px 16px 0 0;
    }

    .custom-search-form__content {
        padding: 24px 16px;
    }

    .custom-search-form__list {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        padding: 0;
        gap: 16px;
        margin-bottom: 12px;
        gap: 12px;
    }

    .custom-search-form__list__item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .custom-search-form__list__item--dep-arr {
    border-bottom: none;
    padding: 0;
  }
  .custom-search-form__list__item__label--arrival {
    padding-left: 0 !important;
  }
  .custom-search-form__list__item__label--departure::after {
    display: none;
  }
  .custom-search-form__list__item__label--arrival::after {
    display: none;
  }
  .custom-search-form__list__item__label--date::after {
    display: none;
  }
  .custom-search-form__list__item__label label {
    background: #F5F6F7;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #D3D3D4;
  }
  .custom-search-form__list__item__label label i {
    width: 25px;
    color: #2563EB;
  }
  .custom-search-form__list__item__label input {
    background: #F5F6F7;
    font-size: 16px;
    padding: 0;
  }
  .custom-search-form__list__item__label__widescreen-btn {
    display: none !important;
  }
  .custom-search-form__list__item__label__narrowscreen-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .custom-search-form__list__item__car-first-time, .custom-search-form__list__item__car-last-time {
    background: #F5F6F7;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #D3D3D4;
    width: 100%;
  }
  .custom-search-form__list__item__car-first-time select, .custom-search-form__list__item__car-last-time select {
    background: #F5F6F7;
  }
  .custom-search-form__list__dates-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }

    .custom-search-form__list__item--passenger {
        -webkit-box-flex: 3.5;
        -ms-flex: 3.5;
        flex: 3.5;
    }

    .custom-search-form__list__btn {
        padding: 12px;
        margin-top: 12px;
        height: auto;
        background: #2321ff;
        border-radius: 8px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    }

    .custom-search-form__list__widescreen-btn {
        display: none !important;
    }

    .custom-search-form__list__narrowscreen-btn {
        display: block !important;
    }

    .custom-search-form__list__hotel-bottom-wrapper {
        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;
        gap: 16px;
    }

        .custom-search-form__list__hotel-bottom-wrapper .hotel-dates-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .custom-search-form__list__hotel-bottom-wrapper .hotel-dates-wrapper__splitter {
            margin: 0 12px 0 8px;
        }

        .custom-search-form__list__hotel-bottom-wrapper .hotel-dates-wrapper input {
            padding: 0;
            max-width: 109px;
            cursor: pointer;
        }

    .custom-search-form__list__bus-bottom-wrapper {
        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;
    }

    .custom-search-form__list__car-bottom-wrapper {
        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;
        gap: 16px;
    }

    .custom-search-form__list__car-bottom-wrapper__dates-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

        .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item--date {
            gap: 0;
            background: #F5F6F7;
            border-radius: 8px;
            border: 1px solid #D3D3D4;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item__label label {
            border: none;
        }

        .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item__car-first-time, .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item__car-last-time {
            padding: 0;
            border-style: none none none solid;
            border-radius: unset;
            padding-left: 8px;
        }

            .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item__car-first-time label, .custom-search-form__list__car-bottom-wrapper__dates-wrapper .custom-search-form__list__item__car-last-time label {
                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: 2px;
            }

    .custom-search-form__list__ferry-bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0;
        gap: 16px;
    }

    .custom-search-form__radio-btn {
        gap: 10px;
    }

        .custom-search-form__radio-btn label {
            font-size: 15px;
            gap: 6px;
        }

            .custom-search-form__radio-btn label::before {
                width: 24px;
                height: 24px;
            }

            .custom-search-form__radio-btn label::after {
                width: 8px;
                height: 8px;
            }

        .custom-search-form__radio-btn input[type='radio']:checked + label::after {
            left: 8px;
            width: 8px;
            height: 8px;
        }

    .custom-search-form__label {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        padding-bottom: 5px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .custom-search-form__label::-webkit-scrollbar {
            display: none;
        }

        .custom-search-form__label > * {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
        }

    .custom-search-form__container--hotel .popupover-wrapper {
        position: fixed;
        left: 0% !important;
        top: unset !important;
        min-height: 300px !important;
        width: 100%;
        bottom: 0;
        border-radius: 24px 24px 0 0;
        -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.7) !important;
        box-shadow: 0 0 41px rgba(0, 0, 0, 0.7) !important;
    }

        .custom-search-form__container--hotel .popupover-wrapper .search-options {
            padding: 24px;
            width: 100%;
            border-radius: 24px 24px 0 0;
        }

            .custom-search-form__container--hotel .popupover-wrapper .search-options .trip-model {
                gap: 12px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .custom-search-form__container--hotel .popupover-wrapper .search-options .trip-model label {
                    padding: 12px 24px;
                    cursor: pointer;
                }

        .custom-search-form__container--hotel .popupover-wrapper .arrow-up {
            display: none !important;
        }

    .custom-search-form__footer {
        background: white;
        margin: 0;
        padding-left: 16px;
    }

        .custom-search-form__footer .custom-checkbox label {
            color: black;
        }

    .custom-search-form__multi-flight .custom-search-form__radio-btn input[type='radio']:checked + label::after {
        left: 8px;
    }

    .custom-search-form__multi-flight .custom-search-form__radio-btn label::before {
        width: 24px;
        height: 24px;
    }

    .custom-search-form__multi-flight .custom-search-form__radio-btn label::after {
        width: 8px;
        height: 8px;
    }

    .custom-search-form .multi-flight-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
    }

        .custom-search-form .multi-flight-container .custom-search-form__list__item {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 8px;
        }

        .custom-search-form .multi-flight-container .custom-search-form__list__item__label label {
            padding: 8px;
            min-height: 75px;
        }

            .custom-search-form .multi-flight-container .custom-search-form__list__item__label label i {
                display: none;
            }

        .custom-search-form .multi-flight-container .custom-search-form__list__item--date {
            min-width: 95px;
            max-width: 300px;
        }

        .custom-search-form .multi-flight-container .custom-search-form__list__item__input {
            display: block !important;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            max-width: 100px;
        }

        .custom-search-form .multi-flight-container .flight-destination {
            min-width: 107px;
        }

    .custom-search-form__hotel-reservation-wrapper {
        margin-top: 0;
        margin-bottom: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .custom-search-form__hotel-reservation-wrapper .custom-search-form__label__item {
            color: #01007F;
            background-color: white;
        }

            .custom-search-form__hotel-reservation-wrapper .custom-search-form__label__item.active {
                background-color: #01007F;
                color: white;
            }

    .custom-search-form__container--pnr {
        margin-bottom: 81px;
    }

    .popupover-wrapper {
        position: fixed;
        left: 0% !important;
        top: unset !important;
        min-height: 300px !important;
        width: 100%;
        bottom: 0;
        border-radius: 24px 24px 0 0;
        -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.7) !important;
        box-shadow: 0 0 41px rgba(0, 0, 0, 0.7) !important;
    }

        .popupover-wrapper .search-options {
            padding: 24px;
            width: 100%;
            border-radius: 24px 24px 0 0;
        }

            .popupover-wrapper .search-options .trip-model {
                gap: 12px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .popupover-wrapper .search-options .trip-model label {
                    padding: 12px 24px;
                    cursor: pointer;
                }

    .custom-search-form__container--car .custom-search-form__list__item--date.car-date {
        padding-right: 0;
    }

        .custom-search-form__container--car .custom-search-form__list__item--date.car-date::after {
            display: none;
        }

    .custom-search-form__container--car .custom-search-form__list__item__label label {
        margin: 0;
        width: 100%;
    }

    .custom-header--ferry .custom-search-form {
        padding: 0 !important;
    }

    #hotel-guest-popup {
        position: fixed;
        left: 0% !important;
        top: unset !important;
        min-height: 300px !important;
        width: 100%;
        bottom: 0;
        height: 100%;
        border-radius: unset;
    }

        #hotel-guest-popup .resp-drawer-header {
            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;
            border-bottom: 1px solid #DDDDDD;
            padding: 20px;
            width: 100%;
            position: relative;
        }

            #hotel-guest-popup .resp-drawer-header .resp-close {
                position: absolute;
                left: 0;
                font-family: "Font Awesome 6 Pro" !important;
            }

        #hotel-guest-popup .search-options {
            padding: 24px;
            width: 100%;
            border-radius: 24px 24px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
        }

            #hotel-guest-popup .search-options .trip-model {
                gap: 12px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                #hotel-guest-popup .search-options .trip-model label {
                    padding: 12px 24px;
                    cursor: pointer;
                }

            #hotel-guest-popup .search-options .search-form-button-wrapper {
                margin-top: auto;
            }

    #ferry-passenger-popup {
        position: fixed;
        left: 0% !important;
        top: unset !important;
        min-height: 300px !important;
        width: 100%;
        bottom: 0;
        height: 100%;
        border-radius: unset;
    }

        #ferry-passenger-popup .resp-drawer-header {
            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;
            border-bottom: 1px solid #DDDDDD;
            padding: 20px;
            width: 100%;
            position: relative;
        }

            #ferry-passenger-popup .resp-drawer-header .resp-close {
                position: absolute;
                left: 0;
                font-family: "Font Awesome 6 Pro" !important;
            }

        #ferry-passenger-popup .search-options {
            padding: 24px;
            width: 100%;
            border-radius: 24px 24px 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
        }

            #ferry-passenger-popup .search-options .trip-model {
                gap: 12px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                #ferry-passenger-popup .search-options .trip-model label {
                    padding: 12px 24px;
                    cursor: pointer;
                }

            #ferry-passenger-popup .search-options .search-form-button-wrapper {
                margin-top: auto;
            }

    .location-box-list ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        padding-left: 16px !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

    .location-vertical-list ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        padding-left: 16px !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

    .location-box-list ul li:before {
        display: none;
    }

    .location-vertical-list ul li:before {
        display: none;
    }

    #bus-switch-home-page {
        left: unset;
        right: 25px;
        top: 29%;
    }
    #bus-switch-bus-page {
        left: unset;
        right: 25px;
        top: 41%;
    }

    .last-search__container {
        display: none;
    }

    .last-search__container--between {
        display: none;
    }

    .last-search__container--between {
        display: none;
    }
}

.transfer-options {
    position: relative;
    min-height: 30px;
    padding: 0 15px 0 0;
    border-radius: 8px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .transfer-options label {
        position: relative;
    }

        .transfer-options label .transfer-label {
            position: relative;
            color: #AAAAAA;
            pointer-events: none;
            padding-left: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            line-height: 1;
        }

            .transfer-options label .transfer-label:after, .transfer-options label .transfer-label:before {
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .transfer-options label .transfer-label:before {
                content: "";
                display: block;
                position: absolute;
                width: 26px;
                height: 26px;
                border-radius: 20px;
                left: 3px;
                background-color: white;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                z-index: 999;
            }

            .transfer-options label .transfer-label:after {
                content: "";
                display: block;
                position: absolute;
                width: 48px;
                height: 32px;
                left: 0;
                border-radius: 32px;
                background-color: #D6D9DE;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

        .transfer-options label input {
            display: none;
        }

            .transfer-options label input:checked + .transfer-label {
                color: #01007F;
            }

                .transfer-options label input:checked + .transfer-label:before {
                    left: 18px;
                    background-color: white;
                }

                .transfer-options label input:checked + .transfer-label:after {
                    background-color: #01007F;
                }

.custom-search-form__list__item__label--departure::after {
    display: none;
}

input[type="hidden"] {
    pointer-events: none;
}

.custom-search-form__list__item--close.disabled {
    cursor: unset;
}

@media only screen and (min-width: 2600px) {
    .custom-search-form__radio-btn input[type='radio']:checked + label::after {
        left: 7px;
    }
}

#bus-trip-search-form .custom-search-form__radio-btn input[type='radio']:checked + label::after {
    left: 10px;
}

#ferry-search-form .custom-search-form__radio-btn input[type='radio']:checked + label::after {
    left: 10px;
}

@media (min-width: 1025px) and (max-width: 1480px) {
    #multi-point-flight-passenger-popup {
        left: 10% !important;
    }
}

@media only screen and (max-width: 390px) {
    .custom-search-form__radio-btn label::before {
        height: 22px;
    }

    .custom-search-form__radio-btn input[type='radio']:checked + label::after {
        left: 8px;
    }

    .custom-search-form__multi-flight .custom-search-form__radio-btn label::before {
        height: 22px;
    }

    .custom-search-form__multi-flight .custom-search-form__radio-btn input[type='radio']:checked + label::after {
        left: 8px;
    }
}

.product-title-desktop {
    display: block;
}

.product-title-mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .product-title-desktop {
        display: none;
    }

    .product-title-mobile {
        display: block;
    }
}

.custom-search-form__footer.car-footer .custom-checkbox label {
    color: white;
}

@media only screen and (max-width: 1024px) {
    .custom-search-form__footer.car-footer .custom-checkbox label {
        color: #000000;
    }
}
/* begin of fligt add return butotn to ow */
.choose-return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: 0;
}
#switch-to-rt-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: 0;
}

@media only screen and (min-width: 1024px) {
    .choose-return svg {
        color: #909294;
    }
    #switch-to-rt-btn svg {
        color: #909294;
    }

    .custom-search-form__list__btn button {
        background: #01007f;
    }

    #ferry-search-form .custom-search-form__list__btn {
        padding: 0;
    }

    #car-search-form .custom-search-form__list__item--dep-arr {
        width: 24%;
    }
}

@media only screen and (max-width: 1024px) {
    #flight-search-form .custom-search-form__list__item--dep-arr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        position: relative;
        height: 81px;
    }

    /*input#flight-to, input#flight-from {
      display: none;
  }*/
    .drawer-open .custom-search-form {
        z-index: 9999;
    }

    /*.custom-search-form__header {
        display: none;
    }*/

    #flight-search-form div#datepicker-wrapper-home {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #flight-search-form .choose-return {
        background: #f5f6f7;
        border: 1px solid #dcdcdd;
        border-radius: 5px;
        padding: 22px;
        width: 50%;
    }

        #flight-search-form .choose-return svg {
            color: #2563eb;
        }

    #flight-search-form .dtp-wrap-from, .dtp-wrap-to {
        width: 50%;
    }

    #flight-search-form .box-change__icon {
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -24px;
    }

    .custom-header {
        min-height: auto;
    }

    .custom-search-form__list__btn {
        background: #01007F;
        overflow: hidden;
        border-radius: 999px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin: 0;
        padding: 0;
    }

        .custom-search-form__list__btn button {
            background: #01007F;
            padding: 20px 0 !important;
            font-size: 21px;
            font-weight: 600;
            font-family: 'Inter';
        }

    .custom-header__bottom {
        height: auto;
        padding: 16px 0 32px 0;
    }

    #flight-search-form .custom-search-form__list__narrowscreen-btn, #bus-trip-search-form .custom-search-form__list__bus-search-btn {
        margin-top: 15px;
    }

    .custom-search-form__list {
        margin-bottom: 0;
    }

    #flight-search-form .custom-search-form__list {
        margin-bottom: 15px;
    }

    .custom-header:after {
        content: "";
        display: block;
        position: absolute;
        background: white;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 53px;
        z-index: 0;
    }

    .custom-search-form {
        z-index: 2;
    }

    .custom-header::before {
        z-index: 0;
        height: 99%;
    }

    .box-change__icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #arr-text-handler, #dep-text-handler {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        #arr-text-handler b, #dep-text-handler b {
            font-weight: 500 !important;
            font-size: 16px;
            display: block;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 105px;
            color: #1D1E20;
            line-height: 21px;
            margin-bottom: 2px;
        }

        #arr-text-handler span, #dep-text-handler span {
            font-size: 12px;
            color: #1D1E20;
            line-height: 16px;
        }

    #flight-item-arr, #flight-item-dep {
        padding: 12px 16px;
        gap: 6px;
    }

    .custom-search-form_list_item--dep-arr {
        height: 81px;
    }

    .custom-search-form__list__item__label__title {
        color: #585B5E;
        line-height: 16px;
    }

    .custom-search-form__label__item.binded-tabs {
        max-width: 115px;
        font-family: "Sofia Sans";
        font-size: 16px;
    }

    .custom-search-form__label {
        gap: 5px;
    }

    .flight-destination {
        width: calc(50% - 6px) !important;
    }

    .flight-arrival {
        width: calc(50% - 6px) !important;
    }

    .custom-header__bottom__right-bar {
        gap: 8px;
    }

    .custom-search-form__radio-btn label {
        font-size: 14px;
    }

    #ferry-search-form #switch-to-rt-btn {
        background: #f5f6f7;
        width: 94.9%;
        height: 70px;
        padding-left: 12px;
        border: 1px solid #dcdcdd;
        border-radius: 8px;
    }

    #ferry-search-form #switch-to-rt-btn svg {
        color: #2563eb;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #flight-search-form div#datepicker-wrapper-home {
        width: 66%;
    }

        #flight-search-form div#datepicker-wrapper-home + .custom-search-form__list__item.custom-search-form__list__item--passenger {
            width: 33%;
        }

    .custom-search-form__list .hotel-search-btn {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
/* begin of fligt add return butotn to ow */

@media only screen and (min-width: 768px) {

    .ferry-change-destination-return {
        display: none
    }

    .custom-search-form__container--ferry .custom-search-form__list__item__label--departure::after {
        display: block;
    }

}

.tursab-agancy-title {
    position: absolute;
    bottom: -70px;
    color: #ffffff4f;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .tursab-agancy-title {
        display: none;
    }
}



@media (min-width: 1025px) and (max-width: 1247px) {
    .custom-search-form__container--bus .custom-search-form__list__item {
        width: 60%;
    }
}


.ferry-custom-dropdown {
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow-y: auto;
    text-align: center;
}

#ferry-ticket-count-dropdown {
    width: 215px;
}
#ferry-vehicle-type-dropdown {
    width: 450px;
}


.ferry-custom-dropdown span {
    display: block;
    font-size: 14px;
    color: #585B5E;
    line-height: 19px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.ferry-custom-dropdown span:hover {
    background-color: #f5f5f5;
}

.ferry-roundtrip-checkbox {
    width: 24px !important;
    height: 24px !important;
}

.ferry-roundtrip-text {
  font-weight: 500;
  user-select: none;
}

.ferry-coupon-sale-item .custom-search-form__list__item__input {
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 150px;
}

@media (max-width: 768px) {
  .ferry-roundtrip-label {
    font-size: 14px;
    gap: 6px;
  }
  
  .ferry-custom-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100vh;
        border-radius: 0;
        box-shadow: none;
        overflow-y: auto;
        z-index: 2000;
    }

    .ferry-custom-dropdown span {
        border: 1px solid #ccc;
        padding: 20px;
        font-size: 16px;
    }

    .ferry-coupon-sale-item .custom-search-form__list__item__input {
        max-width: 91px;
    }


}
@media (max-width: 1024px) {
    .ferry-instant-sale-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    #ferry-coupon-sale-count {
        flex: 1;
    }

    #ferry-coupon-sale-vehicle {
        flex: 1;
    }
}
@media (min-width: 1024px) {
    .ferry-instant-sale-wrapper {
        display: flex;
        flex: 5;
        align-items: center;
        gap: 8px;
    }
}



@media (min-width: 768px) {
    .instant-sale-input-border::after {
        content: "";
        width: 1px;
        height: 70%;
        background-color: #E9E9EA;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
    }
}
.full-height-container {
  /*min-height: calc(100vh - 44px);*/
}

.auto-height {
  min-height: auto;
}

.search-form-container .search-form-item {
  position: relative;
  height: 60px;
  background-color: #F8F9FB;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
}
.search-form-container .search-form-item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (max-width: 359px) {
  .search-form-container .search-form-item {
    font-size: 15px;
  }
}
.search-form-container .flight-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 359px) {
  .search-form-container .flight-options {
    font-size: 15px;
  }
}
.search-form-container .flight-options label:not(:last-child) {
  margin-right: 12px;
}
.search-form-container .flight-options label:hover {
  cursor: pointer;
}
.search-form-container .flight-options label input {
  display: none;
}
.search-form-container .flight-options 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;
  pointer-events: none;
  font-weight: 600;
  color: #c4c4c4;
}
.search-form-container .flight-options label input ~ .label:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  border-radius: 100%;
  border: 2px solid #c4c4c4;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-form-container .flight-options label input:checked ~ .label {
  color: #01007F;
  padding-left: 26px;
  font-weight: bold;
}
.search-form-container .flight-options label input:checked ~ .label:before {
  width: 14px;
  height: 14px;
  border-color: #01007F;
  border-width: 4px;
}
.search-form-container .flight-options label input:checked ~ .label:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  left: 8px;
  background-color: #01007F;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-form-container .location-options {
  position: relative;
}
.search-form-container .location-options .location-item {
  position: relative;
  padding: 10px 15px 10px 45px;
  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;
}
.search-form-container .location-options .location-item:before {
  content: "";
  display: block;
  position: absolute;
  /*width: 24px;
  height: 24px;*/
  font-size: 20px;
  color: #2563EB;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: turna;
}
.search-form-container .location-options .location-item .location-text {
  color: #000000;
}
.search-form-container .location-options .location-item .location-text:before {
  content: attr(data-placeholder);
  line-height: 1;
  padding-right: 15px;
  color: #AAAAAA;
}
.search-form-container .location-options .location-item .location-text .location-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-form-container .location-options .location-item .location-text .location-name .location-long {
  margin-right: 4px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 170px;
}
@media (max-width: 359px) {
  .search-form-container .location-options .location-item .location-text .location-name .location-long {
    max-width: 150px;
  }
}
.search-form-container .location-options .location-item .location-text .location-name .short-code {
  font-weight: 600;
}
@media (max-width: 359px) {
  .search-form-container .location-options .location-item .location-text {
    font-size: 15px;
  }
}
.search-form-container .location-options .location-item.selected .location-text:before {
  display: none;
}
.search-form-container .location-options .location-item.origin:before {
  content: "\e9a9";
}
.search-form-container .location-options .location-item.destination:before {
  content: "\e94d";
}
.search-form-container .location-options .switch-button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  border: 4px solid #fff;
  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: 2000;
  box-shadow: 0px 1px 4px 1px rgba(207, 207, 207, 0.75);
  -webkit-box-shadow: 0px 1px 4px 1px rgba(207, 207, 207, 0.75);
  -moz-box-shadow: 0px 1px 4px 1px rgba(207, 207, 207, 0.75);
}
.search-form-container .location-options .switch-button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAM1BMVEUAAACiq7Wjq7OhrLSlqrWhrLWirbWhq7Wfr7+hrLWirLWfr7eirLWhq7Wiq7SjrLairLVtKRjVAAAAEHRSTlMAwECgMPBg0BCQsCDggHBQq5Qw8wAAAKxJREFUSMft08sKwyAUhOF4i5r0ct7/aRsZYZTCtKusPJDFwP/t4rbujgtHHGd1UffeLIzcLMVfwE09hQTsKTRgD6EB+2z2SBACsA9tRggB2GNSCFBb3yfEqYFrfZ8QXoPontM86qbB91xggT9BNVem3zsXDbK1BAWej9dgtyZQ9OdGIEQr2ANI8b4K9ARSpOtDTyAFewIt2BNowZ5AizDME1Od3+f5Ktu6G+4DCmkPna/NHHwAAAAASUVORK5CYII=");
  background-size: cover;
}
.search-form-container .calendar-options {
  margin-bottom: 10px;
}
.search-form-container .calendar-options.multiple-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-container .calendar-options.multiple-items .search-form-item {
  height: 60px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(50% - 5px);
}
.search-form-container .calendar-options .calendar-item {
  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;
  padding: 10px 0 10px 45px;
}
.search-form-container .calendar-options .calendar-item .label {
  color: #AAAAAA;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.search-form-container .calendar-options .calendar-item .date {
  color: #000000;
  font-weight: 600;
  letter-spacing: -0.4px;
  max-width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 359px) {
  .search-form-container .calendar-options .calendar-item .date {
    font-size: 15px;
  }
}
.search-form-container .calendar-options .calendar-item.return .select-return-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-container .calendar-options .calendar-item.return .select-return-btn .btn-label {
  position: relative;
  color: #AAAAAA;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.search-form-container .calendar-options .calendar-item.return .select-return-btn .btn-label:before {
  content: "";
  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;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: -5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAOVBMVEUAAACfr7+irLWlqrWirLWjrLSiq7Wfr7ehrLWirbWirLWirLWjrLahrLSiq7SirLShq7WirLWirLX2XceFAAAAEnRSTlMAEPAw4ECwIJBggK9QoHDQz59EkhSkAAABLElEQVRIx91VW5aDIAwlvARRsOx/sTMRewoYmEn71/tnnjcxCeI7odZw5F8cYVV/Wy9O5wraLVNzeOQbHjC232QmILeR/TO89UYJoYy3zyQ0nVDieahkvuQMFK1iv3YqWIvHgI9URJfPJO5WL0oTkJ1OqNu6zBLjD3q+nMo22I5BKj5Ga1OxQu3exDjrrQQ6Z119npXX+V2fEw16xq4NmL0YOwiPc9VxhJkDtDUiRStmDgKnJDZffu4Qm5i4L2buYHCjGrW6+p87aPMqk4jX27+aM3CQU4f3KaX/FZ34beX/OP5o8IePP970AklqgZgr6thHgDgzx0LaH/czg6RYhwxhZ6dyp46xHR9jW2QUK0S4zn0Ml8CxH5QhYL/bO/jgUaShok1onGxU4ivxA2ouJ55OdygfAAAAAElFTkSuQmCC");
  background-size: cover;
}
@media (max-width: 359px) {
  .search-form-container .calendar-options .calendar-item.return .select-return-btn .btn-label {
    padding-left: 0;
  }
  .search-form-container .calendar-options .calendar-item.return .select-return-btn .btn-label:before {
    display: none;
  }
}
.search-form-container .calendar-options .calendar-item.return .inner {
  display: none;
}
.search-form-container .calendar-options .calendar-item.return.selected .select-return-btn {
  display: none;
}
.search-form-container .calendar-options .calendar-item.return.selected .inner {
  display: block;
}
.search-form-container .passenger-options {
  margin-bottom: 10px;
  padding: 10px 15px 10px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-container .passenger-options .passenger-options-item {
  color: #000000;
}
.search-form-container .passenger-options .passenger-options-item:not(:last-child) {
  margin-right: 10px;
}
.search-form-container .passenger-options .passenger-options-item:not(:last-child):after {
  content: ",";
}
.search-form-container .passenger-options:after {
  content: "\e940";
  display: block;
  position: absolute;
  font-family: turna;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #2563EB;
}
.search-form-container .transfer-options {
  position: relative;
  min-height: 30px;
  padding: 0 15px 0 0;
  border-radius: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-container .transfer-options label {
  position: relative;
}
.search-form-container .transfer-options label .transfer-label {
  position: relative;
  color: #AAAAAA;
  pointer-events: none;
  padding-right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.search-form-container .transfer-options label .transfer-label:after, .search-form-container .transfer-options label .transfer-label:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-form-container .transfer-options label .transfer-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  right: 14px;
  background-color: #AAAAAA;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-form-container .transfer-options label .transfer-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 16px;
  right: 0;
  border-radius: 32px;
  background-color: #AAAAAA;
  opacity: .3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-form-container .transfer-options label input {
  display: none;
}
.search-form-container .transfer-options label input:checked + .transfer-label {
  color: #01007F;
}
.search-form-container .transfer-options label input:checked + .transfer-label:before {
  right: 0;
  background-color: #01007F;
}
.search-form-container .transfer-options label input:checked + .transfer-label:after {
  background-color: #01007F;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-optimized .search-form-container .transfer-options {
    margin-bottom: 10px;
  }
  .mobile-optimized .search-form-container .search-form-item {
    height: 48px;
  }
  .mobile-optimized .search-form-container .search-form-button-wrapper .search-form-button {
    height: 48px;
  }
}

.search-form-button-wrapper .search-form-button {
  width: 100%;
  height: 60px;
  background-color: #01007F;
  border-radius: 8px;
  border: 0;
  padding: 0 15px;
  color: white;
  font-weight: bold;
}
@media (max-width: 359px) {
  .search-form-button-wrapper .search-form-button {
    height: 44px;
  }
}
.search-form-button-wrapper .search-form-button:focus {
  outline: 0;
}

@media (max-width: 359px) {
  .location-container {
    font-size: 15px;
  }
}
.location-container .location-label {
  position: relative;
  background-color: white;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 15px;
  color: #AAAAAA;
  line-height: 1;
  z-index: 20;
}
.location-container .location-header {
  position: relative;
  min-height: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.location-container .location-header .location-search-wrapper {
  position: relative;
}
.location-container .location-header .location-search-wrapper .location-search-bar {
  height: 60px;
  width: 85%;
  padding-left: 55px;
  font-size: 18px;
}
@media (max-width: 359px) {
  .location-container .location-header .location-search-wrapper .location-search-bar {
    font-size: 16px;
  }
}
.location-container .location-header .location-search-wrapper .back-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 60px;
  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;
}
.location-container .location-header .location-search-wrapper .back-button:before {
  content: "\e903";
  font-family: "iconfont";
  font-size: 16px;
  font-weight: bold;
  color: #AAAAAA;
  opacity: .7;
  display: none;
}
.location-container .location-header .location-search-wrapper .clear-button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #AAAAAA;
  opacity: .7;
}

.location-vertical-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.location-vertical-list ul li {
  position: relative;
  height: 60px;
  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;
  padding-left: 45px;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}
.location-vertical-list ul li:before {
  content: "\e9e8";
  font-family: "iconfont";
  position: absolute;
  left: 12px;
  font-size: 22px;
  color: #AAAAAA;
  opacity: .7;
}
@media (max-width: 359px) {
  .location-vertical-list ul li {
    height: 46px;
  }
  .location-vertical-list ul li:before {
    font-size: 18px;
  }
}
.location-vertical-list ul li .airport-info {
  font-size: 13px;
  color: #AAAAAA;
}
.location-vertical-list.lately-flights {
  padding: 10px 0;
}
.location-vertical-list.location-search-suggestions ul li:first-child {
  border-top: 1px solid #c4c4c4;
}
.location-vertical-list.location-search-suggestions ul li:last-child {
  border-bottom: 0;
}

.location-box-list {
  padding: 15px;
}
.location-box-list .list-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #000000;
}
.location-box-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
}
.location-box-list ul li {
  position: relative;
  height: 50px;
  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;
  padding-left: 34px;
  padding-right: 10px;
  line-height: 1;
  color: #000000;
  border: 1px solid rgba(170, 170, 170, 0.2);
  border-radius: 8px;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc(50% - 10px);
}
.location-box-list ul li:before {
  content: "\e9e8";
  font-family: "iconfont";
  position: absolute;
  left: 6px;
  font-size: 22px;
  color: #AAAAAA;
  opacity: .7;
}
@media (max-width: 359px) {
  .location-box-list ul li {
    height: auto;
    min-height: 36px !important;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .location-box-list ul li:before {
    font-size: 18px;
  }
}
.location-box-list ul li .city-info {
  font-size: 14px;
  line-height: 1.2;
}
.location-box-list ul li .country-info {
  margin-top: 2px;
  font-size: 13px;
  color: #AAAAAA;
}

.drawer-passenger-options {
  padding: 30px;
}
@media (max-width: 359px) {
  .drawer-passenger-options {
    padding: 15px;
    font-size: 15px;
  }
}
.drawer-passenger-options .flight-class-options {
  position: relative;
  margin-bottom: 15px;
}
.drawer-passenger-options .flight-class-options:after {
  content: "\e9ee";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "iconfont";
  font-size: 24px;
  color: #AAAAAA;
}
.drawer-passenger-options .flight-class-options select {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-weight: bold;
  color: #000000;
  background-color: white;
}
.drawer-passenger-options .flight-class-options select:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(201, 203, 204, 0.4);
          box-shadow: 0 0 0 3px rgba(201, 203, 204, 0.4);
}
.drawer-passenger-options .flight-class-options select option {
  font-weight: normal;
}
@media (max-width: 359px) {
  .drawer-passenger-options .flight-class-options select {
    height: 44px;
  }
}
.drawer-passenger-options .passenger-options-spinner {
  margin-bottom: 30px;
  color: #000000;
}
.drawer-passenger-options .passenger-options-spinner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.drawer-passenger-options .passenger-options-spinner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding: 10px;
}
.drawer-passenger-options .passenger-options-spinner ul li:not(:last-child) {
  border-bottom: 1px dotted #DDDDDD;
}
.drawer-passenger-options .passenger-options-spinner ul li .left,
.drawer-passenger-options .passenger-options-spinner ul li .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drawer-passenger-options .passenger-options-spinner ul li .left .spinner-info .secondary-info {
  color: rgba(170, 170, 170, 0.7);
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #000000;
  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;
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:before {
  font-family: "iconfont";
  font-size: 16px;
  color: #000000;
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button.disabled {
  border-color: rgba(170, 170, 170, 0.5);
  background-color: rgba(170, 170, 170, 0.2);
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button.disabled:before {
  color: rgba(170, 170, 170, 0.5);
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:not(.disabled):active, .drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:not(.disabled):focus {
  border-color: #01007F;
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:not(.disabled):active:before, .drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:not(.disabled):focus:before {
  color: #01007F;
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-value {
  width: 50px;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: none;
  opacity: 1;
}
@media (max-width: 359px) {
  .drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-value {
    font-size: 16px;
    width: 40px;
  }
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-decrease:before {
  content: "\e9ed";
}
.drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-increase:before {
  content: "\e9a3";
}

/* UI Autocomplete Styles */
.location-search-suggestions ul.ui-autocomplete {
  -webkit-box-shadow: 0 16px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 16px 12px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  background-color: #fff !important;
}
@media (max-width: 359px) {
  .location-search-suggestions ul.ui-autocomplete {
    font-size: 15px;
  }
}
.location-search-suggestions ul.ui-autocomplete li {
  position: relative;
  height: 60px;
  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;
  padding-left: 45px !important;
  color: #000000 !important;
  background-color: white;
  border-bottom: 1px solid #DDDDDD;
}
.location-search-suggestions ul.ui-autocomplete li:last-child {
  border-bottom: 0 !important;
}
.location-search-suggestions ul.ui-autocomplete li:before {
  content: "\e9e8";
  font-family: "iconfont";
  position: absolute;
  left: 12px;
  font-size: 22px;
  color: #AAAAAA;
  opacity: .7;
}
@media (max-width: 359px) {
  .location-search-suggestions ul.ui-autocomplete li {
    height: 46px;
  }
}
.location-search-suggestions ul.ui-autocomplete li .airport-info {
  font-size: 13px;
  color: #AAAAAA;
}

/* Drawer Datepicker Styles */
.drawer-content.drawer-datepicker {
  position: relative;
}
.drawer-content.drawer-datepicker .datepicker-title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  color: #000000;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 100;
}
@media (max-width: 359px) {
  .drawer-content.drawer-datepicker .datepicker-title {
    font-size: 16px;
    padding: 10px;
  }
}
.drawer-content.drawer-datepicker .drawer-datepicker-options {
  padding: 20px;
  height: 75vh;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
@media (max-width: 359px) {
  .drawer-content.drawer-datepicker .drawer-datepicker-options {
    height: 80vh;
  }
}
@media (max-width: 359px) {
  .drawer-content.drawer-datepicker .drawer-datepicker-options .ui-datepicker {
    margin: 30px auto auto !important;
  }
}
.drawer-content.drawer-datepicker .ui-datepicker-group:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 359px) {
  .drawer-content.drawer-datepicker .ui-datepicker-group:not(:last-child) {
    margin-bottom: 15px;
  }
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
  color: #01007F;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 359px) {
  .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
    font-size: 18px;
  }
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar {
  width: 100%;
  table-layout: fixed;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar thead th {
  text-transform: capitalize;
  padding-bottom: 15px;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar thead th span {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td {
  padding: 0 !important;
  border: 1px solid #DDDDDD;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  border-width: 0;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td .ui-state-default {
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  width: 100%;
  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;
}
@media (max-width: 359px) {
  .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td .ui-state-default {
    height: 40px;
    font-size: 14px;
  }
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-disabled .ui-state-default {
  color: #C6C6C6 !important;
  position: relative;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-disabled .ui-state-default:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44%;
  height: 1px;
  background-color: rgba(198, 198, 198, 0.5);
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  position: relative;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today .ui-state-default {
  background-color: transparent !important;
  color: #01007F !important;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #01007F;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today.ui-state-disabled .ui-state-default:after {
  background-color: rgba(1, 0, 127, 0.5);
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from .ui-state-default, .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-to .ui-state-default {
  color: white !important;
  font-weight: bold;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from .ui-state-default.ui-state-active, .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-to .ui-state-default.ui-state-active {
  color: white !important;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from .ui-state-default.ui-state-hover, .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-to .ui-state-default.ui-state-hover {
  color: white !important;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from:after {
  background-color: #01007F;
}
.return-date .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from:after {
  background-color: #F8F9FB;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-to:after {
  background-color: #01007F;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from.ui-state-highlight-to:after {
  background-color: #01007F;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from, .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-to {
  position: relative;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from .ui-state-default, .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-to .ui-state-default {
  position: relative;
  background-color: transparent !important;
  border-radius: 0 !important;
  z-index: 1;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from .ui-state-default:after, .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-to .ui-state-default:after {
  display: none !important;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from:after, .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-to:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 0;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-between {
  position: relative;
  border-left-color: #f0f0f0;
  border-right-color: #f0f0f0;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-between .ui-state-default {
  position: relative;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
  color: #000000 !important;
  z-index: 1;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-between .ui-state-default:after {
  display: none !important;
}
.drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-between:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 0;
  background-color: #f0f0f0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 0;
}

.drawer-close-back {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ui-datepicker-other-month {
  visibility: hidden;
}

body[dir="rtl"] .search-form-container .flight-options label {
  margin-right: unset;
  margin-left: 20px;
}
body[dir="rtl"] .search-form-container .flight-options label .label {
  padding-left: unset;
  padding-right: 26px;
}
body[dir="rtl"] .search-form-container .flight-options label .label::before {
  left: unset;
  right: 0;
}
body[dir="rtl"] .search-form-container .flight-options label .label::after {
  right: 8px;
}
body[dir="rtl"] .search-form-container .location-options .location-item {
  padding-left: 15px;
  padding-right: 45px;
}
body[dir="rtl"] .search-form-container .location-options .location-item::before {
  left: unset;
  right: 12px;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
body[dir="rtl"] .search-form-container .location-options .location-item .location-text .location-name .location-long {
  margin-right: unset;
  margin-left: 4px;
}
body[dir="rtl"] .search-form-container .location-options .switch-button {
  right: unset;
  left: 15px;
}
body[dir="rtl"] .search-form-container .calendar-options.multiple-items .search-form-item:first-child {
  margin-right: unset;
}
body[dir="rtl"] .search-form-container .passenger-options::after {
  right: unset;
  left: 16px;
}
body[dir="rtl"] .search-form-container .transfer-options {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
body[dir="rtl"] .location-container .location-label {
  padding: 10px;
}
body[dir="rtl"] .location-container .location-header .location-search-wrapper .clear-button {
  right: unset;
  left: 15px;
}
body[dir="rtl"] .location-container .location-header .location-search-wrapper .back-button {
  left: unset;
  right: 0;
}
body[dir="rtl"] .location-container .location-header .location-search-wrapper .back-button::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
body[dir="rtl"] .location-container .location-header .location-search-wrapper .location-search-bar {
  padding-left: unset;
  padding-right: 55px;
}
body[dir="rtl"] .location-container .location-content .location-vertical-list ul li {
  padding-left: unset;
  padding-right: 45px;
}
body[dir="rtl"] .location-container .location-content .location-vertical-list ul li::before {
  left: unset;
  right: 12px;
}
body[dir="rtl"] .location-box-list ul li {
  padding-left: 10px;
  padding-right: 34px;
}
body[dir="rtl"] .location-box-list ul li::before {
  left: unset;
  right: 6px;
}
body[dir="rtl"] .location-search-suggestions ul.ui-autocomplete li {
  padding-right: 45px !important;
}
body[dir="rtl"] .location-search-suggestions ul.ui-autocomplete li::before {
  left: unset;
  right: 12px;
}

.search-form-item.calendar-item.drawer-toggler.selected {
  position: relative;
}
.search-form-item.calendar-item.drawer-toggler.selected .inner::before {
  content: "\e91a";
  font-family: turna;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #2563EB;
}
.search-form-item.calendar-item.drawer-toggler.departure {
  position: relative;
}
.search-form-item.calendar-item.drawer-toggler.departure .inner::before {
  content: "\e91a";
  font-family: turna;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #2563EB;
}

.mp-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.mp-search-box .search-form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mp-search-box .switch-button.search-switch {
  right: unset;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}
.mp-search-box .switch-button.search-switch:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#milti-point-search-form .panel-right .calendar-options.multiple-items .search-form-item {
  max-width: unset;
}
#milti-point-search-form .label-sub-text {
  color: #AAAAAA;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.4px;
}

#btn-extra-route-remove, #btn-extra-route-add {
  background-color: #fff;
  border-color: #01007F;
  border: 1px solid;
  color: #01007F;
}

.search-form-button-wrapper {
  margin: 20px 0;
}

.search-form-item.passenger-options {
  position: relative;
}
.search-form-item.passenger-options .inner::before {
  content: "\e974";
  font-family: turna;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #2563EB;
}

.tkfb-search-form-container .flight-options__radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.tkfb-search-form-container .flight-options__radio-btn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  position: relative;
}
.tkfb-search-form-container .flight-options__radio-btn label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #DDDDDD;
  border-width: 2px;
  border-radius: 50%;
}
.tkfb-search-form-container .flight-options__radio-btn input[type='radio']:checked + label::before {
  border-color: #000000;
  background-color: #000000;
}
.tkfb-search-form-container .flight-options__radio-btn input[type='radio']:checked + label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  border-color: white;
  background-color: white;
  left: 9px;
}
.tkfb-search-form-container .transfer-options label input:checked + .transfer-label {
  color: #2D2926;
}
.tkfb-search-form-container .transfer-options label input:checked + .transfer-label::before {
  background-color: #2D2926;
}
.tkfb-search-form-container .transfer-options label input:checked + .transfer-label::after {
  background-color: #2D2926;
}
.tkfb-search-form-container .search-form-button-wrapper .search-form-button {
  background-color: #2D2926;
}
.tkfb-search-form-container #btn-extra-route-remove, .tkfb-search-form-container #btn-extra-route-add {
  background-color: #2D2926;
  border: none;
  color: white;
}

body.tkfb .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-state-highlight-from:after {
  background-color: #2D2926;
}
body.tkfb .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today .ui-state-default {
  color: #2D2926 !important;
}
body.tkfb .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today:after {
  background-color: #2D2926;
}
body.tkfb .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today.ui-state-disabled .ui-state-default:after {
  background-color: #2D2926;
  opacity: .5;
}
body.tkfb .drawer-content.drawer-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
  color: #2D2926 !important;
}
body.tkfb .search-form-button-wrapper .search-form-button {
  background-color: #2D2926;
}
body.tkfb .drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:not(.disabled):active, body.tkfb .drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:not(.disabled):focus {
  border-color: #2D2926;
}
body.tkfb .drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:not(.disabled):active:before, body.tkfb .drawer-passenger-options .passenger-options-spinner ul li .spinner-controls .spinner-button:not(.disabled):focus:before {
  color: #2D2926;
}
body.tkfb .section__inner.footer__inner {
  display: none;
}

body.tkfb .flight-class-selector option[selected='selected'] {
  background-color: black !important;
  color: white;
}

.tab-menu__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.tab-menu__label label {
  height: 36px;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  color: #AAAAAA;
  font-size: 14px;
  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;
}

#rd-way:checked ~ .tab-menu__label label[for='rd-way'] {
  border-color: #01007F;
  color: #01007F;
  background-color: #f9f9ff;
  font-weight: 600;
}

#rd-one-way:checked ~ .tab-menu__label label[for='rd-one-way'] {
  border-color: #01007F;
  color: #01007F;
  background-color: #f9f9ff;
  font-weight: 600;
}

#rd-mp-way:checked ~ .tab-menu__label label[for='rd-mp-way'] {
  border-color: #01007F;
  color: #01007F;
  background-color: #f9f9ff;
  font-weight: 600;
}

body.teb #btn-extra-route-remove, body.teb #btn-extra-route-add {
  border-color: #16bc5d !important;
  color: #16bc5d !important;
  background-color: white !important;
}
body.teb .search-form-button-wrapper .search-form-button {
  background-color: #16bc5d !important;
}

body[dir='rtl'] .search-form-container .calendar-options.multiple-items .search-form-item {
  padding: 10px 45px 10px 0;
}
body[dir='rtl'] .search-form-item.calendar-item.drawer-toggler.departure .inner::before {
  left: unset;
  right: 12px;
}
body[dir='rtl'] .search-form-container .calendar-options .calendar-item.return .select-return-btn .btn-label:before {
  left: unset;
  right: 0;
}
body[dir='rtl'] .search-form-container .calendar-options .calendar-item.return .select-return-btn .btn-label {
  padding-left: unset;
  padding-right: 35px;
}
body[dir='rtl'] .search-form-container .passenger-options {
  padding: 10px 45px 10px 0;
}
body[dir='rtl'] .search-form-item.passenger-options .inner::before {
  left: unset;
  right: 12px;
}
body[dir='rtl'] .search-form-item.calendar-item.drawer-toggler.selected .inner::before {
  left: unset;
  right: 12px;
}

.new-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.new-filter__not-found {
  height: 220px;
  background-color: #F5F5F9;
  padding: 32px 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  gap: 8px;
  text-align: center;
}
.new-filter__not-found div {
  color: #1D1E20;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.new-filter__not-found span {
  color: #1D1E20;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.new-filter .clear-content-filter {
  color: #01007F;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  cursor: pointer;
}
.new-filter i {
  font-family: "Font Awesome 6 Pro" !important;
}
.new-filter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.new-filter__title {
  font-weight: 600;
  line-height: 26px;
  font-size: 18px;
  color: #1d1e20;
}
.new-filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e9e9ea;
  cursor: pointer;
}
.new-filter__selected-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  max-height: 140px;
  overflow-y: auto;
}
.new-filter__selected-filter__item {
  padding: 8.5px 12px;
  border: 1px solid #e1e1ef;
  color: #01007f;
  border-radius: 56px;
  font-size: 14px;
  line-height: 19px;
  background-color: #f5f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.new-filter__selected-filter__item i {
  cursor: pointer;
}
.new-filter__price {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-filter__price__warning {
  color: #DC2626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: -8px;
}
.new-filter__price__warning i {
  font-size: 16px;
}
.new-filter__price__warning span {
  font-size: 12px;
  line-height: 16px;
}
.new-filter__price__container {
  position: relative;
}
.new-filter__price__container--warn .filter-price-val {
  outline: 2px solid #DC2626 !important;
  color: #DC2626 !important;
}
.new-filter__price__container--warn span {
  color: #DC2626 !important;
}
.new-filter__price__container:focus-within span {
  color: #01007f;
}
.new-filter__price__container span {
  font-size: 12px;
  padding: 0 4px;
  line-height: 16px;
  color: #585b5e;
  position: absolute;
  background-color: white;
  border-radius: 4px;
  top: -7px;
  left: 16px;
}
.new-filter__price__container input {
  height: 56px;
  border-radius: 8px;
  border: 1px solid #d0d0dc;
  padding: 0 16px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  max-width: 142px;
}
.new-filter__price__container input:focus {
  outline: 2px solid #01007f;
  color: #01007f;
}
.new-filter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.new-filter__more-load {
  color: #01007f;
  line-height: 21px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.new-filter__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.new-filter__checkboxes__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
}
.new-filter__checkboxes__item .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.new-filter__checkboxes__item .stars i {
  color: #ffb620;
}
.new-filter__checkboxes__item input:checked ~ div::after {
  display: inline-block;
}
.new-filter__checkboxes__item input:checked ~ div::before {
  background-color: #01007f;
  border-color: #01007f;
}
.new-filter__checkboxes__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #1d1e20;
}
.new-filter__checkboxes__item > div .rate {
  font-weight: 600;
}
.new-filter__checkboxes__item > div span {
  font-weight: 500;
}
.new-filter__checkboxes__item > div::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #bfbfcf;
  display: inline-block;
  border-radius: 4px;
}
.new-filter__checkboxes__item > div::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro" !important;
  display: none;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
}
.new-filter__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.new-filter__radio__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
}
.new-filter__radio__item .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.new-filter__radio__item .stars i {
  color: #ffb620;
}
.new-filter__radio__item input:checked ~ div::after {
  display: inline-block;
}
.new-filter__radio__item input:checked ~ div::before {
  background-color: #01007f;
  border-color: #01007f;
}
.new-filter__radio__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #1d1e20;
}
.new-filter__radio__item > div .rate {
  font-weight: 600;
}
.new-filter__radio__item > div span {
  font-weight: 500;
}
.new-filter__radio__item > div::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #bfbfcf;
  display: inline-block;
  border-radius: 50%;
}
.new-filter__radio__item > div::after {
  content: "";
  display: none;
  width: 6.67px;
  height: 6.67px;
  background-color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
  border-radius: 50%;
}
.new-filter__switch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-filter__switch-box input[type="checkbox"]:checked + span::after {
  right: 2px;
  left: unset;
}
.new-filter__switch-box input[type="checkbox"]:checked + span::before {
  background-color: #01007f;
}
.new-filter__switch-box__text {
  color: black;
  font-size: 14px;
  line-height: 19px;
}
.new-filter__switch-box .switch-box span {
  position: relative;
  height: 24px;
  display: inline-block;
}
.new-filter__switch-box .switch-box span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 24px;
  background-color: #d6d9de;
  border-radius: 32px;
}
.new-filter__switch-box .switch-box span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: white;
  border-radius: 50%;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.new-filter__properties-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.new-filter__properties-list__item {
  width: 142px;
  height: 80px;
  border: 1px solid #e9e9ea;
  border-radius: 8px;
  cursor: pointer;
}
.new-filter__properties-list__item:has(input:checked) {
  border-color: #01007f;
  background-color: #fafafb;
}
.new-filter__properties-list__item label {
  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;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.new-filter__properties-list__item label span {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #1d1e20;
  padding: 0 16px;
  text-align: center;
}
.new-filter__properties-list__item label i {
  font-size: 24px;
  color: #1d1e20;
}
.new-filter__button {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 16px 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, white), color-stop(50%, rgba(255, 255, 255, 0.5)), to(white));
  background: -webkit-linear-gradient(bottom, white 70%, rgba(255, 255, 255, 0.5) 50%, white 100%);
  background: -o-linear-gradient(bottom, white 70%, rgba(255, 255, 255, 0.5) 50%, white 100%);
  background: linear-gradient(to top, white 70%, rgba(255, 255, 255, 0.5) 50%, white 100%);
  height: 98px;
}
.new-filter__button__clear, .new-filter__button__apply {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
}
.new-filter__button__clear button, .new-filter__button__apply button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  border: 1px solid #01007f;
}
.new-filter__button__clear button {
  color: #01007f;
  background-color: white;
}
.new-filter__button__apply button {
  color: white;
  background-color: #01007f;
}
.new-filter__sort {
  margin-bottom: 32px;
}
.new-filter__sort__result {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
}
.new-filter__sort__result b {
  font-weight: 700;
}
.new-filter__sort__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.new-filter__sort__item {
  background-color: #f5f6f7;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
}
.new-filter__sort__item:has(input:checked) {
  outline: 1px solid #01007f;
  background-color: #f5f5f9;
}
.new-filter__sort__item:has(input:checked) span {
  color: #010067;
}
.new-filter__sort__item span {
  color: #1d1e20;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
.new-filter__campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 16px 0 40px 0;
}
.new-filter__campaign__item {
  background-color: #FAFAFB;
  outline: 1px solid #E1E1EF;
  border-radius: 8px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 83px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.new-filter__campaign__item:has(input:checked) {
  outline-color: #01007F;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.new-filter__campaign__item:has(input:checked)::before, .new-filter__campaign__item:has(input:checked)::after {
  border-color: #01007F;
}
.new-filter__campaign__item:has(input:checked)::before {
  border-left-color: transparent;
}
.new-filter__campaign__item:has(input:checked)::after {
  border-right-color: transparent;
}
.new-filter__campaign__item input[type="checkbox"]:checked + div::after {
  display: block;
}
.new-filter__campaign__item input[type="checkbox"]:checked + div::before {
  background-color: #01007F;
  border-color: #01007F;
}
.new-filter__campaign__item span {
  color: #01007F;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.new-filter__campaign__item__title {
  color: #1D1E20;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.new-filter__campaign__item > div {
  position: relative;
}
.new-filter__campaign__item > div::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #BFBFCF;
  background-color: #FAFAFB;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
.new-filter__campaign__item > div::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  right: 4px;
  top: 1px;
  color: white;
  display: none;
}
.new-filter__campaign__item--shape {
  position: relative;
}
.new-filter__campaign__item--shape::before, .new-filter__campaign__item--shape::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #E1E1EF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.new-filter__campaign__item--shape::before {
  left: -2.5px;
  border-left-color: transparent;
}
.new-filter__campaign__item--shape::after {
  right: -2.5px;
  border-right-color: transparent;
}
.new-filter__campaign__item--shape .new-filter__campaign__item__title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-filter__campaign__item--passive {
  background-color: #FAFAFB;
  outline: #EFF0F0 solid 1px;
}
.new-filter__campaign__item--passive .new-filter__campaign__item__title {
  color: #A6A8A9;
}
.new-filter__campaign__item--passive > div::before {
  border: 1px solid #EFF0F0;
}
.new-filter .hidden-theme {
  display: none;
}
.new-filter .fa-couple-small.fa-kit, .new-filter .fa-airplane-hotel.fa-kit {
  font-family: Font Awesome Kit !important;
}

