.covid-19__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
  background-color: #fff;
}
.covid-19__wrapper {
  width: 100%;
  max-width: 980px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.covid-19__title {
  font-size: 19px;
  color: #2f2f2f;
  margin: 0;
}
.covid-19__link {
  font-size: 16px;
  font-weight: 600; font-family: 'Proxima Nova Lt', sans-serif;
  color: #0072ed;
  margin-left: 0.5em;
  text-decoration: none;
}
.covid-19__link:hover {
  text-decoration: none;
  color: #0072ed;
}
.container {
  max-width: 1176px;
  margin: 0 auto;
  position: relative;
}
.container__header {
  margin: 64px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.container__header-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: default;
}
.container__header a {
  font-size: 18px;
  font-weight: 600; font-family: 'Proxima Nova Lt', sans-serif;
  letter-spacing: .08px;
  text-decoration: none;
  color: #0063d7;
  position: relative;
  padding-right: 23px;
  display: flex;
  align-items: center;
}
.container__header a:first-child {
  color: inherit !important;
}
.container__header a,
.container__header a * {
  cursor: pointer;
}
.container__header a:hover {
  text-decoration: none;
}
.container__header a u {
  font-size: 11px;
  position: absolute;
  right: -4px;
  transform: translateY(-50%);
  top: 50%;
  padding-right: 4px;
  transition: padding-right .2s;
  display: flex;
  align-items: center;
}
.container__header a:hover u {
  padding-right: 0;
}
.container__row {
  display: flex;
  max-width: 1176px;
  margin: 0 auto;
}
.container__col:not(:last-of-type) {
  margin-right: 24px;
}
.container__col {
  flex: 1;
}
.main-wrapper {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.layout {
  background-color: #f8f8f9;
  min-height: 100vh;
}
.prefooter-container {
  min-height: calc(100vh - 346px);
}
.header.z-indexed:not(.fixed) {
  z-index: 1 !important;
}
.header.fixed .header__links {
  display: none;
}

[data-county="bulgaria"].header {
  background: url(../img/header/header-bg-bulgaria.svg) right calc(50% - 235px) top 15px / 762px no-repeat, linear-gradient(to left, rgb(21, 172, 195) 0%, rgb(87, 196, 178) 100%);
}
[data-county="spain"].header {
  background: url(../img/header/header-bg-spain.svg) no-repeat right calc(50% - 260px) bottom 35px / 650px auto, #d72023;
}
[data-county="egypt"].header {
  background: url(../img/header/header-bg-egypt.svg) no-repeat right calc(50% - 220px) bottom 65px / 790px auto, #ffd839;
}
[data-county="turkey"].header {
  background: url(../img/header/header-bg-turkey.svg) no-repeat right calc(50% - 260px) bottom 23px / 650px auto, #00bd4d;
}
[data-county="greece"].header {
  background: url(../img/header/header-bg-greece.svg) no-repeat right calc(50% - 285px) bottom -12px / 600px auto, #11aeff;
}
.header-home .header {
  background: url(../img/header/header-bg-home-3.svg) no-repeat right calc(50% - 255px) bottom 0 / 670px auto, #ffd839;
}
[data-county="uae"] .header {
  background: url(../img/header/header-bg-uae.svg) no-repeat right calc(50% - 263px) bottom 66px / 650px auto, #ffd839;
}
[data-county="maldives"] .header {
  background: url(../img/header/header-bg-maldives.svg) no-repeat right calc(50% - 257px) bottom 67px / 653px auto, #ffd839;
}
[data-county="tanzania"] .header {
  background: url(../img/header/header-bg-tanzania.svg) no-repeat right calc(50% - 242px) bottom 67px / 700px auto, #ffd839;
}

.header__layout {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1176px;
}

@media (max-width: 767px) {
  .header__layout {
    margin: unset;
  }
}

.header__layout--home {
  display: grid;
  grid-template-columns: minmax(350px, 580px) 2fr;
  grid-template-rows: auto auto 1fr auto auto;
  grid-template-areas: 
    "top_layout top_layout"
    "help-banner help-banner"
    "title illustration"
    "menu illustration"
    "form form";
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .header__layout--home {
    padding-bottom: 0;
  }
}

.home-page__title {
  grid-area: title;
}

@media (max-width: 767px) {
  .home-page__title {
    margin-top: 20px;
  }
}

.country__title {
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .country__title {
    margin-bottom: 30px;
  }
}

.home__illustration {
  grid-area: illustration;
}

@media (max-width: 1000px) {
  .header__layout--home {
    grid-template-columns: 1fr;
    grid-template-areas: 
      "top_layout"
      "help-banner"
      "title"
      "menu"
      "form";
  }
  
  .home_illustration {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__layout--home {
    grid-template-areas: 
      "top_layout"
      "title"
      "help-banner"
      "menu"
      "form";
  }
}

@media (min-width: 1176px) {
  .container,
  .header__layout {
    max-width: 1216px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__layout-top {
  display: flex;
  align-items: center;
}
.header__layout-top--home {
  grid-area: top_layout;
  margin-top: 45px;
}

@media (max-width: 1000px) {
  .header__layout-top--home {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .header__layout-top--home {
    margin-top: 0;
  }
}

.header__layout-top--with-sub-navigation {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 1000px) {
  .header__layout-top--with-sub-navigation .header__links  {
    display: none;
  }
}

.header--default-bg,
.header-home,
.header--countries,
.header--search,
.header--tour {
  background-color: #ffd839;
}

/* Стили для заголовка со страной */
.header--with-country {
  /* Стили по умолчанию для стран без кастомного фона */
}

.header--with-country:not([data-county="bulgaria"]):not([data-county="spain"]):not([data-county="egypt"]):not([data-county="turkey"]):not([data-county="greece"]):not([data-county="uae"]):not([data-county="maldives"]):not([data-county="tanzania"]) {
  background-color: #ffd839;
  background-image: none !important;
}

.header--with-country:not([data-county="bulgaria"]):not([data-county="spain"]):not([data-county="egypt"]):not([data-county="turkey"]):not([data-county="greece"]):not([data-county="uae"]):not([data-county="maldives"]):not([data-county="tanzania"]) .header__links > a,
.header--with-country:not([data-county="bulgaria"]):not([data-county="spain"]):not([data-county="egypt"]):not([data-county="turkey"]):not([data-county="greece"]):not([data-county="uae"]):not([data-county="maldives"]):not([data-county="tanzania"]) .header__links > span {
  color: #2c353b;
}

.header--with-country:not([data-county="bulgaria"]):not([data-county="spain"]):not([data-county="egypt"]):not([data-county="turkey"]):not([data-county="greece"]):not([data-county="uae"]):not([data-county="maldives"]):not([data-county="tanzania"]) h1 {
  color: #2c353b !important;
}

@media (max-width: 767px) {
  .header-rebranding {
    display: flex;
    flex-direction: column;
  }
}
#otp_nav_bar {
  margin-left: auto
}

.smallHeader #otp_search_form,
.header__search-container--country {
  transform: translateY(10px);
}

.header__logo {
  position: relative;
  z-index: 4;
  width: 155px;
}

.header-rebranding .header__logo {
  width: 118px;
}

.header__layout-top--with-sub-navigation .header__logo {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .header__logo,
  .header-rebranding .header__logo {
    width: 75px;
    margin-right: 0;
  }
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

[lang="lv"] .header:not(.header-rebranding) .header__logo,
[lang="lt"] .header:not(.header-rebranding) .header__logo {
  background-image: url(../img/header/logo-white-dot.svg);
  background-position: 0 18px;
}
.header[data-county="bulgaria"] .header:not(.header-rebranding) .header__logo,
.header[data-county="spain"] .header:not(.header-rebranding) .header__logo,
.header[data-county="turkey"] .header:not(.header-rebranding) .header__logo,
.header[data-county="greece"] .header:not(.header-rebranding) .header__logo {
  background-image: url(../img/header/logo.svg);
  transition: none !important;
}
[lang="lv"] .header[data-county="bulgaria"] .header:not(.header-rebranding) .header__logo,
[lang="lv"] .header[data-county="spain"] .header:not(.header-rebranding) .header__logo,
[lang="lv"] .header[data-county="turkey"] .header:not(.header-rebranding) .header__logo,
[lang="lv"] .header[data-county="greece"] .header:not(.header-rebranding) .header__logo,
[lang="lt"] .header[data-county="bulgaria"] .header:not(.header-rebranding) .header__logo,
[lang="lt"] .header[data-county="spain"] .header:not(.header-rebranding) .header__logo,
[lang="lt"] .header[data-county="turkey"] .header:not(.header-rebranding) .header__logo,
[lang="lt"] .header[data-county="greece"] .header:not(.header-rebranding) .header__logo {
  background-image: url(../img/header/logo-white-monochrome.svg);
}
.header .header__link {
  position: relative;
  margin-bottom: 12px;
}
.header .header__link a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  background-color: hsla(0,0%,100%,.2);
  padding: 0 12px 0 36px;
  font-size: 18px;
  font-weight: 500;
  color: #474f55;
  text-align: center;
  text-decoration: none;
}
.header[data-county="bulgaria"] .header__link a,
.header[data-county="spain"] .header__link a,
.header[data-county="turkey"] .header__link a,
.header[data-county="greece"] .header__link a {
  color: #fff;
  background-color: hsla(0,0%,100%,.12);
}
.header .header__link::before {
  content: '';
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  background: url(../icons/svg/16px/controls/16-control-1.svg) no-repeat center;
  transform: rotate(180deg);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header[data-county="bulgaria"] .header__link::before,
.header[data-county="spain"] .header__link::before,
.header[data-county="turkey"] .header__link::before,
.header[data-county="greece"] .header__link::before {
  background: url(../icons/svg/16px/controls/16-control-18.svg) no-repeat center;
  transform: rotate(180deg);
}
.header .header__link:hover:before {
  margin-left: -5px;
}
.header__layout h1 {
  font-size: 40px;
  letter-spacing: .4px;
  font-weight: 700;
  color: #2c353b;
  padding: 0;
  z-index: 4;
  position: relative;
}
.header[data-county="bulgaria"] h1,
.header[data-county="spain"] h1,
.header[data-county="turkey"] h1,
.header[data-county="greece"] h1 {
  color: #fff !important;
}
.header .header__layout h1 {
  font-weight: 700;
  color: #2c353b;
  line-height: 1.05;
}
.header__links {
  display: flex;
}
.header__links--home {
  grid-area: menu;
}
.header__links--country,
.header__links--home,
.header__links--hotel {
  margin-bottom: 24px;
}
.header__links > a,
.header__links > span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .2px;
  color: #2c353b;
  text-decoration: none;
  z-index: 4;
  opacity: .4;
  transition: opacity .15s ease;
}
.header__links > a:hover,
.header__links > span:hover {
  opacity: 1;
}
.header[data-county="bulgaria"] .header__links > a,
.header[data-county="spain"] .header__links > a,
.header[data-county="turkey"] .header__links > a,
.header[data-county="greece"] .header__links > a,
.header[data-county="bulgaria"] .header__links > span,
.header[data-county="spain"] .header__links > span,
.header[data-county="turkey"] .header__links > span,
.header[data-county="greece"] .header__links > span {
  color: #fff;
}
.header .header__links > :not(:last-child) {
  margin-right: 28px;
}
.header__search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  z-index: 998;
  box-shadow: 0 4px 40px 0 rgba(0,0,0,.04),0 2px 20px 0 rgba(254,226,12,.06);
}
.header__search-container--home {
  grid-area: form;
}
.article__short-description {
  background-color: #fff;
  overflow: hidden;
  padding: 24px;
  border-radius: 5px;
}
.article__short-description a {
  color: #0072ed;
}
.article__short-description a:hover {
  text-decoration: none;
}
.article__short-description h1,
.article__short-description h2 {
  margin: 30px 0 10px;
}
.article__short-description h3,
.article__short-description h4 {
  margin: 20px 0 10px;
  font-size: 2rem;
}
.article__short-description figure {
  margin: 20px 0;
}
.article__short-description figcaption {
  margin-top: 10px;
  font-style: italic;
  color: #999;
}
.article__short-description ul {
  margin: 20px 0;
  list-style-type: disc;
  list-style-position: inside;
}
.container .swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  transition: box-shadow .2s;
  background: #fff;
  z-index: 1;
}
.container .swiper-button::after {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  background: url(../icons/svg/other/darr.svg) no-repeat center bottom;
}
.container .swiper-button:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.container .swiper-button-disabled {
  display: none;
}
.container .swiper-button-prev,
.container .swiper-button-next {
  z-index: 1;
}
.container .swiper-button-prev {
  left: 3px;
}
.container .swiper-button-next {
  right: 3px;
}
.container .swiper-button-prev::after {
  transform: rotate(90deg);
}
.container .swiper-button-next::after {
  transform: rotate(-90deg);
}
.swiper-container:not(.swiper-container-initialized) ~ .swiper-button,
.slider-check {
  display: none;
}
.header[data-county="bulgaria"] .src-components-auth-AccountButton-styles__root:not(.src-components-auth-AccountButton-styles__authenticated)::after,
.header[data-county="spain"] .src-components-auth-AccountButton-styles__root:not(.src-components-auth-AccountButton-styles__authenticated)::after,
.header[data-county="turkey"] .src-components-auth-AccountButton-styles__root:not(.src-components-auth-AccountButton-styles__authenticated)::after,
.header[data-county="greece"] .src-components-auth-AccountButton-styles__root:not(.src-components-auth-AccountButton-styles__authenticated)::after,
.src-components-molecules-BlurWindow-styles__window.active + header {
  z-index: 3;
}
.src-components-molecules-BlurWindow-styles__window.active + header .src-containers-layouts-SearchLayout-styles__container {
  z-index: 600;
}
.src-components-molecules-BlurWindow-styles__window,
.mobile-check,
.header__search-container > form {
  display: none;
}
#otp_root .src-components-molecules-BlurWindow-styles__window {
  display: block !important;
}
.header__search-container.loaded > form {
  display: flex;
}
.homepage-banner {
  margin: 88px auto 0;
  text-align: center;
}
.outer-anchor {
  position: relative;
  top: 64px;
}

/*go up*/
.go-up_container {
  position: fixed;
  width: 140px;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  display: none;
  justify-content: center;
  align-items: flex-end;
  transition: background-color .2s;
  cursor: pointer;
  padding: 32px 0 116px;
  z-index: 0;
}
.go-up_container.show {
  display: flex;
}
.go-up_container:hover {
  background-color: #efefef;
}
.go-up_container button {
  width: 108px;
  height: 48px;
  border-radius: 5px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600; font-family: 'Proxima Nova Lt', sans-serif;
  border: none;
  color: #404a51;
  transition: all .2s;
  outline: 0 none;
}
.go-up_container button i {
  transform: rotate(-90deg);
  margin-right: 8px;
}
.go-up_container:hover button {
  box-shadow: none;
  background-color: transparent;
}
.prefooter-container {
  position: relative;
  padding-bottom: 1px;
}
.go-up_container.near-footer {
  position: absolute;
  height: calc(100% + 50px);
}
.go-up_container.near-footer button {
  position: absolute;
  bottom: 50px;
}
body bwchat#bwc-wrap.bwc-design-shape-round #bwc-widget-action .bwc-chat,
body bwchat#bwc-wrap.bwc-design-shape-round #bwc-widget-action .bwc-get-call {
  border-radius: 5px;
}
body bwchat#bwc-wrap #bwc-widget-action button,
body bwchat#bwc-wrap #bwc-widget-action .bwc-button {
  margin: 0 22px 0 0;
}
body .src-components-ui-ExcursionScrollTop-styles__root {
  padding-bottom: 110px;
}

@media (min-width: 1177px) {
  .slider-check {
    display: block;
  }
}
@media (min-width: 768px) {
  .src-components-molecules-BlurWindow-styles__window.active {
    display: block;
  }
  header.header.fixed {
    z-index: 11;
  }
  header.fixed[data-county="bulgaria"].header {
    background: linear-gradient(to left, rgb(21, 172, 195) 0%, rgb(87, 196, 178) 100%);
  }
  header.fixed .header__logo {
    position: fixed;
    top: 8px;
    width: 108px;
    height: 44px;
  }
  header.fixed .header__search-container {
    position: fixed;
    top: 4px;
    width: 1020px;
    min-height: 52px;
    margin-left: 155px;
  }
  header.fixed .src-components-ui-Autocomplete-styles__placeholderMinimized {
    top: 8px;
  }
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input,
  header.fixed .header__search-container form {
    height: 52px;
  }
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[placeholder="Куда"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div input + span,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[placeholder="Куда"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input input + span,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[placeholder="Куда"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div input + span,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[placeholder="Куда"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input input + span {
    line-height: 52px;
  }
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[style*="padding-top: 22px"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[style*="padding-top: 25px"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[style*="padding-top: 22px"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[style*="padding-top: 25px"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[style*="padding-top: 22px"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[style*="padding-top: 25px"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[style*="padding-top: 22px"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[style*="padding-top: 25px"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[placeholder="Куда"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[placeholder="Куда"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[placeholder="Куда"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[placeholder="Куда"]::placeholder,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div [class*="Autocomplete-styles__input"],
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div,
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input {
    font-size: 15px;
  }
  header.fixed .src-containers-search-OtpuskInlineSearchForm-styles__submit {
    z-index: 1;
  }

  .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[style*="padding-top: 22px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[style*="padding-top: 25px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[style*="padding-top: 22px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[style*="padding-top: 25px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[style*="padding-top: 22px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[style*="padding-top: 25px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[style*="padding-top: 22px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[style*="padding-top: 25px"]::placeholder {
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  header[class*='fixed']:not([class*="tabletHeader"]) .src-containers-search-OtpuskInlineSearchForm-styles__departureCity {
    flex: 94px 0 0;
  }
  header[class*='fixed']:not([class*="tabletHeader"]) .src-containers-search-OtpuskInlineSearchForm-styles__duration {
    flex: 125px 0 0;
  }
  body header[class*='fixed']:not([class*="tabletHeader"]) .src-containers-search-OtpuskInlineSearchForm-styles__count {
    flex: 140px 0 0;
  }
  header[class*='fixed']:not([class*="tabletHeader"]) .src-containers-search-OtpuskInlineSearchForm-styles__date {
    flex: 195px 0 0;
  }
  header[class*='fixed']:not([class*="tabletHeader"]) .reset-button {
    right: 15px !important;
  }
  header[class*='fixed']:not([class*="tabletHeader"]) .reset-button::before {
    width: 25px !important;
    height: 25px !important;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body .src-pages-Offer-styles__root {
    margin-top: 55px;
  }
  [lang="lv"] .header__logo,
  [lang="lt"] .header__logo {
    background-position: 0 15px;
  }
}

/*tablet*/
@media (min-width: 768px) and (max-width: 1175px) {
  header:not([class*="tabletHeader"]) .src-containers-search-OtpuskInlineSearchForm-styles__duration {
    min-width: 125px !important;
    width: 125px !important;
    max-width: 125px !important;
  }
  body header:not([class*="tabletHeader"]) .src-containers-search-OtpuskInlineSearchForm-styles__count {
    min-width: 140px !important;
    width: 140px !important;
    max-width: 140px !important;
  }
  header:not([class*="tabletHeader"]) .src-containers-search-OtpuskInlineSearchForm-styles__date {
    min-width: 205px !important;
    width: 205px !important;
    max-width: 205px !important;
  }
  header:not([class*="tabletHeader"]) .src-containers-search-OtpuskInlineSearchForm-styles__departureCity {
    min-width: 97px !important;
    width: 97px !important;
    max-width: 97px !important;
  }
  .src-containers-search-OtpuskInlineSearchForm-styles__submit {
    min-width: 80px !important;
    width: 80px !important;
    max-width: 80px !important;
  }
  .reset-button {
    right: 15px !important;
  }
  .reset-button::before {
    width: 25px !important;
    height: 25px !important;
  }
  .src-containers-search-OtpuskInlineSearchForm-styles__submit button {
    font-size: 13px !important;
  }
  body header:not([class*="tabletHeader"]):not([class*="fixed"]) .src-containers-search-OtpuskInlineSearchForm-styles__submit {
    padding: 0;
    z-index: 1;
  }
  body .src-components-controls-CalendarControl-styles__date .src-components-controls-CalendarControl-styles__datepicker {
    left: auto;
    right: -220px;
  }
  /*header home tablet end*/
  header .header__search-container {
    min-height: 52px;
  }
  header .src-components-ui-Autocomplete-styles__placeholderMinimized {
    top: 8px;
  }
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input,
  header .header__search-container form {
    height: 52px;
  }
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[placeholder="Куда"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div input + span,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[placeholder="Куда"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input input + span,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[placeholder="Куда"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div input + span,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[placeholder="Куда"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input input + span {
    line-height: 52px;
  }
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[style*="padding-top: 22px"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[style*="padding-top: 25px"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[style*="padding-top: 22px"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[style*="padding-top: 25px"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[style*="padding-top: 22px"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[style*="padding-top: 25px"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[style*="padding-top: 22px"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[style*="padding-top: 25px"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[placeholder="Куда"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[placeholder="Куда"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[placeholder="Куда"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[placeholder="Куда"]::placeholder,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div [class*="Autocomplete-styles__input"],
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div,
  header .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input {
    font-size: 15px;
  }
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[style*="padding-top: 22px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > div[style*="padding-top: 25px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[style*="padding-top: 22px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div [type="button"] > label > input[style*="padding-top: 25px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[style*="padding-top: 22px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > div[style*="padding-top: 25px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[style*="padding-top: 22px"]::placeholder,
  .src-containers-search-OtpuskInlineSearchForm-styles__form > div label[type="button"] > input[style*="padding-top: 25px"]::placeholder {
    line-height: 30px !important;
  }
  header.fixed .header__logo {
    display: none;
  }
  header.fixed .header__search-container {
    top: 4px;
    margin-left: 0;
    left: 24px;
    right: 24px;
    width: auto;
  }
  header.header,
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 768px) and (max-width: 912px) {
  body .src-components-controls-CalendarControl-styles__date .src-components-controls-CalendarControl-styles__datepicker {
    right: -364px !important;
    transform: scale(0.833);
    transform-origin: 0 0;
  }
}

/*tablet*/
@media (max-width: 1175px) {
  [data-county="bulgaria"].header {
    background: linear-gradient(to left, rgb(21, 172, 195) 0%, rgb(87, 196, 178) 100%);
  }
  [data-county="turkey"].header {
    background: #00bd4d;
  }
  [data-county="spain"].header {
    background: #d72023;
  }
  [data-county="egypt"].header {
    background: #ffd839;
  }
  [data-county="turkey"].header {
    background: #00bd4d;
  }
  [data-county="greece"].header {
    background: #11aeff;
  }
  [data-county="uae"].header {
    background: #ffd839;
  }
  [data-county="maldives"].header {
    background: #ffd839;
  }
  [data-county="tanzania"].header {
    background: #ffd839;
  }
}
/*mobile*/
@media (max-width: 767px) {
  [lang="lv"] .header__logo,
  [lang="lt"] .header__logo {
    background-position: 0 7px;
    min-width: 120px;
  }
  .homepage-banner {
    margin: 48px auto 0;
  }
  .mobile-check {
    display: block;
  }
  .container {
    width: auto;
    padding: 0 20px;
  }
  .container__row {
    flex-wrap: wrap;
  }
  .container__col:not(:last-of-type) {
    margin-right: 0;
  }
  .container__col {
    width: 100%;
  }
  .container__header a span,
  .container__header a u {
    display: none;
  }
  .header {
    padding: 20px 20px 24px;
  }
  .header[data-county="bulgaria"] {
    background: linear-gradient(to left, rgb(21, 172, 195) 0%, rgb(87, 196, 178) 100%);
  }
  .header[data-county="turkey"] {
    background-color: #00bd4d;
  }
  .header[data-county="spain"] {
    background-color: #d72023;
  }
  .header[data-county="egypt"] {
    background-color: #ffd839;
  }
  .header[data-county="turkey"] {
    background-color: #00bd4d;
  }
  .header[data-county="greece"] {
    background-color: #11aeff;
  }
  .header .header__layout {
    height: auto;
  }
  .header .header__layout h1 {
    font-size: 23px;
  }
  .header .header__links {
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header .header__links > a,
  .header .header__links > span {
    font-size: 20px;
  }
  .header .header__links > :not(:last-child) {
    margin-right: 18px;
  }
  .header .header__links > :last-child {
    padding-right: 20px;
  }
  .header__search-container {
    background: transparent;
    box-shadow: none;
  }
  [class*='__authenticated'] [class*='__usermenu'] {
    height: 20px !important;
  }
  [class*='__authenticated'] [class*='__username']::after {
    position: absolute !important;
    top: 0 !important;
    right: 13px !important;
  }
  [class*='__authenticated'] [class*='__usermenu']::after {
    position: relative !important;
    top: -1px !important;
  }
  [class*='__authenticated'] {
    margin-left: 44px !important;
  }
  .src-components-search-ReturnToSearchButton-styles__root a {
    transition: none;
  }
  .src-containers-layouts-SearchLayout-styles__fixed ~ .src-pages-Offer-styles__root {
    margin-top: -50px !important;
  }
  .header__search-container {
    min-height: 72px;
  }
  .header__links + #otp_search_form > button {
    top: 50px;
  }
  .src-components-favorites-FavoritesCounter-styles__root span {
    font-size: 0;
  }
  .src-pages-OtpuskSearch-styles__goBackSearch {
    margin-top: 11px;
  }
  .header__links + #otp_search_form .src-containers-search-OtpuskInlineSearchForm-styles__mobileFormIsOpen {
    margin-top: 10px;
    padding-bottom: 62px;
  }
  .header__links + #otp_search_form .src-containers-search-OtpuskInlineSearchForm-styles__mobileFormIsOpen .src-containers-search-OtpuskInlineSearchForm-styles__closeLayer {
    bottom: 9px;
  }
  .src-components-molecules-BlurWindow-styles__window + header {
    padding-top: 10px !important;
  }
  .header.app_city_search_season,
  .header.app_country_search_season,
  .header.app_city_search,
  .header.app_country_search {
    min-height: 655px;
  }
  .header.app_city_search_departure_city,
  .header.app_country_search_departure_city {
    min-height: 607px;
  }
}

@media (min-width: 768px) {
  .covid-19__container {
    z-index: 4;
  }
  .smallHeader header[data-county] h1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .smallHeader header[data-county] h1 {
    display: none;
  }
  html:not([style*="overflow: hidden"]) .smallHeader header[data-county] {
    z-index: 1000 !important;
  }
  html body[style*="overflow: hidden"] .smallHeader header[data-county] {
    z-index: 3 !important;
  }
  body[style*="position: fixed"] #bwc-wrap {
    display: none !important;
  }
  .smallHeader header[data-county] .header__layout-top {
    margin-bottom: 0;
    min-height: 40px;
    z-index: 1555;
  }
  .covid-19__container {
    position: static;
  }
  .iOS .src-components-order-ViewAdOrder-styles__wrapper {
    overflow: auto;
    position: absolute;
    top: 40px;
    bottom: 0;
    height: auto;
  }
  body[style*='inset'] {
    overflow: hidden !important;
  }
  body .src-components-molecules-Modal-styles__modal .close {
    z-index: 11;
  }
  body .src-components-ads-ExcursionAd-styles__form .src-components-ads-ExcursionAd-styles__rightPart {
    display: block;
    padding: 56px 0 0;
    position: absolute;
    max-height: 100%;
    min-height: 0;
    overflow: auto;
    top: 0;
    bottom: 0;
  }
  body .src-components-ads-ExcursionAd-styles__form .src-components-ads-ExcursionAd-styles__rightPart .src-components-ads-ExcursionAd-styles__rightPartBody {
    padding: 20px;
    position: absolute;
    top: 56px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
}

.hideJivosite .src-containers-search-OtpuskSearchPageTemplate-styles__fixedBottom {
  display: none !important;
}

@media (max-width: 1496px) {
  .go-up_container {
    width: 0;
    z-index: 997;
    position: fixed !important;
    height: auto !important;
  }
  .go-up_container button {
    font-size: 0;
    width: 56px;
    height: 56px;
    padding-left: 10px;
    position: absolute;
    right: 42px;
    bottom: 110px !important;
  }
}



@media (max-width: 480px) {
  .go-up_container button {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 85px !important;
  }
  body bwchat#bwc-wrap #bwc-widget-action button,
  body bwchat#bwc-wrap #bwc-widget-action .bwc-button {
    height: 48px;
    margin: 0;
    min-width: 48px;
    width: 48px;
  }
  body bwchat#bwc-wrap #bwc-widget-action {
    bottom: 20px !important;
    right: 20px !important;
  }
}
@media (max-width: 320px) {
  [lang="lv"] .header__logo,
  [lang="lt"] .header__logo {
    background-position: 0 5px;
    min-width: 115px;
  }
}
.tour-list__item-buy-tour,
.src-components-result-HotelResult-styles__link {
  display: none !important;
}
.rating-list__popup-item-rating-container[data-rat-val="0.0"] .rating-list__popup-item-grades-val,
.rating-list__popup-item-rating-container[data-rat-val="0.0"] .rating-list__bar-wrapper {
  display: none;
}
.rating-list__popup-item-rating-container[data-rat-val="0.0"] .rating-list__popup-item-grades-text {
  display: block !important;
}
[data-rat-value="0.0"] {
  color: transparent;
}
[lang="lt"] .header.header-home .header__layout h1 {
  font-size: 30px;
  height: 87px;
  max-width: 530px;
}
@media (max-width: 767px) {
  [lang="lt"] .header.header-home .header__layout h1 {
    font-size: 21px;
  }
}
@media (max-width: 410px) {
  .header.header-home .header__layout h1 {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  [lang="lt"] .header.header-home .header__layout h1 {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  [lang="lt"] .header.header-home .header__layout h1 {
    font-size: 23px;
  }
}
@media (max-width: 320px) {
  [lang="lt"] .header.header-home .header__layout h1 {
    font-size: 21px;
  }
}

@media(min-width:767px) and (max-width:1176px){
  body .src-containers-search-OtpuskSearchPageTemplate-styles__root .src-containers-search-OtpuskSearchPageTemplate-styles__fixedBottom {
    height:0;padding:0;bottom:0;top:auto
  }
  body .src-containers-search-OtpuskSearchPageTemplate-styles__fixedBottomBody {
    position:absolute;top:-147px;left:50%;transform:translate(-50%,0);width:136px
  }
  body .src-pages-OtpuskSearch-styles__headerControls {
    margin-top:56px
  }
}

.rebranding-banner {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 10;
  padding: 11px;
}

@media (max-width: 767px) {
  .rebranding-banner {
    order: 1;
    padding: 0;
    border: 2px solid #FFF0B3;
    border-radius: 12px;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1175px) {
  .rebranding-banner {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.rebranding-banner__content {
  padding: 3px;
  display: flex;
  align-items: center;
  max-width: 1216px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .rebranding-banner__content {
    padding: 0;
    display: block;
  }
}
.rebranding-banner__close-button {
  margin-left: auto;
}
@media (max-width: 767px) {
  .rebranding-banner__close-button {
    display: none;
  }
}
.rebranding-banner__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 10px;
  padding: 13px 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .rebranding-banner__logos {
    padding: 15px;
    background-color: #FFF0B3;
  }
}

.rebranding-banner__logo {
  display: block;
  min-width: 0;
}
.rebranding-banner__sign {
  font-size: 20px;
  font-weight: 500;
  color: #CEAB0E;
}
.rebranding-banner__text {
  padding: 16px 50px 16px;
  font-size: 15px;
  line-height: 1.35;
  color: #0D0F10;
}

.rebranding-banner__emoji {
  font-size: 20px;
}

.rebranding-banner__text--mobile {
  display: none;
}

@media (max-width: 767px) {
  .rebranding-banner__text--desktop {
    display: none;
  }
  .rebranding-banner__text--mobile {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .rebranding-banner__text--mobile-title {
    margin-bottom: 8px;
  }

  .rebranding-banner__text--mobile-title,
  .rebranding-banner__text--mobile-description {
    font-size: 15px;
    color: #0D0F10;
  }

  .rebranding-banner__text--mobile-title b {
    font-size: 19px;
    font-family: 'Proxima Nova Lt', sans-serif;
  }

  .rebranding-banner__text--mobile-description {
    line-height: 1.35;
  }
}

.rebranding-banner__separator-wrapper {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .rebranding-banner__separator-wrapper {
    display: none;
  }
}
.rebranding-banner__separator-inner {
  height: 16px;
  width: 2px;
  background-color: #CEAB0E;
  display: block;
  margin: 0 auto;
}

.rebranding-banner__close-button {
  position: absolute;
  right: 24px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
}

.help-banner {
  grid-area: help-banner;
  display: flex;
  margin: 66px 0;
}

@media (max-width: 1000px) {
  .help-banner {
    margin: 25px 0;
  }
}

@media (max-width: 767px) {
  .help-banner {
    margin: 5px 0 25px 0;
    flex-direction: column-reverse;
    width: fit-content;
  }
}

.help-banner-link {
  padding: 4px 4px 4px 8px;
  background-color: #FFF22C;
  border-radius: 3px;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  align-self: flex-start;
  display: flex;
  align-items: center;
}
.help-banner-link:hover {
  text-decoration: none;
}

.help-banner-link__badge {
  background: #0072ED;
  padding: 5px 5px 3px 5px;
  border-radius: 3px;
  color: #fff;
  margin-left: 8px;
  display: inline-block;
}

.help-banner__left-icon {
  margin-right: 6px;
  align-self: center;
}

.help-banner__right-icon {
  align-self: flex-end;
  color: #FFB009;
}

/* Стили для адаптивного текста макроса */
.responsive-text .mobile-text {
  display: none;
}

.responsive-text .desktop-text {
  display: block;
}

@media (max-width: 767px) {
  .responsive-text .mobile-text {
    display: block;
  }
  
  .responsive-text .desktop-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .help-banner__right-icon {
    color: transparent;
    margin-right: 40px;
    transform: translateY(5px);
    pointer-events: none;
  }
}