@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../../static/fonts/PlusJakartaSans-VariableFont_wght.ttf");
}
h1, h2, h3, h4, h5, h6 {
  font-family: "", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-feature-settings: "clig" off, "liga" off;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 1.2vw;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

div, span, a {
  font-size: 1.111vw;
}

h1 {
  font-size: 6.5rem;
}

h2 {
  font-size: 6rem;
}

.title-white {
  color: #fff;
}

.text-white {
  color: #fff;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 0.5555vw;
  line-height: 1.2vw;
  font-weight: 400;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.133vw;
  }
}
html::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

input {
  outline: none;
}

body {
  position: relative;
  overflow: hidden;
  margin: 0;
}
body.visible {
  overflow: visible;
}
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
}

main {
  -webkit-overflow-scrolling: touch;
  min-height: 68vh;
}

canvas {
  display: block;
}

div, a, button, pre {
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  text-decoration: none;
}

button {
  background: none;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

button {
  margin: 0;
  border: none;
}

pre {
  margin: 0;
}

.wrapper {
  width: 100%;
  padding-left: 14.5rem;
  padding-right: 2rem;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.row {
  display: flex;
}

.justify-sb {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.column {
  flex-direction: column;
}

.flex-auto {
  flex: 1 1 auto;
}

.modal-wrap {
  opacity: 0;
  will-change: opacity;
  position: relative;
  z-index: -1;
  display: none;
}
.modal-wrap.modal-show {
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
  z-index: 10000;
  position: relative;
  display: block;
}
.modal-wrap .modal-shadow {
  background: rgba(26, 26, 24, 0.5);
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
.modal-wrap .modal {
  position: fixed;
  top: 50%;
  z-index: 100;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 0;
}
.modal-wrap .modal-cross {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 10;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4.4375rem 4rem;
  position: fixed;
  top: 0;
  z-index: 100;
}
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4.4375rem 4rem;
  position: fixed;
  top: 0;
  z-index: 100;
}
header .header__logo {
  width: 26.5rem;
  height: 3.5rem;
}
header .header__container {
  display: flex;
  gap: 4.5rem;
  align-items: center;
}
header .header__container a {
  font-size: 1.875rem;
  color: black;
}
header .header__button {
  font-size: 1.875rem;
  color: black;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 0.125rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  backdrop-filter: blur(22px);
}

footer {
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 2rem;
  }
}
footer .footer__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  footer .footer__column {
    display: none;
  }
}
footer .footer__column-last {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
footer .footer__column-last p {
  color: #fff;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}
footer .footer__column-input {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  footer .footer__column-input {
    flex-direction: column;
  }
}
footer .footer__column-input input {
  padding: 1.875rem 2rem;
  border-radius: 2rem;
  border: 0.1875rem solid rgba(133, 133, 133, 0.2);
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.75rem;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  footer .footer__column-input input {
    padding: 1.75rem 1.5rem;
  }
}
footer .footer__column-input button {
  height: 6rem;
  padding: 1rem 3.5rem;
  border-radius: 2rem;
  border: 0.1875rem solid rgba(133, 133, 133, 0.2);
  background: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  color: #0E181F;
}
@media screen and (max-width: 767px) {
  footer .footer__column-input button {
    font-size: 1.75rem;
  }
}
footer .footer__column li a {
  color: #fff;
  opacity: 0.7;
  font-size: 1.875rem;
  font-weight: 500;
}
footer .footer__column-first {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 39.75rem;
}
footer .footer__column-first span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  footer .footer__column-first span {
    display: none;
  }
}
footer .footer__columns-mob {
  display: flex;
  gap: 4rem;
}
footer .footer__column-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer__column-mob {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  footer .footer__column-mob li {
    height: 2.5rem;
  }
  footer .footer__column-mob li a {
    color: #fff;
    opacity: 0.7;
    font-size: 1.875rem;
    font-weight: 500;
  }
}
footer .footer__container {
  padding: 6.5rem 13.75rem;
  background-color: #444A4C;
  border-radius: 5rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  footer .footer__container {
    padding: 4rem 3rem;
    flex-direction: column;
    gap: 4rem;
  }
}
footer .footer__container-logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer__container-logo img {
  width: 30.375rem;
  height: 9.125rem;
}
footer .footer__container-logo a img {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  footer .footer__container-logo a {
    display: none;
  }
}
footer .footer__info-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer__info-mob {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  footer .footer__info-mob a img {
    width: 3rem;
    height: 3rem;
  }
  footer .footer__info-mob span {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
}

.front-page .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4.4375rem 4rem;
}
@media screen and (max-width: 767px) {
  .front-page .header {
    padding: 2.5rem 2rem;
  }
}
.front-page .header__logo {
  width: 26.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .header__logo {
    width: 20.5rem;
    height: 2.625rem;
  }
}
.front-page .header__mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .front-page .header__mob {
    display: block;
  }
}
.front-page .header__container {
  display: flex;
  gap: 4.5rem;
  align-items: center;
}
.front-page .header__container a {
  font-size: 1.875rem;
  color: black;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .header__container a {
    display: none;
  }
}
.front-page .header__container a img {
  width: 2rem;
  height: 2rem;
}
.front-page .header__button {
  font-size: 1.875rem;
  color: black;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 0.125rem solid rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
  backdrop-filter: blur(22px);
}
@media screen and (max-width: 767px) {
  .front-page .header__button {
    display: none;
  }
}
.front-page .search {
  position: relative;
  width: 100%;
  height: 64.25rem;
}
@media screen and (max-width: 767px) {
  .front-page .search {
    height: 66.25rem;
    width: 100%;
  }
}
.front-page .search__wrapper {
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__wrapper {
    padding: 0 2rem;
  }
}
.front-page .search__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11.125rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__container {
    gap: 4rem;
  }
}
.front-page .search__block {
  width: 100%;
  display: flex;
  background: #FFF;
  justify-content: center;
  padding: 3rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__block {
    height: max-content;
    flex-direction: column;
    padding: 2rem;
  }
}
.front-page .search__block-input {
  height: 5.25rem;
}
.front-page .search__map {
  width: 100%;
  height: 64.25rem;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__map {
    height: 66.5rem;
    object-fit: cover;
  }
}
.front-page .search__text {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.625rem;
  font-size: 6.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__text {
    font-size: 3.5rem;
    letter-spacing: -0.07rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}
.front-page .search__text span {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.045rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__text span {
    width: 30.875rem;
  }
}
.front-page .search__inputs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__inputs {
    flex-direction: column;
  }
}
.front-page .search__inputs-block {
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  border: 0.1875rem solid var(--Border, rgba(133, 133, 133, 0.2));
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 44.5416625rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__inputs-block {
    width: 100%;
    height: max-content;
    border-radius: 1.5rem;
  }
}
.front-page .search__inputs-block button {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page .search__inputs-block button img {
  width: 2rem;
  height: 2rem;
}
.front-page .search__inputs-picked {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.front-page .search__inputs-picked img {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__inputs-picked img {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.front-page .search__inputs-column {
  display: flex;
  flex-direction: column;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__inputs-column {
    gap: 0.375rem;
  }
}
.front-page .search__inputs-column span {
  color: #68787D;
  opacity: 0.6;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .front-page .search__inputs-column span {
    height: 1.875rem;
    display: flex;
    align-items: center;
  }
}
.front-page .search__inputs-column input {
  border: none;
  background: transparent;
  font-size: 1.75rem;
  font-weight: 500;
}
.front-page .search__button {
  display: flex;
  height: 6rem;
  padding: 1rem 3.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background: #93C719;
  color: #fff;
  font-weight: 600;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .front-page .search__button {
    width: 100%;
  }
}
.front-page .main {
  padding: 6rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .front-page .main {
    padding: 3rem 0 3rem 2rem;
    gap: 4rem;
  }
}
.front-page .main__advantages {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .front-page .main__advantages {
    justify-content: start;
    overflow-x: scroll;
    padding-right: 2rem;
  }
  .front-page .main__advantages::-webkit-scrollbar {
    display: none;
  }
}
.front-page .main__advantage {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  width: 23.75rem;
  align-items: center;
  border-radius: 2.5rem;
  background: rgba(104, 120, 125, 0.05);
  backdrop-filter: blur(22px);
}
@media screen and (max-width: 767px) {
  .front-page .main__advantage {
    flex-direction: column;
    width: 17.25rem;
    align-items: start;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page .main__advantage-text {
    width: 14.25rem;
  }
}
.front-page .main__advantage-text p {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0E181F;
}
@media screen and (max-width: 767px) {
  .front-page .main__advantage-text p {
    font-size: 1.75rem;
  }
}
.front-page .main__advantage:nth-child(1) .main__advantage-image {
  background: linear-gradient(313deg, rgba(105, 209, 73, 0.24) 4.77%, rgba(184, 209, 73, 0.24) 97.24%);
}
.front-page .main__advantage:nth-child(2) .main__advantage-image {
  background: linear-gradient(154deg, #FFEFD7 8.56%, #FFE2B7 91.78%);
}
.front-page .main__advantage:nth-child(3) .main__advantage-image {
  background: linear-gradient(149deg, #D7F6FB 14.91%, #B9D7F5 95.34%);
}
.front-page .main__advantage:nth-child(4) .main__advantage-image {
  background: linear-gradient(141deg, #FBEBD9 13.49%, #FFC0BB 97.66%);
}
.front-page .main__advantage:nth-child(5) .main__advantage-image {
  background: linear-gradient(327deg, #FFE8D1 11.59%, #ECECEC 97.56%);
}
.front-page .main__advantage:nth-child(6) .main__advantage-image {
  background: linear-gradient(143deg, #FEF4D4 7.56%, #FDD5AE 93.79%);
}
.front-page .main__advantage-image {
  padding: 0.4125rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.front-page .main__advantage-image img {
  width: 3.16625rem;
  height: 3.16625rem;
}
.front-page .main__popular {
  padding: 0rem 13.75rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular {
    padding: 0 2rem 0 0;
  }
}
.front-page .main__popular h2 {
  color: #0E181F;
  font-size: 5.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.105rem;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular h2 {
    font-size: 3rem;
    letter-spacing: -0.06rem;
  }
}
.front-page .main__popular-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular-container {
    gap: 3rem 2rem;
  }
}
.front-page .main__popular-element {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular-element {
    width: 20.4375rem;
  }
}
.front-page .main__popular-element img {
  width: 35.625rem;
  height: 23.125rem;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular-element img {
    width: 20.4375rem;
    height: 13.625rem;
  }
}
.front-page .main__popular-review {
  margin-top: 1rem;
  display: flex;
  gap: 1.5rem;
}
.front-page .main__popular-review .stars {
  display: flex;
  gap: 0.75rem;
  width: max-content;
  align-items: center;
}
.front-page .main__popular-review .stars div svg {
  width: 2rem;
  height: 2rem;
}
.front-page .main__popular-review .stars p {
  color: #0E181F;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.front-page .main__popular-review .comments {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.front-page .main__popular-review .comments img {
  width: 1.875rem;
  height: 1.6875rem;
}
.front-page .main__popular-review .comments p {
  color: #0E181F;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.front-page .main__popular-name {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.front-page .main__popular-name p {
  color: #0E181F;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular-name p {
    font-size: 1.875rem;
  }
}
.front-page .main__popular-name span {
  color: #68787D;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular-name span {
    font-size: 1.75rem;
  }
}
.front-page .main__popular-cost {
  display: flex;
}
.front-page .main__popular-cost p {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #0E181F;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular-cost p {
    font-size: 2.25rem;
  }
}
.front-page .main__popular-cost span {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #68787D;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular-cost span {
    font-size: 2.25rem;
  }
}
.front-page .main__popular-more {
  width: 100%;
  display: flex;
  height: 7rem;
  padding: 1rem 3.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background: #F2F3F5;
  color: #0E181F;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .main__popular-more {
    font-size: 1.875rem;
  }
}
.front-page .main__companies {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13.75rem;
}
@media screen and (max-width: 767px) {
  .front-page .main__companies {
    padding: 0 2rem 0 0;
    display: grid;
    height: 16.5rem;
    row-gap: 2.5rem;
    column-gap: 2.5rem;
    align-self: stretch;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .front-page .main__companies img {
    justify-self: center;
  }
  .front-page .main__companies img:nth-child(1) {
    width: 10.125rem !important;
    height: 1.75rem !important;
  }
  .front-page .main__companies img:nth-child(2) {
    width: 11.625rem !important;
    height: 6rem !important;
  }
  .front-page .main__companies img:nth-child(3) {
    width: 11.5rem !important;
    height: 5.75rem !important;
  }
  .front-page .main__companies img:nth-child(4) {
    width: 11.125rem !important;
    height: 5.125rem !important;
  }
  .front-page .main__companies img:nth-child(5) {
    width: 9rem !important;
    height: 3.25rem !important;
  }
  .front-page .main__companies img:nth-child(6) {
    width: 7.375rem !important;
    height: 1.75rem !important;
  }
}
.front-page .main__companies img:nth-child(1) {
  width: 22.5rem;
  height: 3.875rem;
}
.front-page .main__companies img:nth-child(2) {
  width: 17.625rem;
  height: 9.125rem;
}
.front-page .main__companies img:nth-child(3) {
  width: 17.5rem;
  height: 8.75rem;
}
.front-page .main__companies img:nth-child(4) {
  width: 17.375rem;
  height: 8rem;
}
.front-page .main__companies img:nth-child(5) {
  width: 17.375rem;
  height: 5.875rem;
}
.front-page .main__companies img:nth-child(6) {
  width: 17.5rem;
  height: 4.125rem;
}

.datepicker-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 0.1875rem solid var(--Border, rgba(133, 133, 133, 0.2));
  padding: 1rem 1.5rem;
  gap: 1.5rem;
  z-index: 1000;
  width: 37.75rem;
  border-radius: 1.5rem;
  user-select: none;
}
.datepicker-container svg {
  width: 2rem;
  height: 2rem;
}
.datepicker-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.datepicker-container .header .month-display, .datepicker-container .header .year-display {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.75rem;
}
.datepicker-container .header button {
  display: flex;
  align-items: center;
  background: none;
  cursor: pointer;
  font-size: 16px;
}
.datepicker-container .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 1.5rem;
  border-bottom: 0.1875rem solid rgba(133, 133, 133, 0.2);
}
.datepicker-container .weekdays div {
  text-align: center;
  font-weight: 500;
  font-size: 1.75rem;
  color: #68787D;
}
.datepicker-container .header-wrapper {
  display: flex;
  justify-content: space-between;
}
.datepicker-container .header-wrapper .header {
  display: flex;
  gap: 1rem;
}
.datepicker-container .time-wrapper-outer {
  display: flex;
  width: 100%;
  justify-content: center;
}
.datepicker-container .calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.datepicker-container .calendar div {
  text-align: center;
  padding: 0.625rem 0.625rem;
  cursor: pointer;
  height: 4.3125rem;
  font-size: 1.75rem;
  border-radius: 1rem;
}
.datepicker-container .calendar div.selected {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--Green, #93C719);
  color: #fff;
}
.datepicker-container .calendar div.selected:hover:not(.disabled) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--Green, #93C719);
}
.datepicker-container .calendar div.disabled {
  color: #aaa;
  cursor: not-allowed;
}
.datepicker-container .calendar div:hover:not(.disabled) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--White, #FFF);
}
.datepicker-container .calendar div.empty {
  cursor: default;
}
.datepicker-container .calendar div.empty:hover {
  background: none;
}
.datepicker-container .custom-time {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  gap: 1rem;
  width: fit-content;
  border-radius: 1.25rem;
  border: 0.1875rem solid rgba(133, 133, 133, 0.2);
}
.datepicker-container .custom-time .time-arrow {
  background: none;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}
.datepicker-container .custom-time .time-arrow--left {
  display: flex;
  align-items: center;
}
.datepicker-container .custom-time .time-arrow--right {
  display: flex;
  align-items: center;
}
.datepicker-container .custom-time .time-display {
  font-size: 1.75rem;
  min-width: 50px;
  text-align: center;
  font-weight: 500;
}
.datepicker-container .month-picker, .datepicker-container .year-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 5px;
}
.datepicker-container .month-picker div, .datepicker-container .year-picker div {
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker-container .month-picker div:hover, .datepicker-container .year-picker div:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--White, #FFF);
}
.datepicker-container .month-picker div.selected, .datepicker-container .year-picker div.selected {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--Green, #93C719);
  color: #fff;
}

.airport-select {
  position: absolute;
  display: none;
  background: #fff;
  border: 0.125rem solid var(--Border, rgba(133, 133, 133, 0.2));
  border-radius: 1.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  width: 42.625rem;
  z-index: 1000;
  padding: 0.75rem;
  flex-direction: column;
}

.airport-select-list {
  max-height: 47.5rem;
  overflow-y: auto;
}
.airport-select-list .airport-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  border-radius: 0.875rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .airport-select-list .airport-option span {
    font-size: 1.875rem;
  }
}
.airport-select-list .airport-option.selected {
  background: var(--Warm-Grey-Light, #F4F4F4);
  border-radius: 0.875rem;
}
.airport-select-list .airport-option.selected:hover {
  background: var(--Warm-Grey-Light, #F4F4F4);
  color: #0E181F;
}
.airport-select-list .airport-option.selected svg {
  width: 2rem;
  height: 2rem;
}
.airport-select-list .airport-option:hover {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--Green, #93C719);
}

.airport-select-arrow {
  display: flex;
  justify-content: center;
  padding: 4px 0;
  opacity: 1;
  transition: opacity 0.2s;
  pointer-events: none;
}

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