@font-face {
  font-family: "Prata";
  src: url("../font/Prata.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/MontserratM.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/MontserratR.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/MontserratEL.ttf") format("truetype");
  font-weight: 200;
}
main {
  padding: 0;
}
main .search {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 130px;
}
main .search .background_image {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
main .search .background_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .search .background_image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
}
main .search h2 {
  color: #fff;
  font-family: "Prata";
  font-weight: 400;
  padding: 0 30px;
  font-size: 36px;
  max-width: 500px;
  margin: 0 auto;
}
main .search form.rent_filter_holder {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
}
main .search form.rent_filter_holder .cat {
  width: 100%;
}
main .search form.rent_filter_holder .cat p {
  font-size: 16px;
}
main .search form.rent_filter_holder .cat p.par {
  width: 100%;
}
main .search form.rent_filter_holder .cat p.par span:first-of-type {
  width: 100px;
}
main .search form.rent_filter_holder .cat p.par span:last-of-type {
  color: #bbb;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
main .search form.rent_filter_holder .cat p.par span:last-of-type.ch {
  color: #fff;
}
main .search form.rent_filter_holder .cat input, main .search form.rent_filter_holder .cat select {
  font-size: 14px;
  font-family: "Oswald";
}
main .search form.rent_filter_holder .cat.date p {
  width: 100px;
}
main .search form.rent_filter_holder .cat.date input {
  flex: 1;
  margin-right: 20px;
}
main .search form.rent_filter_holder .buttons {
  margin-top: 40px;
}
main .search form.rent_filter_holder .buttons a, main .search form.rent_filter_holder .buttons button {
  border: none;
  padding: 10px 10px 10px 0;
  cursor: pointer;
}
main .search form.rent_filter_holder .buttons a {
  display: none;
}
main .search h2, main .search form.rent_filter_holder {
  position: relative;
  z-index: 1;
}
main .offers {
  transform: translateY(-100px);
}
main .offers p.rec_txt {
  font-size: 14px;
  padding: 0 30px 30px;
  color: #ccc;
  font-family: "Montserrat";
  font-weight: 200;
}
main .offers .j {
  display: flex;
  position: relative;
  z-index: 0;
}
main .offers .j .header {
  position: relative;
  z-index: 0;
  width: 50%;
  height: 200px;
}
main .offers .j .header img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .offers .j .data {
  width: 50%;
  color: #fff;
}
main .offers .j button {
  font-family: "Montserrat";
  font-weight: 400;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
  text-align: center;
  font-size: 12px;
  padding: 12px 15px;
  background: none;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
}
main .offers .j.recommended {
  flex-direction: row-reverse;
}
main .offers .j.recommended .header {
  width: calc(60% + 30px);
  height: 30vh;
  min-height: 300px;
  max-height: 500px;
}
main .offers .j.recommended .header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8784313725) 30%, rgba(0, 0, 0, 0) 100%);
}
main .offers .j.recommended .data {
  position: absolute;
  top: 0;
  left: 30px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
main .offers .j.recommended .data p.t {
  font-family: "Montserrat";
  font-weight: 400;
}
main .offers .j.recommended .data p.t:nth-of-type(1) {
  text-transform: uppercase;
}
main .offers .j.recommended .data p.t:nth-of-type(2) {
  font-weight: 200;
  font-size: 14px;
  margin: 10px 0 0;
}
main .offers .j.recommended .data p.ref {
  font-size: 12px;
  margin: 5px 0 20px;
}
main .offers .j.recommended .data div.desc {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 30px;
}
main .offers .j:not(.recommended) {
  margin-top: 60px;
  padding: 0 30px;
}
main .offers .j:not(.recommended) .header {
  aspect-ratio: 1/1;
  height: auto;
  min-height: 150px;
  max-height: 200px;
}
main .offers .j:not(.recommended) .data {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .offers .j:not(.recommended) .data p.t {
  font-weight: 400;
}
main .offers .j:not(.recommended) .data p.t:nth-of-type(1) {
  font-family: "Oswald";
  text-transform: uppercase;
}
main .offers .j:not(.recommended) .data p.t:nth-of-type(2) {
  font-family: "Montserrat";
  font-size: 14px;
  margin: 15px 0 0;
}
main .offers .j:not(.recommended) .data p.ref {
  font-size: 12px;
  margin: 5px 0 20px;
}
main .offers .j:not(.recommended) .data button {
  font-size: 10px;
}
main .jet_card {
  height: 20vh;
  min-height: 200px;
  max-height: 350px;
  background: url("../img/web/img/jet_card.webp") center center;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
main .jet_card p {
  font-size: 28px;
  line-height: 1.4;
  font-family: "Prata";
  font-weight: 400;
  color: #fff;
  text-align: center;
  transform: translateY(-30px);
}
main .jet_card a {
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 800;
  text-decoration: none;
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
}

.availability {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: #000;
  border: 1px solid #aaa;
  width: 700px;
  max-width: 90%;
  color: #fff;
  padding: 40px;
  transition: all 0.5s ease;
}
.availability:not(.active) {
  transform: translate(-50%, calc(-50% + 100px));
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.availability.sending {
  filter: blur(3px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.availability h2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
}
.availability p {
  margin: 20px 0 30px;
  font-size: 12px;
}
.availability form input, .availability form select {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
}
.availability form input::-moz-placeholder, .availability form select::-moz-placeholder {
  color: #ccc;
}
.availability form input::placeholder, .availability form select::placeholder {
  color: #ccc;
}
.availability form input option, .availability form select option {
  color: #000;
}
.availability form input {
  margin-bottom: 10px;
}
.availability form select {
  cursor: pointer;
}
.availability p, .availability span {
  font-family: "Open sans";
}
.availability span {
  display: block;
  font-size: 10px;
  color: #ddd;
  max-width: 400px;
  margin: 20px 0;
}
.availability span a {
  text-decoration: none;
  color: #fff;
}
.availability button {
  font-family: "Montserrat";
  font-weight: 400;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
  text-align: center;
  font-size: 12px;
  padding: 12px 20px;
  background: none;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
}
.availability button#close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 20px;
  border: none;
}
.availability button#close div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
}
.availability button#close div:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.availability button#close div:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 650px) {
  .availability form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .availability form input, .availability form select {
    width: calc(50% - 10px);
    margin: 0 0 15px;
  }
  .availability h2 {
    margin-top: 3px;
  }
  .availability button#close {
    top: 40px;
    right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    padding: 0 30px 0 240px;
  }
  main .search {
    padding-top: 230px;
    flex-direction: row;
    justify-content: space-between;
  }
  main .search .background_image {
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
  main .search h2, main .search form.rent_filter_holder {
    margin: 0;
    padding: 0;
  }
  main .search form.rent_filter_holder {
    max-width: 400px;
  }
  main .search h2 {
    word-spacing: 100px;
    max-width: 200px;
    font-size: 50px;
    line-height: 75px;
  }
  main .offers {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    transform: translateY(-50px);
  }
  main .offers ~ .jet_card {
    margin-top: 60px;
  }
  main .offers:not(.single) {
    grid-template-rows: 15px 300px repeat(auto-fit, 175px);
    grid-template-areas: "recommended_text recommended_text" "first first" "second third" "fourth fifth" "sixth seventh" "eigth ninth" "tenth eleventh";
  }
  main .offers.single {
    grid-template-rows: 15px 300px;
    height: 315px;
    grid-template-areas: "recommended_text recommended_text" "first first";
  }
  main .offers p.rec_txt {
    grid-area: recommended_text;
  }
  main .offers:not(.recommended) .j {
    margin: 0;
  }
  main .offers .j.recommended .data p.t:nth-of-type(1) {
    font-size: 20px;
  }
  main .offers .j.recommended .data p.t:nth-of-type(2) {
    font-size: 16px;
    margin: 20px 0 0;
  }
  main .offers .j.recommended .data p.ref {
    margin: 5px 0 30px;
  }
  main .offers .j.recommended .data div.desc {
    font-size: 14px;
  }
  main .offers .j.recommended .header {
    width: 70%;
  }
  main .offers .j.recommended {
    grid-area: first;
  }
  main .offers .j:nth-of-type(2) {
    grid-area: second;
  }
  main .offers .j:nth-of-type(3) {
    grid-area: third;
  }
  main .offers .j:nth-of-type(4) {
    grid-area: fourth;
  }
  main .offers .j:nth-of-type(5) {
    grid-area: fifth;
  }
  main .offers .j:nth-of-type(6) {
    grid-area: sixth;
  }
  main .offers .j:nth-of-type(7) {
    grid-area: seventh;
  }
  main .offers .j:nth-of-type(8) {
    grid-area: eigth;
  }
  main .offers .j:nth-of-type(9) {
    grid-area: ninth;
  }
  main .offers .j:nth-of-type(10) {
    grid-area: tenth;
  }
  main .jet_card {
    min-height: 400px;
  }
  main .jet_card p {
    font-size: 36px;
    transform: translateY(0);
  }
  main .jet_card a {
    margin-top: 50px;
  }
  .availability {
    left: calc(50% + 100px);
  }
}
@media screen and (min-width: 1200px) {
  main {
    padding-right: 80px;
  }
  main .search {
    padding-top: 0;
    align-items: center;
  }
  main .search h2 {
    font-size: 80px;
    line-height: 111px;
  }
  main .offers .j.recommended .header {
    margin-right: -45px;
  }
  main .offers .j.recommended .header::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8784313725) 20%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (min-width: 1280px) {
  main {
    padding-right: 100px;
    padding-left: 260px;
  }
  main .background_image {
    max-width: 700px;
  }
  main .offers .j.recommended .header {
    margin-right: -65px;
  }
}
@media screen and (min-width: 1440px) {
  main {
    padding-right: 160px;
    padding-left: 300px;
  }
  main .offers {
    grid-row-gap: 50px;
  }
  main .offers .j.recommended .header {
    margin-right: -125px;
  }
  main .offers .j.recommended .header::after {
    background: none;
  }
  main .offers .j.recommended .data div.desc {
    max-width: 400px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=rent_jets.css.map */