@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.woff') format('woff'),
  url('../fonts/ProximaNova-Regular.ttf') format('ttf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.woff') format('woff'),
  url('../fonts/ProximaNova-Semibold.ttf') format('ttf');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.woff') format('woff'),
  url('../fonts/ProximaNova-Bold.ttf') format('ttf');
  font-style: normal;
  font-weight: 700;
}
.header-new,
.footer-new {
  color: #474f55;
  font-size: 15px;
  font-weight: normal;
}
.header-new,
.footer-new,
.header-new *,
.footer-new * {
  font-family: 'proxima-nova', sans-serif;
  box-sizing: border-box;
}





.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: 600;
  letter-spacing: 0.2px;
  cursor: default;
  user-select: none;
}
.container__header a {
  font-size: 18px;
  font-weight: 600;
  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;
}

.layout {
  background-color: #f8f8f9;
  min-height: 100vh;
}
.prefooter-container {
  min-height: calc(100vh - 346px);
}
.header-new,
.header__background {
  height: 320px !important;
}
.header-new {
  position: relative;
  z-index: 3;
  background-color: #ededee;
  margin-bottom: 30px;
}
.header__background {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  pointer-events: none;
}
.header__background {
  background-color: rgb(255, 216, 57);
}
[data-county="bulgaria"] .header__background {
  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 {
  background: url(../img/header/header-bg-spain.svg) no-repeat right calc(50% - 260px) bottom 35px / 650px auto, #d72023;
}

[data-county="egypt"] .header__background {
  background: url(../img/header/header-bg-egypt.svg) no-repeat right calc(50% - 220px) bottom 65px / 790px auto, #ffd839;
}

[data-county="turkey"] .header__background {
  background: url(../img/header/header-bg-turkey.svg) no-repeat right calc(50% - 260px) bottom 23px / 650px auto, #00bd4d;
}

[data-county="greece"] .header__background {
  background: url(../img/header/header-bg-greece.svg) no-repeat right calc(50% - 285px) bottom -12px / 600px auto, #11aeff;
}

.header__layout {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 331px !important;
  margin: 0 auto;
  max-width: 1176px;
}
.header__layout-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  min-height: 69px;
}
.header__logo {
  width: 155px;
  height: 63px;
  position: relative;
  z-index: 4;
  background: url(../img/header/logo_black_white_sun.png) no-repeat center / contain;
}
[lang="lv"] .header__logo,
[lang="lt"] .header__logo {
  background-image: url(../img/header/logo-white-dot.svg);
  background-position: 0 18px;
}
.header-new[data-county="bulgaria"] .header__logo,
.header-new[data-county="spain"] .header__logo,
.header-new[data-county="turkey"] .header__logo,
.header-new[data-county="greece"] .header__logo {
  background-image: url(../img/header/logo.svg);
}
[lang="lv"] .header-new[data-county="bulgaria"] .header__logo,
[lang="lv"] .header-new[data-county="spain"] .header__logo,
[lang="lv"] .header-new[data-county="turkey"] .header__logo,
[lang="lv"] .header-new[data-county="greece"] .header__logo,
[lang="lt"] .header-new[data-county="bulgaria"] .header__logo,
[lang="lt"] .header-new[data-county="spain"] .header__logo,
[lang="lt"] .header-new[data-county="turkey"] .header__logo,
[lang="lt"] .header-new[data-county="greece"] .header__logo {
  background-image: url(../img/header/logo-white-monochrome.svg);
}
.header__controls {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  z-index: 1000;
}
.header__controls #otp_userbar--container {
  margin-top: 0;
}
.header__layout h1 {
  font-size: 40px;
  letter-spacing: .4px;
  font-weight: 700;
  color: #2c353b;
  padding: 0;
  margin: 0 0 42px;
  z-index: 4;
  position: relative;
  height: 49px;
  opacity: 0;
}
.header-h1 span {
  display: none;
}
.header__links {
  display: flex;
  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-new[data-county="bulgaria"] .header__links > a,
.header-new[data-county="spain"] .header__links > a,
.header-new[data-county="turkey"] .header__links > a,
.header-new[data-county="greece"] .header__links > a,
.header-new[data-county="bulgaria"] .header__links > span,
.header-new[data-county="spain"] .header__links > span,
.header-new[data-county="turkey"] .header__links > span,
.header-new[data-county="greece"] .header__links > span,
.header-new[data-county="bulgaria"] .header__layout h1,
.header-new[data-county="spain"] .header__layout h1,
.header-new[data-county="turkey"] .header__layout h1,
.header-new[data-county="greece"] .header__layout h1 {
  color: #fff;
}
.header__links > :not(:last-child) {
  margin-right: 28px;
}
.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;
}
.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;
}
.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 {
  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-new[data-county="bulgaria"] #otp_user_location a,
.header-new[data-county="spain"] #otp_user_location a,
.header-new[data-county="turkey"] #otp_user_location a,
.header-new[data-county="greece"] #otp_user_location a,
.header-new[data-county="bulgaria"] .src-components-auth-AccountButton-styles__root:not(.src-components-auth-AccountButton-styles__authenticated)::after,
.header-new[data-county="spain"] .src-components-auth-AccountButton-styles__root:not(.src-components-auth-AccountButton-styles__authenticated)::after,
.header-new[data-county="turkey"] .src-components-auth-AccountButton-styles__root:not(.src-components-auth-AccountButton-styles__authenticated)::after,
.header-new[data-county="greece"] .src-components-auth-AccountButton-styles__root:not(.src-components-auth-AccountButton-styles__authenticated)::after,
.header-new[data-county="bulgaria"] #otp_userbar--container > a,
.header-new[data-county="spain"] #otp_userbar--container > a,
.header-new[data-county="turkey"] #otp_userbar--container > a,
.header-new[data-county="greece"] #otp_userbar--container > a {
  filter: brightness(500%);
}
.header-new[data-county="bulgaria"] #otp_userbar--container > a > div,
.header-new[data-county="spain"] #otp_userbar--container > a > div,
.header-new[data-county="turkey"] #otp_userbar--container > a > div,
.header-new[data-county="greece"] #otp_userbar--container > a > div {
  filter: brightness(20%);
}
#small-header h1 {
  display: none !important;
}

.covid-19__container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
  background-color: #fff;
  display: none;
}
.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;
  color: #0072ed;
  margin-left: 0.5em;
  text-decoration: none;
}
.covid-19__link:hover {
  text-decoration: none;
  color: #0072ed;
}
/*hotel page*/
.header__layout-top {
  margin-bottom: 24px;
}
.header__layout h1 {
  margin: 0 0 10px;
}
.tour-index .new-hotel_body {
  margin-top: 30px;
}
.tour-index .new-hotel_header h1 {
  display: none;
}
.tour-index .header__links_hotel {
  position: relative;
  z-index: 5;
  align-self: baseline;
  margin-bottom: 6px;
  color: #0072ed;
}
.tour-index .header__links_hotel a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #0072ed;
  text-align: center;
  text-decoration: none;
}
.tour-index .header__link_hotel {
  z-index: 5;
  position: relative;
  align-self: baseline;
  margin-bottom: 6px;
}
.tour-index .header__link_hotel 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: 20px;
  font-weight: 600;
  color: #474f55;
  text-align: center;
  text-decoration: none;
}
.tour-index header[data-county="bulgaria"] .header__link_hotel a,
.tour-index header[data-county="spain"] .header__link_hotel a,
.tour-index header[data-county="turkey"] .header__link_hotel a,
.tour-index header[data-county="greece"] .header__link_hotel a {
  color: #fff;
  background-color: hsla(0,0%,100%,.12);
}
.tour-index header .header__link_hotel::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;
}
.tour-index header[data-county="bulgaria"] .header__link_hotel::before,
.tour-index header[data-county="spain"] .header__link_hotel::before,
.tour-index header[data-county="turkey"] .header__link_hotel::before,
.tour-index header[data-county="greece"] .header__link_hotel::before {
  background: url(../icons/svg/16px/controls/16-control-18.svg) no-repeat center;
  transform: rotate(180deg);
}
.tour-index header .header__link_hotel:hover:before {
  margin-left: -5px;
}
.new-hotel_return-to-search {
  display: none;
}
.old-country-links {
  display: none;
}
/*hotel page end*/
@media (min-width: 1177px) {
  .slider-check {
    display: block;
  }
}

.header__langs {
  margin-right: 80px;
  z-index: 4;
  display: flex;
  align-items: center;
}
.header__langs * {
  font-size: 19px;
  font-weight: 600;
  color: #474f55;
  display: inline-flex;
  align-items: center;
}
.header__langs *,
.header__langs *:hover {
  text-decoration: none;
}
.header__langs span:first-child::after,
.header__langs span:last-child::before {
  content: '';
  display: block;
  width: 1px;
  height: 28px;
  background-color: #ffb009;
  margin: 0 8px;
}
.header__langs a {
  color: rgba(71,79,85,.4);
}
.header[data-county="bulgaria"] .header__langs *,
.header[data-county="spain"] .header__langs *,
.header[data-county="turkey"] .header__langs *,
.header[data-county="greece"] .header__langs * {
  color: #fff !important;
}
.header[data-county="bulgaria"] .header__langs a,
.header[data-county="spain"] .header__langs a,
.header[data-county="turkey"] .header__langs a,
.header[data-county="greece"] .header__langs a {
  opacity: .5;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
}
.footer__social {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .footer__social:hover {
    background-color: #dedfe1;
  }
}
.footer__social i {
  display: flex;
  width: 24px;
  height: 24px;
  background: no-repeat center / contain;
}
.footer__social:last-child {
  margin-right: 0;
}
.footer__social i {
  margin-right: 0 !important;
}
.footer__social.mail i {
  filter: brightness(50%);
}
@media (max-width: 1176px) and (min-width: 768px) {
  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer__socials {
    position: relative;
    left: 200px;
    top: 20px;
  }
}

/*tablet*/
@media (max-width: 1176px)  {
  .tour-index [data-county="bulgaria"] .header__background {
    background: linear-gradient(to left, rgb(21, 172, 195) 0%, rgb(87, 196, 178) 100%);
  }
  .tour-index [data-county="turkey"] .header__background {
    background: #00bd4d;
  }
  .tour-index [data-county="spain"] .header__background {
    background: #d72023;
  }
  .tour-index [data-county="egypt"] .header__background {
    background: #ffd839;
  }
  .tour-index [data-county="turkey"] .header__background {
    background: #00bd4d;
  }
  .tour-index [data-county="greece"] .header__background {
    background: #11aeff;
  }
}
@media (max-width: 1176px) and (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .header__search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 40px 0 rgba(0,0,0,.04),0 2px 20px 0 rgba(254,226,12,.06);
  }
  #small-header,
  #small-header .header__background {
    height: 172px;
  }
  #small-header .header__layout {
    height: 184px;
  }
  #small-header .header__links {
    position: absolute;
    margin: 0;
    top: 40px;
    left: 167px;
  }
  #small-header .header__layout-top {
    min-height: 48px;
    margin-bottom: 26px;
  }
  #small-header .header__logo {
    width: 118px;
    height: 48px;
  }
  .src-components-molecules-BlurWindow-styles__window {
    display: none;
  }
  .src-components-molecules-BlurWindow-styles__window.active {
    display: block;
  }
  .covid-19__container {
    z-index: 4;
  }
}

/*mobile*/
@media (max-width: 767px) {
  [lang="lv"] .header__logo,
  [lang="lt"] .header__logo {
    background-position: 0 7px;
    min-width: 120px;
  }
  .header__langs {
    right: 110px !important;
    margin: 0 !important;
  }
  .header__langs {
    margin-left: 30px;
  }
  .container {
    width: auto;
    padding: 0 20px;
  }
  .container__row {
    flex-wrap: wrap;
  }
  .container__col:not(:last-of-type) {
    margin-right: 0;
  }
  .container__col {
    width: 100%;
  }
  .header-new,
  .header-new .header__layout {
    height: auto !important;
  }
  .header-new .header__background {
    height: 100% !important;
  }
  .header__layout {
    display: block;
  }
  .header-new .header__layout-top {
    min-height: 32px;
    margin-bottom: 21px;
  }
  .header-new .header__logo {
    width: 79px;
    height: 32px;
  }
  body .src-components-auth-AccountButton-styles__root {
    margin-left: 102px;
  }
  .header__layout h1 {
    font-size: 28px;
    margin: 0 0 15px !important;
    padding: 0 !important;
    height: 35px;
    align-items: center;
    display: flex;
    line-height: 1;
  }
  .header__links {
    margin: 0 -20px 17px;
    padding: 0 20px;
    overflow: auto;
    display: flex;
  }
  .header__links > :not(:last-child) {
    margin-right: 20px;
  }
  .header__links > a,
  .header__links > span {
    font-size: 22px;
    white-space: nowrap;
  }
  .new-hotel_return-to-search,
  .tour-index .new-hotel_header h1 {
    display: block;
  }
  body .src-containers-search-OtpuskInlineSearchForm-styles__placeholderForm {
    z-index: 5;
    top: 170px;
  }
  .header-new {
    padding: 10px 20px 60px !important;
    margin-bottom: 0;
  }
  .header-new .src-containers-search-OtpuskInlineSearchForm-styles__closeLayer {
    display: block;
    position: absolute;
    bottom: -50px;
    z-index: 4;
  }
  .header-new .src-containers-search-OtpuskInlineSearchForm-styles__placeholderForm {
    width: calc(100vw - 40px);
  }
  .tour-index .header__links_hotel a {
    font-size: 18px;
  }
  .footer__social {
    margin: 0 3px !important;
  }
  .footer__socials {
    position: absolute;
    top: 28px;
    right: 9px;
  }
  #otp_user_location {
    display: none;
  }
  body.hideJivosite .header__controls,
  body[style*="position: fixed"] .header__controls,
  body[style*="overflow: hidden"] .header__controls {
    z-index: 0;
  }
  .header-h1:empty {
    display: none;
  }
  #otp_userbar--container > .src-components-favorites-FavoritesCounter-styles__root {
    top: 0;
  }
  body .src-components-auth-AccountButton-styles__root {
    display: flex;
    align-items: center;
  }
}

.header__search-container > form {
  display: none;
}
.header__search-container.loaded > form {
  display: flex;
}
@media (max-width: 320px) {
  .header__langs {
    right: 90px !important;
  }
}
@media (min-width: 1170px) {
  .header__langs {
    position: absolute !important;
    left: -600px !important;
  }
}
@media (min-width: 768px) {
  [lang="lv"] .smallHeader header[data-county] .header__logo,
  [lang="lt"] .smallHeader header[data-county] .header__logo {
    background-position: 0 17px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  [lang="lv"] .header__logo,
  [lang="lt"] .header__logo {
    background-position: 0 15px;
  }
}
@media (max-width: 320px) {
  [lang="lv"] .header__logo,
  [lang="lt"] .header__logo {
    background-position: 0 5px;
    min-width: 115px;
  }
}
