@charset "UTF-8";
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.3;
  font-family: "Comfortaa", cursive;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

button:disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.main header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.header {
  width: 100%;
  padding: 18px 20px;
}
.header .langs {
  position: relative;
  display: inline-block;
  transition: 0s;
}
.header .langs-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 12px 15px 10px 15px;
  left: 0;
  margin-top: -3px;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  transition: 0s;
}
.header .langs:hover .langs-content {
  display: block;
}
.header--pattern {
  background-color: #F0F0F0;
}
.header--pattern img {
  width: 100%;
}
.header.other {
  background-color: #F0F0F0;
}
.header.other .langs,
.header.other .langs-content {
  background-color: #CDDC29;
  color: #084766;
}
.header.other .langs-content {
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.1);
}
.header.other .header--contacts a {
  color: #084766;
}
.header.other .header--offer {
  color: #084766;
  border-color: #084766;
}
.header.other .header--offer:hover {
  background-color: #CDDC29;
  border-color: #CDDC29;
}
.header.other .header--container-right a {
  color: #084766;
}
.header.other .header--container-right a:hover {
  background-color: #CDDC29;
}
.header--home-link {
  max-width: 88px;
  width: 100%;
  flex-shrink: 0;
}
.header--contacts a {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #E2E2E2;
  display: block;
}
.header--offer {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  display: block;
  padding: 10px 13px;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.header--offer:hover {
  background-color: #FFFFFF;
  color: #151E23;
}
.header--container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--container-left {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
  justify-content: space-between;
}
.header--container-right {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.header--container-right > div,
.header--container-right > a {
  font-weight: 700;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  display: block;
  padding: 12px 15px 10px 15px;
  color: #FFFFFF;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.header--container-right > div:hover, .header--container-right > div.active,
.header--container-right > a:hover,
.header--container-right > a.active {
  background-color: #FFFFFF;
  color: #151E23;
}

.footer {
  background-color: #084766;
  width: 100%;
  padding: 100px 20px 60px 20px;
}
.footer--home-link {
  max-width: 193px;
  width: 100%;
  flex-shrink: 0;
}
.footer--menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 465px;
}
.footer--input {
  width: 100%;
  margin-top: 30px;
}
.footer--input label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  margin-bottom: 5px;
  display: block;
}
.footer--input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: transparent;
  border: none;
  background: #F0F0F0;
  border-radius: 10px 0px 0px 10px;
  padding: 10px 10px 8px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  width: 100%;
}
.footer--input button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: transparent;
  border: none;
  background: #CDDC29;
  border-radius: 0px 15px 15px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3D3D3D;
  padding: 10px 15px 9px 15px;
}
.footer--input div {
  display: flex;
  width: 100%;
}
.footer--contacts {
  flex-grow: 1;
}
.footer--contacts-item {
  margin-bottom: 10px;
}
.footer--contacts-item-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.footer--contacts-item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #CDDC29;
}
.footer--contacts p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  margin-top: 72px;
}
.footer--link {
  display: block;
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  transition: 0.2s ease-in-out;
  margin-bottom: 5px;
}
.footer--link a:not(.header--offer):hover, .footer--link:hover {
  color: #CDDC29;
}
.footer--link ~ .header--offer {
  padding: 4px 9px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.footer .header--offer:hover {
  background-color: #CDDC29;
  border-color: #CDDC29;
}
.footer--container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.footer--container-top {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-bottom: 85px;
}
.footer--container-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3B91BC;
}

.social {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.social a:hover svg rect {
  fill: #fff;
}
.social svg rect {
  transition: 0.3s ease-in-out;
}
.social.mobile {
  display: none;
}

.banner {
  width: 100%;
  height: 1690px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
  pointer-events: none;
}
.banner * {
  pointer-events: all;
}
.banner .banner--nav {
  pointer-events: all;
  z-index: 5;
  position: absolute;
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  bottom: 1108px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .banner--nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .banner--nav-content .search {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
}
.banner .banner--nav-content .search-item {
  max-width: 170px;
  width: 100%;
}
.banner .banner--nav-content .search-item.datepicker {
  max-width: 270px;
}
.banner .banner--nav-content .search .banner-submit-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  flex-shrink: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 80px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CDDC29;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.banner .banner--nav-content .search .banner-submit-btn svg path {
  transition: 0.3s ease-in-out;
}
.banner .banner--nav-content .search .banner-submit-btn:hover {
  background-color: #DC2954;
}
.banner .banner--nav-content .search .banner-submit-btn:hover svg path {
  fill: #CDDC29;
}
.banner .banner--nav-content .arrows {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.banner .banner--nav-content .arrows div {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.banner .banner--nav-content .arrows div:hover {
  background: rgba(205, 220, 41, 0.1);
}
.banner .banner--nav-head {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.banner .banner--nav .radio-input-wrap input {
  display: none;
}
.banner .banner--nav .radio-input-wrap label {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  padding: 10px 13px 8px 13px;
  display: block;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.banner .banner--nav .radio-input-wrap label:hover {
  background-color: #fff;
  color: #151E23;
}
.banner .banner--nav .radio-input-wrap input:checked ~ label {
  background-color: #fff;
  color: #151E23;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .banner-line {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 999px;
  left: 0;
  z-index: 1;
}
.banner .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(8, 71, 102, 0.7) 0%, rgba(205, 220, 41, 0.7) 182.08%);
}
.banner .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .slide-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 207px 20px 0 20px;
  max-width: 1340px;
  margin: 0 auto;
  padding-bottom: 108px;
}
.banner .slide-content h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.banner .slide-content h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.banner .slide-content h2 span {
  color: #CDDC29;
}

.section {
  padding: 80px 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.section--background {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
}
.section--background-2 {
  position: absolute;
  width: 100%;
  bottom: 157px;
  left: 0;
}
.section--background-3 {
  position: absolute;
  width: 100%;
  bottom: 200px;
  left: 0;
}
.section--container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.section--container h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  margin-bottom: 40px;
}
.section--container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
  margin-bottom: 20px;
}
.section--title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
}
.section--subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #525252;
  margin-bottom: 40px !important;
}

.travel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.travel.scroll {
  overflow: scroll;
  width: 100%;
  flex-wrap: nowrap;
}
.travel.scroll .travel--item {
  flex-shrink: 0;
}
.travel.scroll::-webkit-scrollbar {
  display: none;
}
.travel--item {
  transition: box-shadow ease-in-out 0.3s;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  max-width: 302px;
  margin-bottom: 10px;
  border-radius: 20px;
  position: relative;
  padding: 30px 30px 40px 30px;
  min-height: 320px;
}
.travel--item.small {
  padding: 30px;
  max-width: 236px;
}
.travel--item.small .travel--item-content {
  justify-content: flex-end;
}
.travel--item.small .travel--item-title + .travel--item-subtitle {
  flex-grow: 0;
}
.travel--item.small .travel--item-gradient {
  height: 75%;
  bottom: 0;
  top: auto;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(360deg, #084766 0%, rgba(8, 71, 102, 0) 100%);
}
.travel--item.small .travel--item-gradient-hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(205, 220, 41, 0.4) 70%, rgb(8, 71, 102) 100%);
  height: 75%;
  bottom: 0;
  top: auto;
  border-radius: 0 0 20px 20px;
}
.travel--item.small .flag-img {
  position: absolute;
  width: 60px;
  height: auto;
  top: 0;
  left: 30px;
  border-radius: 0 0 5px 5px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
.travel--item.small:hover .flag-img {
  transform: translateY(0);
}
.travel--item.full-width {
  max-width: none;
  display: flex;
  align-items: center;
  height: auto;
  padding: 96px 50px;
  min-height: auto;
}
.travel--item.full-width .travel--item-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.travel--item.full-width .travel--item-subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.travel--item.full-width .travel--item-subtitle span {
  color: #CDDC29;
}
.travel--item.full-width .travel--item-button {
  left: 50px;
}
.travel--item.full-width:hover .travel--item-gradient {
  opacity: 1;
}
.travel--item.full-width .travel--item-gradient {
  background: linear-gradient(141.17deg, rgba(8, 71, 102, 0.7) 34.31%, rgba(205, 220, 41, 0.7) 130.72%);
}
.travel--item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.travel--item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.travel--item-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
.travel--item-button {
  padding: 10px 15px 9px 15px;
  background-color: #CDDC29;
  border-radius: 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3D3D3D;
  position: absolute;
  left: 30px;
  bottom: -10px;
  cursor: pointer;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}
.travel--item-discount {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-decoration-line: line-through;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #CDDC29;
}
.travel--item-title + .travel--item-subtitle {
  flex-grow: 1;
  height: auto;
}
.travel--item-cost {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.travel--item-cost span {
  font-size: 16px;
}
.travel--item.big {
  width: 100%;
  max-width: 634px;
}
.travel--item-image {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.travel--item-image img {
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.travel--item-gradient {
  z-index: -1;
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(29, 28, 28, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(8, 71, 102, 0) 30%, rgb(8, 71, 102) 100%);
}
.travel--item-gradient-hover {
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(29, 28, 28, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(205, 220, 41, 0) 30%, rgba(205, 220, 41, 0.4) 70%, rgb(8, 71, 102) 100%);
}
.travel--item:hover {
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.3);
}
.travel--item:hover .travel--item-gradient {
  opacity: 0;
}
.travel--item:hover .travel--item-gradient-hover {
  opacity: 1;
}
.travel--item:hover img {
  transform: scale(1);
}
.travel--item:hover .travel--item-button {
  bottom: -15px;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.3);
}

.section--info {
  width: 100%;
  position: relative;
}
.section--info + .section {
  padding-top: 20px;
}
.section--info .animation {
  position: absolute;
  width: 100%;
  left: 0;
  top: 47px;
  background-blend-mode: multiply;
}
.section--info .pattern-1 {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.section--info .pattern-2 {
  position: absolute;
  width: 100%;
  top: 14px;
}
.section--info .pattern-3 {
  position: absolute;
  width: 100%;
  top: 0;
}
.section--info-container {
  padding: 6px 20px 90px 20px;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.section--info-container-item {
  padding: 30px;
  max-width: 302px;
  width: 100%;
}
.section--info-container-item h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #CDDC29;
}
.section--info-container-item h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}

.swiper.offers {
  padding-bottom: 10px;
}
.swiper.offers .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.swiper.offers .arrows {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.swiper.offers .arrows div {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.offers .arrows div:hover {
  background: rgba(205, 220, 41, 0.1);
}
.swiper.offers .arrows.mob {
  display: none;
}
.swiper.offers * {
  box-shadow: none !important;
}
.swiper.offers .travel--item {
  display: flex;
  align-items: stretch;
}
.swiper.offers .travel--item-content {
  height: auto;
}

.custom-select {
  position: relative;
}
.custom-select.arrow .select-selected {
  background: #fff;
  padding: 8px 40px 8px 8px;
  border-radius: 10px;
  border: 2px solid #fff !important;
}
.custom-select.arrow .select-selected.select-arrow-active {
  background-color: #fff;
  border-color: #CDDC29 !important;
}
.custom-select.arrow .select-selected.select-arrow-active .title {
  color: #151E23;
}
.custom-select.arrow .select-selected.select-arrow-active::after {
  transform: rotate(180deg);
}
.custom-select.arrow .select-selected:hover {
  background: #fff;
  border-color: #CDDC29 !important;
}
.custom-select.arrow .select-selected:hover .title {
  color: #151E23;
}
.custom-select.arrow .select-selected .subtitle {
  display: none;
}
.custom-select.arrow .select-selected .title {
  color: #151E23;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.custom-select.arrow .select-selected::after {
  content: url(../images/arrow-down.svg);
  position: absolute;
  right: 10px;
  transition: 0.2s ease-in-out;
}
.custom-select.arrow .select-items {
  padding: 10px;
  border-radius: 10px;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  padding: 18px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  flex-direction: column;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.custom-select .select-selected * {
  transition: 0.3s ease-in-out;
}
.custom-select .select-selected .subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.custom-select .select-selected .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.custom-select .select-selected:hover, .custom-select .select-selected.select-arrow-active {
  background: #F0F0F0;
  border-color: #F0F0F0;
}
.custom-select .select-selected:hover .subtitle, .custom-select .select-selected.select-arrow-active .subtitle {
  color: #151E23;
}
.custom-select .select-selected:hover .title, .custom-select .select-selected.select-arrow-active .title {
  color: #DC2954;
}
.custom-select .select-items div, .custom-select .select-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select .select-items {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 11px 16px 4px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 11px 16px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 11px 16px 4px rgba(0, 0, 0, 0.09);
}
.custom-select .select-items div {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.custom-select .select-items div img {
  border-radius: 4px;
  width: 20px;
  height: auto;
}
.custom-select .select-items div:not(:last-of-type) {
  margin-bottom: 10px;
}
.custom-select .select-hide {
  display: none !important;
}
.custom-select .select-items div:hover, .custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-select.multi-col .select-items {
  max-width: 500px;
  width: 1000%;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.custom-select.multi-col .select-items div {
  margin-bottom: 0;
  max-width: 132px;
  width: 100%;
}

.search-modal .search-item {
  margin-bottom: 0;
}

.search-item > label {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 16px 18px 18px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.search-item > label span {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.search-item > label input {
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.search-item > label input::-webkit-outer-spin-button, .search-item > label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search-item > label input[type=number] {
  -moz-appearance: textfield;
}
.search-item > label:hover {
  background-color: #F0F0F0;
}
.search-item > label:hover span {
  color: #151E23;
}
.search-item > label:hover input {
  color: #DC2954;
}

.ui-datepicker {
  margin-top: 10px;
  padding: 20px;
  border-radius: 20px;
  font-family: inherit;
  border: none !important;
}
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.ui-datepicker .ui-datepicker-title {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ui-datepicker .ui-datepicker-title select {
  width: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px;
  color: #084766;
  font-family: inherit;
  font-weight: 700;
  border: none;
  outline: none;
  background-color: #f0f0f0;
  border-radius: 10px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 50%;
  left: 0;
  background: url(../images/arrow-left.svg) no-repeat center;
}
.ui-datepicker .ui-datepicker-prev:hover {
  background: rgba(205, 220, 41, 0.1);
  transform: none;
  border: none;
}
.ui-datepicker .ui-datepicker-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}
.ui-datepicker .ui-datepicker-next span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 50%;
  left: 0;
  background: url(../images/arrow-right.svg) no-repeat center;
}
.ui-datepicker .ui-datepicker-next:hover {
  background: rgba(205, 220, 41, 0.1);
  transform: none;
  border: none;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: 5px;
}
.ui-datepicker thead {
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #CACACA;
}
.ui-datepicker tbody {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.ui-datepicker .ui-state-default {
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.ui-datepicker .ui-state-highlight {
  background-color: #F0F0F0;
  border-radius: 20px;
}
.ui-datepicker .ui-datepicker-current-day a {
  background-color: #CDDC29;
  border-radius: 20px;
}

.dropdown-search-wrap {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.dropdown-search-wrap::before {
  content: url(../images/search.svg);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.dropdown-search {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: #F0F0F0;
  border-radius: 10px;
  position: relative;
  height: 36px;
  padding-left: 34px;
}

.nights {
  position: relative;
}
.nights:hover label {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
.nights:hover label span {
  color: #151E23;
}
.nights:hover label input {
  color: #DC2954;
}
.nights:hover .nights-input-wrap div {
  color: #DC2954;
}

.nights-input-wrap {
  display: flex;
}
.nights-input-wrap div {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
.nights-input-wrap input {
  width: 26px;
  text-align: center;
}

.night-counter-block {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  max-width: 245px;
  width: 1000%;
  z-index: 1;
}
.night-counter-block.visible {
  display: block;
}
.night-counter-block .night-counter-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.night-counter-block .night-counter-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.night-counter-block .night-counter-item .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  width: 80px;
}
.night-counter-block .night-counter-item .number {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  flex-grow: 1;
}
.night-counter-block .night-counter-item svg {
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 10px;
}
.night-counter-block .night-counter-item svg:hover {
  background: rgba(205, 220, 41, 0.1);
}

.persons-wrap input {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -moz-appearance: none !important;
       appearance: none !important;
  pointer-events: none !important;
  position: relative;
}

.search-item.persons {
  position: relative;
}

.persons-counter-block {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  max-width: 245px;
  width: 1000%;
  z-index: 10;
}
.persons-counter-block.visible {
  display: block;
}
.persons-counter-block .persons-counter-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.persons-counter-block .persons-counter-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.persons-counter-block .persons-counter-item .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  width: 90px;
}
.persons-counter-block .persons-counter-item .subtitle {
  font-weight: 400;
  font-size: 9px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  width: 90px;
}
.persons-counter-block .persons-counter-item .number {
  padding: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  flex-grow: 1;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 27px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: transparent;
  -moz-appearance: textfield;
}
.persons-counter-block .persons-counter-item .number::-webkit-outer-spin-button, .persons-counter-block .persons-counter-item .number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.persons-counter-block .persons-counter-item svg {
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 10px;
}
.persons-counter-block .persons-counter-item svg:hover {
  background: rgba(205, 220, 41, 0.1);
}

.childs-ages:empty {
  display: none;
}
.childs-ages div {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.childs-ages div span {
  min-width: 14px;
  display: inline-block;
}

.main--bg {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.main--bg > img {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

.country {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.country--item {
  max-width: 410px;
  width: 100%;
}
.country--item-loader {
  max-width: 410px;
  width: 100%;
  aspect-ratio: 410/320;
}
.country--item:hover .country--item-img-wrap {
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.3);
}
.country--item:hover .country--item-img-wrap img {
  transform: none;
}
.country--item:hover .country--item-img-container button {
  bottom: -20px;
}
.country--item:hover .country--item-content-title {
  color: #DC2954;
}
.country--item:hover .country--item-img-gradient-another {
  opacity: 0;
}
.country--item:hover .country--item-img-gradient-hover {
  opacity: 1;
}
.country--item-date {
  position: absolute;
  left: 30px;
  bottom: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #CDDC29;
}
.country--item-content {
  width: 100%;
  padding: 30px;
}
.country--item-content img {
  max-width: 118px;
  margin-top: 15px;
}
.country--item-content-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}
.country--item-content-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
}
.country--item-img-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.country--item-img-container button {
  position: absolute;
  bottom: -10px;
  left: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3D3D3D;
  cursor: pointer;
  background-color: #CDDC29;
  padding: 10px 15px 9px 15px;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.country--item-img-wrap {
  transition: 0.3s ease-in-out;
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0);
  position: relative;
  width: 100%;
  aspect-ratio: 410/320;
  border-radius: 20px;
  overflow: hidden;
}
.country--item-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}
.country--item-img-gradient {
  position: absolute;
  width: 100%;
  aspect-ratio: 420/120;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #084766 0%, rgba(8, 71, 102, 0) 100%);
}
.country--item-img-gradient-another {
  position: absolute;
  width: 100%;
  aspect-ratio: 420/200;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #084766 0%, rgba(8, 71, 102, 0) 100%);
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.country--item-img-gradient-hover {
  position: absolute;
  width: 100%;
  aspect-ratio: 420/200;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #084766 0%, rgba(205, 220, 41, 0.3) 70%, rgba(205, 220, 41, 0) 100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.country--item-rating {
  width: 31px;
  height: 31px;
  position: absolute;
  border-radius: 50%;
  background-color: #CDDC29;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #084766;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  font-feature-settings: "pnum" on, "lnum" on;
  right: 25px;
  bottom: 39px;
}
.country--item-costs {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.country--item-costs-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.country--item-costs-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.country--item-costs-title span {
  font-size: 16px;
}

.more-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #CDDC29;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3D3D3D;
  padding: 10px 15px 9px 15px;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.more-btn:hover {
  background-color: #DC2954;
  color: #CDDC29;
}

.small-content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.small-content .section--title {
  margin-bottom: 40px;
}
.small-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
  margin-bottom: 20px;
}
.small-content p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
}

.back-btn {
  position: absolute;
  top: 0;
  left: 0;
}
.back-btn.relative {
  position: relative;
  top: auto;
  left: auto;
}
.back-btn * {
  transition: 0.3s ease-in-out;
}
.back-btn:hover svg path, .back-btn:hover svg rect {
  stroke: #CDDC29;
}

.blog--banner {
  width: 100%;
  aspect-ratio: 920/393;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.blog--banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.list {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
  margin-bottom: 20px;
}
ul.list li {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
ul.list li::before {
  content: "•";
  color: #DC2954;
  font-weight: bold;
  display: inline-block;
}

.gallery {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.gallery.mobile {
  display: none;
}
.gallery--item {
  aspect-ratio: 1/1;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.gallery--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.gallery--item:hover img {
  transform: none;
}

.text--img {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
}
.text--img p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
  max-width: 882px;
}
.text--img img {
  max-width: 208px;
  width: 100%;
}

.comments {
  margin-bottom: 30px;
}
.comments .swiper-slide p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
}
.comments .swiper-slide h3 {
  color: #DC2954;
  margin-bottom: 10px;
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3D3D3D;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px 9px 15px;
  background-color: #CDDC29;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.link-btn:hover {
  background-color: #DC2954;
  color: #CDDC29;
}

.explanation {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  padding-bottom: 10px;
}
.explanation--item {
  max-width: 259px;
  width: 100%;
}
.explanation--item-title {
  display: flex;
  margin-bottom: 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.explanation--item-title-number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #CDDC29;
}
.explanation--item-title-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.explanation--item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
}
.explanation--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

h2.margin-bottom {
  margin-bottom: 40px;
}

.margin-bottom {
  margin-bottom: 40px;
}

.detached {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.detached h3 {
  color: #084766;
  margin-bottom: 40px;
}
.detached > div {
  max-width: 575px;
  width: 100%;
}

.contacts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.contacts--item {
  max-width: 252px;
  width: 100%;
}
.contacts--item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.contacts--item a, .contacts--item div {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  display: block;
}

.packages-not-found {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  color: #084766;
  font-weight: 800;
}

.rekviziti {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
}
.rekviziti--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin-bottom: 20px;
}
.rekviziti--flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}
.rekviziti--flex-item {
  max-width: 220px;
  width: 100%;
}
.rekviziti--flex-item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.rekviziti--flex-item-content {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}

.contact--form.wide {
  max-width: 930px;
  width: 100%;
}
.contact--form.wide .contact--form-flex-item {
  max-width: 290px;
  width: 100%;
}
.contact--form.wide textarea {
  margin-bottom: 40px;
}
.contact--form input, .contact--form textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 8px;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  resize: none;
  margin-bottom: 20px;
  transition: 0.2s ease-in-out;
}
.contact--form input:hover, .contact--form textarea:hover {
  border-color: #CDDC29;
}
.contact--form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.contact--form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin-bottom: 5px;
}
.contact--form-flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact--form-flex-item {
  max-width: calc(50% - 15px);
  width: 100%;
}

.checkbox-wrap {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 20px !important;
}
.checkbox-wrap span a {
  font-weight: 700;
}
.checkbox-wrap.aside {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 0 !important;
}
.checkbox-wrap.aside input {
  background-color: #F0F0F0;
}
.checkbox-wrap.aside input::before {
  border-color: #F0F0F0;
}
.checkbox-wrap.apmaksai {
  color: #084766;
  margin-bottom: 40px !important;
}
.checkbox-wrap input {
  cursor: pointer;
  margin-top: -1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  flex-shrink: 0;
  border: 2px solid transparent;
}
.checkbox-wrap input::before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  border-top: 0;
  border-left: 0;
  width: 6px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px;
  top: 50%;
  left: 50%;
}
.checkbox-wrap input:checked {
  background-color: #CDDC29;
}
.checkbox-wrap input:hover {
  border-color: #CDDC29;
}

.complete {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 100px;
}
.complete.gray {
  background-color: #F0F0F0;
  margin-bottom: 0;
}
.complete.gray .complete--top {
  padding: 0;
  border: none;
  margin: 0;
}
.complete.gray .complete--flex-col-price {
  border-radius: 15px;
  background-color: #fff;
  padding-bottom: 0;
}
.complete--info:not(:last-of-type) {
  margin-bottom: 20px;
}
.complete--info-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.complete--info-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.complete--flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.complete--flex-col-inline {
  width: 129px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  width: 280px;
  margin-bottom: 10px;
}
.complete--flex-col-price {
  width: 100%;
  padding: 10px 20px 0;
}
.complete--flex-col-price-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.complete--flex-col-price-number {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.complete--flex-col-price-number span {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.complete--flex-col-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.complete--flex-col-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.complete--flex-col-item-title {
  width: 129px;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.complete--flex-col-item-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.complete--flex-col-item-text span {
  color: #CDDC29;
}
.complete--top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #F0F0F0;
}

.info--contact {
  max-width: 458px;
  width: 100%;
}
.info--contact h3 {
  margin-bottom: 20px;
}

.d-flex {
  display: flex;
  gap: 8px;
}

button.link-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.promo {
  margin-bottom: 40px;
}
.promo--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  margin-bottom: 20px;
}
.promo button {
  display: inline;
}
.promo--input {
  display: inline;
  max-width: 352px;
  width: 100%;
  border-radius: 10px;
  background-color: #F0F0F0;
  padding: 8px;
  border: 2px solid #F0F0F0;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.promo--input:hover, .promo--input:focus {
  border-color: #CDDC29;
}

.apmaksa {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
}
.apmaksa--radio-wrap {
  height: auto;
  max-width: 230px;
}
.apmaksa--radio-wrap .radio-btn {
  background-color: #fff;
  border-radius: 20px;
  padding: 18px;
  border: 2px solid #fff;
  cursor: pointer;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  height: 100%;
}
.apmaksa--radio-wrap input {
  display: none;
}
.apmaksa--radio-wrap input:checked ~ .radio-btn {
  border-color: #CDDC29;
}

.pay {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 10px 20px 9px 20px;
  border-radius: 15px;
  background-color: #CDDC29;
  color: #084766;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.pay:hover {
  background-color: #DC2954;
  color: #CDDC29;
}

.tripadvisor__container {
  margin-top: 18px;
}
.tripadvisor__button {
  width: 32px !important;
  min-width: 32px !important;
  cursor: pointer;
}
.tripadvisor__button img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tripadvisor__button:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}

.person {
  margin-bottom: 40px;
}
.person--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  margin-bottom: 20px;
}
.person--flex {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.person--flex.big .person--flex-item {
  max-width: 302px;
  width: 100%;
}
.person--flex.max .person--flex-item {
  max-width: 413px;
  width: 100%;
}
.person--flex-item {
  max-width: 236px;
  width: 100%;
}
.person--flex-item.one {
  max-width: 550px;
  width: 100%;
}
.person--flex-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin-bottom: 5px;
  display: block;
}
.person--flex-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
  border: 2px solid #fff;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.person--flex-item input:focus, .person--flex-item input:hover {
  border-color: #CDDC29;
}

.radio-group-wrap {
  padding-bottom: 32px;
}
.radio-group-wrap input[type=radio] {
  display: none;
}
.radio-group-wrap input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  cursor: pointer;
  color: #084766;
}
.radio-group-wrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #CDDC29;
  border-radius: 50%;
}
.radio-group-wrap input[type=radio]:checked + label:after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  border-top: 0;
  border-left: 0;
  width: 6px;
  height: 8px;
  transform: rotate(45deg);
  border-radius: 2px;
  top: 5px;
  left: 7px;
}
.radio-group-wrap input[type=radio]:checked + label:before {
  background-color: #CDDC29; /* Fill color */
}
.radio-group-wrap input[type=radio]:checked + label:after {
  display: block;
}

.insurance {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.insurance img {
  max-width: 115px;
  height: auto;
  width: 100%;
  flex-shrink: 0;
}
.insurance--text h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.insurance--text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.insurance .checkbox-wrap {
  max-width: 552px;
  width: 100%;
  color: #084766;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.insurance .checkbox-wrap input {
  width: 30px;
  height: 30px;
  background-color: #F0F0F0;
  flex-shrink: 0;
}
.insurance .checkbox-wrap input::before {
  border-color: #F0F0F0;
  width: 10px;
  height: 15px;
  border-width: 3px;
  left: 10px;
}
.insurance .checkbox-wrap input:checked {
  background-color: #CDDC29;
}
.insurance .checkbox-wrap input:checked::before {
  border-color: #fff;
}

.page-not-found {
  min-height: calc(100vh - 37px - 119px - 476.5px);
}
.page-not-found h1 {
  text-align: center;
  font-size: 80px;
  color: #084766;
}
.page-not-found h2 {
  text-align: center;
  font-size: 40px;
  color: #084766;
}

.results .section {
  min-height: 800px;
}
.results .search {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
}
.results .search-item {
  max-width: 180px;
  width: 100%;
}
.results .search-item.datepicker {
  max-width: 270px;
}
.results .search-item .select-selected {
  background-color: #fff;
}
.results .search-item .select-selected .subtitle {
  color: #084766;
}
.results .search-item .select-selected .title {
  color: #DC2954;
}
.results .search-item .select-selected:hover {
  border-color: #CDDC29;
}
.results .search-item .select-selected.select-arrow-active {
  border-color: #CDDC29;
}
.results .search-item .datepicker-wrap {
  background-color: #fff;
}
.results .search-item .datepicker-wrap .subtitle {
  color: #084766;
}
.results .search-item .datepicker-wrap input {
  color: #DC2954;
}
.results .search-item .datepicker-wrap:hover {
  border-color: #CDDC29;
}
.results .search-item .nights-wrap {
  background-color: #fff;
}
.results .search-item .nights-wrap span {
  color: #084766;
}
.results .search-item .nights-wrap input {
  color: #DC2954;
}
.results .search-item .nights-wrap div {
  color: #DC2954;
}
.results .search-item .nights-wrap:hover {
  border-color: #CDDC29;
}
.results .search-item .persons-wrap {
  background-color: #fff;
}
.results .search-item .persons-wrap span {
  color: #084766;
}
.results .search-item .persons-wrap input {
  color: #DC2954;
}
.results .search-item .persons-wrap div {
  color: #DC2954;
}
.results .search-item .persons-wrap:hover {
  border-color: #CDDC29;
}
.results .search .banner-submit-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  flex-shrink: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 80px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CDDC29;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.results .search .banner-submit-btn svg path {
  transition: 0.3s ease-in-out;
}
.results .search .banner-submit-btn:hover {
  background-color: #DC2954;
}
.results .search .banner-submit-btn:hover svg path {
  fill: #CDDC29;
}

.section--container > .search {
  margin-bottom: 50px;
}

.title-back-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.title-back-btn img {
  max-width: 118px;
  margin-bottom: 40px;
  margin-top: -10px;
}

aside {
  max-width: 340px;
  width: 100%;
  flex-shrink: 0;
}

.detached-page {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
}
.detached-page .content {
  width: 100%;
}

p.disclaimer {
  margin-top: 16px;
  font-size: 12px !important;
  font-weight: 300;
}

.hotel--bigImg {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
  aspect-ratio: 930/491;
  position: relative;
}
.hotel--bigImg.mobile {
  display: none;
}
.hotel--bigImg a {
  width: 100%;
}
.hotel--bigImg a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
}
.hotel--bigImg:hover img {
  transform: none;
}
.hotel--bigImg-rating {
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 26px;
  right: 32px;
  background: #CDDC29;
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.hotel .gallery {
  margin-top: 0;
  margin-bottom: 50px;
}
.hotel .gallery--item {
  width: 68px;
  height: 70px;
}
.hotel h3 {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 1024px) {
  .modal.hotel-booking .modal--content {
    max-height: 620px;
  }
  .modal.hotel-booking .modal--content-wrap {
    height: 580px;
  }
}
.result {
  width: 100%;
}
.result--item {
  width: 100%;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 30px;
}
.result--item-img {
  max-width: 310px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 310/240;
  position: relative;
  isolation: isolate;
}
.result--item-img .country--item-img-gradient {
  display: none;
}
.result--item-img .img-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #fff;
  display: none;
}
.result--item-img .img-text .cost-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
}
.result--item-img .img-text .cost-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
}
.result--item-img .img-text .cost-title span {
  font-size: 12px;
}
.result--item-img .img-text span {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
}
.result--item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
}
.result--item-text {
  width: 100%;
}
.result--item-text-content {
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
}
.result--item-text-content img {
  max-width: 118px;
}
.result--item-text-content.detached {
  -moz-column-gap: 0;
       column-gap: 0;
}
.result--item-text-content.detached > div {
  max-width: none;
  width: 50%;
}
.result--item-text-content.detached > div > div {
  margin-bottom: 5px;
}
.result--item-text-content .small {
  font-size: 13px;
  color: #3E3E3E;
  font-weight: 400;
}
.result--item-text-content span {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.result--item-title {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
}
.result--item-title h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  margin-bottom: 5px;
}
.result--item-title h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
  margin-bottom: 0;
}
.result--item-title .cost {
  width: inherit;
  max-width: 200px;
}
.result--item-title .cost-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3E3E3E;
}
.result--item-title .cost-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
}
.result--item-title .cost-title span {
  font-size: 18px;
}
.result--item:hover img {
  transform: none;
}

.aside--block {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.aside--block .complete--flex-col-item-text {
  font-size: 20px;
  margin-bottom: 20px;
  color: #084766;
}
.aside--block .complete--flex-col-item-text span {
  color: #CDDC29;
}
.aside--block.room-info p {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  color: #084766;
  margin-bottom: 10px;
}
.aside--block.flight {
  position: relative;
}
.aside--block.flight .info-btn {
  position: absolute;
  top: 29px;
  right: 27px;
  cursor: pointer;
}
.aside--block.flight .info-btn:hover + .flight-info-hover {
  opacity: 1;
}
.aside--block.flight p {
  margin-bottom: 0;
  color: #084766;
}
.aside--block.flight h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.aside--block.flight .flight--info {
  margin-bottom: 20px;
}
.aside--block:not(:last-of-type) {
  margin-bottom: 30px;
}
.aside--block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #B6B6B6;
  margin-bottom: 10px;
}
.aside--block.info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin-bottom: 0;
}
.aside--block.info p strong {
  color: #DC2954;
  font-weight: 700;
}
.aside--block.info p:not(:last-of-type) {
  margin-bottom: 10px;
}
.aside--block.costs p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.aside--block.costs h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  display: block;
  margin-bottom: 30px;
}
.aside--block.costs h2 span {
  font-size: 20px;
}
.aside--block.costs button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 10px 9px 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  background: #CDDC29;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: none;
}
.aside--block.costs button:hover {
  background-color: #DC2954;
  color: #CDDC29;
}
.aside--costs {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  margin-bottom: 20px;
}
.aside--range {
  margin-bottom: 40px;
}
.aside--range.noUi-target {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #F0F0F0;
  height: 3px;
}
.aside--range.noUi-target .noUi-connect {
  background: #CDDC29;
}
.aside--range.noUi-target .noUi-handle {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: -10px;
  background-color: #CDDC29;
  outline: none;
  box-shadow: none;
  border: 3px solid #fff;
}
.aside--range.noUi-target .noUi-handle::before {
  content: none;
}
.aside--range.noUi-target .noUi-handle::after {
  content: none;
}

.flight-info-hover {
  padding: 30px;
  border-radius: 20px;
  background-color: #CDDC29;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  max-width: 264px;
  width: 100%;
  top: 55px;
  left: 15px;
  opacity: 0;
}
.flight-info-hover .flight--info:last-of-type {
  margin-bottom: 0;
}

.flight-route {
  color: #084766 !important;
  font-weight: 600 !important;
}
.flight-route span {
  color: #cddc29;
}

.search-by-name {
  position: relative;
  margin-bottom: 30px;
}
.search-by-name input {
  border-radius: 10px;
  background-color: #F0F0F0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #F0F0F0;
  transition: 0.2s ease-in-out;
  outline: none;
  padding: 8px 8px 8px 8px;
  font-size: 14px;
  line-height: 16px;
  color: #151E23;
  width: 100%;
}
.search-by-name input:hover, .search-by-name input:focus {
  border-color: #CDDC29;
  background-color: #fff;
}

.dropdown {
  width: 100%;
}
.dropdown--head {
  width: 100%;
  border-top: 2px solid #F0F0F0;
  padding: 18px 0 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #B6B6B6;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.dropdown--head svg path {
  transition: 0.3s ease-in-out;
}
.dropdown--head:hover {
  color: #084766;
}
.dropdown.active .dropdown--head {
  color: #084766;
}
.dropdown.active .dropdown--head svg path:last-of-type {
  transform-origin: center;
  transform: rotate(90deg);
}
.dropdown--body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 20px;
  display: none;
}

.dropdowns--container {
  margin-bottom: 30px;
}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 40px;
}
.steps span {
  font-weight: 700;
  font-size: 70px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #CDDC29;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.steps span.active {
  color: #DC2954;
}

.offer-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
}
.offer-subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #3E3E3E;
  text-align: center;
  margin-bottom: 40px;
}
.offer--month {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 40px;
}
.offer--month-item {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 720px) {
  .offer--month-item {
    max-width: 45%;
  }
}
.offer--month-item-content {
  cursor: pointer;
  width: 100%;
  height: 120px;
  position: relative;
  padding: 18px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: border 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.offer--month-item-content svg {
  position: absolute;
  left: 50%;
  top: 38px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.offer--month-item input {
  display: none;
}
.offer--month-item input:checked + .offer--month-item-content {
  border-color: #CDDC29;
}
.offer--month-item input:checked + .offer--month-item-content svg {
  opacity: 1;
}
.offer-links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}

.next-btn {
  cursor: pointer;
  border: none;
  border-radius: 15px;
  background-color: #CDDC29;
  padding: 10px 15px 9px 15px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3D3D3D;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.next-btn:hover {
  background-color: #DC2954;
  color: #CDDC29;
}
.next-btn:hover svg * {
  stroke: #CDDC29;
}

.prev-btn {
  border-radius: 15px;
  background-color: #fff;
  padding: 10px 15px 9px 15px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3D3D3D;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.prev-btn:hover {
  background-color: #DC2954;
  color: #CDDC29;
}
.prev-btn:hover svg * {
  stroke: #CDDC29;
}

.offer--country {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.offer--country-item {
  max-width: 240px;
  width: 100%;
}
.offer--country-item-content {
  width: 100%;
  padding: 18px;
  background-color: #fff;
  border: 2px solid #fff;
  transition: border 0.3s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  cursor: pointer;
}
.offer--country-item-content img {
  border-radius: 4px;
  width: 20px;
  height: auto;
}
.offer--country-item input {
  display: none;
}
.offer--country-item input:checked + .offer--country-item-content {
  border-color: #CDDC29;
}

.offer--costs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.offer--costs-item {
  max-width: 130px;
  width: 100%;
}
.offer--costs-item input {
  display: none;
}
.offer--costs-item input:checked + .offer--costs-item-content {
  border-color: #CDDC29;
}
.offer--costs-item input:checked + .offer--costs-item-content svg {
  opacity: 1;
}
.offer--costs-item-content {
  width: 100%;
  padding: 28px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 179px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: border 0.3s ease-in;
  row-gap: 5px;
}
.offer--costs-item-content p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin: 0;
}
.offer--costs-item-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.offer--costs-item-content svg {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.offer--textarea {
  max-width: 559px;
  width: 100%;
  margin: 0 auto 60px auto;
  border-radius: 10px;
  display: block;
  outline: none;
  border: 2px solid #fff;
  padding: 8px;
  resize: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  transition: border 0.3s ease-in-out;
}
.offer--textarea:hover, .offer--textarea:focus {
  border-color: #CDDC29;
}

.offer--complete {
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.offer--complete h3 {
  max-width: 458px;
  width: 100%;
  display: block;
  margin: 0px auto 40px auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  text-align: center;
}
.offer--complete a {
  margin: 0 auto;
}

#calendar {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
#calendar .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#calendar .prev, #calendar .next {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px;
  font-size: 18px;
}
#calendar #monthYear {
  margin: 0 20px;
}
#calendar table {
  border-collapse: collapse;
  width: 100%;
}
#calendar th, #calendar td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
#calendar th {
  background-color: #f2f2f2;
}

.offer--count {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.offer--count-count {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.offer--count-count span {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.offer--count-count .btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.offer--count-count .btn:hover {
  background: rgba(205, 220, 41, 0.1);
}
.offer--count-item {
  background-color: #fff;
  border-radius: 20px;
  max-width: 260px;
  width: 100%;
  padding: 20px 0;
}
.offer--count-item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin-bottom: 10px;
  text-align: center;
}
.offer--count-item-title span {
  font-size: 9px;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}

.children-age-block > div:first-of-type {
  margin-top: 20px;
  border-top: 2px solid #F0F0F0;
  padding-top: 20px;
}
.children-age-block > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.children-age-block > div:not(:last-of-type) {
  margin-bottom: 20px;
}
.children-age-block > div span {
  position: relative;
}
.children-age-block > div span::after {
  content: url(../images/arrow-down.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.children-age-block > div select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 68px;
  height: 30px;
  border-radius: 10px;
  background-color: #F0F0F0;
  font-size: 12px;
  padding: 0 10px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
  color: #084766;
  font-weight: 700;
}

.offer--contacts {
  max-width: 739px;
  width: 100%;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.offer--contacts-item {
  max-width: 354px;
  width: 100%;
}
.offer--contacts-item label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin-bottom: 5px;
}
.offer--contacts-item input {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151E23;
  padding: 8px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #fff;
}
.offer--contacts-item input:hover, .offer--contacts-item input:focus {
  border-color: #CDDC29;
}
.offer--contacts .checkbox-wrap {
  color: #084766;
  margin-bottom: 40px !important;
}

.list-flex {
  list-style: none;
  -moz-column-gap: 0;
       column-gap: 0;
  -moz-column-count: 2;
       column-count: 2;
}
.list-flex > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  flex-direction: column;
}
.list-flex .list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin-bottom: 20px;
}
.list-flex .list li::before {
  font-size: 1.3em;
}
@media only screen and (max-width: 720px) {
  .list-flex {
    -moz-column-count: 1;
         column-count: 1;
  }
}

#map {
  width: 100%;
  aspect-ratio: 930/520;
  margin-bottom: 40px;
}
#map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.calendar-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  margin-bottom: 20px;
}

.calendar-selects {
  margin-bottom: 20px;
}

.select-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.select-group label {
  color: #084766;
  font-size: 14px;
}
.select-group .custom-select {
  min-width: 220px;
  height: -moz-max-content;
  height: max-content;
}

.loader--container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  width: 100%;
}

.btn-loader {
  display: inline-block;
  border: 3px solid #ffffff;
  border-top: 3px solid #3d3d3d;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
  top: 2px;
  position: relative;
  margin-right: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rating {
  max-width: 118px;
  width: 100%;
}

.daterangepicker {
  margin-left: -20px;
  margin-top: 30px;
  font-family: inherit;
  border-radius: 20px;
  border: none;
}
.daterangepicker.opensright::before, .daterangepicker.opensright:after {
  display: none;
}
.daterangepicker .drp-calendar.left {
  padding: 20px 0 20px 20px;
}
.daterangepicker .drp-calendar.right {
  padding: 20px 20px 20px 20px;
}
.daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 20px;
  border-right: 1px solid #F0F0F0;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  padding: 5px;
  border-color: #CDDC29;
}
.daterangepicker .calendar-table tr:first-of-type th {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.daterangepicker .calendar-table tr:last-of-type th {
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #CACACA;
}
.daterangepicker .calendar-table table thead tr:first-of-type th {
  padding-bottom: 20px;
}
.daterangepicker .calendar-table table thead tr:last-of-type th {
  padding-bottom: 10px;
}
.daterangepicker td {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  border: 3px solid #fff;
}
.daterangepicker .calendar-table td {
  margin-bottom: 3px;
  border: none;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #CDDC29;
  color: #084766;
}
.daterangepicker td.start-date {
  border-radius: 20px 0 0 20px;
}
.daterangepicker td.end-date {
  border-radius: 0 20px 20px 0;
}
.daterangepicker td.in-range {
  background-color: #CDDC29;
  color: #084766;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #CDDC29;
  color: #084766;
}
.daterangepicker .calendar-table table thead tr .next, .daterangepicker .calendar-table table thead tr .prev {
  background-color: #fff;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  text-decoration: none;
}
.daterangepicker td.start-date.end-date {
  border-radius: 20px;
}

.childs-ages div:first-of-type {
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}
.childs-ages div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.childs-ages div:not(:last-of-type) {
  margin-bottom: 10px;
}
.childs-ages span {
  position: relative;
}
.childs-ages span::after {
  content: url(../images/arrow-down.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.childs-ages select {
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F0F0F0;
  border-radius: 10px;
  border: none;
  outline: none;
  max-width: 68px;
  width: 100%;
  min-width: 68px;
  color: #084766;
}

.change-btn {
  margin-top: 30px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #084766;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  padding: 10px 13px 8px 13px;
  cursor: pointer;
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.change-btn span {
  font-size: 12px;
  display: block;
}
.change-btn:hover {
  border-color: #CDDC29;
  background-color: #CDDC29;
}

.modal {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal .close-btn {
  background-color: #CDDC29;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  top: -20px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.modal .close-btn:hover {
  background-color: #DC2954;
}
.modal--content {
  max-width: 1000px;
  width: 100%;
  max-height: 427px;
  position: relative;
  padding: 30px 15px 30px 30px;
  border-radius: 20px;
  background-color: #fff;
}
.modal--content-wrap {
  overflow-y: scroll;
  height: 300px;
  padding-right: 20px;
}
.modal--content-wrap::-webkit-scrollbar {
  width: 15px;
}
.modal--content-wrap::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 11px;
}
.modal--content-wrap::-webkit-scrollbar-thumb {
  background: #CDDC29;
  border-radius: 11px;
}
.modal--content-wrap .block {
  width: 100%;
}
.modal--content-wrap .block--item {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.modal--content-wrap .block--item .checkbox-wrap input {
  background-color: #F0F0F0;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.modal--content-wrap .block--item .checkbox-wrap input::before {
  border-color: #f0f0f0;
  border-width: 4px;
  width: 12px;
  height: 17px;
  left: 9px;
}
.modal--content-wrap .block--item .checkbox-wrap input:checked {
  background-color: #CDDC29;
}
.modal--content-wrap .block--item .checkbox-wrap input:checked::before {
  border-color: #fff;
}
.modal--content-wrap .block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
  flex-grow: 1;
}
.modal--content-wrap .block p:nth-child(2) {
  width: 88px;
  max-width: 88px;
}
.modal--content-wrap .block p:nth-child(5) {
  max-width: 150px;
}
.modal--content-wrap .block p:nth-child(3) {
  max-width: 160px;
}
.modal--content-wrap .block p span {
  font-weight: 700;
  color: #DC2954;
  font-size: 16px;
}
.modal--content-wrap .block p strong {
  font-size: 14px;
}

.hamburger {
  display: none;
}

.mob-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #084766;
  z-index: 10000;
  left: 100%;
  top: 0;
  transition: transform 0.5s ease-in-out;
}
.mob-menu .header--offer {
  width: -moz-fit-content;
  width: fit-content;
}
.mob-menu .header--container {
  padding: 20px;
}
.mob-menu.active {
  transform: translateX(-100%);
}
.mob-menu-main {
  padding: 20px;
}
.mob-menu-main div {
  margin-top: 20px;
  margin-bottom: 15px;
}
.mob-menu-footer {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.mob-menu-footer a {
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FFFFFF;
  display: block;
  padding: 10px 13px 8px 13px;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
}
.mob-menu-footer a.active {
  background-color: #fff;
  color: #151E23;
}

.filter-btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: transparent;
  border: none;
  background: #CDDC29;
  border-radius: 15px;
  padding: 10px 15px 9px 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3D3D3D;
  margin: 0 auto;
  margin-bottom: 40px;
  display: none;
}

.filter-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  max-width: 360px;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease-in-out;
  transform: translateX(100%);
  background-color: #fff;
}
.filter-modal .modal-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #084766;
}
.filter-modal.active {
  transform: none;
}
.filter-modal-head {
  padding: 35px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.filter-modal > div {
  max-width: 360px;
}
.filter-modal .aside--block {
  padding: 20px;
}
.filter-modal .close-btn {
  cursor: pointer;
}

.search-modal {
  margin-bottom: 50px;
}
.search-modal .filter-modal-head {
  display: none;
}

.scroll-wrap {
  overflow-x: scroll;
}
.scroll-wrap::-webkit-scrollbar {
  display: none;
}

.search.mobile {
  display: none;
  width: 1200px !important;
}

#packageLoader {
  margin-bottom: 12px;
}

#hotelPackageLoader {
  margin-top: 12px;
}

input:not([type=checkbox]):not([type=button]):not([type=submit]).error {
  border-color: #DC2954;
  position: relative;
  background: url(/assets/front/images/warning.svg) #fff no-repeat scroll;
  background-position: right 5px center;
}

.error {
  border-color: #DC2954 !important;
}

#packageList .checkbox-wrap input::before {
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 1420px) {
  .section {
    background-color: #F0F0F0;
  }
  .section--info {
    background-color: #F0F0F0;
  }
}
@media only screen and (max-width: 1340px) {
  .banner .banner--nav-content .arrows {
    display: none;
  }
}
@media only screen and (max-width: 1220px) {
  .detached-page.result aside {
    display: none;
  }
  .section--container > .search {
    margin-bottom: 20px;
  }
  .filter-btn {
    display: block;
  }
}
@media only screen and (max-width: 1120px) {
  .back-btn {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .header--container-left {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .header--contacts a {
    font-size: 12px;
  }
  .header--container-right {
    display: none;
  }
  .header .header--offer {
    display: none;
  }
  .banner .banner--nav-content .search {
    flex-wrap: wrap;
    gap: 10px;
  }
  .banner {
    height: 1785px;
  }
  .person--flex {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .complete--flex {
    flex-direction: column;
    row-gap: 50px;
  }
  .search.mobile {
    display: flex;
    margin-bottom: 30px;
  }
  .search-modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    transition: transform 0.3s ease-in-out;
    background-color: #F0F0F0;
  }
  .search-modal .filter-modal-head {
    display: flex;
    max-width: none;
  }
  .search-modal > .search {
    padding: 0 20px;
  }
  .search-modal .search {
    flex-direction: column;
    row-gap: 10px;
  }
  .search-modal .search-item {
    max-width: none;
  }
  .search-modal .search-item.datepicker {
    max-width: none;
  }
  .search-modal .search .banner-submit-btn {
    max-width: none;
    width: 100%;
    transition: none;
  }
  .search-modal .search .night-counter-block {
    z-index: 1;
  }
  .search-modal .search .persons-counter-block {
    bottom: calc(100% + 10px);
    top: auto;
  }
  .search-modal .modal-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    display: flex;
    align-items: center;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #084766;
  }
  .search-modal.active {
    transform: translateX(-100%);
  }
  .search-modal > div {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .hotel-booking .modal--content {
    max-width: none;
    width: 100%;
    height: 100%;
    max-height: none;
    padding-top: 80px;
    border-radius: 0;
  }
  .hotel-booking .modal--content-wrap {
    height: 100%;
  }
  .hotel-booking .close-btn {
    top: 20px;
    right: 20px;
  }
  .hotel-booking .modal--content-wrap .block--item {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .hotel-booking .modal--content-wrap .block--item > *:nth-child(1) {
    order: 7;
  }
  .hotel-booking .modal--content-wrap .block--item > *:nth-child(2) {
    order: 3;
  }
  .hotel-booking .modal--content-wrap .block--item > *:nth-child(3) {
    order: 1;
  }
  .hotel-booking .modal--content-wrap .block--item > *:nth-child(4) {
    order: 2;
  }
  .hotel-booking .modal--content-wrap .block--item > *:nth-child(5) {
    order: 4;
    max-width: 250px;
  }
  .hotel-booking .modal--content-wrap .block--item > *:nth-child(6) {
    order: 5;
  }
  .hotel-booking .modal--content-wrap .block--item > *:nth-child(7) {
    order: 6;
  }
  .explanation {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .explanation--arrow {
    transform: rotate(90deg);
  }
  .detached {
    flex-direction: column;
    row-gap: 50px;
  }
  .detached > div {
    max-width: none;
  }
  .section--info-container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .section--info-container .section--info-container-item {
    max-width: none;
    width: calc(50% - 10px);
    padding: 0;
  }
  .hotel--bigImg.mobile {
    display: block;
    order: 1;
  }
  .gallery.mobile {
    display: flex;
    margin-top: 0;
    margin-bottom: 50px;
    order: 1;
  }
  .gallery.mobile .gallery--item {
    width: 68px;
    height: 70px;
  }
  .hotel--bigImg {
    display: none;
  }
  .hotel .gallery {
    display: none;
  }
  .hotel-page {
    flex-direction: column;
  }
  .hotel-page .content {
    order: 3;
    margin-top: 50px;
  }
  .hotel-page aside {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    -moz-column-gap: 20px;
         column-gap: 20px;
    order: 2;
  }
  .hotel-page aside > * {
    max-width: 340px;
  }
  .section--info-container-item h2 {
    font-size: 45px;
  }
  .section--info-container-item h3 {
    font-size: 16px;
  }
  .small-content h4 {
    font-size: 16px;
  }
  .footer--container-top {
    flex-direction: column;
  }
  .footer--link ~ .header--offer {
    margin-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer--contacts p {
    max-width: none;
    margin-bottom: 69px;
  }
  .footer--home-link {
    margin-bottom: 27px;
    max-width: 99px;
    align-self: center;
  }
  .social {
    display: none;
  }
  .social.mobile {
    display: flex;
    margin-bottom: 70px;
    align-self: center;
  }
  .footer--menu {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer--input label {
    margin-top: 61px;
  }
  .travel--item.big {
    max-width: 302px;
  }
}
@media only screen and (max-width: 1005px) {
  .travel {
    justify-content: center;
  }
  .travel.scroll {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 889px) {
  .country--item {
    max-width: none;
  }
  .country--item-content-title {
    font-size: 16px;
  }
  .country--item-content-subtitle {
    font-size: 12px;
  }
  .steps {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .steps span {
    font-size: 40px;
  }
  .steps svg {
    width: 7px;
  }
  .result--item-title .cost {
    display: none;
  }
  .result--item-text-content.detached .nights {
    display: none;
  }
  .result--item-img .img-text {
    display: block;
  }
  .result--item-img .country--item-img-gradient {
    display: block;
    aspect-ratio: auto;
    height: 70%;
  }
}
@media only screen and (max-width: 820px) {
  .list-flex {
    flex-wrap: wrap;
  }
  .insurance {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .text--img img {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .custom-select {
    width: 100%;
    margin-bottom: 16px;
  }
  .complete {
    margin-bottom: 40px;
  }
  .apmaksa {
    flex-direction: column;
    row-gap: 20px;
  }
  .pay {
    font-size: 22px;
  }
  .banner .banner--nav-content .search {
    flex-direction: column;
  }
  .banner .banner--nav-content .search-item {
    max-width: none;
  }
  .banner .banner--nav-content .search-item.datepicker {
    max-width: none;
  }
  .banner .banner--nav-content .search .banner-submit-btn {
    width: 100%;
  }
  .banner .banner--nav {
    bottom: 1069px;
  }
  .banner .slide-content {
    padding-top: 140px;
  }
  .offer-title {
    font-size: 30px;
  }
  .banner {
    height: 2050px;
  }
  .banner .slide-content h1 {
    font-size: 45px;
  }
  .banner .slide-content h2 {
    font-size: 30px;
  }
  .section--title {
    font-size: 30px;
  }
  .section--container h3 {
    font-size: 22px;
  }
  p.section--subtitle {
    font-size: 10px;
  }
  .swiper.offers .arrows {
    display: none;
  }
  .person--title {
    font-size: 16px;
  }
  .swiper.offers .arrows.mob {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .section {
    padding: 40px 20px;
  }
  .footer {
    padding: 47px 20px 20px 20px;
  }
  .person--flex-item {
    max-width: none;
  }
  .person--flex.big .person--flex-item {
    max-width: none;
  }
  .person--flex {
    row-gap: 10px;
  }
  .person--flex.max .person--flex-item {
    max-width: none;
  }
  .person--flex-item.one {
    max-width: none;
  }
}
@media only screen and (max-width: 673px) {
  .travel--item, .travel--item.big {
    max-width: none;
  }
  .section--background-2, .section--background-1, .section--background-3 {
    bottom: auto;
    top: 0;
  }
}
@media only screen and (max-width: 649px) {
  .custom-select.multi-col .select-items {
    max-width: 300px;
    max-height: 290px;
    overflow-y: scroll;
  }
  .custom-select.multi-col .select-items::-webkit-scrollbar {
    display: none;
  }
  .contact--form.wide .contact--form-flex-item {
    max-width: none;
  }
  #map {
    aspect-ratio: 320/290;
  }
  .contact--form-flex-item {
    width: 100%;
    max-width: none;
  }
  .insurance .checkbox-wrap {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .complete--flex-col-item-title {
    width: 70px;
    word-break: break-all;
  }
  .offer--country-item {
    max-width: none;
  }
  .offer--count {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .offer--count-item {
    max-width: none;
  }
  .children-age-block > div:first-of-type {
    justify-content: center;
  }
  .offer--costs-item {
    max-width: 100px;
    min-height: 165px;
  }
  .offer--costs-item-content {
    padding: 18px;
  }
  .offer--costs-item-content h4 {
    font-size: 16px;
  }
  .filter-modal {
    max-width: none;
    overflow-y: scroll;
  }
  .filter-modal::-webkit-scrollbar {
    display: none;
  }
  .filter-modal > div {
    max-width: none;
  }
  .result--item {
    flex-direction: column;
  }
  .result--item-img {
    max-width: none;
    aspect-ratio: 32/25;
  }
  .result--item-text {
    padding: 30px;
  }
  .result--item-title {
    padding: 0;
  }
  .result--item-title h2 {
    font-size: 15px;
  }
  .result--item-title h3 {
    font-size: 16px;
  }
  .result--item-text-content.detached {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .result--item-text-content.detached > div {
    min-width: 200px;
  }
  .hotel-booking .modal--content-wrap .block p strong {
    font-size: 12px;
  }
}
@media only screen and (max-width: 458px) {
  .contacts {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 30px !important;
  }
  .contacts--item p {
    margin-bottom: 5px;
  }
}
.footer--links {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.p-0 {
  padding: 0;
}

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