:root {
  --MAIN-COLOR: #1A2027;
  --white: #fff;
  --GRADD: #3975A5;
  --LIGHT-BLUE: #B3C1CD;
  --INPUT-COLOR: #6F7478;
  --GRADD: linear-gradient(183deg, #3975A5 -40.25%, #2D6EA1 -0.58%, #DEEFFD 136.05%);
  --CHOOSE-GREY: #EEF1FB;
  --Light-grey-small-title: #739AB8;
  --Gradient-for-photo: linear-gradient(180deg, rgba(37, 33, 26, 0.00) 0%, rgba(30, 26, 20, 0.90) 100%);
  --LIGHT-BLUE: #B3C1CD;
  --LIGHT-GREY: #B0B0B0;
  --GREEN: #1A2027;
  --green-dark: #739AB8;
  --STROKE: #9CC1DF;
  --icon: #70808E;
  --red: #ED4C49;
  --light-glass: rgba(255, 255, 255, 0.20);
  --btn-hower-glass-effect: rgba(255, 255, 255, 0.40);
}


input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; /* Устанавливаем фон нужного цвета */
  -webkit-text-fill-color: #000; /* Цвет текста */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset; /* Устанавливаем фон нужного цвета */
  -webkit-text-fill-color: #000; /* Цвет текста */
  transition: background-color 5000s ease-in-out 0s; /* Обходной путь для предотвращения мерцания */
}


html {
  box-sizing: border-box;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
  border: none;
}

input,
button {
  font-family: "Montserrat", sans-serif;
}

button,
input[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
}

textarea {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: var(--Dark);
  background-color: var(--white);
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: 400;
  overflow-x: hidden;
}

iframe {
  border: none;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-c-j {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5, p, ul {
  padding: 0;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

.list-reset {
  list-style: none;
}

.container {
  position: relative;
  max-width: 1830px;
  margin: 0 auto;
  padding: 0 15px;
  justify-content: center;
  flex-direction: column;
}

.containernew {
  max-width: 1330px;
}

.main-title {
  color: var(--MAIN-COLOR);
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

.btn {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  border-radius: 80px;
  background-color: var(--MAIN-COLOR);
}
.btn:hover {
  background: var(--GRADD);
}

.mini-title {
  display: table;
  margin-bottom: 12px;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  color: var(--Light-grey-small-title);
  letter-spacing: 1.44px;
}

.blog {
  margin-top: 100px;
  position: relative;
  z-index: 91;
}

.instagram__container,
.blog__container {
  max-width: 1650px;
}

.blog__all {
  padding: 10px 30px;
  margin-left: auto;
  font-size: 20px;
}

.blog__top {
  margin-bottom: 56px;
}

.blog__item {
  flex-direction: column;
  margin-right: 26px;
  max-width: 33%;
  width: 100%;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  transition: box-shadow 0.4s ease-in-out;
}
.blog__item:hover {
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.57);
}

.blog__item:last-child {
  margin-right: 0;
}

.blog__image {
  position: relative;
  font-size: 0;
  border-radius: 16px 16px 0 0;
  line-height: 0;
}

.blog__readmore {
  position: absolute;
  top: 20px;
  right: 24px;
  color: var(--white);
  font-size: 14px;
  padding: 10px 28px;
  line-height: 1;
  border-radius: 40px;
  border: 1px var(--white) solid;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}

.category_mass {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.1;
  color: var(--white);
  z-index: 91;
}

.category_mass__href {
  position: relative;
  padding: 1px 5px;
  width: max-content;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  border-radius: 0px;
  background: var(--light-glass);
  backdrop-filter: blur(2px);
  transition: background 0.4s ease-in-out;
}


.category_mass__href:hover {
  background: rgba(255, 255, 255, 0.40);
}


.category_mass__item {
  margin-bottom: 8px;
}

.blog__readmore:hover {
  color: var(--MAIN-COLOR);
  background-color: var(--white);
}


.blog__image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), rgba(67, 46, 25, 0.37);
}

.blog__filters__bg__postinfo {
  align-items: flex-start;
}

.blog__wrapp {
  padding: 20px 24px;
}


.blog__filters__bg__post_share {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.blog__filters__social .social__item:not(:last-child) {
  margin-right: 12px;
}

.blog__filters__bg__posttags {
  max-width: calc(50% - 30px);
  width: 100%;
}

.blog__filters__bg__post_share {
  margin-left: auto;
}

.blog__title {
  font-size: 22px;
font-style: normal;
font-weight: 100;
line-height: 1.2;
font-family: "Philosopher-Bold";
transition: color 0.4s ease-in-out;
}

.blog__title:hover {
  color: var(--green-dark);
}

.blog__date {
  color: var(--INPUT-COLOR);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.blog__item:hover .blog__image img {
  transform: scale(1.05);
}
.blog__image {
  overflow: hidden;
}
.blog__image img {
  width: 100%;
  height: 204px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: transform 0.4s ease-in-out;
}

.instagram__item {
  max-width: 100%;
  width: 100%;
  margin-right: 26px;
}

.instagram__item:last-child {
  margin-right: 0;
}




.instagram__href {
  display: block;
}

.instagram {
  margin-top: 90px;
}

.instagram__item {
  flex-direction: column;
}

.instagram__card {
  margin-top: 50px;
  align-items: unset;
}

.instagram__link {
  margin-top: auto;
}

.instagram__text {
  margin-bottom: 50px;
  margin-top: 28px;
  text-align: center;
}
.instagram__image {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.instagram__image {
  border-radius: 16px;
}

.instagram__image img {
  width: 100%;
  border-radius: 16px;
  height: 268px;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.instagram__video video {
  width: 100%;
  border-radius: 16px;
  height: 268px;
  object-fit: cover;
}

.instagram__hrefs {
  font-size: 0;
  line-height: 0;
}

.instagram__item:hover .instagram__image img {
  transform: scale(1.1);
}

.instagram__open {
  padding: 10px 30px;
    margin-left: auto;
    font-size: 20px;
}

.instagram__href {
  font-size: 16px;
font-style: normal;
font-weight: 600;
}

.instagram__href:hover {
  background: linear-gradient(183deg, #3975A5 -40.25%, #2D6EA1 -0.58%, #DEEFFD 136.05%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.blog__wrapp {
  flex-direction: column;
}

.blog__top .how_it_works__heading {
  align-items: flex-start;
}


.hero_static__img2.blog__bg {
  background-image: url('../images/blog/bg.webp');
}

.blog__heading__top {
  flex-direction: column;
}

.blog__breadcrumb {
  width: 100%;
  margin-top: 24px;
}

.blog__breadcrumb__href {
  font-size: 16px;
}

.blog__breadcrumb__img{
  margin: 0 12px;
}

.blog__breadcrumb__last {
  background: linear-gradient(183deg, #3975A5 -40.25%, #2D6EA1 -0.58%, #DEEFFD 136.05%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.blog__breadcrumb__item:last-child .blog__breadcrumb__href::after {
  display: none;
}

.filter_search {
  margin-bottom: 46px;
  font-weight: 100;
  font-family: "Philosopher-Bold";
  font-size: 24px;
}

.filter_search  svg {
  margin-right: 16px;
}

.filter_search__wrapp  span {
  margin-left: 5px;
  background: linear-gradient(183deg, #3975A5 -40.25%, #2D6EA1 -0.58%, #DEEFFD 136.05%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.blogs__reviews__title {
  display: block;
    margin-bottom: 48px;
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
    font-family: "Philosopher-Bold";
}

.blogs__reviewwrapp{
  padding: 34px 0;
  border-top: 1px #B3C1CD solid;
}

.blogs__review__ava{
  font-size: 0;
  line-height: 0;
}

.blogs__review__descr {
  max-width: calc(100% - 108px);
  width: 100%;
  padding-left: 24px;
}

.blogs__review__author {
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  font-family: "Philosopher-Bold";
}

.blogs__review {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px #B3C1CD solid;;
}

.blogs__review:last-child {
  margin-bottom: 0;
}

.blogs__review__input {
  max-width: calc(50% - 20px);
  width: 100%;
  height: 60px;
  padding: 0 24px;
  border-radius: 16px;
  color: var(--INPUT-COLOR);
  font-size: 16px;
  background-color: var(--white);
  border: 1px solid var(--LIGHT-BLUE);
  outline: none;
}

.blogs__review__item {
  margin-bottom: 20px;
}

textarea.blogs__review__input {
  max-width: 100%;
  height: 150px;
  padding: 24px;
}

.blogs__review__btn {
  margin-top: 42px;
  width: 100%;
  border-radius: 12px;
  padding: 16px 0;
  font-size: 16px;
}

.blogs__review__input:last-child {
  margin-left: auto;
}

.blogs__review__date {
  margin-left: auto;
  color: var(--icon);
  text-align: right;
  font-size: 14px;
  font-style: normal;
}

.blogs__review__text {
  margin-top: 12px;
  font-size: 16px;
font-style: normal;
font-weight: 400;
}


.news_blog_alert {
  margin-bottom: 36px;
  padding: 16px;
  border-radius: 16px;
  font-size: 14px;
  color: #ED4C49;
  border: 1px solid #ED4C49;
  background-color: #FBEBEB;
}

.news_blog_alert svg {
  margin-left: auto;
}

.footer__contacts {
  max-width: 300px;
  width: 100%;
}


.where_from__input:disabled {
  opacity: 0.2;
}

.formsearch__bodynew {
  border-radius: 12px;
  padding: 16px 20px;
  background-color: var(--white);
  cursor: default;
}

.formsearch__bodynew__itemright {
  margin-left: auto;
}

.formsearch__bodynew__item:not(:last-child) {
  margin-bottom: 18px;
}

.formsearch__bodynew__itemleft {
  font-size: 14px;
font-style: normal;
font-weight: 500;
}

.formsearch__bodynew__iteminput {
  width: 50px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
  outline: none;
  border: none;
}

.formsearch__bodynew__itembtn {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #F6F8FF;
  font-size: 0;
  line-height: 0;
  transition: background-color 0.4s ease-in-out;
}

.formsearch__bodynew__itembtn:hover {
  background-color: var(--green-dark);
}

.formsearch__bodynew__itembtn path {
  transition: stroke 0.5s ease-in-out;
}

.formsearch__bodynew__itembtn:hover path {
  stroke: var(--white);
}

.formsearch__bodynew__itemleft span {
  display: block;
  color: var(--INPUT-COLOR);
  font-size: 12px;
}
.team__wrapps {
  position: relative;
}

.direction__item__sepa {
  display: block;
  margin: 0 20px;
  width: 20px;
  height: 1px;
  background-color: #1A2027;
}

.banners__href img {
  height: 35px;
}

.banners__href {
  font-size: 0;
  line-height: 0;
}

.formclick_vx3100 {
  max-width: 100%!important;
}

.new_listgroup {
  max-width: 610px;
  width: 100%;
}

.new_listgroupItem:not(:last-child) {
  margin-bottom: 42px;
}

.newBlockLandingText {
  max-width: 280px;
  width: 100%;
}

.newBlockLandingHeadingWrap {
  flex-direction: column;
}



.newBlockLandingAir {
  animation: 4s linear infinite newBlockLandingAir
}

@keyframes newBlockLandingAir {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes newBlockLandingAir {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

.newBlockLandingRightText {
  margin-top: 50px;
  align-items: flex-end;
}

.newBlockLandingRightBlock{
  flex-direction: column;
}

.newBlockLandingRightBlockCurr {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.newBlockLandingRightTextFrom {
  margin-top: auto;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 162.5% */
}

  .newBlockLandingRightPrice {
    padding: 0 15px;
    color:  #9CC1DF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1; /* 133.333% */
  }

.newBlockLandingRightText {
  color: var(--white);
}

.newBlockLandingHeading {
  padding-bottom: 20px;
  margin-bottom: 52px;
  border-bottom: 1px #fff solid;
}

.newBlockLandingRight {
  margin-left: 52px;
  flex-direction: column;
}

.newBlockLandingTextText {
  margin-top: 14px;
  color: #FFF!important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
}

.newBlockLandingText {
  flex-direction: column;
  color: #FFF;
  text-align: left;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.newBlockLandingText span {
  color: #9CC1DF;
}

.new_listgroupText {
  max-width: calc(100% - 74px);
  margin-left: 26px;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 146.154% */
}

.newBlockLandingTextFull {
  max-width: 100%;
  color: #CEA0FF;
}

.newBlockLandingTextFull span {
  color: var(--white);
}

.newBlockLandingTextTextMini {
  max-width: 300px;
  width: 100%;
}

.newBlockLandingRightFull {
  width: 100%;
  margin: 0;
  flex-direction: row;
}

.newBlockLandingRightPriceColor {
  color: #CEA0FF;
}


.newBlockLandingRightFull .newBlockLandingRightText {
  max-width: calc(100% - 330px);
  margin-left: auto;
}

@media screen and (max-width:1200px) {
  .new_listgroup {
    max-width: 100%;
  }
  .newBlockLandingHeading {
    flex-direction: column;
  }
  .newBlockLandingText {
    max-width: 100%;
    width: 100%;
}
.best_deals_continent__left3 {
  max-width: 100%!important;
}
.newBlockLandingText {
  text-align: center;
}
.newBlockLandingRight {
  margin: 0;
  margin-top: 25px;
}
}

@media screen and (min-width:1200px) and (max-width:1300px) {
  .newBlockLandingText {
    max-width: 240px;
    width: 100%;
}
.newBlockLandingText {
  font-size: 39px;
}
.newBlockLandingRightPrice {
  font-size: 23px;
}
}

@media screen and (max-width:800px) {
  .newBlockLandingText {
    text-align: center;
  }
  .newBlockLandingRight {
    margin: 0;
    margin-top: 20px;
  }
  .new_listgroupImg img {
    max-width: 32px;
  }
  .new_listgroupText {
    font-size: 19px;
    line-height: 1.3;
  }
}

@media screen and (max-width:600px) {

  .new_listgroupText {
    font-size: 16px;
  }
  .newBlockLandingRightFull {
    flex-direction: column;
  }
  .newBlockLandingRightFull .newBlockLandingRightText {
    max-width: 100%;
    margin-left: 0;
}
}

@media screen and (max-width: 1024px) {
  .main-title {
    font-size: 32px;
  }
}

.searchform__items_c{
  width: 100%;
}

.search__gooffer {
  display: none;
}

@media screen and (max-width: 500px) {
  .search__gooffer {
    display: block;
  }
  .searchform__mainblock,
  .searchform__items_mb12 {
    margin-bottom: 0px!important;
  }

  .crm_form  .searchform__mainblock,
  .crm_form  .searchform__items_mb12 {
    margin-bottom: 12px!important;
  }

  .crm_form #ajaxcontent {
    display: none;
  }

  .crm_form.form_mc  #ajaxcontent {
    display: block;
  }

  .crm_form .formclick_vx3 {
    border-radius: 12px!important;
  }

  .direction__item__sepa {
    margin: auto 5px;
    width: 6px;
  }


  
  .hero__home {
    height: auto!important;
  }

  .filter_search__wrapp  {
    display: flex;
    font-size: 21px;
    text-align: center;
  }

  .main-title {
    font-size: 24px;
  }
  .mini-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
}


@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher-Bold";
  src: url("../fonts/Philosopher-Bold.eot");
  src: local("Philosopher Bold"), local("Philosopher-Bold"), url("../fonts/Philosopher-Bold.woff") format("woff"), url("../fonts/Philosopher-Bold.ttf") format("truetype"), url("../fonts/Philosopher-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher-BoldItalic";
  src: url("../fonts/Philosopher-BoldItalic.eot");
  src: local("Philosopher BoldItalic"), local("Philosopher-BoldItalic"), url("../fonts/Philosopher-BoldItalic.woff") format("woff"), url("../fonts/Philosopher-BoldItalic.ttf") format("truetype"), url("../fonts/Philosopher-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 24px 60px;
  z-index: 9991;
}
.header__wrapp {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.header__wrapp {
  width: 100%;
}
.header__navigation {
  margin: 0 auto;
}
.header__callback {
  margin-left: 0;
}
.header__navigation .navigation__href {
  color: var(--white);
}
.header__navigation .navigation__href::before {
  background-color: var(--white);
}

.hero1 {
  min-height: 100vh;
  padding-bottom: 60px;
  position: relative;
}
.hero__container {
  max-width: 1582px;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.hero__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero__video-on-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__wrapp {
  padding-bottom: 110px;
  flex-direction: column;
  padding-top: 310px;
  min-height: calc(100vh - 110px);
}
.hero__title {
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 100;
  text-align: center;
  line-height: normal;
  color: var(--white);
}



.hero__subtitle {
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  color: var(--white);
}
.hero__banners {
  width: 100%;
  justify-content: space-between;
}
.hero__banners__href {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.hero__banners__href:hover {
  transform: scale(1.1);
}

.logo {
  width: 69px;
  height: 62px;
  display: block;
  line-height: 0;
  font-size: 0;
  background-image: url("../images/PrivyTripsLogo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}


.header .logo {
  background-image: url('../images/PrivyTripsLogo_white.svg');
}


.header__arc {
  position: relative;
  width: max-content;
  margin-left: 60px;
  flex-wrap: wrap;
}

.arc_data {
  margin-bottom: -40px;
  padding-bottom: 40px;
  position: relative;
}


.license_popup {
  position: absolute;
  top: calc(100% - 20px);
  max-width: 770px;
  width: max-content;
  padding: 18px 12px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-style: normal;
  background-color: var(--white);
  box-shadow: 0px 4px 40px 0px rgba(173, 204, 232, 0.40);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  display: block;
}

.arc_data:hover .license_popup {
  opacity:1;
  pointer-events: all;
  cursor: default;
  z-index: 99;
}
.license_popup  a,
.license_popup  strong {
  font-weight: 700;
  color: #2D6EA1;
}

.show_arc_iata {
  width: 770px;
}

.license_popup {
  left: -17px;
}


.license_popup::before {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: 20px;
  width: 24px;
  height: 20px;
  background-image: url('../images/heading/arrow.svg');
}

.arc_data:not(:last-child) {
  margin-right: 10px;
}

.arc_data {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.header__arc {
  flex-direction: column;
}

.arc_full {
  margin-top: 10px;
}

.header .callback {
  color: var(--white);
}

.header .callback::before {
  background-image: url("../images/phone_white.svg");
}

.header .language__heading {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.header .language__heading path {
  stroke: var(--white);
}

.header .language:hover .language__heading {
  color: var(--MAIN-COLOR);
  background-color: var(--white);
}
.header .language:hover .language__heading path {
  stroke: var(--MAIN-COLOR);
}

.header_white_anim {
  display: none;
  position: fixed;
  transform: translateY(-210px);
  transition: transform 0.4s ease-in-out;
}

.header_white_anim2 {
  display: flex;
}

.header_white {
  background-color: var(--white);
  transform: translateY(0);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
}

.header_white .logo {
  background-image: url(../images/PrivyTripsLogo.svg);
}


.header_white .callback {
  color: var(--white);
}

.header_white .callback::before {
  background-image: url("../images/phone.svg");
}

.header_white .callback {
  color: var(--MAIN-COLOR);
}

.header_white .callback::before {
  background-image: url("../images/phone_black.svg");
}

.header_white .language__heading {
  background-color: transparent;
  color: var(--MAIN-COLOR);
  border-color: var(--MAIN-COLOR);
}
.header_white .language__heading path {
  stroke: var(--MAIN-COLOR);
}

.header_white .language:hover .language__heading {
  color: var(--MAIN-COLOR);
  background-color: var(--white);
}
.header_white .language:hover .language__heading path {
  stroke: var(--MAIN-COLOR);
}

.header_white .header__navigation .navigation__href {
  color: var(--MAIN-COLOR);
}

.header_white .header__navigation .navigation__href::before {
  background-color: var(--MAIN-COLOR);
}

.navigation__item:not(:last-child) {
  margin-right: 36px;
}
.navigation__href {
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  letter-spacing: 1.1px;
}
.navigation__href::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--MAIN-COLOR);
  transition: width 0.4s ease-in-out;
}
.navigation__href:hover::before {
  width: 100%;
}

.language {
  position: relative;
}
.language__heading {
  position: relative;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid var(--MAIN-COLOR);
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.4s ease-in-out;
  z-index: 9;
}
.language__heading svg {
  margin-left: 10px;
}
.language__body {
  position: absolute;
  top: 25px;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 37px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  z-index: 8;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
}
.language__item:not(:last-child) {
  margin-bottom: 14px;
}
.language__href {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  color: var(--MAIN-COLOR);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  background-color: transparent;
  cursor: pointer;
  border-bottom: 1px solid var(--white);
  transition: border-color 0.4s ease-in-out;
}
.language__href_active, .language__href:hover {
  border-color: var(--MAIN-COLOR);
}

.language:hover .language__heading {
  border-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
}

.language:hover .language__body {
  transform: scale(1);
  pointer-events: all;
}

.callback {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
  letter-spacing: 0.88px;
}
.callback:hover {
  text-shadow: 0px 4px 20px #fff;
}
.callback::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background-image: url("../images/phone_black.svg");
}

.header_white .callback:hover {
  background: var(--GRADD);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_white .callback:hover::before {
  background-image: url("../images/phone__grad.svg");
}

.formsearch {
  margin: auto 0;
  width: 100%;
  background-color: var(--white);
  border-radius: 20px;
}

.form_multicity {
  margin-bottom: 60px;
}

.formsearch__line:not(:last-child) {
  border-bottom: 1px var(--LIGHT-BLUE) solid;
}

.formsearch__line_none {
  border-bottom: none!important;
}

.formsearch__calendarinput {
  font-size: 18px;
  color: var(--INPUT-COLOR);
}
.formsearch__r {
  position: relative;
}
.formsearch__line {
  align-items: unset;
}
.formsearch__body {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  filter: drop-shadow(0px 4px 20px rgba(167, 196, 231, 0.47));
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.formsearch__body__href {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background-color: var(--white);
  transition: background-color 0.4s ease-in-out;
}
.formsearch__body__href_active, .formsearch__body__href:hover {
  background-color: var(--CHOOSE-GREY);
}
.formsearch__body__item:last-child .formsearch__body__href {
  border-radius: 0px 0px 10px 10px;
}
.formsearch__calendar {
  background-color: transparent;
  outline: none;
  border: none;
}
.formsearch__item {
  position: relative;
  padding: 31px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  outline: none;
  border: 1px rgba(255, 255, 255, 0) solid;
  transition-property: border-color, box-shadow;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;

}
.formsearch__item:not(.formsearch__item_nohover) {
  border-radius: 0px 0px 0px 0px;
}
.formsearch__item:hover:not(.formsearch__item_nohover) {
  border-color: #9CC1DF;
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  cursor: pointer;
}

.formsearch__item:not(.formsearch__item_nohover).formsearch__item_nc1 {
  border-radius: 20px 0 0 0px;
}

.wherefromjsclick99 {
  border-radius: 0px 0px 0px 20px!important;
}

.form_multicity .wherefromjsclick99 {
  border-radius: 20px 0 0 20px !important;
}

.formsearch__item_nc1 {
  max-width: 220px;
  width: 100%;
}
.formsearch__item img {
  margin-right: 6px;
}
.formsearch__item_arrow {
  display: flex;
  align-items: center;
}
.formsearch__item_arrow::after {
  content: "";
  width: 24px;
  height: 16px;
  display: block;
  margin-left: 6px;
  background-image: url("../images/home_page/fillter_arrow.svg");
}
.formsearch__item_hr {
  display: flex;
  align-items: center;
  color: var(--INPUT-COLOR);
  border-right: 1px var(--LIGHT-BLUE) solid;
}
.formsearch__item_hr img {
  margin-right: 18px;
}

.formsearch__item_nom {
  margin: 0 !important;
}
.formsearch__item_color {
  display: flex;
  align-items: center;
  color: var(--INPUT-COLOR);
}
.formsearch__item_w310 {
  max-width: 330px;
  width: 100%;
}
.formsearch__item_w330 {
  max-width: 305px;
  width: 100%;
}
.formsearch__btn {
  margin: auto 32px auto auto;
  padding: 18px 38px;
  border-radius: 50px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  background-color: var(--MAIN-COLOR);
}
.formsearch__btn:hover {
  background: linear-gradient(183deg, #3975A5 -40.25%, #2D6EA1 -0.58%, #DEEFFD 136.05%);
}

.formsearch__btn:disabled {
  background: linear-gradient(183deg, #3975A5 -40.25%, #2D6EA1 -0.58%, #DEEFFD 136.05%);
  opacity: 0.7;
}

.chat {
  position: fixed;
  bottom: 64px;
  right: 64px;
  z-index: 9990;
}
.chat__open {
  width: 90px;
  height: 90px;
  background-color: var(--white);
  border: 1px var(--GRADD) solid;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  filter: drop-shadow(0px 4px 40px rgba(173, 204, 232, 0.4));
}

.formsearch__item_clicked{
  border-radius: 16px 0px 0px 0px;
}

.formsearch__item_clicked2,
.formsearch__item_clicked {
  border-color: #9CC1DF;
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  cursor: pointer;
}

.formsearch__body_active {
  opacity: 1;
  pointer-events: all;
}


.form_multicity {
  background-color: transparent;
  border-radius: 0;
}

.form_multicity .formsearch__line {
  position: relative;
  margin: 12px 0 50px;
  background-color: var(--white);
  border-radius: 20px;
}

.form_multicity .formsearch__line.ajaxcontentbtm  {
  margin-bottom: 24px;
}

.form_multicity .date2,
.form_multicity .formsearch__btn,
.form_multicity .arrowform {
  display: none;
}

.form_multicity .formsearch__item_w330,
.form_multicity .formsearch__item_w310 {
  max-width: 33%;
}

.form_multicity .formsearch__item_w330last {
  display: none;
}

.form_multicity  .ormsearch__btn,

.form_multicity  .formsearch__item_w330 .formsearch__item_hr {
  border-right: none;
}

.where_fromitem_first,
.where_fromitem99,
.form_multicity .where_from {
  border-radius: 20px 0 0 20px;
}

.where_fromitem99 {
  border-radius: 0 0 0 20px;
}

.form_multicity .where_fromitem99 {
  border-radius: 20px 0 0 20px;
}

.best_deals {
  padding-top: 72px;
}

.best_deals__wrapp {
  position: relative;
}

.best_deals__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: transform 1s ease-in-out;
}

.best_deals__item:hover .best_deals__picture {
  transform: scale(120%);
}

.best_deals__item {
  overflow: hidden;
}

.best_deals__picture img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.best_deals__btn {
  position: absolute;
  top: 50%;

  font-size: 0;
  line-height: 0;
  background-color: transparent;
  outline: none;
}

.best_deals__btn.swiper-button-disabled {
  opacity: 0.1;
}


.instagram__btn {
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  outline: none;
}

.instagram__left {
  left: -34px;
}

.instagram__right {
  right: -34px;
}


.team__btn {
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  outline: none;
}

.team__left {
  left: -34px;
}

.team__right {
  right: -34px;
}

.team {
  z-index: 99;
}



.best_deals__wrapp {
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.best_deals__left {
  left: -34px;
}

.best_deals__right {
  right: -34px;
}

.best_deals__main-title {
  margin-top: 5px;
}
.best_deals__heading {
  margin-bottom: 57px;
}
.best_deals__all {
  margin-left: auto;
  padding: 14px 42px;
}
.best_deals__card {
  width: 100%;
}
.best_deals__item {
  position: relative;
  display: flex;
  flex-shrink: 0;
  border-radius: 20px;
}

.best_deals__item:not(:last-child) {
  margin-right: 24px;
}
.best_deals__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: var(--Gradient-for-photo);
  z-index: 1;
  pointer-events: none;
}
.best_deals__swiper-scrollbar {
  margin-top: 44px;
  width: 100%;
  height: 4px;
  background-color: rgba(173, 204, 232, 0.35);
}
.best_deals__swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--LIGHT-BLUE);
}
.best_deals__inner {
  width: 100%;
  height: 477px;
  padding: 36px 30px;
  flex-direction: column;
}
.best_deals__booknow {
  position: relative;
  margin-left: auto;
  padding: 16px 24px;
  border-radius: 80px;
  border: 1px solid var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  z-index: 9;
  transition-property: background-color, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.best_deals__booknow:hover {
  background-color: var(--white);
  color: var(--MAIN-COLOR);
}
.best_deals__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-top: auto;
  color: var(--white);
  z-index: 9;
}
.best_deals__name {
  font-family: "Philosopher-BoldItalic";
  font-size: 36px;
  font-weight: 100;
}
.best_deals__price {
  margin-top: 0px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.best_deals__notice {
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.fly_luxury {
  max-width: 1735px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 60px;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}
.fly_luxury img:last-child {
  margin-top: 60px;
}

.fly_home {
  position: relative;
}
.fly_home__container {
  position: relative;
  z-index: 9;
}
.fly_home__gr1 {
  position: absolute;
  right: 0;
  top: -200px;
  pointer-events: none;
}
.fly_home__gr2 {
  position: absolute;
  left: 0;
  top: 200px;
  pointer-events: none;
}
.fly_home__wrapp {
  margin-top: 90px;
}
.fly_home__images {
  position: relative;
  max-width: 748px;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 454px 454px;
  grid-template-columns: minmax(auto, 454px) minmax(auto, 454px);
  gap: 20px;
  pointer-events: none;
  z-index: 99;
}
.fly_home__images img {
  border-radius: 20px;
}
.fly_home__image1 {
  grid-column: 1/1;
  grid-row: 1/1;
}
.fly_home__image2 {
  grid-column: 1/2;
  grid-row: 2/2;
}
.fly_home__image3 {
  margin-top: 75px;
  grid-column: 3/2;
  grid-row: 3/1;
}
.fly_home__image4 {
  margin-top: -75px;
  grid-column: 3/2;
  grid-row: 3/2;
}
.fly_home__circle {
  position: absolute;
  top: -26px;
  left: 155px;
  z-index: 1;
  pointer-events: none;
}
.fly_home__description {
  margin-top: 73px;
  max-width: 865px;
  width: 100%;
  margin-left: auto;
}
.fly_home__main-title {
  margin-bottom: 62px;
}
.fly_home__main-title2 {
  margin-bottom: 20px;
}
.fly_home__text {
  padding-bottom: 56px;
  margin-bottom: 56px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px var(--LIGHT-BLUE) solid;
}
.fly_home__card {
  flex-wrap: wrap;
}
.fly_home__item {
  max-width: calc(50% - 26px);
  width: 100%;
  margin-bottom: 64px;
}
.fly_home__item:nth-child(even) {
  margin-left: auto;
}
.fly_home__itemhead {
  display: flex;
  align-items: center;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}
.fly_home__itemhead::before {
  content: "";
  margin-right: 18px;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  background-image: url("../images/home_page/list.svg");
  background-size: 24px 24px;
}
.fly_home__itemdsc {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.how_it_works {
  padding-top:100px;
  padding-bottom: 30px;
  background-image: url("../images/home_page/grad3.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 60%;
}
.how_it_works__heading {
  flex-direction: column;
}
.how_it_works__card {
  margin-top: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.how_it_works__item {
  position: relative;
  max-width: 330px;
  width: 100%;
  flex-direction: column;
}
.how_it_works__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -100px;
  width: 100px;
  height: 1px;
  display: block;
  background-color: var(--LIGHT-BLUE);
}
.how_it_works__icon {
  position: relative;
  width: 100px;
  height: 100px;
  flex-direction: column;
  background-color: #fff;
  border-radius: 100%;
  filter: drop-shadow(0px 4px 40px rgba(173, 204, 232, 0.4));
  z-index: 99;
}
.how_it_works__contents {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.how_it_works__container {
  max-width: 1650px;
}
.how_it_works__title {
  margin-top: 48px;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}
.how_it_works__descr {
  margin-top: 28px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.how_it_works__descr a {
  font-weight: 600;
}
.how_it_works__btn {
  margin-top: 120px;
  padding: 18px 28px;
}

.testimonials {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  overflow: hidden;
}
.testimonials__reviewswrapp {
  position: relative;
}
.testimonials__btn {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 21px;
  background-color: transparent;
  outline: none;
  border: none;
  z-index: 99;
  transition: opacity 0.4s ease-in-out;
}
.testimonials__btn:hover {
  opacity: 0.4;
}
.testimonials__prev {
  left: -35px;
  background-image: url("../images/home_page/arrow.svg");
  transform: rotate(180deg);
}
.testimonials__next {
  right: -35px;
  background-image: url("../images/home_page/arrow.svg");
  transform: rotate(360deg);
}
.testimonials__container {
  max-width: 1690px;
}
.testimonials__reviews {
  margin-top: 60px;
}
.testimonials__reviews2 {
  margin-top: 0;
}
.testimonials__slide {
  margin: 20px 24px;
  flex-direction: column;
  padding: 36px 32px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(173, 204, 232, 0.4);
  transition: transform 0.4s ease-in-out;
}
.testimonials__slide:hover {
  transform: scale(0.96);
}
.testimonials__heading {
  width: 100%;
}
.testimonials__author {
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}
.testimonials__quote {
  margin-left: auto;
}
.testimonials__city {
  padding-top: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.testimonials__date {
  color: #B5B5B5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.testimonials__text {
  margin-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.testimonials__textblock {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  max-width: 1088px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-kerning: none;
  font-feature-settings: "liga" off;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 100;
  line-height: 72px; /* 150% */
}
.testimonials__textblockimg_left {
  margin-left: 28px;
}
.testimonials__textblockimg_right {
  margin-right: 28px;
}
.testimonials__decor {
  display: none;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 1766.5px);
  width: 3533px;
  height: 594px;
  background-image: url("../images/home_page/line3.svg");
  background-position: center;
  pointer-events: none;
}
.testimonials__textblockp {
  margin-bottom: 20px;
}
.testimonials__textblockp span {
  margin-left: 10px;
  background: linear-gradient(173deg, #234D6E 0.27%, #275D87 15.52%, rgba(173, 204, 232, 0.68) 101.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trustpilot {
  margin-top: 30px;
}
.trustpilot__logo {
  font-size: 0;
  line-height: 0;
}
.trustpilot__rating {
  position: relative;
  left: 80px;
  margin-left: auto;

}
.trustpilot__heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  justify-content: flex-end;
}
.trustpilot__info {
  margin-left: auto;
  max-width: 345px;
  width: 100%;
}
.trustpilot__sepa {
  margin: 0 32px;
  display: block;
  width: 1px;
  height: 34px;
  background-color: #B3C1CD;
}
.trustpilot__body {
  margin-top: 20px;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.trustpilot__body a {
  font-weight: 600;
}

.faq {
  position: relative;
  margin-top: 110px;
}
.faq__container {
  max-width: 1650px;
}
.faq__card {
  margin-top: 56px;
}
.faq__item {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px #B3C1CD solid;
}
.faq__item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.faq__heading {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
.faq__heading_active .faq__icon {
  transform: rotate(0deg);
}
.faq__heading span {
  padding-right: 20px;
}
.faq__body {
  display: none;
  margin-top: 26px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.faq__icon {
  margin-left: auto;
  transform: rotate(90deg);
  transition: transform 0.4s ease-in-out;
  flex-shrink: 0;
}
.faq__iblock {
  position: relative;
  padding: 60px 50px;
  border-radius: 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  z-index: 99;
}
.faq__before {
  position: absolute;
  top: -1300px;
  left: calc(50% - 960px);
  width: 100%;
  height: 764px;
  background-image: url("../images/home_page/map.webp");
  pointer-events: none;
}
.faq__bg {
  position: absolute;
  top: -350px;
  left: calc(50% - 920px);
  width: 100%;
  height: 909px;
  background-image: url("../images/home_page/faq_bg.svg");
}

.subscribe {
  position: relative;
  box-shadow: 0px -30px 20px 0px rgba(167, 196, 231, 0.1);
  background-color: var(--white);
}
.subscribe__container {
  max-width: 1130px;
}
.subscribe__bg {
  position: absolute;
  top: -320px;
  left: 0;
  width: 100%;
  height: 909px;
  background-image: url("../images/home_page/bg_subscribe.svg");
  pointer-events: none;
  z-index: -1;
}



.subscribe__error {
  display: block;
  margin-bottom: 22px;
  font-size: 16px;
  color: red;
  text-align: center;
}
.subscribe__logo {
  margin-bottom: 60px;
}
.subscribe__wrapp {
  flex-direction: column;
}
.subscribe__white {
  position: relative;
  margin-top: 60px;
  padding: 80px 0 0px;
  background-color: var(--white);
  z-index: 99;
}
.subscribe__white2 {
  margin-top: 0;
}
.subscribe__main-title2 {
  margin-top: 148px;
}
.subscribe__sub {
  margin-bottom: 56px;
  margin-top: 42px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.subscribe__form {
  max-width: 1100px;
  width: 100%;
  flex-wrap: wrap;
}
.subscribe__input {
  margin-right: 20px;
  padding-left: 32px;
  max-width: 380px;
  width: 100%;
  height: 64px;
  font-size: 20px;
  color: var(--INPUT-COLOR);
  border-radius: 20px;
  border: 1px solid var(--LIGHT-BLUE);
  outline: none;
}
.subscribe__input_anim {
  transition-property: box-shadow, border;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
}
.subscribe__input_anim:focus {
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
}
.subscribe__input_anim:active {
  border: 1px solid var(--MAIN-COLOR, #1A2027);
}
.subscribe__btn {
  padding: 18px 26px;
  border-radius: 20px;
}
.subscribe__left {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.subscribe__right {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.subscribe__language {
  position: relative;
}
.subscribe__language__head {
  height: 64px;
  line-height: 1;
  cursor: pointer;
}
.subscribe__language__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
}
.subscribe__language__body {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  left: 0;
  max-height: 200px;
  overflow: auto;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
}
.subscribe__language__item:first-child .subscribe__language__click {
  border-radius: 20px 20px 0px 0px;
}
.subscribe__language__item:last-child .subscribe__language__click {
  border: none;
  border-radius: 0px 0px 20px 20px;
}
.subscribe__language__click {
  width: 100%;
  padding: 16px 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  background-color: var(--white);
  border-bottom: 0.2px solid rgba(179, 193, 205, 0.2);
  transition: background-color 0.4s ease-in-out;
}
.subscribe__language__click img {
  margin-right: 10px;
}
.subscribe__language__click:hover {
  background-color: var(--CHOOSE-GREY);
}
.subscribe__language__arrow {
  margin-right: 0!important;
  margin-left: 8px!important;
}
.subscribe__language__code {
  margin-left: 11px;
  font-size: 20px;
  color: var(--MAIN-COLOR);
}
.subscribe__language__input {
  margin-left: 11px;
  width: calc(100% - 100px);
  height: 100%;
  font-size: 20px;
  color: var(--MAIN-COLOR);
  background-color: transparent;
  outline: none;
  border: none;
}

.subscribe__input_error {
  border: 1px var(--red) solid;
}

.subscribe__language__item_active .subscribe__language__click {
  background-color: var(--CHOOSE-GREY);
}

.subscribe__language__arrow {
  transition: transform 0.4s ease-in-out;
}

.subscribe__language__head_active .subscribe__language__arrow {
  transform: rotate(180deg);
}

.subscribe__language__body_active {
  transform: scale(1);
  pointer-events: all;
}

.banners__href {
  display: block;
  transition: transform 0.4s ease-in-out;
}
.banners__href:hover {
  transform: scale(1.1);
}

.policy {
  align-items: flex-start;
  margin-top: 56px;
}
.policy__hidden {
  display: none;
}
.policy__custom {
  width: 28px;
  height: 28px;
  background-image: url("../images/check1.svg");
  flex-shrink: 0;
  cursor: pointer;
}
.policy__text {
  margin-left: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.policy__text a {
  color: var(--green-dark);
}

.policy__text a:hover {
  color: #000;
}

.policy__hidden:checked ~ .policy__custom {
  background-image: url("../images/check2.svg");
}

.footer {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px #B3C1CD solid;
}
.footer__banners {
  padding: 0 73px;
  margin-top: 120px;
  justify-content: space-between;
}
.footer__wrapp {
  padding: 0 73px;
}
.footer__title {
  margin-bottom: 42px;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}
.footer__icon {
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
}
.footer__item {
  align-items: flex-start;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.footer__item:not(:last-child) {
  margin-bottom: 20px;
}
.footer__item a {
  transition: color 0.4s ease-in-out;
}
.footer__item a:hover {
  color: var(--INPUT-COLOR);
}
.footer__icon {
  margin-right: 20px;
}
.footer__href {
  font-size: 0;
  line-height: 0;
}
.footer__navigations {
  margin: 0 auto;
  margin-top: 69px;
}
/* .footer__navigation:last-child {
  margin-left: 120px;
} */
.footer__navigation__item {
  text-align: center;
}
.footer__navigation__item:not(:last-child) {
  margin-bottom: 20px;
}
.footer__navigation__href {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  letter-spacing: 0.6px;
  border-bottom: 1px solid var(--white);
  transition: border-color 0.4s ease-in-out;
}
.footer__navigation__href:hover {
  border-color: currentColor;
}
.footer__copytext {
  padding-bottom: 42px;
  margin-top: 50px;
  color: var(--LIGHT-GREY);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.footer__copytext a, .footer__copytext strong {
  font-weight: 600;
}
.footer__copytext a:hover {
  color: var(--INPUT-COLOR);
}

.social__item:not(:last-child) {
  margin-right: 24px;
}
.social__href {
  width: 36px;
  height: 36px;
  display: block;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  transition: box-shadow 0.4s ease-in-out;
}
.social__href:hover {
  box-shadow: 0px 4px 4px 0px rgba(180, 214, 245, 0.4);
}

.modal__body {
  display: none;
  position: fixed;
  top: calc(50% - 314px);
  left: calc(50% - 314px);
  width: 628px;
  padding: 48px 36px;
  background-color: var(--white);
  border-radius: 30px;
  border: 1px solid var(--GRADD, #3975A5);
  box-shadow: 0px 4px 40px 0px rgba(173, 204, 232, 0.4);
  z-index: 9992;
}
.modal__shadow {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9991;
}

.callbacks__ava {
  width: 92px;
  height: 92px;
  border-radius: 100%;
}
.callbacks__heading {
  align-items: flex-start;
}
.callbacks__heading__info {
  margin-left: 32px;
}
.callbacks__heading__t1 {
  color: var(--MAIN-COLOR);
  font-kerning: none;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.callbacks__heading__cb {
  margin-top: 15px;
  color: var(--GREEN, );
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.96px;
  transition: color 0.4s ease-in-out;
}
.callbacks__heading__cb svg {
  margin-right: 16px;
}
.callbacks__heading__cb:hover {
  color: var(--green-dark);
}
.callbacks__heading__cb:hover path {
  fill: var(--green-dark);
}
.callbacks__or {
  position: relative;
  margin: 42px 0;
}
.callbacks__or::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #B3C1CD;
}
.callbacks__or span {
  position: relative;
  padding: 0 36px;
  color: var(--LIGHT-BLUE);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  text-transform: uppercase;
  background-color: var(--white);
  z-index: 99;
}
.callbacks__close {
  margin-left: auto;
  background-color: transparent;
}
.callbacks__close path {
  transition: fill 0.4s ease-in-out;
}
.callbacks__close:hover path {
  fill: var(--MAIN-COLOR);
}
.callbacks__title {
  margin-bottom: 18px;
  font-size: 34px;
  font-style: normal;
  line-height: 1;
  font-weight: 100;
  font-family: "Philosopher-Bold", sans-serif;
}
.callbacks__sub {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.callbacks__form {
  margin-top: 36px;
}
.callbacks__form .subscribe__input {
  max-width: 100%;
}
.callbacks__submit {
  width: 100%;
  padding: 16px 0;
  margin-top: 18px;
  border-radius: 80px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  background-color: var(--GREEN);
  transition: background-color 0.4s ease-in-out;
}
.callbacks__submit:hover {
  background-color: var(--green-dark);
}

.testimonials__textblock__mob,
.language__heading img,
.burgerClose,
.fly_luxury_tablet,
.burger {
  display: none;
}

.static_page__wrapp {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.static_page .h1 {
  margin-bottom: 1.4rem;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  color: var(--white);
}
.static_page h2 {
  margin-bottom: 1.4rem;
  color: var(--MAIN-COLOR);
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.static_page h3 {
  margin-top: 1.4em;
  margin-bottom: 1rem;
  color: var(--MAIN-COLOR);
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.static_page h4 {
  margin-top: 1.4em;
  margin-bottom: 1rem;
  color: var(--MAIN-COLOR);
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}
.static_page h3:first-child {
  margin-top: 0;
}
.static_page h5 {
  margin-top: 1.4em;
  margin-bottom: 1rem;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}
.static_page p:not(:last-child) {
  margin-bottom: 1.2rem;
}
.static_page ol {
  margin-left: 18px;
  margin-bottom: 1.2rem;
}
.static_page li > ol {
  list-style: none;
}
.static_page ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1.2rem;
  margin-left: 18px;
  list-style: none;
}
@media screen and (min-width:600px) {
  .w-160 {
    width: 160px;
  }
  
}
@media screen and (max-width:600px) {
  .w-160 {
    width: 90px
  }
}

.formsearch__btn:hover {
  background-color: var(--MAIN-COLOR);
}
.formsearch__btn:active {
  background: linear-gradient(183deg, #3975A5 -40.25%, #2D6EA1 -0.58%, #DEEFFD 136.05%);
}

.static_page .table {
  margin-bottom: 1.2rem;
  width: 100%;
  border-collapse: collapse;
}
.static_page .table td {
  padding: 10px;
  border: 1px rgba(0, 0, 0, 0.09) solid;
}
.static_page ul li {
  position: relative;
  margin-left: 20px;
}
.static_page ul li::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 14px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--MAIN-COLOR);
  border-radius: 100%;
}
.static_page a {
  color: var(--green-dark);
  border-bottom: 1px currentColor solid;
  transition: border-bottom 0.4s ease-in-out;
}
.static_page a:hover {
  border-bottom: none;
}
.static_page__table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 20px;
}
.static_page__table th {
  padding: 32px;
  border: 1px solid var(--STROKE);
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}
.static_page__table th:first-child {
  border-radius: 20px 0px 0px 0px;
}
.static_page__table td {
  width: 33%;
  border: 1px solid var(--STROKE);
  padding: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.date_added {
  display: block;
  margin-bottom: 36px;
  color: var(--INPUT-COLOR);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.callbacks__form_success {
  display: none;
  padding-top: 36px;
  flex-direction: column;
  padding-bottom: 74px;
}
.callbacks__form_success img {
  margin-bottom: 40px;
}

.static_page__table__mobile {
  display: none;
}

.hero_static {
  position: relative;
  margin-bottom: 60px;
  height: 380px;
  min-height: 0;
}
.hero_static__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/static_page/terms.webp");
  background-position: center;
  background-size: cover;
}
.hero_static__img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/static_page/privacy.webp");
  background-position: center;
  background-size: cover;
}

.hero_static__img3 {
  background-image: url("../images/static_page/cookie.webp");
}

.hero_static__img5 {
  background-image: url("../images/static_page/travel-policy_desktop.webp");
}

.hero_static2 {
  height: 552px;
}

.static_page .container {
  max-width: 1390px;
}

.static_page__info {
  padding-top: 170px;
}

.hero_static__imgicon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 231px;
  height: 204px;
  background-image: url("../images/static_page/terms_svg.svg");
}

.static_page__info p {
  margin-top: 42px;
  color: var(--white);
}

.static_page__info2 {
  padding-top: 200px;
}

.hero_static__imgicon2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 253px;
  height: 211px;
  display: block;
  background-image: url("../images/static_page/privacy_svg_left.svg");
}

.hero_static2 {
  overflow: hidden;
}

.hero_static__imgicon3 {
  position: absolute;
  right: -67px;
  bottom: -241px;
  width: 408px;
  height: 488px;
  display: block;
  background-image: url(../images/static_page/privacy_svg_right.svg);
  transform: scale(0.7);
}

.contacts {
  height: 1130px;
  background-image: url("../images/contacts/bg.webp");
  background-position: top;
}
.contacts__container {
  max-width: 1380px;
}
.contacts__wrapp {
  padding-top: 141px;
  flex-direction: column;
}
.contacts__main-title {
  font-size: 56px;
  color: var(--white);
}
.contacts__sub {
  padding-top: 42px;
  font-size: 16x;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
}
.best_deals_continent2 {
  height: 1200px;
}
.contacts__forms {
  flex-direction: column;
  width: 100%;
  margin-top: 59px;
  padding: 76px 72px;
  border-radius: 30px;
  background-color: var(--white);
}
.contacts__heading {
  margin-bottom: 42px;
  position: relative;
  font-size: 28px;
  font-style: normal;
  font-weight: 100;
  font-family: "Philosopher-Bold", sans-serif;
}
.contacts__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 0.8px;
  background-color: #B3C1CD;
}
.contacts__heading span {
  position: relative;
  padding-right: 42px;
  background-color: var(--white);
  z-index: 99;
}
.contacts__items {
  max-width: calc(50% - 30px);
  width: 100%;
}
.contacts__items:last-child {
  margin-left: auto;
}
.contacts__text {
  margin-bottom: 32px;
  font-size: 16px;
  font-style: normal;
}
.contacts__formwrappitem {
  max-width: calc(50% - 16px);
  width: 100%;
}
.contacts__formwrappitem:last-child {
  margin-left: auto;
}
.contacts__btn {
  width: 100%;
  padding: 21px 0;
  border-radius: 16px;
  font-size: 18px;
}
.contacts .subscribe__input {
  margin-bottom: 16px;
  font-size: 16px;
}
.contacts .subscribe__input:last-child {
  margin-bottom: 0;
}
.contacts .subscribe__language__code, .contacts .subscribe__language__input {
  font-size: 16px;
}
.contacts .policy__text {
  font-size: 14px;
  text-align: left;
}
.contacts__success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 347px;
}
.contacts__t1 {
  margin-top: 32px;
  font-size: 24px;
  font-style: normal;
  font-family: "Philosopher-Bold", sans-serif;
}
.contacts__t2 {
  margin-top: 16px;
  font-size: 16px;
}
.contacts__image {
  position: absolute;
  top: 200px;
  right: -500px;
  pointer-events: none;
}

textarea.subscribe__input {
  height: 135px;
  padding: 14px 24px;
}

.about_us {
  height: 380px;
  overflow: hidden;
}
.about_us__topimg {
  position: absolute;
  top: 150px;
  left: 0;
  pointer-events: none;
}
.about_us__bottomimg {
  position: absolute;
  bottom: -250px;
  right: 0;
  pointer-events: none;
}
.about_us__bg {
  width: 100%;
  height: 380px;
  background-image: url("../images/about_us/bg.webp");
  background-size: cover;
}
.about_us__container {
  max-width: 980px;
}
.about_us__wrapp {
  padding-top: 138px;
  flex-direction: column;
  color: var(--white);
}
.about_us__p {
  margin-top: 48px;
  text-align: center;
  font-size: 16px;
}
.about_us__main-title {
  color: var(--white);
  font-size: 56px;
}
.about_us__p2 {
  margin-top: 20px;
  font-size: 16px;
}

.about_us__p3 {
  margin-top: 42px;
}

.about_us__img {
  margin-top: 110px;
}
.about_us__faq .faq__container {
  max-width: 1430px;
}
.about_us__faq .mini-title {
  display: table;
  margin-bottom: 10px;
  font-size: 18px;
}
.about_us__faq .main-title {
  font-size: 36px;
}
.about_us__faq .faq__heading {
  font-size: 20px;
}
.about_us__faq .faq__body {
  font-size: 16px;
}
.about_us__circles {
  margin-bottom: 100px;
}
.about_us__container {
  max-width: 1330px;
}
.about_us__circleswrapp {
  padding: 33px 76px;
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: 0px 4px 40px 0px rgba(173, 204, 232, 0.4);
}
.about_us__circlesitem {
  flex-direction: column;
}
.about_us__circlescard {
  justify-content: space-between;
}
.about_us__circlesnum {
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: 1;
}
.about_us__circletext {
  margin-top: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(183deg, #3975A5 -40.25%, #2D6EA1 -0.58%, #DEEFFD 136.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_us__fly .fly_home__mini-title {
  font-size: 20px;
}
.about_us__fly .fly_home__main-title {
  font-size: 36px;
}
.fly_home__main-title2 {
  margin-bottom: 20px;
}
.about_us__fly .fly_home__description {
  margin-left: 0;
  margin-right: auto;
}
.about_us__fly .fly_home__container {
  max-width: 1330px;
}
.about_us__fly .fly_home__text {
  padding-bottom: 27px;
  margin-bottom: 27px;
  font-size: 16px;
}
.about_us__fly .fly_home__itemhead {
  font-size: 19px;
}
.about_us__fly .fly_home__description {
  margin-top: 14px;
  max-width: 670px;
}
.about_us__fly .fly_home__itemdsc {
  margin-top: 14px;
  font-size: 14px;
}
.about_us__fly .fly_home__images {
  max-width: 532px;
}
.about_us__fly .fly_home__images {
  grid-template-rows: 328px 328px;
  grid-template-columns: minmax(auto, 258px) minmax(auto, 258px);
}
.about_us__fly .fly_home__image3 {
  margin-top: -16px;
}
.about_us__fly .fly_home__image4 {
  margin-top: -128px;
}
.about_us__fly .fly_home__item {
  margin-bottom: 42px;
}
.about_us__fly .fly_home__itemhead::before {
  margin-right: 16px;
}
.about_us__block2 {
  margin: 90px 0;
  position: relative;
}
.about_us__block2img {
  position: relative;
  left: -60px;
  pointer-events: none;
}
.about_us__blockright {
  max-width: 710px;
  width: 100%;
  margin-left: auto;
}
.about_us__blockcard {
  margin-top: 48px;
}
.about_us__blockitem {
  position: relative;
  margin-left: 21px;
  font-size: 16px;
}
.about_us__blockitem::after {
  content: "";
  position: absolute;
  left: -21px;
  top: 10px;
  width: 6px;
  height: 6px;
  display: block;
  background-image: url("../images/about_us/li.svg");
  pointer-events: none;
}
.about_us__blockitem:not(:last-child) {
  margin-bottom: 24px;
}
.about_us__blockcard {
  max-width: 326px;
  width: 100%;
}
.about_us__blockcard:last-child {
  margin-left: auto;
}
.about_us__block2__grad {
  position: absolute;
  top: 183px;
  left: 63px;
  pointer-events: none;
}
.about_us__block2__vector {
  position: absolute;
  top: -90px;
  left: 0;
  pointer-events: none;
}

.team {
  position: relative;
}
.team__text {
  display: block;
  margin-top: 42px;
  font-size: 16px;
  text-align: center;
}
.team__bg {
  position: absolute;
  top: -200px;
  left: calc(50% - 920.5px);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.team__card {
  margin-top: 36px;
  align-items: flex-start;
  justify-content: space-between;
}
.team__img {
  font-size: 0;
  line-height: 0;
}
.team__item {
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}
.team__item:hover {
  transform: translateY(-10px);
}
.team__item:nth-child(even) {
  margin-top: 18px;
}
.team__item img {
  border-radius: 16px;
}
.team__name {
  margin-top: 36px;
  font-size: 22px;
  font-style: normal;
  font-family: "Philosopher-Bold", sans-serif;
}
.team__ceo {
  margin-top: 6px;
  color: var(--INPUT-COLOR);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.where_from {
  border-radius: 0px 0px 0px 20px;
}
.where_from__container {
  position: absolute;
  top: -2px;
  left: -1px;
  width: 100%;
  height: 96px;
  padding: 0 36px;
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  background-color: var(--white);
  border: 1px var(--LIGHT-BLUE) solid;
  z-index: 91;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
.where_from__container_active {
  opacity: 1;
  pointer-events: all;
}
.where_from__btn {
  background-color: transparent;
  outline: none;
  border: none;
}
.where_from__input {
  margin-left: 20px;
  width: 100%;
  height: 94px;
  font-size: 20px;
  outline: none;
  border: none;
}
.where_from__result {
  display: none;
  position: absolute;
  top: 94px;
  left: -1px;
  width: 570px;
  max-height: 300px;
  overflow: auto;
  border-radius: 0px 0px 6px 6px;
  background-color: var(--white);
  box-shadow: 0px 0px 16px 0px rgba(40, 54, 66, 0.14);
}
.where_from__item {
  padding: 14px 24px;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}
.where_from__item:hover {
  background-color: var(--CHOOSE-GREY);
}
.where_from__info {
  margin-left: 18px;
  flex-direction: column;
}
.where_from__name {
  font-size: 18px;
}
.where_from__mini {
  margin-top: 3px;
  color: var(--INPUT-COLOR);
  font-size: 16px;
}
.where_from__code {
  margin-left: auto;
  font-size: 18px;
}

.where_from__item_child {
  padding-left: 76px;
}

.where_from__item:last-child {
  border-radius: 0px 0px 6px 6px;
}

.formclick_vx1,
.formclick_vx2 {
  cursor: pointer;
}

.formclick_vx3 {
  max-width: 300px;
  width: 100%;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.formsearch__calendar,
.input-group-btn {
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
}

.formsearch__calendarinput {
  max-width: calc(100% - 50px);
  outline: none;
  border: none;
}

.closemob {
  display: none;
}

.not_found {
  max-height: 1080px;
}
.not_found__bg {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  background-image: url("../images/page_404/bg.webp");
  background-size: cover;
}
.not_found__container {
  max-width: 684px;
}
.not_found__img {
  position: absolute;
  top: 200px;
  right: 0;
}
.not_found__wrapp {
  padding: 0;
  height: 100vh;
  flex-direction: column;
}
.not_found__main-title {
  margin-top: 57px;
  color: var(--white);
}
.not_found__sub {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
}
.not_found__svg {
  animation: 2s ease-in-out infinite svg;
}
.not_found__back {
  margin-top: 72px;
  padding: 12px 24px;
  font-size: 18px;
}

@keyframes svg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/preloader/bg.webp");
  background-color: var(--white);
  background-position: center center;
  background-size: cover;
  z-index: 99999;
}

.preloader__wrapp {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 220px 0;
  color: var(--white);
}

.preloader__h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  font-family: "Philosopher-Bold", sans-serif;
}

.preloader__aero {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  width: 100%;
  height: 402px;
  max-width: 1100px;
}

.preloader__cloud1 {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  animation: 3s ease-in-out infinite cloud1;
}

.preloader__boing {
  position: relative;
  z-index: 2;
  animation: 2.3s ease-in-out infinite boing;
}

.preloader__cloud2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  animation: 3s ease-in-out infinite cloud1;
}

@keyframes cloud1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(5px, 5px);
  }
  75% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes boing {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.preloader__info {
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

.preloader__date {
  margin-top: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.arrowform {
  cursor: pointer;
}

.date1,
.date2 {
  padding: 0;
}

.input-group-btn {
  padding: 30px 36px;
}

.formsearch__calendarinput {
  max-width: calc(100% - 150px);
}

.search_heading {
  background-image: url("../images/search_page/bg.webp");
  background-size: cover;
}

.search_wrapp {
  flex-direction: column;
}

.search_wrapp,
.search_heading,
.search_height {
  height: auto;
}

.search_heading {
  position: static;
}

.search_wrapp {
  padding-bottom: 50px;
  padding-top: 108px;
}

.blog__heading__logo3 {
  margin-bottom: 34px;
}

.search_block_2 {
  margin-bottom: 100px;
  margin-top: 90px;
}
.search_block_2__img {
  font-size: 0;
  line-height: 0;
}
.search_block_2__left {
  max-width: calc(50% - 15px);
  width: 100%;
}
.search_block_2__left__text {
  margin-top: 38px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}
.search_block_2__right {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-left: auto;
  margin-top: 0px;
}
.search_block_2__right__text {
  margin-bottom: 38px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.typejs2:first-letter {
  text-transform: uppercase
}

.search .containernew {
  max-width: 1380px;
  width: 100%;
}
.search__title {
  font-size: 56px;
  font-style: normal;
  font-weight: 100;
  color: var(--white);
  font-family: "Philosopher-Bold", sans-serif;
}
.search__title_img {
  margin-left: 20px;
}
.search__form {
  margin-top: 59px;
  width: 100%;
  border-radius: 25px;
  background-color: var(--white);
}
.search__form__left {
  flex-direction: column;
  padding: 42px;
  max-width: 800px;
  width: 100%;
}
.search__form__right {
  padding: 40px 48px;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  flex-direction: column;
  border-radius: 25px;
  background-color: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
}
.search__form__headings {
  margin-top: 6px;
}
.search__form__best {
  color: var(--Light-grey-small-title);
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  line-height: 28px; /* 175% */
  letter-spacing: 0.96px;
}
.search__form__edit {
  margin-left: auto;
  background-color: transparent;
  outline: none;
  border: none;
  color: var(--icon);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.search__form__edit svg {
  margin-right: 6px;
}
.search__form__list {
  justify-content: space-between;
  margin-top: 48px;
}
.search__form__listimg {
  font-size: 0;
  line-height: 0;
}
.search__form__listitem {
  flex-direction: column;
}
.search__form__listtext {
  margin-top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.search__priceblock {
  margin-top: 60px;
  flex-direction: column;
}
.search__price {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.search__descr {
  margin-top: 24px;
  color: var(--INPUT-COLOR);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.search__descrhr {
  margin-top: 28px;
  width: 300px;
  height: 3px;
  background-color: var(--green-dark);
}
.search__callback__icon img {
  width: 68px;
}
.search__callback__t2 {
  margin-left: 18px;
  flex-direction: column;
}
.search__callback__top {
  color: var(--Light-grey-small-title);
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  line-height: 28px; /* 175% */
  letter-spacing: 0.96px;
}
.search__callback__btm {
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
}
.search__callback__num {
  margin-left: auto;
  padding: 8px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--GREEN);
  line-height: 28px; /* 175% */
  letter-spacing: 0.64px;
  border-radius: 50px;
  background-color: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(173, 204, 232, 0.25);
}
.search__callback__num svg {
  margin-right: 8px;
}
.search__callback__or {
  padding: 28px 0;
  color: var(--icon);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.direction {
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
}
.direction__item {
  display: flex;
  align-items: center;
  position: relative;
}

/* .direction__item::after {
  content: "";
  display: block;
  margin: 0 20px;
  width: 20px;
  height: 1px;
  background-color: #1A2027;
} */
.direction__item:last-child::after {
  display: none;
}

.trips__card {
  align-items: flex-start;
  margin-top: 20px;
  justify-content: space-between;
}
.trips__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
  text-transform: uppercase;
}
.trips__date {
  color: var(--icon);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.trips__heading {
  position: relative;
  margin-top: 22px;
  justify-content: space-between;
}
.trips__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url("../images/search_page/stroke.svg");
}
.trips span {
  position: relative;
  background-color: var(--white);
  z-index: 9;
}
.trips__head:first-child span {
  padding-right: 28px;
}
.trips__head:last-child span {
  padding-left: 28px;
}
.trips__head:nth-child(2) span {
  padding: 0 28px;
}

.airline {
  margin-top: 56px;
}
.airline__item {
  padding: 18px 28px;
  border-radius: 13.404px;
  background-color: var(--white);
  box-shadow: 0px 3.351px 16.754px 0px rgba(167, 196, 231, 0.35);
}
.airline__item:not(:last-child) {
  margin-bottom: 12px;
}
.airline__logo {
  width: 105px;
  font-size: 0;
  line-height: 0;
}
.airline__name {
  margin-left: 48px;
  color: var(--icon);
  font-size: 14px;
}
.airline__price {
  margin-left: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: uppercase;
}

.searchform__labeltop {
  justify-content: space-between;
  margin-bottom: 24px;
  border-bottom: 1px #E0ECF5 solid;
}
.searchform__custominpuit2, .searchform__custominpuit {
  display: none;
}
.searchform__label {
  padding-bottom: 10px;
  padding-right: 6px;
  margin-right: 22px;
}
.searchform__label:last-child {
  margin-right: 0;
  padding-right: 0;
}
.searchform__customtext {
  padding-bottom: 13px;
  color: var(--INPUT-COLOR);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.searchform__customtext:hover {
  color: var(--MAIN-COLOR);
  border-bottom: 1px #739AB8 solid;
}
.searchform__p {
  margin-top: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.searchform__btns {
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  border-radius: 12px;
  font-size: 18px;
  color: var(--white);
  background-color: var(--GREEN);
  transition: background-color 0.4s ease-in-out;
}

.searchform__btns:disabled {
  opacity: 0.7;
  cursor: no-drop;
}

.searchform__btns:hover {
  background-color: var(--green-dark);
}
.searchform__mainitem {
  width: 100%;
  margin-bottom: 12px;
}
.searchform__items {
  position: relative;
  width: 100%;
}
.searchform__items_w50 {
  max-width: calc(50% - 6px);
}

.searchform__items_w50:last-child {
  margin-left: auto;
}

.searchform__mainblock {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 56px;
  padding: 6px 24px;
  border-radius: 12px;
  border: 0.5px solid var(--LIGHT-BLUE);
}
.searchform__mainblock50 {
  max-width: calc(50% - 12px)!important;
  width: 100%;
}
.searchform__mainblock50:last-child {
  margin-left: auto;
}
.searchform__mainsub {
  color: var(--INPUT-COLOR);
  font-size: 12px;
}

.form_mc #datetimepicker_f1 {
  max-width: 100%!important;
}

.mcbuttons__add3,
.mcbuttons__add2,
.mcbuttons__remove2,
.mcbuttons__add,
.mcbuttons__remove {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: var(--INPUT-COLOR);
  background-color: transparent;
  outline: none;
  transition: color 0.4s ease-in-out;
}

.mcbuttons__add2 {
  margin-left: auto;
  margin-right: 19px;
  font-size: 16px;
   color: var(--CHOOSE-GREY);
}

.mcbuttons__add3:hover,
.mcbuttons__add2:hover,
.mcbuttons__remove2:hover,
.mcbuttons__add:hover,
.mcbuttons__remove:hover {
  color: var(--green-dark);
}

.mcbuttons__add3:hover svg path,
.mcbuttons__add2:hover svg path,
.mcbuttons__remove2:hover svg path,
.mcbuttons__add:hover svg path, 
.mcbuttons__remove:hover  svg path {
  fill: var(--green-dark);
}
.mcbuttons__remove2 svg,
.mcbuttons__remove svg {
  margin-right: 4px;
}

.mcbuttons__add3 {
  margin-left: auto;
}

.mcbuttons__add3 svg path,
.mcbuttons__add2 svg path,
.mcbuttons__remove2 svg path,
.mcbuttons__add svg path,
.mcbuttons__remove svg path {
  transition: fill 0.4s ease-in-out;
}

.mcbuttons__remove2 {
  position: absolute;
  bottom: -32px;
  left: 19px;
  color: var(--CHOOSE-GREY);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.mcbuttons__add  {
  margin-left: auto;
}

.mcbuttons2 {
  display: none;
  margin: -37px 0 12px;
}

.mcbuttons3 {
  display: none;
  margin: -33px 0 12px;
}

.mcbuttons {
  display: none;
  margin-top: -31px;
  margin-bottom: 30px;
}

.error {
  font-size: 13px;
  color: var(--red);
  padding-bottom: 15px;
}

.itemmc {
  margin-bottom: 14px;
}

.mcbuttons__add svg {
  margin-left: 5px;
}

.searchform__maininput {
  margin-top: 4px;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
  outline: none;
  border: none;
}

.form_multicity  .subscribe__language__head ,
.formsearch3 .subscribe__language__head ,
.searchform .subscribe__language__head {
  height: 24px;
}

.form_multicity .where_from__container_active:first-child {
  border-radius: 20px 0 0 20px;
}

.form_multicity  .subscribe__input,
.formsearch3 .subscribe__input,
.searchform .subscribe__input {
  height: 32px;
  margin-right: 0;
  padding-left: 0;
  max-width: 100%;
  border: none;
}


.formsearch3 .subscribe__language__code,
.searchform .subscribe__language__code {
  font-size: 14px;
}

.form_multicity .subscribe__language__code {
  font-size: 20px;
}

.form_multicity .subscribe__language__input {
  font-size: 20px;
}

.formsearch3 .subscribe__language__input,
.searchform .subscribe__language__input {
  font-size: 14px;
}

.ajaxcontentbtm {
  display: none;
}

.form_multicity .subscribe__input {
  height: 94px;
}

.searchform__custominpuit:checked ~ .searchform__customtext {
  color: var(--MAIN-COLOR);
  border-bottom: 1px #739AB8 solid;
}

.searchform__custominpuit2:checked ~ .searchform__customtext {
  color: var(--MAIN-COLOR);
  border-bottom: 1px #739AB8 solid;
}


.form_multicity .searchform__mainblock {
  height: 94px;
  border: none;
}

.subscribe__language__click {
  font-size: 14px;
  padding: 16px;
}

select.searchform__maininput {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../images/search_page/arrow.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

*[dir=rtl] select.searchform__maininput, :root:lang(ar) select.searchform__maininput, :root:lang(iw) select.searchform__maininput {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.searchform__mainblock_error {
  box-shadow: 0px 4px 20px 0px rgba(255, 130, 130, 0.47);
}
.searchform__mainblock_error .searchform__maininput, .searchform__mainblock_error .searchform__mainsub {
  color: var(--red);
}

.search__callbacksucc2,
.search__callbacksucc {
  padding: 40px 48px;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  flex-direction: column;
  border-radius: 25px;
  background-color: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
}



.mcbuttons__send {
  display: none;
  margin-bottom: 28px;
  width: 100%;
  padding: 18px 0;
  font-size: 18px;
  color: var(--white);
  font-style: normal;
  font-weight: 500;
  border-radius: 50px;
  background-color: var(--GREEN);
  transition: background-color 0.4s ease-in-out;
}

.mcbuttons__send:hover {
  background-color: var(--green-dark);
}

.search__callbacksucc2 .callbacks__title 
.search__callbacksucc .callbacks__title {
  margin-top: 48px;
}

.search__callbacksucc3 {
  margin: 70px 0;
  padding: 50px 110px;
  max-width: 680px;
}


.termsjs {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9992;
}
.termsjs__wrapp {
  position: relative;
  margin: 2rem auto;
  width: 1028px;
  max-height: calc(100vh - 4rem);
  padding: 64px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  background-color: var(--white);
  border-radius: 30px;
  overflow: auto;
  transform: translate(0, 0);
  z-index: 9993;
}
.termsjs__wrapp a {
  border-bottom: 1px solid currentColor;
}
.termsjs__wrapp a:hover {
  border-color: transparent;
}
.termsjs__wrapp::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  height: 185px;
  background-image: url("../images/search_page/terms_left.svg");
  pointer-events: none;
}
.termsjs__wrapp::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 331px;
  height: 178px;
  background-image: url("../images/search_page/terms_right.svg");
  pointer-events: none;
}
.termsjs__close {
  position: absolute;
  top: 23px;
  right: 43px;
  background-color: transparent;
  outline: none;
  border: none;
}
.termsjs__close svg path {
  transition: fill 0.4s ease-in-out;
}
.termsjs__close:hover svg path {
  fill: var(--GREEN);
}
.termsjs__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9991;
}

.termbtn {
  cursor: pointer;
}

.editsearch {
  display: none;
  position: relative;
  z-index: 9992;
}
.editsearch__right {
  padding: 42px;
  max-width: calc(100% - 419px);
  width: 100%;
  margin-left: auto;
}

.formsearch3 {
  padding-right: 20px;
}

.formsearch3.form_mc::-webkit-scrollbar {
  width: 3px; /* ширина для вертикального скролла */
  height: 3px; /* высота для горизонтального скролла */
  background-color: #fff;
}

#mc_content {
  display: none;
}

/* ползунок скроллбара */
.formsearch3.form_mc::-webkit-scrollbar-thumb {
  background-color: rgba(173, 204, 232, 0.35);
  border-radius: 9em;
}



.formsearch3.form_mc {
  height: auto;
  max-height: calc(100vh - 400px);
  overflow: auto;
}

@media screen and (max-height:750px) {
  .formsearch3::-webkit-scrollbar {
    width: 8px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #fff;
  }
  
  #mc_content {
    display: none;
  }
  
  /* ползунок скроллбара */
  .formsearch3::-webkit-scrollbar-thumb {
    background-color: var(--green-dark);
    border-radius: 9em;
  }
  
  
  
  .formsearch3 {
    height: auto;
    max-height: calc(100vh - 400px);
    overflow: auto;
  }
}

.editsearch__content {
  position: fixed;
  top: 10px;
  left: calc(50% - 457.5px);
  width: 915px;
  background-color: var(--white);
  border-radius: 30px;
  z-index: 9992;
}
.editsearch__title {
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 100;
}
.editsearch .searchform__items_w50 {
  margin-bottom: 12px;
  max-width: 100%;
}
.editsearch__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9991;
}
.editsearch__privy {
  position: absolute;
  top: 36px;
  left: 36px;
}
.editsearch__image {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  pointer-events: none;
}
.editsearch__image picture img {
  border-radius: 24px 0 0px 24px;
  height: 100%;
  object-fit: cover;
}
.editsearch__decor {
  position: absolute;
  right: -50px;
  top: 0px;
}
.editsearch__text {
  position: absolute;
  bottom: 36px;
  left: 32px;
  max-width: calc(100% - 64px);
  color: var(--white);
  flex-direction: column;
}
.editsearch__text_t1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
  font-family: "Philosopher-Bold";
}
.editsearch__text_t1 span {
  font-family: "Philosopher-BoldItalic";
}
.editsearch__text_t2 {
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.editsearch__close {
  margin-left: auto;
  background-color: transparent;
  outline: none;
  border: none;
}
.editsearch__close svg path {
  transition: fill 0.4s ease-in-out;
}
.editsearch__close:hover svg path {
  fill: var(--GREEN);
}
.editsearch__heading {
  margin-bottom: 42px;
}
.editsearch .searchform__btns {
  background-color: var(--MAIN-COLOR);
}
.editsearch .searchform__btns:hover {
  background-color: var(--green-dark);
}

.search_heading__imgleft {
  position: absolute;
  top: 30px;
  left: -800px;
  pointer-events: none;
}

.search_heading__imgright {
  position: absolute;
  right: -650px;
  pointer-events: none;
}

.search_block_2__img1 {
  position: absolute;
  left: -867px;
  top: -270px;
  z-index: 9;
  pointer-events: none;
}

.search_block_2__img2 {
  position: absolute;
  right: -585px;
  top: 356px;
  z-index: 9;
  pointer-events: none;
}

.search_block_2__wrapp,
.search_height {
  position: relative;
  z-index: 91;
}

.where_from__result {
  z-index: 999;
}

.searchform__wrpp {
  padding: 0 !important;
}

.searchform__calendar {
  background-color: transparent;
  outline: none;
  border: none;
}

.date2_disabled2 {
  opacity: 0.5;
}

.searchform__mainblock.formclick_vx3 {
  max-width: 100%;
}

.searchform__mainform .formsearch__body__href, .searchform__mainform .formsearch__item {
  font-size: 14px !important;
}
.searchform__mainform .where_from__result {
  width: 456px;
}
.searchform__mainform .where_from__name {
  font-size: 16px;
}
.searchform__mainform .where_from__mini {
  font-size: 14px;
}
.searchform__mainform img {
  max-width: 18px;
}
.searchform__mainform .where_from__item_child {
  padding-left: 46px;
}

.subscribe__language__code {
  width: 40px;
  border: none;
  outline: none;
}

.best_deals__pages .container {
  max-width: 1390px;
}

.best_deals__page {
  position: relative;
  height: 380px;
  background-image: url("../images/best_deals_page/bg.webp");
  background-size: cover;
}
.best_deals__page__decor_l {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.best_deals__page__decor_r {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.best_deals__page__filter {
  padding-top: 64px;
}
.best_deals__page__icon {
  margin: 0 auto 0 0;
  font-size: 0;
  line-height: 10;
}
.best_deals__page__filterall {
  padding: 10px 18px;
  font-size: 18px;
}
.best_deals__page__right {
  margin-left: 20px;
}
.best_deals__page__carditem:not(:last-child) {
  margin-right: 8px;
}
.best_deals__page__content {
  flex-wrap: wrap;
}
.best_deals__page__cardhref {
  padding: 10px 18px;
  font-size: 18px;
  color: var(--icon);
  border-radius: 30px;
  border: 0.8px solid var(--LIGHT-BLUE);
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
.best_deals__page__cardhref_active, .best_deals__page__cardhref:hover {
  color: var(--white);
  background-color: var(--MAIN-COLOR);
}
.best_deals__page__filterwrapp {
  padding-bottom: 28px;
  margin-bottom: 64px;
  border-bottom: 1px #B3C1CD solid;
}
.best_deals__page__item {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin-right: 20px;
  height: 275px;
  margin-bottom: 48px;
  border-radius: 16px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.best_deals__page__item:nth-child(3n) {
  margin-right: 0;
}
.best_deals__page__item:hover .best_deals__page__image {
  transform: scale(1.2);
}
.best_deals__page__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  z-index: 9;
  transition: transform 0.7s ease-in-out;
}
.best_deals__page__image img {
  border-radius: 16px;
  height: 100%;
}
.best_deals__page__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(37, 33, 26, 0) 0%, rgba(30, 26, 20, 0.8) 100%);
  border-radius: 16px;
}
.best_deals__page__wrapper {
  height: 284px;
  position: relative;
  padding: 20px 24px;
  flex-direction: column;
  z-index: 9;
}
.best_deals__page__offers {
  margin-left: auto;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  border-radius: 40px;
  border: 1px solid var(--white);
  transition: all 0.4s ease-in-out;
}
.best_deals__page__offers:hover {
  color: var(--MAIN-COLOR);
  background-color: var(--white);
}
.best_deals__page__bottom {
  margin-top: auto;
  max-width: 250px;
  width: 100%;
  color: var(--white);
  font-size: 18px;
  line-height: 1.6;
  flex-direction: column;
}
.best_deals__page__city {
  font-size: 28px;
  font-family: "Philosopher-BoldItalic";
  font-weight: 100;
}
.best_deals__page__price {
  margin-top:0;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.best_deals__page__notice {
  margin-top: 8px;
  font-size: 14px;
}

.best_deals__page__carditem_mob,
.best_deals__page__mob {
  display: none;
}

.best_deals_continent__bg,
.hero.best_deals_continent {
  height: 1086px;
}

.best_deals_continent__bg {
  position: relative;
  background-size: cover;
}
.best_deals_continent__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%), linear-gradient(0deg, rgba(56, 29, 13, 0.4) 0%, rgba(24, 11, 4, 0) 100%), linear-gradient(180deg, rgba(24, 11, 4, 0.4) 0%, rgba(24, 11, 4, 0) 100%);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.best_deals_continent_container {
  position: relative;
  max-width: 1390px;
  z-index: 91;
}
.best_deals_continent__navleft {
  margin-top: auto;
  margin-bottom: auto;
}
.best_deals_continent__heading {
  position: relative;
  margin-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 91;
}
.best_deals_continent__navigation {
  margin-top: 38px;
}
.best_deals_continent__navitem:not(:last-child) {
  margin-right: 19px;
}
.best_deals_continent__navhref {
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.18px;
  transition: color 0.4s ease-in-out;
}
.best_deals_continent__navhref_active, .best_deals_continent__navhref:hover {
  color: var(--white);
  border-bottom: 1px solid currentColor;
}
.best_deals_continent__plain {
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}
.best_deals_continent__navrightitem {
  position: relative;
}
.best_deals_continent__navrightitem:not(:last-child) {
  margin-right: 0px;
}
.best_deals_continent__navright {
  color: var(--white);
}
.best_deals_continent__navright__heading {
  margin-bottom: 8px;
  position: relative;
  flex-wrap: wrap;
  padding: 12px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.18px;
  border-radius: 60px;
  transition-property: background-color, color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  cursor: pointer;
}
.best_deals_continent__navright__heading svg {
  margin-left: 13px;
}
.best_deals_continent__navright__body {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 270px;
  max-height: 400px;
  flex-direction: column;
  border-radius: 12px;
  border: 0.5px solid var(--STROKE);
  background-color: var(--white);
  overflow: auto;
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
}

.best_deals_continent__navright__body::-webkit-scrollbar {
  width: 4px; /* ширина для вертикального скролла */
  height: 8px; /* высота для горизонтального скролла */
  background-color: var(--white)
}

/* ползунок скроллбара */
.best_deals_continent__navright__body::-webkit-scrollbar-thumb {
  background-color: var(--green-dark)
}



.best_deals_continent__navright__href {
  width: 100%;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  color: var(--MAIN-COLOR);
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  transition: background-color 0.4s ease-in-out;
}
.best_deals_continent__navright__href:hover {
  background-color: var(--CHOOSE-GREY);
}
.best_deals_continent__middle {
  margin-top: 64px;
  align-items: flex-start;
}
.best_deals_continent__left {
  max-width: 700px;
  width: 100%;
  padding-top: 47px;
  flex-direction: column;
  color: var(--white);
}
.best_deals_continent__titles {
  text-align: center;
  color: var(--white);
  font-size: 42px;
  line-height: 1.4;
  font-weight: 100;
  font-family: "Philosopher-Bold";
}
.best_deals_continent__titles span {
  font-family: "Philosopher-BoldItalic";
}
.best_deals_continent__starting {
  position: relative;
  margin-top: 72px;
  font-size: 16px;
  text-align: center;
  flex-direction: column;
}
.best_deals_continent__starting::after {
  content: "";
  display: block;
  position: absolute;
  top: -207px;
  left: -101px;
  width: 810px;
  height: 610px;
  background-image: url(../images/best-deals-continent/derken.svg);
  z-index: -1;
  pointer-events: none;
}
.best_deals_continent__phonebg {
  position: relative;
}
.best_deals_continent__phonebg::after {
  content: "";
  position: absolute;
  display: block;
  width: 522px;
  height: 434px;
  top: -141px;
  left: 97px;
  background-image: url(../images/best-deals-continent/derken2.svg);
  z-index: -1;
  pointer-events: none;
}
.best_deals_continent__price {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
}
.best_deals_continent__hr {
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  width: 184px;
  height: 1px;
  background-color: var(--white);
}
.best_deals_continent__text {
  padding: 0 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.best_deals_continent__phone {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  border: 0.6px solid var(--white);
  transition: all 0.4s ease-in-out;
}
.best_deals_continent__phone svg {
  margin-right: 8px;
}
.best_deals_continent__phone svg path {
  transition: fill 0.4s ease-in-out;
}
.best_deals_continent__phone:hover {
  color: var(--MAIN-COLOR);
  background-color: var(--white);
}
.best_deals_continent__phone:hover svg path {
  fill: var(--MAIN-COLOR);
}
.best_deals_continent .hero__banners {
  margin-top: 112px;
}
.best_deals_continent .hero__banners__items:not(:last-child) {
  margin-right: 40px;
}
.best_deals_continent .hero__banners__items:last-child {
  margin-right: 0;
}
.best_deals_continent__right {
  padding: 40px 48px;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  border-radius: 25px;
  background-color: var(--white);
}
.best_deals_continent__search__callback__or {
  display: block;
}
.best_deals_continent__landing {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.best_deals_continent__landing__left {
  flex-direction: column;
  display: flex;
  font-size: 16px;
}
.best_deals_continent__landing__left span {
  margin-top: 8px;
  font-size: 44px;
  line-height: 1;
  font-family: "Philosopher-BoldItalic";
}
.best_deals_continent__landing__right {
  margin-left: auto;
  text-align: right;
  flex-direction: column;
  display: flex;
  font-size: 16px;
}
.best_deals_continent__landing__right span {
  margin-top: 8px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
.best_deals_continent__landing__center {
  width: 100%;
  margin-top: 12px;
  font-size: 16px;
}
.best_deals_continent__langprice__head {
  margin-bottom: 16px;
  padding: 0 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.best_deals_continent__langprice__head__right {
  margin-left: auto;
}
.best_deals_continent__langprice__card {
  margin-bottom: 32px;
}
.best_deals_continent__langprice__carditem {
  border-radius: 70px;
  border: 0.5px solid var(--white);
  align-items: center;
  background-color: var(--light-glass);
  transition: background-color 0.4s ease-in-out;
}
.best_deals_continent__langprice__carditemli:not(:last-child) {
  margin-bottom: 8px;
}
.best_deals_continent__langprice__carditemname {
  padding: 12px 0 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.best_deals_continent__langprice__carditemprice {
  margin-left: auto;
  padding: 12px 24px;
  border-radius: 70px;
  border: 0.5px solid var(--white);
  background-color: var(--light-glass);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.best_deals_continent__langprice__carditem:hover {
  background-color: var(--btn-hower-glass-effect);
}

.best_deals_continent__navright__item:first-child .best_deals_continent__navright__href {
  border-radius: 12px 12px 0 0;
}

.best_deals_continent__navright__item:last-child .best_deals_continent__navright__href {
  border-radius: 0 0 12px 12px;
}

.best_deals_continent__navrightitem {
  margin-top: 8px;
}
.best_deals_continent__navrightitem svg {
  transition: transform 0.4s ease-in-out;
}
.best_deals_continent__navrightitem svg path {
  transition: stroke 0.4s ease-in-out;
}

.best_deals_continent__navrightitem:hover .best_deals_continent__navright__heading {
  color: var(--MAIN-COLOR);
  background-color: var(--white);
}
.best_deals_continent__navrightitem:hover .best_deals_continent__navright__heading svg {
  transform: rotate(180deg);
}
.best_deals_continent__navrightitem:hover .best_deals_continent__navright__heading svg path {
  stroke: var(--MAIN-COLOR);
}

.best_deals_continent__navrightitem:hover .best_deals_continent__navright__body {
  transform: scale(1);
}

.best_deals_continent__navright__heading_active {
  color: var(--MAIN-COLOR)!important;
  background-color: var(--white)!important;
}
.best_deals_continent__navright__heading_active svg {
  transform: rotate(180deg)!important;
}
.best_deals_continent__navright__heading_active svg path {
  stroke: var(--MAIN-COLOR)!important;
}

.best_deals_continent__navright__body_active{
  transform: scale(1)!important;
}

.best_deals_continent__navleft_tb,
.best_deals_continent__search__callback__or,
.hero__banners__items_mob {
  display: none;
}

.best_deals_continent__navright__body {
  z-index: 999;
}

.best_deals_continent__left2 {
  padding-top: 0;
}

.best_deals_continent__bg2, .hero.best_deals_continent2 {
  height: auto;
  padding-bottom:0px;
  background-position: center top;
}

.best_deals_continent__bg2 {
  padding-bottom: 40px;
}


.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.best_deals_continent .hero__banners2 {
  margin-top: 62px;
}

.subscribe__language__item_bottom .subscribe__language__click {
  border-bottom: 0.2px solid rgba(179, 193, 205, 0.9);
}

.our_service {
  margin: 100px 0 76px;
  background-image: url("../images/about_us/icon_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.our_service__item {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 310px;
  width: 100%;
  flex-direction: column;
  padding: 36px 16px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
}
.our_service__item:nth-child(4n) {
  margin-right: 0;
}
.our_service__left {
  position: absolute;
  top: -83px;
  left: -770px;
  pointer-events: none;
  z-index: 1;
}
.our_service__right {
  position: absolute;
  right: -884px;
  bottom: -48px;
  z-index: 1;
  pointer-events: none;
}
.our_service__card {
  position: relative;
  margin-top: 72px;
  align-items: unset;
  flex-wrap: wrap;
  z-index: 9;
}
.our_service__title {
  margin-top: 28px;
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  font-family: "Philosopher-Bold";
}
.our_service__desc {
  margin-top: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.about_us__blockflex {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.6;
}

.about_us__block2__vector {
  position: absolute;
  top: -205px;
  left: -767px;
}

.about_us {
  position: relative;
  z-index: 9;
}

.static_page__info3 {
  padding-top: 134px;
}

.static_page__info4 {
  padding-top: 116px;
}

.blog__heading__descr {
  margin-top:23px;
  font-size: 16px;
font-style: normal;
font-weight: 400;
color: var(--white);
}
.blog__heading__logo {
  margin-bottom: 59px;
}

.blog__heading__logo4 {
  margin-bottom: 34px;
}

.blog__heading__logo3 {
  margin-bottom: 52px;
}

.blog__heading__logo4 {
  margin-bottom: 37px;
}

.blog__heading__logo img {
  height: 44px;
}

.blog__heading__logo2 {
  margin-bottom: 37px;
}

.blog__heading__logo9 {
  margin-bottom: 22px;
}

.blog__heading__main-title {
  font-size: 44px;
}

.blog__decor_l {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}

.blogs__filters {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #B3C1CD;
  flex-wrap: wrap;
}

.blog__decor_r {
  position: absolute;
  bottom: -310px;
  right: 0;
  font-size: 0;
  line-height: 0;
}

.blog__filters__left {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 100;
  font-family: "Philosopher-Bold";
}

.blog__filters__left  img {
  margin-left: 16px;
}

.blog__filters__search {
  margin-left: auto;
  max-width: 331px;
  padding: 0 28px;
  height: 48px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid var(--LIGHT-BLUE);
}
.blog__filters__btn {
  background-color: transparent;
  outline: none;
  border: none;
}

.blog__filters__input {
  margin-left: 12px;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}

.blog__filters__categorys {
  position: relative;
  width: 256px;
  margin-left: 12px;
}


.blogs__filters {
  align-items: flex-start;
}



.blog__filters__categorys__head {
  margin-bottom: 20px;
  width: 100%;
  padding: 10.5px 22px;
  border-radius: 30px;
  font-size: 16px;
  border: 1px solid var(--LIGHT-BLUE);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.blog__filters__categorys:hover .blog__filters__categorys__head {
  border-radius: 30px;
  background-color: var(--white);
  border-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.27);
}

.blog__filters__categorys__head svg {
  transition: transform 0.4s ease-in-out;
}

.blog__filters__categorys:hover .blog__filters__categorys__head svg {
  transform: rotate(180deg);
}


.blog__filters__categorys__head  svg {
  margin-left: 12px;
}

.blog__filters__categorys__body {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 30px;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  transition: all 0.4s ease-in-out;
  z-index: 999;
}


.blog__filters__categorys:hover .blog__filters__categorys__body {
  opacity: 1;
  pointer-events: all;
}

.blog__filters__categorys__bodyhref{
  display: block;
  padding: 18px 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.16px;
  transition: background-color 0.4s ease-in-out;
}

.blog__filters__categorys__bodyitem:first-child .blog__filters__categorys__bodyhref {
  border-radius: 30px 30px 0 0;
}

.blog__filters__categorys__bodyitem:last-child .blog__filters__categorys__bodyhref {
  border-radius: 0 0 30px 30px;
}

.blog__filters__wrapp {
  align-items: flex-start;
}

.blog__filters__categorys__bodyhref_active,
.blog__filters__categorys__bodyhref:hover {
  background-color: var(--CHOOSE-GREY);
}

.blog__filters__content{
  max-width: 856px;
  width: 100%;
}

.blog__filters__rightbar {
  margin-left: auto;
  max-width: 452px;
  width: 100%;
}

.blog__card2{
  flex-wrap: wrap;
}

.blog__card  {
  align-items: unset;
}

.blog__item2 {
  max-width: calc(50% - 24px);
  width: 100%;
  margin-right: 24px;
  margin-bottom: 32px;
}

.blog__item2:nth-child(2n) {
  margin-right: 0;
}

.blog__searchform {
  padding: 42px 32px;
  border-radius: 20px;
background-color: var(--white);
box-shadow: 0px 3.741px 18.703px 0px rgba(167, 196, 231, 0.47);
}

.blog__or {
  display: block;
  padding: 28px 0px 18px;
  font-size: 14px;
}

.blog__filters__rightbar .search__callback__top {
  font-size: 14px;
}

.blog__filters__rightbar .search__callback__btm {
  font-size: 14px;
}

.blog__filters__rightbar .searchform__mainitem {
  margin: 0;
}

.blog__filters__rightbar .searchform__mainblock {
  margin-bottom: 12px;
}

.blog__filters__rightbar .best_deals_continent__phone {
  margin: 0;
  margin-left: auto;
  padding: 8px 9px;
  border-radius: 40px;
background-color: var(--white);
box-shadow: 0px 3.5px 43.75px 0px rgba(173, 204, 232, 0.25);
}

.blogs__container {
  max-width: 1390px;
}

.blog__filters__bg {
  position: relative;
  background-size: cover;
  border-radius: 20px;
}

.blog__filters__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), rgba(67, 46, 25, 0.20);
  z-index: 9;
}

.blog__filters__bg__content{
  margin-top: 48px;
}

.blog__filters__bg__content h2 {
  font-size: 28px;
  font-style: normal;
  font-weight:100;
  font-family: "Philosopher-Bold";
}

.blog__filters__bg__content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight:100;
  font-family: "Philosopher-Bold";
}

.blog__filters__bg__content h4 {
  font-size: 22px;
  font-style: normal;
  font-weight:100;
  font-family: "Philosopher-Bold";
}

.blog__filters__bg__content p img {
  width: 100%;
}

.blog__filters__bg__content blockquote,
.blog__filters__bg__content p,
.blog__filters__bg__content ol,
.blog__filters__bg__content ul,
.blog__filters__bg__content h2,
.blog__filters__bg__content h3,
.blog__filters__bg__content h4 {
  margin-bottom: 1.4rem;
}

.blog__filters__bg__content blockquote {
  font-size: 14px;
}

.blog__filters__bg__content iframe {
  width: 100%;
  height: 550px;
}

.blog__filters__bg__content blockquote {
  margin-top: -1rem;
  opacity: 0.7;  
}


.blog__filters__bg__content ul,
.blog__filters__bg__content ol {
  margin-left: 15px;
}

.blog__filters__bg__content  a {
  border-bottom: 1px solid currentColor;
  transition:  border-color 0.4s ease-in-out;
}

.blog__card3 {
  margin-top: 42px;
}

.blog__filters__bg__postinfo {
  margin: 48px 0;
  padding: 42px 0;
  border: #B3C1CD solid;
  border-width: 1px 0;
}

.blog__filters__bg__content  a:hover {
  border-color: var(--white);
}

.blog__filters__bg__wrapp {
  position: relative;
  height: 420px;
  padding: 0 75px;
  flex-direction: column;
  z-index: 10;
}

.blog__filters__bg__date {
  margin-top: 32px;
  font-size: 16px;
font-style: italic;
color: var(--white);
}

.category__tags {
  margin: 52px 0;
}

.blog__filters__bg__title {
  margin-top: 32px;
  text-align: center;
  color: var(--white);
}

.category__tags__title {
  margin-bottom: 28px;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  font-family: "Philosopher-Bold";
}

.category__tags__card {
  margin-top: 28px;
  flex-wrap: wrap;
}

.category__tags__carditem {
  margin: 0 11px 11px 0;
}

.category__tags__cardhref {
  display: block;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 14px;
  background-color: var(--white);
  border:1px solid var(--white);
  box-shadow: 0px 4px 40px 0px rgba(173, 204, 232, 0.40);
  transition: border-color 0.4s ease-in-out;
}

.category__tags__cardhref:hover {
  border-color: var(--STROKE);
}

.category__popularcard {
  margin-top: 28px;
}

.category__popularcarditem {
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  align-items: unset;
}

.category__popularcarddesc{
  padding: 24px;
  padding-left: 20px;
}

.category__popularcardimage {
  width: 138px;
  overflow: hidden;
  border-radius: 20px 0 0px 20px;
}

.category__popularcardimage img {
  border-radius: 20px 0 0px 20px;
  height: 100%;
  object-fit: cover;
}

.category__popularcarddate{
  color: var(--INPUT-COLOR);
  font-size: 12px;
}

.category__popularcarddesc{
  max-width: calc(100% - 138px);
  width: 100%;
}

.category__popularcardname {
  margin-top: 4px;
  display: block;
  font-size: 18px;
  font-weight: 100;
  font-family: "Philosopher-Bold";
  transition: color 0.4s ease-in-out;
}

.category__popularcarditem:not(:last-child) {
  margin-bottom: 12px;
}

.category__popularcardname:hover {
  color: var(--green-dark);
}

.category__popularcarditem:hover {
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.57);
}

.category__popularcardimage img {
  transition: transform 1s ease-in-out;
}

.category__popularcarditem:hover .category__popularcardimage img {
  transform: scale(1.05);
}


.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.pagination li {
  margin-right: 8px;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #F6F8FF;
  transition: background-color 0.4s ease-in-out;
}

.pagination li span,
.pagination li a:hover {
  background-color: #D9E6F6;
}

.about_us__wrapp2 {
  padding-top: 141px;
}

.about_us__wrapp3 {
  padding-top: 116px;
}

.best_deals_continent__right {
  padding: 0;
  background-color: transparent;
}

.best_deals_continent__right .searchform__mainitemf {
  display: flex;
  align-items: center;
}



.best_deals_continent__right .searchform__mainitemf .searchform__items:last-child {
  margin-left: auto;
}

.form_mc #datetimepicker_f1 {
  max-width: 100%;
}

.passengers {
  width: calc(100% + 40px);
}

.searchform__items_max50,
.best_deals_continent__right .searchform__mainblock.formclick_vx3 {
  max-width: calc(50% - 12px);
}

.searchform__items_max50 {
  margin-left: auto;
}

.accommodation_and_transfer__bg,
.accommodation_and_transfer__hero {
  height: 1086px;
  position: relative;
}

.accommodation_and_transfer__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.accommodation_and_transfer__hr {
  max-width: 392px;
  width: 100%;
  display: block;
  margin: 42px auto 72px;
  width: 100%;
  height: 2px;
  background-color: var(--white);
}

.accommodation_and_transfer__descr {
  font-size: 16px;
font-style: normal;
font-weight: 400;
text-align: center;
line-height: 1.6;
}

.accommodation_and_transfer__text{
  font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 26px;
text-align: center;
text-transform: uppercase;
}

.accommodation_and_transfer__svg {
  margin-bottom: 28px;
  font-size: 0;
  line-height: 0;
}

.accommodation_and_transfer__item {
  flex-direction: column;
  max-width: 178px;
  width: 100%;
}

.accommodation_and_transfer__card {
  margin-top: 86px;
  justify-content: space-between;
}

.accommodation_and_transfer__bg {
  background-image: url('../images/accommodation_and_transfer/bgdesktop.webp');
  background-size: cover;
}

.accommodation_and_transfer__title {
  text-align: center;
  font-size: 42px;
    font-family: "Philosopher-BoldItalic", sans-serif;
  color: var(--white);
}


.accommodation_and_transfer__title span {
  display: block;
}
.footer__navigations  {
  width: 100%;
  justify-content: center;
}
.footer__navigation {
  max-width: 270px;
  width: 100%;
}

.footer__social  {
  margin-left: 60px;
}

@media screen and (max-width: 1670px) {


  .arc {
    margin-left: 50px;
  }
  .navigation__href {
    font-size: 18px;
  }
  .hero__wrapp {
    padding-top: 250px;
    padding-bottom: 0;
  }
  .fly_home__description,
  .fly_home__images {
    max-width: calc(50% - 15px);
  }
  .fly_home__itemhead {
    font-size: 26px;
  }
}
@media screen and (max-width: 1445px) {
  .our_service__item {
    max-width: 305px;
  }
  .subscribe__input {
    max-width: 340px;
  }
  .search_block_2__left,
  .search_block_2__right {
    max-width: calc(50% - 15px);
  }
  .formsearch__item_w330 {
    max-width: 228px;
    width: 100%;
  }
  .where_from__container {
    height: 75px;
    top: -1px;
  }
  .where_from__input {
    height: 72px;
    font-size: 16px;
  }
  .where_from__info {
    margin-left: 12px;
  }
  .formsearch__calendarinput {
    font-size: 14px;
  }
  .where_from__name {
    font-size: 16px;
  }
  .where_from__code,
  .where_from__mini {
    font-size: 14px;
  }
  .where_from__item_child {
    padding-left: 60px;
  }
  .where_from__result {
    top: 74px;
    left: 0px;
    width: 399px;
  }
  .contacts__image {
    position: absolute;
    top: 196px;
    right: -44px;
    pointer-events: none;
  }
  .where_from__input {
    font-size: 16px;
  }
  .btn.contacts__btn {
    font-size: 18px;
  }
  .contacts {
    height: 1099px;
    background-image: url("../images/contacts/bg_1440.webp");
  }
  .contacts .subscribe__input {
    height: 56px;
  }
  .faq__before {
    left: 0;
  }
  .faq__bg {
    left: 0;
  }
  .contacts__btn {
    padding: 16px 0;
    font-size: 18px;
  }
  .hero_static__imgicon2 {
    top: -36px;
    left: -66px;
  }
  .contacts .subscribe__input {
    width: 100%;
  }
  .contacts textarea.subscribe__input {
    height: 120px;
  }
  .static_page__wrapp {
    font-size: 16px;
  }

  .hero_static__imgicon3 {
    right: -100px;
  }
  .navigation__item:not(:last-child) {
    margin-right: 25px;
  }
  .fly_luxury img {
    max-width: 40%;
  }
  .static_page .h1 {
    font-size: 42px;
  }
  .date_added {
    font-size: 16px;
  }
  .date_added {
    margin-bottom: 30px;
  }
  .static_page__wrapp {
    font-size: 16px;
  }
  .static_page h2 {
    font-size: 38px;
  }
  .static_page h3 {
    margin-top: 1.5em;
    font-size: 28px;
  }
  .static_page h5 {
    margin-top: 2em;
  }
  .static_page__wrapp {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 0px;
  }
  .hero__title {
    font-size: 44px;
  }
  .header__wrapp {
    max-width: 1390px;
    padding: 0 15px;
  }
  .header {
    padding: 23px 0;
  }
  .callback {
    font-size: 18px;
  }

  .arrowform {
    flex-shrink: 0;
  }
  .arrowform img {
    height: 20px;
  }
  .logo {
    width: 41px;
    height: 37px;
    background-size: contain;
  }
  .hero__subtitle {
    margin-top: 36px;
    font-size: 16px;
  }
  .formsearch__body__href,
  .formsearch__item {
    font-size: 11px;
  }
  .formsearch {
    max-width: 1284px;
    width: 100%;
  }
  .formsearch__btn {
    font-size: 18px;
  }
  .hero__wrapp {
    padding-top: 180px;
  }
  .hero__wrapp {
/*     height: 100vh; */
    padding-bottom: 30px;
  }
  .hero__banners {
    max-width: 1284px;
    width: 100%;
  }
  .hero__banners__href img {
    max-width: 120px;
  }
  .mini-title {
    font-size: 20px;
  }
  .main-title {
    font-size: 36px;
  }
  .best_deals__all {
    padding: 12px 24px;
  }
  .btn {
    font-size: 20px;
  }
  .container {
    max-width: 1360px;
  }
  .about_us__wrapp {
    padding-top: 119px;
  }
  .about_us {
    height: 380px;
  }
  .about_us__bg {
    height: 380px;
  }

  .about_us__bg .about_us__container {
    max-width: 980px;
  }
  .containernew {
    max-width: 1310px;
  }
  .best_deals__name {
    font-size: 25px;
  }
  .best_deals__price {
    font-size: 28px;
  }
  .best_deals__notice {
    font-size: 14px;
  }
  .chat__open {
    width: 83px;
    height: 83px;
  }
  .static_page__wrapp {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1390px;
  }
  .best_deals__inner {
    height: 305px;
  }
  .fly_home__text {
    padding-bottom: 26px;
    margin-bottom: 26px;
    font-size: 16px;
  }
  .formsearch {
    margin: 60px 0;
  }
  .formsearch__item {
    padding: 20px 20px;
  }
  .best_deals__booknow {
    font-size: 18px;
    padding: 8px 18px;
  }
  .fly_home__itemdsc {
    margin-top: 16px;
    font-size: 16px;
  }
  .fly_home__item {
    margin-bottom: 42px;
  }
  .static_page__table th {
    padding: 18px;
    font-size: 24px;
  }
  .static_page__table td {
    font-size: 16px;
  }
  .fly_home__images {
    max-width: 596px;
  }
  .fly_home__description {
    max-width: 670px;
  }
  .fly_home__itemhead::before {
    margin-right: 20px;
  }
  .fly_home__circle {
    position: absolute;
    top: -76px;
    left: 37px;
    z-index: 1;
    pointer-events: none;
    transform: scale(0.7);
  }
  .fly_home__images {
    grid-template-rows: 359px 285px;
    grid-template-columns: minmax(auto, 454px) minmax(auto, 454px);
  }
  .fly_home__image3 {
    margin-top: 42px;
  }
  .how_it_works {
    padding-top: 30px;
    background-image: none;
  }
  .how_it_works__card {
    margin-top: 40px;
  }
  .how_it_works__icon {
    width: 88px;
    height: 88px;
  }
  .how_it_works__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -28px;
    width: 40px;
  }
  .how_it_works__title {
    margin-top: 36px;
    font-size: 24px;
  }
  .how_it_works__descr {
    margin-top: 12px;
    font-size: 16px;
  }
  .how_it_works__item {
    max-width: 296px;
  }
  .trustpilot__rating img {
    height: 28px;
  }
  .trustpilot__logo img {
    height: 30px;
  }
  .trustpilot__heading {
    font-size: 18px;
  }
  .trustpilot__sepa {
    margin: 0 12px;
    display: block;
    width: 1px;
    height: 24px;
  }
  .trustpilot__body {
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .testimonials__author {
    font-size: 24px;
  }
  .testimonials__date,
  .testimonials__city {
    font-size: 14px;
  }
  .testimonials__text {
    font-size: 16px;
  }
  .testimonials__prev {
    left: -15px;
  }
  .testimonials__next {
    right: -15px;
  }
  .testimonials__textblock {
    font-size: 36px;
    line-height: 42px;
  }
  .testimonials__decor {
    display: block;
    position: absolute;
    bottom: -72px;
    left: calc(50% - 1598.5px);
  }
  .faq__heading {
    font-size: 18px;
  }
  .subscribe__form {
    max-width: 930px;
  }
  .testimonials {
    overflow: visible;
  }
  .subscribe__sub {
    margin-top: 36px;
  }
  .subscribe__input {
    width: 100%;
  }
  .subscribe__language__input,
  .subscribe__input {
    font-size: 16px;
  }
  .policy__text {
    font-size: 14px;
  }
  .policy {
    margin-top: 36px;
    max-width: 820px;
  }
  .footer__wrapp {
    padding: 0;
  }
  .footer__title {
    margin-bottom: 36px;
    font-size: 24px;
  }
  .footer__item {
    font-size: 16px;
  }
  .footer__navigation__href {
    font-size: 16px;
  }
  .social__href {
    width: 32px;
    height: 32px;
  }
  .footer__banners {
    padding: 0;
    margin-top: 80px;
  }
  .banners__href img {
    max-width: 110px;
    max-height: 30px;
  }
  .footer__copytext {
    font-size: 14px;
  }
  .callback,
  .navigation__href {
    font-size: 16px;
  }
  .input-group-btn {
    padding: 19px 14px;
  }
  .faq {
    margin-top: 60px;
  }
  .testimonials__textblock {
    margin-top: 60px;
  }
  .date1,
  .date2 {
    padding: 0;
  }
  .formsearch__calendarinput {
    max-width: calc(100% - 80px);
    background-color: transparent;
  }
  .subscribe__btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .header {
    padding: 24px;
  }
  .hero__wrapp {
    padding-top: 150px;
  }
  .how_it_works__descr {
    font-size: 18px;
  }
  .how_it_works__title {
    font-size: 28px;
  }
  .how_it_works__item {
    padding: 0 10px;
  }
  .testimonials__reviewswrapp {
    padding: 0 60px;
  }
  .testimonials__prev {
    left: 0;
  }
  .testimonials__next {
    right: 0;
  }
  .testimonials__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .navigation__href {
    font-size: 14px;
  }
  .callback {
    font-size: 18px;
  }
  .header {
    padding: 12px 16px;
  }
  .fly_home__itemhead {
    font-size: 22px;
  }
  .how_it_works__item {
    max-width: calc(25% - 15px);
  }
  .how_it_works__descr {
    font-size: 17px;
  }
  .fly_home__itemdsc {
    font-size: 16px;
  }
  .how_it_works__title {
    font-size: 28px;
  }
  .how_it_works__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -50px;
    width: 70px;
    height: 1px;
    display: block;
    background-color: var(--LIGHT-BLUE);
  }
  .testimonials__next {
    right: 20px;
  }
  .testimonials__prev {
    left: 20px;
  }
  .testimonials__reviewswrapp {
    padding: 0 30px;
  }
  .footer__banners,
  .footer__wrapp {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  
  .navigation__href::before {
    display: none;
  }

}

.searchform__items100 {
  width: 100%;
}

@media screen and (max-width: 1100px) {



  .searchform .date1,
  .searchform .date2 {
    margin: 0;
  }

  .searchform__items_w50:last-child {
    margin-left: auto;
  }


  .blog__searchform {
    padding-left: 15px;
    padding-right: 15px;
  }



  .best_deals_continent2 {
    height: auto;
  }

  .category__popular.sticky {
    position: static;
  }

  .blog__filters__wrapp {
    flex-direction: column;
  }

  .blog__filters__content,
  .blog__filters__rightbar {
    max-width: 100%;
  }

  .category__tags__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blog__filters__rightbar .date1,   .blog__filters__rightbar .date2 {
    padding: 0;
  }

  .instagram__card  {
    flex-direction: column;
  }

  .instagram__text {
    margin-bottom: 24px;
  }

  .instagram__item  {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 42px;
  }

  .blog__top,
  .blog__top .how_it_works__heading {
    align-items: center;
    justify-content: center;
}
  .blog__card  {
    flex-direction: column;
  }

  .blog__all {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: flex;
    width: max-content;
    padding: 12px 100px;
}

  .blog__item  {
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: 0;
  }

  .our_service__item {
    max-width: calc(50% - 10px);
  }
  .our_service__item:nth-child(2n) {
    margin-right: 0;
  }
  .search__callback__heading,
  .best_deals_continent__search__callback__or {
    display: flex;
  }
  .our_service__left,
  .our_service__right {
    display: none;
  }
  .best_deals_continent__navleft_tb {
    display: flex;
  }
  .our_service {
    margin-top: 0;
  }
  .best_deals_continent__navleft {
    display: none;
  }
  .best_deals_continent__navright__heading {
    color: var(--white);
  }
  .best_deals_continent__navleft_tb .best_deals_continent__navright__body {
    right: auto;
    left: 0;
  }
  .best_deals__page__carditem_mob {
    display: block;
  }
  .formclick_vx2 {
    width: 120px;
    border: solid var(--LIGHT-BLUE);
    border-width: 0 0.8px;
  }
  .contacts__image {
    position: absolute;
    top: 136px;
    right: 0;
    pointer-events: none;
  }
  .contacts__forms {
    margin-top: 0;
  }
  .best_deals_continent .hero__banners__items:not(:last-child) {
    margin-right: 25px;
  }
  .best_deals_continent__middle {
    flex-direction: column;
  }
  .best_deals_continent__text {
    padding: 0;
  }
  .best_deals_continent__left,
  .best_deals_continent__right {
    max-width: 100%;
  }
  .best_deals_continent__heading .hero__banners {
    padding: 0;
  }
  .best_deals_continent__starting::after {
    left: 0;
    width: 768px;
    height: 610px;
    background-image: url("../images/best-deals-continent/derken_tablet.svg");
  }
  .best_deals_continent__left {
    padding-top: 0;
  }
  .contacts__heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .formclick_vx1,
  .formclick_vx3 {
    max-width: calc(100% - 120px);
  }
  .formsearch__line_first {
    flex-wrap: nowrap !important;
  }
  .contacts__formwrappitem,
  .contacts__items {
    max-width: 100%;
    width: 100%;
  }
  .contacts__formwrappitem .subscribe__input {
    width: 100%;
  }
  .contacts__items:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .contacts__text {
    padding-top: 56px;
    margin-top: 56px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    border-top: 1px solid var(--LIGHT-BLUE);
  }
  .contacts__wrapps .policy {
    margin-top: 28px;
  }
  .contacts__formwrapp,
  .contacts__wrapps {
    flex-direction: column;
  }
  .contacts__heading span {
    padding: 0;
    text-align: center;
  }
  .contacts__heading::after {
    display: none;
  }
  .contacts {
    height: 440px;
    background-image: url("../images/contacts/bg_table.webp");
    background-size: cover;
  }
  .contacts.hero {
    height: auto;
    padding-bottom: 40px;
  }

  .contacts__wrapp {
    padding-top: 93px;
  }

  .contacts__sub {
    padding-top: 34px;
  }

  .contacts__forms {
    padding-top: 40px;
  }

  .hero_static__imgicon2,
  .hero_static__imgicon3 {
    display: none;
  }
  .hero_static {
    height: auto;
    padding-bottom: 30px;
  }
  .hero_static__img {
    height: auto;
    background-image: url("../images/static_page/terms_tablet.webp");
  }
  .navigation {
    display: none;
  }
  .burgerClose,
  .burger {
    margin-left: 36px;
    display: block;
    background-color: transparent;
    outline: none;
    border: none;
  }
  .header .callback {
    margin-left: auto;
  }
  .burgerClose {
    display: none;
  }
  .header__language {
    margin-left: auto;
  }
  .fly_home__wrapp {
    flex-direction: column;
  }
  .fly_home__description, .fly_home__images {
    max-width: 100%;
  }
  .fly_home__description {
    order: -1;
  }
  .fly_home__circle {
    display: none;
  }
  .fly_home__main-title,
  .fly_home__mini-title {
    display: flex;
    .fly_home__main-title2 {
      margin-bottom: 20px;
    }
    align-items: center;
    justify-content: center;
  }
  .fly_home__itemhead {
    font-size: 28px;
  }
  .fly_home__images {
    grid-template-rows: 50% 348px;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
  .hero.about_us {
    height: 807px;
  }
  .about_us__block2wrapp {
    flex-direction: column;
  }
  .about_us__blockright {
    max-width: 100%;
    order: -1;
  }
  .about_us__blockcard {
    max-width: calc(50% - 30px);
  }
  .about_us__blockright .how_it_works__heading {
    align-items: center;
    justify-content: center;
  }
  .about_us__block2img {
    margin-top: 60px;
    left: 0;
  }
  .about_us__block2__vector {
    display: none;
  }
  .about_us__block2__grad {
    top: 300px;
  }
  .about_us__circleswrapp {
    padding: 20px 26px;
  }
  .about_us__circlesnum {
    font-size: 34px;
  }
  .about_us__circletext {
    font-size: 12px;
  }
  .about_us__circles {
    margin-bottom: 80px;
  }
  .about_us__fly .fly_home__images {
    width: 100%;
  }
  .about_us__fly .fly_home__images,
  .about_us__fly .fly_home__description {
    max-width: 100%;
  }
  .about_us__fly .fly_home__images {
    grid-template-rows: 50% 359px;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
  .team__bg {
    position: absolute;
    top: -96px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .team__card {
    flex-wrap: wrap;
  }
  .team__item {
    max-width: calc(50% - 15px);
    width: 100%;
  }
  .team__name {
    margin-top: 24px;
  }
  .team__item:nth-child(even) {
    margin-top: 40px;
  }
  .team__img {
    width: 100%;
  }
  .team__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .subscribe__input {
    width: 100%;
  }
  .preloader__h1 {
    max-width: 500px;
    width: 100%;
    text-align: center;
  }
  .preloader__h1 span {
    display: block;
  }
  .best_deals__page__bg,
  .hero.best_deals__page {
    height: auto;
    padding-bottom: 15px;
  }
  .best_deals__page__decor_l {
    display: none;
  }
  .hero.best_deals__page .about_us__wrapp {
    padding-top: 150px;
  }
  .hero.best_deals__page .about_us__container {
    padding: 0 200px;
  }
  .best_deals__page__card {
    display: none;
  }
  .best_deals__page__mob {
    display: flex;
  }
  .best_deals__page__mob svg {
    display: none;
  }
  .best_deals__page__icon {
    margin: 0 auto;
  }
  .best_deals__page__item {
    max-width: calc(50% - 10px);
  }
  .best_deals__page__item:nth-child(3n) {
    margin-right: 20px;
  }
  .best_deals__page__item:nth-child(2n) {
    margin-right: 0;
  }
  .best_deals__page__item {
    margin-bottom: 36px;
  }
  .best_deals__page__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .best_deals__page__wrapper,
  .best_deals__page__item {
    height: 370px;
  }
}
@media screen and (max-width: 1024px) {

  .best_deals_continent__navrightitem:hover .best_deals_continent__navright__heading {
    color: var(--white);
    background-color: transparent;
  }
  .best_deals_continent__navrightitem:hover .best_deals_continent__navright__heading svg {
    transform: none;
  }
  .best_deals_continent__navrightitem:hover .best_deals_continent__navright__heading svg path {
    stroke: var(--white);
  }


  .best_deals_continent__navrightitem:hover .best_deals_continent__navright__body {
    transform: scale(0);
  }

  .formsearch__body__item:first-child .formsearch__body__href {
    border-radius: 10px 10px 0px 0px ;
  }

  .editsearch__content {
    flex-direction: column;
  }
  .best_deals__page__carditem {
    position: relative;
  }
  .editsearch__image picture img {
    border-radius: 24px 24px 0 0;
    width: 100%;
  }
  .editsearch__decor {
    right: auto;
    left: 0;
  }
  .editsearch__privy {
    left: auto;
    right: 36px;
  }
  .editsearch .searchform__items_w50 {
    max-width: calc(50% - 6px);
  }
  .editsearch .searchform__mainitem {
    display: flex;
    align-items: center;
  }
  .editsearch__right {
    max-width: 100%;
  }
  .editsearch__text {
    max-width: 50%;
  }
  .best_deals__page__card_popup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 54px 25px;
    overflow: auto;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--white);
    z-index: 9991;
  }
  .best_deals__page__card_popup .best_deals__page__carditem {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px #9CC1DF solid;
  }
  .best_deals__page__card_popup .best_deals__page__cardhref {
    padding: 0;
    border: none;
    text-align: left;
  }
  .best_deals__page__mob_active {
    color: var(--white);
    background-color: var(--MAIN-COLOR);
  }
  .best_deals__page__mob_active svg path {
    fill: var(--white);
  }
  .best_deals__page__cardhref_active, .best_deals__page__cardhref:hover {
    color: var(--MAIN-COLOR);
    background-color: transparent;
  }
  .best_deals__page__card .best_deals__page__cardhref_actives::before {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    width: 22px;
    height: 16px;
    display: block;
    background-image: url("../images/best_deals_page/check.svg");
  }
  .search_wrapp {
    padding-top: 150px;
  }
  .search_wrapp, .search_heading, .search_height {
    height: auto;
  }
  .search_heading {
    height: 314px;
    background-image: url("../images/search_page/bg_tablet.webp");
  }
  .not_found__bg {
    background-image: url(../images/page_404/bg_tablet.webp);
  }
  .search__form {
    margin-top: 96px;
  }
  .not_found__img {
    position: absolute;
    top: 120px;
    right: 0;
  }
  .search__form__left,
  .search__form__right {
    max-width: 100%;
  }
  .search__form {
    flex-direction: column;
  }
  .not_found__svg {
    padding-top: 100px;
  }
  .hero.about_us,
  .about_us__bg {
    height: 980px;
  }
  .static_page__info2 {
    padding-top: 161px;
  }
  .about_us__bg {
    background-image: url("../images/about_us/bg_tablet.webp");
  }
  .about_us__topimg {
    top: 90px;
  }
  .footer__copytext {
    font-size: 14px;
  }
  .footer__banners {
    padding: 0 106px;
  }
  .footer__banners {
    justify-content: center;
    flex-wrap: wrap;
  }
  .banners__items {
    margin-right: 37px;
    margin-bottom: 27px;
  }
  .footer__wrapp {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer__navigations {
    padding: 0 100px;
    padding-top: 71px;
    margin-top: 71px;
    border-top: 1px #B3C1CD solid;
    width: 100%;
    order: 1;
  }
  .footer__navigation {
    max-width: calc(50% - 10px);
    width: 100%;
  }
  .footer__social {
    padding-right: 72px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .footer__contacts {
    padding-left: 72px;
    max-width: 50%;
    width: 100%;
  }
  .subscribe__form {
    flex-direction: column;
  }
  .subscribe__input {
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 100%;
    order: 1;
  }
  .subscribe__btn {
    margin-top: 32px;
    width: 100%;
    order: 3;
  }
  .policy {
    margin-top: 0;
    order: 2;
  }
  .subscribe__sub {
    padding: 0 54px;
    font-size: 16px;
    text-align: center;
  }
  .subscribe__form {
    margin-top: 36px;
  }
  .policy__text {
    padding-right: 50px;
    font-size: 14px;
    text-align: left;
  }
  .footer {
    padding-top: 70px;
    margin-top: 70px;
  }
  .faq__heading {
    font-size: 20px;
  }
  .faq {
    margin-top: 94px;
  }
  .testimonials__textblock {
    font-size: 32px;
    line-height: 44px;
  }
  .testimonials__textblock img {
    height: 44px;
  }
  .testimonials__author {
    font-size: 24px;
  }
  .testimonials__date,
  .testimonials__city {
    font-size: 14px;
  }
  .testimonials__text {
    font-size: 16px;
  }
  .trustpilot__heading {
    font-size: 16px;
  }
  .trustpilot__body {
    font-size: 14px;
  }
  .trustpilot__info p {
    display: block;
  }
  .trustpilot {
    padding: 0 66px;
  }
  .testimonials__decor {
    display: block;
    bottom: -100px;
  }
  .testimonials__slide {
    margin: 20px 24px;
    flex-direction: column;
    padding: 28px 24px;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: 0px 4px 30px 0px rgba(173, 204, 232, 0.4);
    transition: transform 0.4s ease-in-out;
  }
  .testimonials__reviewswrapp {
    padding: 0 80px;
  }
  .swiper-wrapper {
    margin: 0 -30px;
    padding: 0 30px;
  }
  .how_it_works__btn {
    margin-top: 80px;
    padding: 14px 80px;
    font-size: 20px;
  }
  .how_it_works__card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how_it_works__item {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .how_it_works__card {
    width: 100%;
  }
  .how_it_works__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    max-width: calc(50% - 50px);
    width: 100%;
  }
  .how_it_works__icon {
    order: 2;
    margin-right: auto;
  }
  .how_it_works__item {
    margin-bottom: 55px;
  }
  .how_it_works__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -64px;
    right: 50%;
    width: 1px;
    height: 70px;
  }
  .how_it_works__item:nth-child(2n) .how_it_works__icon {
    order: 1;
    margin-right: 0;
    margin-left: auto;
  }
  .how_it_works__item:nth-child(2n) .how_it_works__contents {
    padding-right: 0;
    padding-left: 40px;
    order: 2;
  }

 .best_deals_continent__pages .how_it_works {
  padding-top: 30px;
 }
        

  .how_it_works {
    background-position: top;
    background-size: cover;
  }
  .fly_home__images img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fly_home__images {
    grid-template-rows: 50% 489px;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }
  .fly_luxury {
    display: none;
  }
  .fly_luxury_tablet {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .fly_luxury_tablet img {
    width: 100%;
  }
  .best_deals__all {
    display: flex;
    margin-top: 56px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 100px;
  }
  .hero__banners {
    padding: 0 100px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .hero__banners__items {
    margin-right: 49px;
    margin-bottom: 50px;
  }
  .header_white .burger path {
    fill: var(--MAIN-COLOR);
  }
  .hero__title {
    font-size: 48px;
  }
  .formsearch {
    background-color: transparent;
  }
  .formsearch__line {
    flex-wrap: wrap;
    margin-bottom: 16px;
    background-color: transparent;
    border-radius: 16px;
  }

  .formsearch__item {
    background-color: var(--white);
  }

  .formsearch__item_nc1 {
    border-radius: 20px 0 0 20px;
  }


  .where_to99  {
    padding-left: 40px;
  }
  
  .where_to99  ,
  .formclick_vx3  {
    border-radius: 0 20px 20px 0;
  }
  

  .formsearch__line:first-child .formsearch__item:first-child {
    max-width: calc(50% - 75px);
    width: 100%;
    border-right: 0.8px solid var(--LIGHT-BLUE);
    justify-content: center;
    align-items: center;
  }
  .formsearch__line:first-child .formsearch__item:nth-child(2) {
    width: 150px;
    justify-content: center;
    align-items: center;
  }
  .formsearch__line:first-child .formsearch__item:last-child {
    max-width: calc(50% - 75px);
    width: 100%;
    border-left: 0.8px solid var(--LIGHT-BLUE);
    justify-content: center;
    align-items: center;
  }
  .formsearch__line:last-child {
    background-color: transparent;
  }
  .departure,
  .return {
    margin-bottom: 16px;
    max-width: calc(50% - 0px);
    background-color: var(--white);
    order: -1;
  }
  .where_from,
  .where_to {
    order: 2;
  }
  .formsearch__line {
    position: relative;
  }
  .departure {
    border-radius: 16px 0px 0px 16px;
  }
  .return {
    border-radius: 0px 16px 16px 0px;
  }
  .arrowform {
    position: absolute;
  }
  .where_from,
  .where_to {
    max-width: 100%;
    background-color: var(--white);
  }
  .date1,
  .where_from {
    border-radius: 16px 0 0px 16px;
  }
  .date2,
  .where_to {
    border-radius: 0 16px 16px 0;
  }
  .where_from__result {
    z-index: 91;
  }
  .arrowform {
    display: none;
  }
  .date1,
  .date2 {
    margin-top: 16px;
    padding: 20px 36px;
    background-color: var(--white);
  }
  .formsearch__item_w330,
  .formsearch__item_w310 {
    max-width: 50%;
  }
  .formsearch__btn {
    margin-right: 0;
    width: 100%;
    margin-top: 32px;
    order: 3;
  }
  .arrowform {
    right: 32px;
    top: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    z-index: 999;
    border-radius: 100%;
    border: 1px var(--LIGHT-BLUE) solid;
    background-color: var(--white);
  }
  .navigation {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    height: calc(100vh - 62px);
    background-color: var(--white);
    z-index: 998;
  }
  .header__navigation .navigation__href {
    color: var(--MAIN-COLOR);
  }
  .navigation__card {
    margin-top: 48px;
    flex-direction: column;
  }
  .navigation__item:not(:last-child) {
    margin: 0;
    margin-bottom: 13px;
  }
  .navigation__href {
    display: flex;
    padding: 19px 50px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    letter-spacing: 0.54px;
    text-align: center;
  }
  .navigation__href:hover {
    border-radius: 100px;
    border: 0.8px solid var(--GRADD);
    background-color: var(--white);
    box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.47);
  }
  .header__language {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .header_white .language__heading,
  .language__heading {
    border-color: #9CC1DF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .language__heading img {
    display: flex;
    margin-right: 10px;
  }
  .shadowmenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
  }
  .header__navigation {
    display: none;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }
  .header__navigation_active {
    display: block;
    transform: translateX(0);
  }


  .hero_static2 {
    height: 518px;
  }
  .search_block_2 {
    margin-top: 50px;
  }
  .search_block_2__left,
  .search_block_2__right {
    max-width: calc(50% - 15px);
  }
  .search_block_2__left .search_block_2__img {
    position: relative;
    left: 0px;
  }
  .search_block_2__right .search_block_2__img {
    position: relative;
    right: 0px;
  }
  .search_heading__imgleft {
    left: 0;
  }
  .search_heading__imgright {
    right: 0;
  }
  .termsjs__wrapp {
    width: calc(100% - 30px);
  }
  .editsearch__content {
    width: calc(100% - 30px);
    left: 15px;
  }

  .where_to  {
    padding-left: 40px;
  }

  .accommodation_and_transfer__bg, .hero.accommodation_and_transfer__hero {
    height: auto;
    padding-bottom: 0px;
  }
 
  .accommodation_and_transfer__bg {
    padding-bottom: 60px;
  }

  #ajaxcontent .itemm {
    flex-direction: column;
  }

  .form_multicity .formsearch__item_w330, .form_multicity .formsearch__item_w310 {
    max-width: 100%;
}
  #ajaxcontent .formsearch__item   {
    max-width: 100%!important;
  }

  .form_multicity .formsearch__line {
    position: static;
    margin-bottom: 12px
  }

  #ajaxcontent {
    margin-top: 20px;
  }

  #ajaxcontent .where_to {
    padding-left: 20px;
  }

  #ajaxcontent .where_to {
    padding-left: 20px;
    border-radius: 0 0 20px 20px; 
  }

  .ajaxcontentbtm  {
    margin-top: 24px;
  }

  .user_name {
    border-radius: 20px 20px 0 0;
  }

  .form_multicity .subscribe__input {
    height: 56px;
    margin: 0;
}


  .where_from__input {
    margin: 0;
    padding-left: 26px;
}

.form_multicity .subscribe__language__code {
  font-size: 14px;
}

.form_multicity .subscribe__language__input {
  font-size: 14px;
}

  .form_multicity .searchform__mainblock {
    height: 56px;
    border: none;
    background-color: var(--white);
    border-radius: 0;
    border: solid var(--green-dark);
    border-width: 1px 0;
}

  .ajaxcontentbtm {
    border-right: none!important;
  }

  .user_email {
    border-radius: 0 0 20px 20px;
  }

  #ajaxcontent .formsearch__item {
    justify-content: flex-start;
  }

  #ajaxcontent .where_from {
  border-radius: 20px 20px 0 0;
    border-bottom: 1px solid var(--green-dark);
  }

  #ajaxcontent .where_to, #ajaxcontent .where_from {
    justify-content: flex-start;
}

  #ajaxcontent .formsearch__line {
    margin-bottom: 50px;
  }

  .form_multicity .wherefromjsclick99 {
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid var(--green-dark);
  }

  .form_multicity .date1 {
    border-radius: 20px;
  }

    .form_multicity .where_to99  {
      padding-left: 20px;
    border-radius: 0 0 20px 20px;
  }

  .formsearch__line_first  {
    margin-bottom: 12px!important;
  }

  .form_multicity .formsearch__line {
    background-color: transparent;
  }

}

.search__title {
  flex-direction: column;
}

@media screen and (min-width: 600px) and (max-width:1024px) {
  .modal__body {
    top: 30px;
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
 
}

@media screen and (max-width:850px) {

  
  .searchform__items_max50:last-child {
    margin-left: auto;
  }

}

@media screen and (min-width:510px) and (max-width:900px) {

  .editsearch__privy {
    left: calc(50% - 18px);
    right: 0;
    top: 100px;
}

.editsearch__text {
  width: 100%;
  text-align: center;
  left: 0;
  max-width: 100%;
  bottom: 92px;
}

  .search_heading {
    background-image: url("../images/search_page/bg.webp");
    background-size: cover;
  }

  .mcbuttons__add2 {
    font-size: 14px;
  }
  #ajaxcontent {
    margin-top: 20px;
}
  .itemm {
    border-bottom: none!important;
  }

  .how_it_works {
    padding-top: 120px;
  }

  .mcbuttons2 {
    display: none;
    margin: -43px 0 21px;
}
#ajaxcontent .formsearch__line {
  margin-bottom: 19px;
}
.mcbuttons__remove2 {
  margin-bottom: 0;
  margin-top: 21px;
  font-size: 14px;
  position: static;
  justify-content: flex-start;
}

  .contacts__forms {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: -65px;
    border-radius: 30px 30px 0 00;
}

  .best_deals__page__filter {
    padding-top: 36px;
}

.best_deals__page__icon {
  margin-left: 0;
}

.best_deals__page__filterwrapp {
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.best_deals_continent__plain {
  margin-left: 0;
}

  .team__item {
    max-width: 100%;
  }

  .blog__filters__left {
    margin-top: 0;
  }

  .blog__filters__categorys {
    margin-top: 24px;
    width: 100%;
  }

  .testimonials__reviewswrapp {
    padding: 0 40px;
  }

  
  .editsearch__content {
    top: 0!important;
  }
  .editsearch .searchform__mainitem {
    display: block;
  }
  .editsearch {
    display: none;
    position: fixed;
    z-index: 9992;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.editsearch__content {
  position: relative;
}

  .editsearch__text_t1 {
    font-size: 28px;
  }
  .editsearch__privy img {
    max-width: 36px;
  }
  .editsearch__right {
    padding: 36px 16px;
  }
  .editsearch__text_t2 {
    display: none;
  }
  .editsearch__text {
    max-width: 100%;
  }
  .editsearch .searchform__items_w50 {
    max-width: 100%;
  }

}


@media screen and (min-width: 501px) and (max-width:900px) {

  .formclick_vx3 {
    border-radius: 0px 20px 20px 0px!important
  }

  .crm_form  .formclick_vx3 {
    border-radius: 20px!important
  }

  .arrowform {
    border-radius: 100%!important;
  }

  .where_to99  {
    border-radius: 0px 20px 20px 0px!important;
  }

  .wherefromjsclick99  {
    border-radius: 20px 0px 0px 20px !important;
  }

  .date2  {
    border-radius: 0px 20px 20px 0px!important;
  }

  .formsearch__item:not(.formsearch__item_nohover).formsearch__item_nc1 {
    border-radius: 20px 0 0 20px;
}


.form_multicity .wherefromjsclick99 {
  border-radius: 20px 20px 0 0px !important;
}

.form_multicity .date1 {
  border-radius: 20px!important;
}

.form_multicity .where_to99 {
  border-radius: 0px 0px 20px 20px !important;
}

  .date1 {
    border-radius: 20px 0 0 20px!important;
  }

  .where_from__result {
    top: 67px;
    z-index: 9999;
    width: 100%;
    box-shadow: none;
}

  .where_2, .where_1 {
    display: none;
}
  .formsearch__static {
    position: static;
  }



  .formsearch__r {
    position: static;
}
.where_from__container {
  left: 0;
  height: 100vh;
  padding: 0;
  align-items: flex-start;
  z-index: 9999;
}
.where_from__input {
  height: 66px;
  box-shadow: 0px 0px 16px 0px rgba(40, 54, 66, 0.14);
}
.where_from__input {
  margin: 0;
  padding-left: 60px;
}
.closemob {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 22px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  outline: none;
  border: none;
}



  .preloader__aero {
    transform: scale(0.6);
    height: 165px;
  }

  .preloader__h1 {
    font-size: 30px;
  }

  .arrowform {
    right: calc(50% - 23px);
   /*  top: 8px!important; */
  }

  .hero_static__img {
    height: 100%;
  }


  .about_us__main-title {
    font-size: 26px!important;
  }
  .about_us__wrapp2 {
    padding-top: 100px!important;
}
.blog__heading__logo {
  margin-bottom: 43px;
}

  .preloader__wrapp {
    padding: 100px 0;
  }
  .search__form {
    margin-top: 18px;
}

.about_us__wrapp {
  padding-top: 97px;
}

  .search__title {
    font-size: 40px;
  }

  .hero__title {
    font-size: 35px;
}

.preloader__info {
  font-size: 24px;
}

.best_deals_continent__heading {
  margin-top: 0;
}

.best_deals_continent__heading2 {
  margin-top: 50px;
}

.about_us__p3 {
  text-align: center;
}

.hero.about_us, .about_us__bg {
  height: auto;
  padding-bottom: 30px;
}

.about_us__block2 {
  margin-top: 20px
}

.best_deals_continent__navleft_tb {
  margin-left: auto;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-top: 53px;
  position: relative;
  display: flex;
  z-index: 99;
}
.date1, .date2 {
  padding: 0;
}
.hero.best_deals__page .about_us__wrapp {
  padding-top: 93px;
}
.hero.best_deals__page .about_us__container {
  padding: 0 30px;
}

.hero__banners {
  padding: 0;
}

.navigation__card {
  margin-top: 48px;
  flex-direction: column;
  overflow: auto;
  height: calc(100vh - 100px);
  padding-bottom: 70px;
}

.static_page .h1 {
  text-align: center;
}

} 

.formsearch__heading  {
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .testimonials {
    margin-top: 12px;
  }


  .arc {
    margin-left: 20px;
  }

  .formclick_vx3 {
    border-radius: 0px 20px 20px 0px!important
  }

  .formclick_vx2 {
    border-radius: 0!important;
  }

  .formsearch__line:not(:last-child) {
    border-bottom: none;
  }

  .searchform__items_c {
    flex-direction: column;
  }

  .form_multicity .wherefromjsclick99 {
    border-radius: 20px 20px 0 0px !important;
}

  .form_multicity .where_to99 {
    padding-left: 13px;
  }

  .hero1 .passengers {
    left: -120px;
  }

  .input-group-btn {
    padding: 0 13px;
  }

  #ajaxcontent .where_to {
    padding-left: 13px;
  }

  .searchform__items_max50,
  .searchform__mainblock50  {
    max-width: 100%!important;
  }
  

  .blog__filters__rightbar .searchform__mainblock50:last-child {
    margin-bottom: 0;
  }

  .hero_static__img5 {
    background-image: url("../images/static_page/travel-policy_mobile.webp");
  }

  .blog__filters__bg__content iframe {
    height: 230px;
  }

  .instagram__wrapp {
    max-width: calc(100% - 80px);
    width: 100%;
  }
  .search__callbacksucc2,
  .search__callbacksucc {
    margin-top: 48px;
  }


  .about_us__block2img img {
    width: 100%;
  }

  .about_us__block2img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }

  .about_us__blockflex {
    font-size: 14px;
  }

  .best_deals__wrapp {
    max-width: 100%;
  }

  .fly_home__text {
    border-bottom: none;
  }

  .about_us__faq .faq__heading {
    font-size: 14px;
  }

  .blog__filters__categorys:hover .blog__filters__categorys__body {
    opacity: 0;
    pointer-events: none;
}

.blog__filters__categorys:hover .blog__filters__categorys__head {
  border-radius: 30px;
  background-color: transparent;
  border-color: var(--LIGHT-BLUE);
  box-shadow: none;
}

.blog__filters__categorys:hover .blog__filters__categorys__head svg {
  transform: none;
}

.blog__filters__categorys__head_active svg {
  transform: rotate(180deg)!important;
}

.blog__filters__categorys__head_active {
  background-color: var(--white)!important;
  border-color: var(--white)!important;
  box-shadow: 0px 4px 20px 0px rgba(167, 196, 231, 0.27)!important;
}

.blog__filters__categorys__body_active {
  opacity: 1!important;
  pointer-events: all!important;
}

  .team__wrapps {
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }

  .instagram__wrapp {
   margin-left: auto;
   margin-right: auto;
  }


  .instagram__left {
    left: 10px
  }


  .instagram__right {
    right: 10px;
  }

  .passengers {
    width: 100%;
  }
  .blog__searchform__heading {
    flex-direction: column;
  }

  .best_deals_continent__right .searchform__mainitemf {
    display: block;
  }

  .best_deals_continent__right .searchform__mainitemf .searchform__items {
    max-width: 100%;
  }

  .best_deals_continent__right .searchform__mainitemf .formsearch__body {
    width: 100%;
}

  .best_deals__btn {
    display: none;
  }

  .blog__breadcrumb {
    flex-wrap: wrap;
  }

  .fly_home__main-title2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .search_block_2 {
    margin-bottom: 50px;
  }
  .search_block_2__left__text {
    margin-top: 0;
  }
  
  .search_block_2__right {
    margin-top: 32px;
  }

  .blogs__review__descr {
    max-width: calc(100% - 50px);
    padding-left: 16px;
  }

  .blogs__review__item {
    margin-bottom: 0;
  }

  .blogs__review__ava img {
    max-width: 50px;
  }

  .blogs__review__btn {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .blogs__review__input {
    height: 52px;
    font-size: 14px;
  }

  .blogs__review__input {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .blogs__review__item  {
    flex-direction: column;
  }

  .blogs__review {
    align-items: flex-start;
  }

  .blogs__review__text {
    font-size: 14px;
  }

  .blogs__review__author {
    font-size: 20px;
  }

  .blogs__review__date {
    margin-left: 0;
  }

  .blogs__review__descrtop  {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogs__review__date {
    order: 1;
  }

  .blogs__review__date {
    font-size: 12px;
  }



  .category__popularcardimage {
    width: 94px;
  }


  .blogs__filters  {
    flex-direction: column;
  }

  .blog__filters__search {
    margin-right: auto;
  }

  .blog__filters__left {
    margin: 0;
    margin-bottom: 12px;
  }

  .blog__filters__categorys,
  .blog__filters__search {
    max-width: 100%;
    margin-bottom: 12px;
    width: 100%;
  }

  .blog__filters__categorys {
    margin-left: auto;
    margin-right: auto;
  }

  .blog__filters__left {
    margin-left: auto;
    margin-right: auto;
  }

  .category__popularcarddesc {
    max-width: calc(100% - 94px);
  }

  .blogs__filters {
    padding-bottom: 0px;
    margin-bottom: 32px;
  }

  .faq__before {
    top: -1800px;
  }

  .category__popularcardname {
    font-size: 16px;
  }

  .instagram__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .instagram__open  {
    display: none;
  }

  .blog__title {
    font-size: 18px;
  }

  .blog__date {
    font-size: 12px;
  }

  .blog__wrapp {
    padding: 16px;
}

  .hero_static {
    margin-bottom: 32px;
  }
 
  .best_deals_continent__heading {
    margin: 0;
  }
  .best_deals_continent__landing {
    justify-content: center;
  }
  .best_deals_continent__middle {
    margin-top: 32px;
  }
  .static_page__info2 {
    padding-top: 110px;
  }
  
  .editsearch__content {
    top: 0!important;
  }
  .editsearch .searchform__mainitem {
    display: block;
  }
  .editsearch {
    display: none;
    position: fixed;
    z-index: 9992;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
}



.editsearch__content {
  position: relative;
}

  .editsearch__text_t1 {
    font-size: 28px;
  }
  .editsearch__privy img {
    max-width: 36px;
  }
  .editsearch__right {
    padding: 36px 16px;
  }
  .editsearch__text_t2 {
    display: none;
  }
  .editsearch__text {
    max-width: 100%;
  }
  .editsearch .searchform__items_w50 {
    max-width: 100%;
  }
  .best_deals_continent__landing__right {
    margin-top: 24px;
    text-align: center;
    margin-right: auto;
  }
  .best_deals_continent__langprice__carditemprice {
    font-size: 16px;
  }
  .best_deals_continent__langprice__carditemname {
    font-size: 14px;
  }
  .best_deals_continent__landing {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .best_deals_continent__landing__center {
    margin-top: 36px;
    padding: 0 50px;
    text-align: center;
  }
  .best_deals_continent__landing__left {
    text-align: center;
  }
  .best_deals_continent__navleft_tb {
    margin-left: auto;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-top: 53px;
    position: relative;
    display: flex;
    z-index: 99;
  }
  .best_deals_continent__landing__left span {
    font-size: 36px;
  }
  .best_deals_continent__navrightitem:first-child .best_deals_continent__navright__body {
    right: auto;
    left: 0;
  }
  .best_deals_continent__navleft_tb .best_deals_continent__navright__body {
    left: auto;
  }
  .best_deals_continent__navigation {
    margin-top: 0;
  }
  .best_deals_continent__heading {
    margin-top: 0;
  }
  .best_deals_continent__plain {
    display: none;
  }
  .best_deals_continent__bg, .hero.best_deals_continent {
    height: 818px;
  }
  .best_deals_continent__phone {
    display: none;
  }
  .best_deals__page__filterwrapp {
    flex-direction: column;
  }
  .best_deals_continent__navright {
    width: 100%;
    justify-content: space-between;
  }
  .hero__banners__items_mob {
    display: flex;
  }
  .preloader__h1 {
    font-size: 28px;
  }
  .best_deals_continent .hero__banners {
    margin-top: 20px;
  }
  .best_deals_continent__titles {
    font-size: 32px;
  }
  .hero__banners__items {
    margin-bottom: 11px;
  }
  .best_deals_continent__price {
    font-size: 36px;
  }
  .best_deals_continent__text {
    display: none;
  }
  .best_deals_continent__navright__heading {
    font-size: 16px;
  }
  .preloader__wrapp {
    padding: 80px 0 130px;
  }
  .hero.best_deals__page .about_us__container {
    padding: 0;
  }

  .direction__item_ow {
    align-items: flex-end;
    max-width: 50%;
    width: 100%;
}

.direction__item_ow:last-child {
  justify-content: flex-end;
}

.direction__item_ow::after {
  right: -3px!important;
}

  .not_found__svg img {
    max-width: 187px;
  }
  .preloader__info {
    font-size: 21px;
    text-align: center;
  }
  .best_deals__page__decor_r {
    max-width: 20%;
  }
  .best_deals__page__right {
    margin: 0;
    width: 100%;
  }
  .best_deals__page__mob,
  .best_deals__page__cardhref {
    padding: 16px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .best_deals__page__item:nth-child(3n) {
    margin-right: 0;
  }
  .best_deals__page__mob {
    margin-top: 12px;
  }
  .best_deals__page__mob svg {
    margin-left: 16px;
    display: flex;
  }
  .best_deals__page__price {
    margin-top: 0;
  }
  .best_deals__page__item {
    margin-right: 0;
    margin-bottom: 12px;
    max-width: 100%;
  }
  .best_deals__page__offers {
    margin-left: auto;
    padding: 14px 18px;
  }
  .best_deals__page__filterwrapp {
    border-bottom: none;
    padding: 0;
    margin-bottom: 42px;
  }
  .best_deals__page__icon {
    display: none;
  }
  .preloader__aero {
    height: 170px;
  }
  .preloader__cloud1 img,
  .preloader__cloud2 img {
    max-width: 170px;
  }
  .preloader__date {
    font-size: 14px;
  }
  .faq__bg {
    display: none;
  }
  .faq__iblock {
    padding: 36px 15px;
  }
  .not_found__sub {
    text-align: center;
    font-size: 14px;
  }
  .main-title {
    font-size: 32px;
  }
  .how_it_works {
    padding-top: 60px;
  }
  .not_found__bg {
    background-image: url("../images/page_404/bg_mob.webp");
  }
  .contacts__image {
    top: 207px;
  }
  .not_found__svg {
    padding-top: 170px;
  }
  .formsearch__static {
    position: static;
  }
  .contacts.hero {
    height: 265px;
  }
  .where_from__input {
    margin: 0;
    padding-left: 30px;
    font-size: 14px;
  }
  .where_to99 {
    border-radius: 0px 0px 20px 20px;
  }

  .mcbuttons__remove2 {
    left: 0;
  }

  .where_from__container_active .where_from__input{
    padding-left: 60px;
   }

  
   .mcbuttons__add3,
   .mcbuttons__add2 {
    margin-left: auto;
    margin-right: 0;
    font-size: 14px;
   }

   .mcbuttons__remove2 {
    font-size: 14px;
   }

  .closemob {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 22px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    outline: none;
    border: none;
  }
  .where_2,
  .where_1 {
    display: none;
  }
  .where_from__container {
    left: 0;
    height: 100vh;
    padding: 0;
    align-items: flex-start;
    z-index: 9999;
  }
  .where_from__name {
    font-size: 14px;
  }
  .where_from__result {
    top: 67px;
    padding-bottom: 30px;
    z-index: 9999;
    width: 100%;
    max-height: calc(100vh - 100px);
    box-shadow: none;
  }
  .where_from__input {
    height: 66px;
    box-shadow: 0px 0px 16px 0px rgba(40, 54, 66, 0.14);
  }
  .subscribe__sub {
    margin-bottom: 0;
  }
  .about_us__bottomimg {
    bottom: 10px;
  }
  .about_us__wrapp {
    padding-top: 102px;
  }
  .hero.about_us, .about_us__bg {
    height: 817px;
  }
  .about_us__circles {
    margin-bottom: 72px;
  }
  .about_us__block2 {
    margin-bottom: 68px;
  }
  .about_us__circlesitem:not(:last-child) {
    margin-bottom: 42px;
  }
  .about_us__blockcard:last-child {
    margin-top: 0;
  }
  .team__item:nth-child(even) {
    margin: 0;
  }
  .about_us__faq .main-title {
    font-size: 28px;
    text-align: center;
  }
  .team__item {
    max-width: 100%;
  }
 .faq__heading {
    font-size: 14px;
}
  .team__item:not(:last-child) {
    margin-bottom: 28px;
  }
  .about_us__circlescard {
    flex-direction: column;
  }
  .about_us__blockcard {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .about_us__block2__vector {
    display: block;
    top: 744px;
  }
  .about_us__blockflex {
    flex-direction: column;
  }
  .mini-title {
    font-size: 18px;
  }
  .main-title {
    font-size: 24px;
  }
  .about_us__bg {
    background-image: url("../images/about_us/bg_mob.webp");
  }
  .about_us__p {
    margin-top: 54px;
    font-size: 14px;
  }
  .contacts__forms {
    padding: 34px 15px;
  }
  .subscribe__main-title {
    font-size: 24px;
  }
  .hero_static__img {
    background-image: url("../images/static_page/terms_mob.webp");
  }
  .contacts__text {
    font-size: 14px;
    padding-right: 0;
    padding-left: 0;
  }
  .contacts__wrapp {
    padding-top: 110px;
  }
  .contacts__sub {
    padding-top: 12px;
    font-size: 14px;
  }
  .contacts.hero {
    background-image: url("../images/contacts/bg_mob.webp");
  }
  .contacts__sub {
    text-align: center;
  }
  .static_page__table {
    display: none;
  }
  .static_page__table__mobile {
    margin-bottom: 12px;
    display: table;
    border-collapse: collapse;
  }
  .header__wrapp {
    padding: 0;
  }
  .static_page__table__mobile th {
    width: 50%;
    padding: 14px;
    font-size: 18px;
    font-family: "Philosopher-Bold", sans-serif;
    border: 1px solid var(--STROKE);
    font-weight: normal;
  }
  .static_page__table__mobile td {
    width: 50%;
    padding: 14px;
    font-size: 14px;
    border: 1px solid var(--STROKE);
  }
  .best_deals__inner {
    height: 356px;
  }
  .chat {
    bottom: 16px;
    right: 16px;
    z-index: 9999;
  }
  .chat__open {
    width: 68px;
    height: 68px;
  }
  .chat__open img {
    width: 38px;
  }
  .static_page__info {
    padding-right: 50px;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-bottom: 50px;
  }
  .static_page__info .container {
    margin: 0;
  }
  .static_page__wrapp {
    padding-top: 0px;
    font-size: 14px;
  }
  .hero_static__imgicon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 102px;
    height: 85px;
    background-image: url("../images/static_page/terms_svg_mob.svg");
  }
  .hero_static,
  .hero_static__img {
    height: 235px;
  }
  .static_page .h1 {
    margin-bottom: 12px;
    font-size: 28px;
    text-align: center;
  }
  .date_added {
    margin-bottom: 42px;
    font-size: 14px;
  }
  .static_page h2 {
    font-size: 25px;
  }
  .static_page h3 {
    font-size: 22px;
    margin-bottom: 2rem;
  }
  .callback {
    margin-right: 12px;
    letter-spacing: 0;
  }
  .callback::before {
    width: 28px;
    height: 28px;
    background-size: cover;
  }
  .footer__copytext {
    font-size: 12px;
  }
  .footer__banners {
    padding: 0;
  }
  .banners__items {
    max-width: 45px;
    width: 100%;
    margin-right: 11px;
    margin-bottom: 15px;
  }
  .banners__items img {
    max-width: 90%;
  }
  .footer__navigations {
    padding: 0;
    flex-direction: column;
  }
  .footer__navigation {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__navigation {
    margin: 0;
    margin-top: 20px;
  }
  .footer__navigations {
    border: none;
  }
  .footer__social {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__navigations {
    margin-top: 56px;
  }
  .footer__navigation__href {
    font-size: 16px;
    line-height: 1;
  }
  .footer__banners {
    margin-top: 50px;
  }
  .footer__title {
    font-size: 22px;
    text-align: center;
  }
  .footer__contacts {
    margin-bottom: 48px;
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .footer__item {
    justify-content: center;
  }
  .footer {
    padding-top: 0;
    margin-top: 90px;
    border-top: none;
  }
  .policy__text {
    padding-right: 0;
    font-size: 12px;
    text-align: left;
  }
  .btn {
    font-size: 18px;
  }
  .subscribe__input {
    height: 54px;
    font-size: 14px;
  }
  .subscribe__language__code,
  .subscribe__language__input {
    font-size: 14px;
  }
  .subscribe__sub {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  .faq__heading {
    font-size: 14px;
  }
  .faq__body {
    margin-top: 20px;
    font-size: 14px;
  }
  .testimonials__textblock {
    font-size: 21px;
    line-height: 1.3;
  }
  .testimonials__textblock {
    display: none;
  }
  .testimonials__decor {
    opacity: 0.5;
  }
  .testimonials__textblock__mob {
    display: block;
    text-align: center;
    font-family: "Philosopher-Bold", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 100;
    line-height: 48px; /* 171.429% */
  }
  .testimonials__textblockp {
    margin-bottom: 5px;
  }
  .testimonials__textblockp img {
    height: 46px;
  }
  .testimonials__reviewswrapp {
    padding: 0;
  }
  .testimonials__btn {
    width: 36px;
    height: 36px;
    position: static;
    background-position: center;
    background-repeat: no-repeat;
  }
  .testimonials__arrows {
    margin: 16px 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonials__author {
    font-size: 22px;
  }
  .testimonials__date, .testimonials__city {
    font-size: 12px;
  }
  .testimonials__text {
    font-size: 14px;
  }
  .trustpilot {
    padding: 0;
    flex-wrap: wrap;
  }
  .trustpilot__rating {
    left: 0;
    width: 50%;
    margin-left: auto;
    text-align: center;
    margin-right: 0;
    order: -1;
  }
  .trustpilot__rating img {
    height: 24px;
  }
  .trustpilot__logo {
    order: -2;
  }
  .trustpilot__logo img {
    height: 24px;
  }
  .trustpilot__heading {
    justify-content: flex-start;
  }
  .trustpilot__info {
    width: 100%;
    margin-top: 22px;
  }
  .testimonials__reviews {
    margin-top: 0px;
  }
  .testimonials__mob__grad {
    margin: -132px auto;
    width: 100%;
    height: 206px;
    background-image: url('../images/search_page/search-flight_after_r.svg');
    background-position: center;
  }
  .trustpilot {
    margin-top: 0;
  }
  .trustpilot__body {
    text-align: left;
  }
  .trustpilot__info p {
    display: inline;
  }
  .trustpilot__rating {
    text-align: right;
  }
  .how_it_works__btn {
    margin-top: 0;
  }
  .how_it_works__btn {
    width: 100%;
    text-align: center;
  }
  .how_it_works__icon {
    order: 0;
    margin-right: 0;
  }
  .how_it_works__item {
    flex-direction: column;
  }
  .how_it_works__contents {
    max-width: 100%;
    padding: 0;
  }
  .how_it_works__item:nth-child(2n) .how_it_works__icon {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .how_it_works__item {
    margin-bottom: 80px;
  }
  .how_it_works__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -52px;
    right: 50%;
    width: 1px;
    height: 32px;
  }
  .how_it_works__icon {
    width: 64px;
    height: 64px;
  }
  .how_it_works__icon img {
    height: 22px;
  }
  .how_it_works__title {
    font-size: 24px;
  }
  .how_it_works__descr {
    font-size: 14px;
  }
  .how_it_works__item:nth-child(2n) .how_it_works__contents {
    padding-right: 0;
    padding-left: 0;
    order: 2;
  }
  .how_it_works__card {
    margin-top: 40px;
  }
  .fly_luxury_tablet {
    margin: 20px 0;
  }
  .fly_home__images {
    display: flex;
    flex-direction: column;
  }
  .fly_home__image1 {
    order: 1;
  }
  .fly_home__image3 {
    margin: 0;
    order: 4;
  }
  .fly_home__image2 {
    order: 2;
  }
  .fly_home__image4 {
    margin: 0;
    order: 3;
  }
  .fly_home__card {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .fly_home__item {
    max-width: 100%;
    margin-bottom: 28px;
  }
  .fly_home__itemhead {
    flex-direction: column;
  }
  .fly_home__itemhead {
    font-size: 24px;
  }
  .fly_home__itemhead::before {
    margin: 0;
    margin-bottom: 24px;
  }
  .fly_home__itemdsc {
    font-size: 14px;
    text-align: center;
  }
  .fly_home__circle {
    top: 1233px;
    left: 0;
    display: block;
  }
  .fly_home__text {
    padding-bottom: 56px;
    margin-bottom: 56px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
  .fly_home__wrapp {
    margin-top: 0;
  }
  .footer__item {
    font-size: 16px;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 207px;
  }
  .footer__icon img {
    width: 28px;
  }
  .best_deals__card {
    padding-bottom: 0px;
  }
  .social__href {
    width: 28px;
    height: 28px;
  }
  .best_deals__all {
    width: calc(100% - 30px);
    margin-left: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .fly_home__text {
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .best_deals__heading {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .mini-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .best_deals__booknow {
    padding: 14px 18px;
    font-size: 16px;
  }
  .best_deals__name {
    font-size: 26px;
  }
  .best_deals__price {
    font-size: 28px;
  }
  .best_deals__notice {
    font-size: 16px;
  }
  .hero__banners {
    padding: 0;
  }
  .hero__banners__items {
    margin-right: 18px;
    margin-bottom: 36px;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__subtitle {
    display: none;
  }
  .formsearch__line:first-child .formsearch__item:nth-child(2) {
    width: 110px;
  }
  .formsearch__line:first-child .formsearch__item:last-child,
  .formsearch__line:first-child .formsearch__item:first-child {
    max-width: calc(50% - 55px);
  }
  .formsearch__item {
    padding: 14px;
    font-size: 13px;
  }
  .header__callback {
    font-size: 0;
    line-height: 0;
  }
  .header .logo {
    width: 42px;
    height: 38px;
    background-size: contain;
  }


  .burgerClose, .burger {
    margin-left: 0px;
  }
  .callback::before {
    margin: 0;
  }
  .formsearch__item_w310 {
    max-width: 100%;
  }
  .hero__title {
    margin-bottom: 62px;
    text-align: center;
  }
  .formsearch__item img {
    height: 16px;
  }
  .formclick_vx2 {
    width: 140px;
  }
  .departure,
  .return {
    margin: 0;
    margin-top: 16px;
    order: 2;
  }
  .arrowform {
    z-index: 2;
  }
  .formsearch__r {
    position: static;
  }
  .where_from__container {
    width: 100%;
  }
  .formsearch {
    margin: 0;
  }

  .formsearch__body__href, .formsearch__item {
    font-size: 11px;
  }
  .formsearch__body__href {
    padding: 10px 0;
  }
  .formsearch__line_first .formsearch__item {
    justify-content: center;
  }
  .formsearch__item_arrow::after {
    content: "";
    width: 18px;
    height: 11px;
    display: block;
    margin-left: 0px;
    background-image: url(../images/home_page/fillter_arrow.svg);
    background-size: contain;
  }

  .arrowform {
    border-radius: 100%!important;
  }

  .where_from,
  .where_to {
    border-bottom: 1px var(--LIGHT-BLUE) solid;
  }
.date1 {
  border-radius: 12px 0 0 12px!important;
}

.date2 {
  border-radius: 0 12px 12px 0!important;
}

.form_multicity .date1 {
  border-radius: 12px!important;
}

  .where_from {
    border-radius: 16px 16px 0px 0px!important;
  }

  .formsearch__item:not(.formsearch__item_nohover).formsearch__item_nc1 {
    border-radius: 20px 0 0 20px;
}

  .where_to99,
  .where_to {
    border-radius: 0px 0px 16px 16px!important;
  }
  .formsearch__calendarinput {
    font-size: 12px;
  }

  .formsearch__heading  {
    font-size: 11px;
  }
  .date2 {
    border-radius: 0 16px 16px 0;
  }
  .formsearch__item_w330 {
    max-width: 50%;
  }
  .formsearch__item_w310 {
    max-width: 100%;
  }
  .arrowform {
    right: 32px;
    top: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    transform: rotate(90deg);
  }
  .formsearch__btn {
    font-size: 18px;
  }
  .hero__banners {
    margin-top: 75px;
  }
  .hero__banners {
    margin-top: 26px;
  }
  .hero__wrapp {
    padding-top: 100px;
  }
  .hero__wrapp {
    height: auto;
  }
  .hero__banners__href img {
    width: 85px;
  }
  .modal__body {
    top: 20px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 32px 16px;
  }
  .callbacks__heading__t1 {
    font-size: 24px;
  }
  .callbacks__heading__cb {
    font-size: 17px;
  }
  .callbacks__close svg {
    width: 22px;
  }
  .callback__ava {
    width: 67px;
    height: 67px;
  }
  .callbacks__heading__cb {
    margin-top: 0;
  }
  .callbacks__heading__cb svg {
    width: 20px;
  }
  .callbacks__or {
    margin: 30px 0;
  }
  .callbacks__or span {
    font-size: 16px;
    line-height: 1;
  }
  .callbacks__heading__info {
    margin-left: 14px;
  }
  .callbacks__title {
    font-size: 24px;
  }
  .callbacks__sub {
    font-size: 14px;
  }
  .callbacks__submit {
    margin-top: 16px;
    font-size: 18px;
  }
  .static_page h3 {
    margin-top: 2.5em;
  }
  .subscribe__main-title2 {
    margin-top: 0;
  }
  .fly_luxury_tablet {
    margin-top: 80px;
    padding: 0 15px;
  }
  .fly_home__main-title {
    margin-bottom: 12px;
}
  .not_found {
    height: 100vh;
  }
  .input-group-btn {
    font-size: 12px;
    padding: 14px;
  }
  .date1,
  .date2 {
    padding: 0;
  }
  .formsearch__calendarinput {
    max-width: calc(100% - 80px);
  }
  .hero_static__img {
    background-image:url("../images/search_page/bg.webp");
    background-position: top;
  }
  .search_wrapp {
    padding-top: 74px;
  }
  .search__title {
    font-size: 28px;
  }
  .search__form__left,
  .search__form__right {
    padding: 0;
  }
  .search__form__left {
    padding-top:0px;
  }
  .search_heading__imgleft,
  .search_heading__imgright {
    display: none;
  }
  .search__title img {
    width: 32px;
  }
  .search__form__best {
    display: flex;
    align-items: center;
  }
  .search__form__edit {
    font-size: 14px;
  }
  .search__form__best span {
    display: none;
  }
  .search__form__direction {
    width: 100%;
    justify-content: space-between;
  }
/*   .direction__item::after {
    position: absolute;
    bottom: 16px;
    right: -19px;
    width: 6px;
    margin: 0;
  } */
  .trips__item:nth-child(2) {
    padding: 0 10px;
    text-align: center;
  }

  .editsearch {
    position: absolute;
    height: auto;
    overflow: visible;
    background-color: #fff;
}
.formsearch3.form_mc {
  height: auto;
  max-height: none;
  overflow: auto;
}




  .editsearch__mask {
    background-color: var(--white);
  }

  .trips__item:last-child {
    text-align: right;
  }
  .direction__item {
    align-items: flex-end;
  }
  .direction__item_2n {
    padding: 0 10px;
  }
  .search__price {
    font-size: 32px;
  }
  .airline__name {
    display: none;
  }
  .search__form__listtext {
    text-align: center;
  }
  .direction {
    font-size: 20px;
    align-items: flex-end;
  }
  .trips__card {
    margin-top: 10px;
  }
  .trips__date,
  .trips__title {
    font-size: 12px;
    line-height: 1.3;
  }
  .search__form__right {
    margin-top: 70px;
  }
  .search__form__right {
    padding: 36px 10px 50px;
  }
  .search__callback__heading {
    flex-direction: column;
  }
  .search__callback__num {
    margin-right: auto;
    margin-top: 16px;
  }
  .search__callback__or {
    text-align: center;
  }
  .searchform__items {
    margin-bottom: 0px;
  }
  .searchform__mainitem {
    margin-bottom: 0;
  }
  .searchform__mainitem {
    flex-direction: column;
  }

  #ajaxcontent .formsearch__line {
    margin-bottom: 18px;
  }

  .mcbuttons2 {
    margin: -62px 0 21px;
}

  .mcbuttons__remove2 {
    margin-bottom: 25px;
    margin-top: 21px;
    font-size: 14px;
    position: static;
    justify-content: flex-start;
}

.form_multicity .formsearch__line:not(:last-child) {
  border: none;
}

  .form_multicity .formsearch__line {
    position: static;
  }

  .form_multicity .formsearch__item_hr {
    border-right: none!important;
  }

  .searchform__label {
    display: flex;
    flex-direction: column;
    max-width: calc(50% - 5px);
    padding-bottom: 0;
    width: 100%;
  }
  .searchform__items_w50 {
    max-width: 100%;
  }
  .searchform__label:last-child {
    margin-right: 0;
  }
  .searchform__customtext {
    width: 100%;
  }
  .search_block_2__img1,
  .search_block_2__img2 {
    display: none;
  }
  .search .how_it_works__heading {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .search_block_2__wrapp {
    flex-direction: column;
  }
  .search_block_2__left .search_block_2__img {
    left: 0;
  }
  .search_block_2__right .search_block_2__img {
    right: 0;
  }
  .search_block_2__left, .search_block_2__right {
    max-width: 100%;
  }
  .search_block_2__left {
    display: flex;
    flex-direction: column;
  }
  .search_block_2__left .search_block_2__img {
    margin-top: 24px;
    order: 2;
  }
  .termsjs__wrapp {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .termsjs__wrapp {
    padding: 110px 10px 80px;
    max-height: 100vh;
    height: 100vh;
  }
  .searchform__mainform .where_from__result {
    width: 100%;
    box-shadow: 0px 4px 40px 0px rgba(173, 204, 232, 0.40);
}

.searchform__items .subscribe__input {
  margin-bottom: 0;
}

.searchform__mainform .where_from__name {
  font-size: 14px;
}

  .termsjs__wrapp::before {
    display: none;
  }
  .termsjs__close {
    position: absolute;
    top: 38px;
    right: 38px;
  }
  .editsearch__content {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .editsearch__close {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .searchform__customtext {
    text-align: center;
  }
  .editsearch__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .editsearch__content {
    max-height: auto;
    overflow: visible;
  }
  .editsearch__heading {
    margin-bottom: 22px;
  }

  .search__form {
    margin-top: 46px;
    border-radius: 0;
    padding: 15px 15px 30px;
  }

  .search .containernew  {
    padding: 0;
  }
  .search_wrapp {
    padding-bottom: 0;
  }
  .search__form__best {
    padding-bottom: 12px;
  }
  .search_block_2__right__text,
  .search_block_2__left__text {
    font-size: 14px;
    text-align: center;
  }
  .best_deals__page__bg, .hero.best_deals__page {
    height: auto;
    padding-bottom: 15px;
  }
  .best_deals__page {
    background-image: url("../images/best_deals_page/bg_mob.webp");
    background-size: cover;
  }
  .best_deals_continent__bg2, .hero.best_deals_continent2 {
    height: auto;
  }

  .editsearch__image {
    position: relative;
    height: 230px;
  }
  .about_us__block2 {
    margin-top: 30px;
  }
  .editsearch__image picture img {
    width: 100%;
  }
  .editsearch__image picture img,
  .editsearch__content {
    border-radius: 0px;
  }
  .editsearch__content {
    padding: 0;
  }
  .editsearch__right {
    height: auto;
    overflow: visible;
  }
  .editsearch__close {
    position: static;
  }

  .hero_static, .hero_static__img {
    height: auto;
  }
  .hero_static__img {
    height: 100%!important;
  }
  .hero_staticnewh3{
    padding-bottom: 15px;
  }
  .hero.about_us, .about_us__bg {
    height: 300px;
  }
  .about_us__bottomimg {
    display: none;
  }
  .about_us__p {
    margin-top: 20px;
    font-size: 14px;
  }
  .our_service {
    margin-top: 52px;
  }
  .our_service__item {
    max-width: 100%;
    margin-right: 0;
  }
  .about_us__fly .fly_home__image4 {
    margin-top: 0;
  }
  .about_us__p2 {
    padding: 0 15px;
    margin-top: 36px;
    font-size: 14px;
    text-align: center;
  }
  .hero.best_deals__page .about_us__wrapp {
    padding-top: 122px;
  }
  .hero_static, .hero_static__img {
    height: auto
  }
  .static_page__info {
    padding-right: 0;
  }
  
  .static_page__info2 {
    padding-top: 167px;
    text-align: center;
  }
  .terms .hero_static__img {
    background-image: url("../images/static_page/terms_mob.webp") !important;
  }

  .hero_static__img2.blog__bg {
    background-image: url('../images/blog/bg_mob.webp');
}

.blog__decor_l,
.blog__decor_r {
  display: none;
}

.static_page__info4 {
  padding-bottom: 9px;
}

  .hero.blog__static {
    height: 300px;
    position: relative;
  }


  .static_page__info3 {
    padding-top: 155px;
    justify-content: center;
}


  .blog__heading__descr {
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
  }

  .blog__filters__bg__title.main-title  {
    font-size: 28px;
  }

  .blog__filters__bg__wrapp {
    padding: 0 20px;
  }

  .blog__filters__bg__wrapp {
    height: 372px;
  }

  .blog__filters__bg__post_share,
  .blog__filters__bg__posttags {
    max-width: 100%;
  }

  .blog__filters__bg__posttags{
    padding-bottom: 42px;
  }

  .blog__filters__bg__postinfo  {
    flex-direction: column;
  }

  .blog__filters__bg__post_share {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px #B3C1CD solid;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 42px;
    width: 100%;
}

.about_us__main-title {
  font-size: 28px;
}



.blog__heading__logo3 {
  margin-bottom: 18px;
}
.blog__heading__logo4 {
  margin-bottom: 37px;
}


.hero.best_deals__page .about_us__wrapp {
  padding-top: 91px;
}
.about_us__wrapp {
  padding-top: 87px;
}
.contacts__wrapp {
  padding-top: 86px;
}.blog__heading__logo2 {
  margin-bottom: 23px;
}



.formsearch3 {
  max-height: auto;
  overflow: visible;
}

.about_us__p2 {
  margin-top: 25px;
}
.static_page__info3 {
  padding-top: 176px;
  justify-content: center;
}.blog__heading__logo {
  margin-bottom: 2px;
}

.hero_staticnewh3 .blog__heading__logo {
  margin-bottom: 22px;
}

.blog__heading__descr {
  margin-top: 18px;
}

.accommodation_and_transfer__item {
  max-width: 100%;
  width: 100%;
}

.accommodation_and_transfer__card {
  margin-top: 58px;
}

.accommodation_and_transfer__item:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px rgba(255, 255, 255, 0.50) solid;
}

.accommodation_and_transfer__title {
  font-size: 32px;
}

.accommodation_and_transfer__card  {
  flex-direction: column;
}

.best_deals_continent__heading2 {
  margin-top: 46px;
}

.accommodation_and_transfer__descr {
  font-size: 14px;
  margin-top: 24px;
}

.accommodation_and_transfer__hr {
  display: none;
}

.accommodation_and_transfer__title {
  font-size: 32px!important;
}

.accommodation_and_transfer__bg {
background-image: url('../images/accommodation_and_transfer/mobile.webp');
}

}
@media screen and (max-width: 380px) {
  .main-title {
    text-align: center;
    font-size: 19px;
  }
  .testimonials__textblock__mob {
    font-size: 19px;
    line-height: 2.1;
  }
  .testimonials__textblockp img {
    height: 36px;
  }
  .formsearch__item {
    padding: 12px;
    font-size: 11px;
  }
  .how_it_works__btn {
    padding: 14px 0;
  }
  .chat__open {
    width: 65px;
    height: 65px;
  }
  .hero__title {
    margin-bottom: 30px;
  }
  .formsearch__item img {
    height: 14px;
  }
  .formsearch__line:first-child .formsearch__item:last-child, .formsearch__line:first-child .formsearch__item:first-child {
    max-width: calc(50% - 40px);
  }
  .formsearch__line:first-child .formsearch__item:nth-child(2) {
    width: 80px;
  }
  .arrowform {
    right: 20px;
    top: 18px;
  }
  .formsearch__btn {
    font-size: 15px;
  }
  .formsearch__btn {
    padding: 14px 0;
  }
  .hero__banners {
    margin-top: 20px;
  }
  .hero__banners__items {
    margin-right: 18px;
    margin-bottom: 7px;
  }

  .navigation__card {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts {
    background-size: cover;
  }
  .contacts__image {
    right: -700px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1930px) {
  .hero__wrapp {
    padding-bottom: 0;
  }
}
@media screen and (max-height: 750px) {
  .editsearch__content {
    top: 10px;
  }
  .editsearch__right {
    padding: 34px;
  }
}/*# sourceMappingURL=style.css.map */

@media screen and (min-height:800px) {
  
  .termsjs__wrapp {
    top: calc(50% - 380px);
  }

}


[data-custom-class='body'] {
  padding: 0!important;
}

.errorinput {
  border: 1px red solid!important
}

.sZ8s4JOq2mnOM8SOOi1T {
  display: none!important
}

.preloaderjs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.preloaderjs img {
  height: 34px;
}

.best_deals__page__card__close  {
  display: none;
}


@media screen and (min-width:900px) and (max-width:1480px) {
  .best_deals__page__item {
    position: relative;
    max-width: calc(33% - 20px);
  /*   height: 222px; */
  }
  
}

@media screen and (min-width:900px) and (max-width:1280px) {
  .about_us__fly .fly_home__description,
  .about_us__fly .fly_home__images,
  .fly_home__description, .fly_home__images {
    max-width: calc(50% - 15px);
}

.form_multicity .wherefromjsclick99 {
  border-radius: 20px 0 0 0px !important;
}

.form_multicity .where_from__input {
  background-color: var(--white);
}

.best_deals__page__item {
  position: relative;
  max-width: calc(33% - 20px);
  height: 222px;
}

.best_deals__page__wrapper {
  height: 100%;
}

.best_deals_continent__navhref {
  font-size: 16px;
}

.blog__filters__content {
  max-width: calc(60% - 15px);
  width: 100%;
}

.blog__filters__rightbar {
  max-width: calc(40% - 15px);
}

.blog__filters__bg__postinfo {
  flex-direction: column;
}

.blog__filters__bg__posttags {
  max-width: 100%;
}

.blog__filters__bg__post_share {
  margin-left: 0;
  margin-top: 20px;
  align-items: flex-start;
}

.best_deals_continent__navitem:not(:last-child) {
  margin-right: 10px;
}

.about_us__block2img {
  left: -20px;
}

.our_service__item {
  max-width: calc(25% - 20px);
}

.best_deals_continent__left {
  max-width: calc(50% - 15px);
}

.best_deals_continent__middle {
  margin-top: 25px;
}

.best_deals_continent__bg2 {
  padding-bottom: 60px;
  height: auto;
}

.blog__heading__logo {
  margin-bottom: 71px;
}

.about_us__wrapp {
  padding-top: 126px;
}

.where_from__input {
  background-color: transparent;
  outline: none;
  border: none;
}

.search__form__best {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.editsearch__content {
  top: 12px;
}

.searchform__mainform .where_from__result {
  width: 100%;
}

.bootstrap-datetimepicker-widget {
  bottom: -36px !important;
}

.editsearch__right {
  padding: 32px 14px;
}

.contacts__forms {
  padding: 40px;
}



.contacts__items {
  max-width: calc(60% - 30px);
  width: 100%;
}

.contacts__items:last-child {
  margin-left: auto;
  max-width: calc(40% - 30px);
}

.best_deals_continent__heading {
  margin-top: 90px;
}

.accommodation_and_transfer__bg, .accommodation_and_transfer__hero {
  height: auto;
  padding-bottom: 60px;
}

.formsearch__body {
  top: 100%;
}

.formsearch__body {
  z-index: 9991;
}

/* .fly_home__wrapp {
  margin-top: 0;
}
 */

 .best_deals_continent__pages .fly_home__wrapp {
  margin-top: 30px;
 }



 .search_heading__imgleft {
  display: none;
 }

 .accommodation_and_transfer  .fly_home__wrapp {
  margin-top: 0;
}

 .best_deals_continent233 .best_deals_continent__heading{
  margin-top: 52px;
 }

.about_us__wrapp2 {
  padding-top: 104px !important;
}

.about_us__wrapp2 .blog__heading__logo {
  margin-bottom: 43px;
}

.hero_staticnewh3 {
  height: 274px!important;
}

.hero_staticnewh3 .hero_static__img {
  height: 274px;
}

.about_us__wrapp2 {
  padding-top: 101px !important;
}

.about_us__wrapp2 .blog__heading__logo {
  margin-bottom: 27px;
}

  
.best_deals_continent__heading2 {
  border-top: none;
}
}

.category__popularcarditem {
  max-height: 180px;
}

@media screen and (min-width:800px) and (max-width:899px) {
  
  .blog__filters__categorys {
    margin-top: 0;
  }

  .search_block_2__right {
    margin-top: 17px;
  }

  .search_block_2__left__text {
    margin-top: 24px;
  }

  .search_block_2__left__text,
  .search_block_2__right__text {
    font-size: 14px;
  }

  .search_block_2__right__text {
    font-size: 15px;
  }

  .search__form__best {
    display: flex;
    align-items: center;
   }

  .best_deals_continent__heading2 {
    border-top: none;
  }

  .about_us__wrapp2 {
    padding-top: 99px !important;
}

.best_deals_continent__left  {
  margin-top: 30px;
}


.hero_staticnewh3 {
  height: 274px!important;
}
.hero_staticnewh3 .hero_static__img {
  height: 274px;
}
.about_us__wrapp2  .blog__heading__logo {
  margin-bottom: 37px;
}


  

.fly_luxury_tablet {
  display: block;
  padding-top:30px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.formsearch3.form_mc {
  height: auto;
  max-height: max-content;
  overflow: auto;
}

.accommodation_and_transfer .how_it_works {
  padding-top: 49px;
}


.testimonials {
  margin-top: 110px;
}

.fly_luxury_tablet  img {
  width: 70%;
}


.best_deals__page__icon {
  margin: 0;
  margin-right: auto;
}
 
.hero.best_deals__page .about_us__wrapp {
  padding-top: 116px;
}

.blog__heading__logo2 {
  margin-bottom: 53px;
}

.about_us__p3 {
  margin-top: 62px;
}

.best_deals_continent__phonebg {
  margin-top: 72px;
}

.best_deals_continent__plain {
  margin: 0;
  margin-right: auto;
}

.hero_static {
  margin-bottom: 32px;
}

.fly_home__description {
  margin-top: 0;
}

.team__item {
  max-width: 100%;

}

.blog__filters__left {
  width: 100%;
  margin-bottom: 20px;
}

.blog__filters__search {
  max-width: calc(50% - 15px);
  width: 100%;
margin: 0;
}


.blog__filters__categorys {
  margin-left: auto;
  max-width: calc(50% - 15px);
  width: 100%;
}

.category__popularcarditem {
  max-height: 110px;
}

.best_deals__page__card__close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  outline: none;
}
.about_us__main-title {
  font-size: 37px !important;

}

.best_deals_continent__middle {
  margin-top: 42px;
}


.contacts__main-title {
  font-size: 46px;
}
.contacts.hero {
  height: auto;
  padding-bottom: 79px;
}

}
@media screen and (max-width:1190px) {
  
  .fly_luxury {
    margin-top: 120px;
  }

  .best_deals_continent__navleft_tb .best_deals_continent__navright__body {
    right: auto;
    left: auto;
}

  .best_deals__page__card__close {
    display: flex;
  }

}

@media screen and (min-width:1200px) and (max-width:1299px) {
  
  .search_wrapp {
    padding-bottom: 50px;
    padding-top: 75px;
}


.blog__heading__logo {
  margin-bottom: 31px;
}

.contacts{
  height: auto;
  padding-bottom: 60px;
}

.formsearch__item_clicked, .formsearch__item_nc1:hover {
  border-radius: 16px 0 0 0;
}

.search_block_2__left .search_block_2__img {
  position: relative;
  left: 0;
}

.search_block_2__right .search_block_2__img {
  position: relative;
  right: 0;
}

.team__item {
  max-width: 100%;
}

}

.formsearch__body {
  top: 100%;
  z-index: 9999;
}

.text_cd7a,
.seo_tags {
  display: none!important;
}



@media screen and (min-width:800px) {
  .whretojs2r {
    right: 0;
    left: auto;
    width: 360px !important;
  }
}

.hero1 .formsearch__bodynew {
  border-radius: 0 20px 20px 20px;
}

.hero1 .passengers {
  width: calc(100% + 240px);
}

@media screen and (max-width:800px) {
  .search__callbacksucc3 {
    padding: 40px;
  }
}


.typejs2 {
  font-size: 13px;
}

@media screen and (max-width:600px) {
  .license_popup {
    max-width: 320px;
    font-size: 14px;
  }
  .asta_iata  .license_popup::before {
    left: 36%;
  }
  .show_asta_iata {
    left: -94px;
  }
}

@media screen and (max-width:600px) {
  .license_popup {
    font-size: 10px;
    padding: 7px;
  }
  .license_popup::before {
    top: -15px;
    transform: scale(0.7);
  }

  .arc_full .license_popup {
    position: absolute;
    top: calc(100% + 21px);
  }

  .iata_iata  .license_popup {
    left: -45px;
  }

  .iata_iata  .license_popup::before {
    left: 50px;
  }

}

.where_from__icon {
  font-size: 0;
  line-height: 0;
}

@media screen and (min-width:1480px) and (max-width:1610px) {

  .formsearch__calendarinput {
    max-width: calc(100% - 100px);
}

  .where_from__result {
    max-height: 257px;
  }

  .where_from__mini {
    font-size: 12px;
  }

  .where_from__name,
  .where_from__code {
    font-size: 15px;
  }

  .where_from__item {
    padding-top: 9px;
    padding-bottom: 9px;
}
  .where_from__item_child {
    padding-left: 63px;
}


  .where_from__code{
    font-size: 13px;
    opacity: 0.6;
  }

  .where_from__input,
  .formsearch__calendarinput,
  .formsearch__item {
    font-size: 15px;
  }



  .where_from__result  {
    width: 440px;
  }

  .where_from__icon  img {
    height: 24px;
  }

  .where_from__item_child    .where_from__icon  img {
    height: 16px;
  }


  .where_from__item_child  .where_from__name {
    font-size: 13px;
  }

  .best_deals__inner {
    height: 390px;
  }
  .fly_luxury {
    justify-content: center;
  }
  .fly_luxury  img {
    width: 50%;
  }
  .fly_luxury  img:nth-child(2) {
    margin: 0 5px;
  }
  .faq__before {
    left: calc(50% - 660px);
  }
  .formsearch__item_hr {
    flex-shrink: 0;
  }

  .hero__wrapp {
    padding-top: 222px;
  } 

  .formsearch {
    margin: 0;
    margin-bottom: auto;
  }
  .bootstrap-datetimepicker-widget {
    bottom: -50px !important;
}

.bootstrap-datetimepicker-widget td.day {
  width: 46px;
  height: 37px;
}

}


@media screen and (min-width:1900px) and (max-width:1920px) {
  .hero__wrapp {
    padding-top: 193px;
  }
  .formsearch {
    margin: 0;
    margin-bottom: auto;
  }
}

@media screen and (max-width:400px) {
  
  .iata_iata  .license_popup2 {
    left: -100px;
  }

  .iata_iata .license_popup2::before {
    left: 104px;
}
}

@media screen and (max-width:600px) {
  .newBlockLandingTextTextMini {
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
}

/* tln */
.tln-banner {
  color: #1A2027;
  -webkit-box-shadow: 0 4px 20px 0 rgba(167, 196, 231, 0.47);
          box-shadow: 0 4px 20px 0 rgba(167, 196, 231, 0.47);
}
.tln-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-block: 36px;
}
.tln-banner__image {
  margin-right: 63px;
}
.tln-banner__body {
  padding-left: 63px;
  border-left: 1px solid #D9E6F6;
}
.tln-banner__title {
  margin-bottom: 8px;
  font-family: "Philosopher-Bold", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}
.tln-banner__text {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1023.98px) {
  .tln-banner {
    text-align: center;
  }
  .tln-banner__conatiner {
    padding-inline: 40px;
  }
  .tln-banner__inner {
    padding-block: 40px;
    -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;
  }
  .tln-banner__image {
    width: 180px;
    height: 64px;
    margin: 0 0 28px 0;
  }
  .tln-banner__body {
    border: none;
    padding: 0;
  }
  .tln-banner__title {
    margin-bottom: 22px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .tln-banner__conatiner {
    padding-inline: 20px;
  }
  .tln-banner__inner {
    padding-block: 36px;
  }
  .tln-banner__image {
    width: 160px;
    height: 56px;
  }
}