*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #070707;
  background: #f3f3f3;
}
body.no-scroll {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-weight: bold;
  cursor: default;
  border: none;
  color: #070707;
}
.btn:hover {
  text-decoration: none;
}
.btn_white {
  background: #fff;
}
.btn_white:hover,
.btn_white:active {
  background: #98da30;
}
.btn_green {
  background: #7CB621;
}
.btn_green:hover,
.btn_green:active {
  background: #5f8b19;
}
.btn_border {
  border: #070707 1px solid;
}
.btn_border:hover,
.btn_border:active {
  background: #5f8b19;
  border-color: #5f8b19;
}
input {
  border: none;
  outline: none;
}
img {
  max-width: 100%;
}
select {
  background: #fff;
  border: none;
  outline: none;
  width: 100%;
  padding: 5px;
}
.select_border {
  border: #7D7D8E 1px solid;
}
.max_width {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.header {
  background-image: url(../images/hdr-bgr.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.header_dark .header-logo {
  transition: all 200ms;
  background: #272a36;
}
.header-container {
  position: relative;
}
.header-special {
  background: #7CB621;
}
.header-special__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 5px 0;
  color: #070707;
}
.header-special span:hover {
  text-decoration: underline;
}
.header-desk {
  background: #272a36;
}
.header-desk__wrap {
  color: #fff;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-desk__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.header-logo_inner {
  padding-bottom: 30px;
}
.header-logo-and-tel {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__logo {
  color: #7CB621;
  transition: all 200ms;
}
.header__logo:hover {
  color: #fff;
}
.header__tel {
  font-size: 16px;
  color: #fff;
}
.header__burger {
  display: none;
  color: #fff;
}
.header__burger:active {
  color: #7CB621;
}
.menu-main {
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-main a {
  display: block;
}
.menu-main a:hover {
  text-decoration: underline;
}
.menu-main__user {
  font-weight: bold;
  font-size: 18px;
}
.header-search-container {
  display: flex;
  flex-direction: column;
}
.header-search-container_large {
  padding-top: 100px;
  padding-bottom: 300px;
}
.header-search-container_middle {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-search-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.header-search-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  fill: #fff;
  padding: 15px;
  font-weight: bold;
  white-space: nowrap;
}
.header-search-menu a:hover,
.header-search-menu a.active {
  background: #f3f3f3;
  color: #070707;
}
.header-search-menu_inner {
  gap: 15px;
}
.header-search-menu_inner a {
  padding: 0 0 10px 0;
  border-bottom: transparent 1px solid;
}
.header-search-menu_inner a:hover,
.header-search-menu_inner a.active {
  background: none;
  color: #fff;
  border-bottom: #fff 1px solid;
}
.inner-content {
  background: #fff;
  padding: 2vmax;
  margin: 2vmax 0;
}
.inner-content h1 {
  margin: 0 0 30px 0;
  font-size: 32px;
}
.inner-content p {
  margin: 20px 0;
}
.inner-content-full {
  margin: 2vmax 0;
  padding: 2vmax 0;
}
.inner-content-full h1 {
  margin: 0 0 30px 0;
  font-size: 32px;
}
.text a {
  text-decoration: underline;
}
.text a:hover {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .menu-main__user {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .max_width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn {
    padding: 8px 16px;
  }
  .header {
    background-size: 400% auto;
  }
  .header_inner .header-logo {
    background: #272a36;
  }
  .header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  .header-special__wrap {
    gap: 12px;
    font-size: 12px;
  }
  .header-special__wrap .btn {
    white-space: nowrap;
  }
  .header-desk {
    padding: 0;
  }
  .header-desk__wrap {
    padding: 0;
    position: relative;
  }
  .header-desk__info {
    display: none;
  }
  .header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-logo__menu {
    display: none;
  }
  .header-logo-and-tel {
    gap: 20px;
  }
  .header__burger {
    display: block;
  }
  .menu-main {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #070707;
    display: none;
    width: 100%;
    padding: 20px 16px;
    border-bottom: #7CB621 1px solid;
  }
  .menu-main li {
    padding: 0px 0;
  }
  .menu-main_active {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .header-search-menu {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
  }
  .header-search-container_large {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .header-search-container_middle {
    padding-top: 80px;
  }
  .inner-content h1 {
    font-size: 24px;
  }
}
.booking-search {
  display: flex;
  gap: 1px;
}
.booking-search__submit {
  width: 15%;
}
.booking-search__field {
  padding: 10px 15px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
}
.booking-search__field.active label {
  color: #7CB621;
}
.booking-search__field.active .booking-search__popup {
  display: block;
}
.booking-search__field-label {
  font-size: 12px;
  color: #7D7D8E;
  margin-bottom: 10px;
}
.booking-search__field-value {
  color: #7D7D8E;
  font-size: 16px;
  padding: 0 15px 0 0;
  width: 100%;
  border: none;
  outline: none;
  color: #070707;
}
.booking-search__field-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 1;
  fill: #7D7D8E;
}
.booking-search__field-arrow:hover {
  background: #f1f1f1;
  fill: #070707;
}
.booking-search__popup {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  background: #fff;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #7CB621 #ececec;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.8);
}
.booking-search__select-item {
  padding: 5px 15px;
}
.booking-search__select-item:hover {
  cursor: pointer;
  background: #ececec;
}
.booking-search__select-empty {
  padding: 5px 15px;
  color: grey;
}
.booking-search__popup-persons {
  width: 140%;
}
.bs-persons {
  padding: 20px;
  position: relative;
}
.bs-persons__title {
  margin-bottom: 10px;
}
.bs-persons__apply {
  width: 100%;
  margin-top: 20px;
}
.bs-children {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.bs-children__title {
  font-size: 14px;
  color: #7D7D8E;
}
.bs-children__add {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  color: #fff;
}
.bs-children__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bs-children__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: #7CB621 1px solid;
  padding: 5px 10px;
  font-size: 13px;
}
.bs-children__list-item__years {
  background: #7CB621;
  padding: 5px;
  color: #fff;
}
.bs-children__list-item__delete {
  color: #272a36;
}
.bs-children__list-item__delete:hover {
  cursor: pointer;
  color: #7CB621;
}
.bs-children__list-item__delete svg {
  width: 8px;
  height: 8px;
}
.bs-children-select {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.8);
  padding: 10px;
}
.bs-children-select__title {
  white-space: nowrap;
}
.bs-children-select__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  margin-top: 10px;
}
.bs-children-select__item {
  padding: 5px;
  background: #ececec;
  text-align: center;
}
.bs-children-select__item:hover {
  background: #7CB621;
  cursor: pointer;
}
@media screen and (max-width: 1019px) {
  .booking-search {
    flex-wrap: wrap;
  }
  .booking-search__field {
    flex: unset;
  }
  .booking-search_field_full {
    width: 100%;
  }
  .booking-search_field_half {
    width: calc(50% - 0.5px);
  }
  .booking-search__submit {
    width: 100%;
    padding: 15px;
  }
}
.block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block__header {
  font-size: 32px;
  font-weight: 600;
}
.block__header-with-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-arrows {
  display: flex;
  gap: 10px;
}
.slider-arrow {
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #070707;
}
.slider-arrow_next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform-origin: center;
}
.slider-arrow:hover {
  background: #7CB621;
}
.season-top {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: 10px 0 25px 0;
}
.season-top__text {
  flex: 1;
}
.season-item {
  width: 280px;
  height: 280px;
  position: relative;
  display: flex;
}
.season-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.season-item div {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.trust {
  background: #fff;
  padding: 30px;
}
.trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 25px;
  margin-top: 25px;
}
.trust-list p {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px 0;
}
.trust-list i {
  color: #7CB621;
}
.reviews {
  margin-top: 40px;
  overflow: hidden;
}
.reviews .swiper-wrapper {
  margin-top: 25px;
}
.reviews-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px 20px 20px;
  background: #fff;
  width: 280px;
  text-align: center;
  border: #ececec 1px solid;
}
.reviews-item__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}
.reviews-item__name {
  padding-top: 5px;
  font-size: 20px;
  font-weight: 600;
}
.reviews-item__rating {
  font-size: 20px;
  color: #7D7D8E;
  line-height: 100%;
}
.reviews-item__rating span {
  color: #FFC700;
}
.reviews-item__text {
  font-size: 14px;
}
.reviews-all {
  margin-top: 20px;
  text-align: center;
}
.reviews-all a {
  color: #7CB621;
}
.reviews-all a:hover {
  text-decoration: underline;
}
.subscribe {
  padding: 100px 0;
  position: relative;
  color: #fff;
}
.subscribe img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.subscribe-form {
  display: flex;
  align-items: stretch;
  gap: 5px;
  margin-top: 30px;
}
.subscribe-form input {
  background: #fff;
  padding: 20px;
  flex: 1;
  max-width: 575px;
  border: 0 1px solid;
}
.avia-files {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.avia-files a {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F3F3F3;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 200ms;
}
.avia-files a:hover {
  background: #272a36;
  color: #fff;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.contacts-list h2 {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.contacts-list p {
  margin: 5px 0;
}
.contacts-list h3 {
  font-size: 16px;
  margin-top: 20px;
}
footer {
  background: #232326;
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__info-contacts {
  line-height: 150%;
}
.footer__info-rek {
  margin-top: 10px;
  color: #808080;
}
.footer__menus {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 1;
  gap: 25px 50px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__menu a {
  white-space: nowrap;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__app {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.footer-bottom {
  border-top: #7D7D8E 1px solid;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-bottom__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom__pay {
  display: flex;
  gap: 20px;
}
.footer-bottom__pay img {
  height: 20px;
  opacity: 0.6;
}
.footer-bottom__soc {
  display: flex;
  gap: 15px;
}
.footer-bottom__soc a {
  text-decoration: none;
}
@media screen and (max-width: 1019px) {
  .footer-top {
    flex-direction: column;
    gap: 20px;
  }
  .footer__info {
    order: 2;
  }
  .footer__info-contacts {
    margin-top: 20px;
  }
  .footer__menus {
    justify-content: flex-start;
    gap: 20px;
  }
  .footer__menu {
    font-size: 12px;
  }
  .footer__menu a {
    text-wrap: wrap;
  }
  .footer__app {
    gap: 5px;
    justify-content: space-around;
  }
  .footer__app img {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .footer-bottom__wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.popup {
  display: none;
  opacity: 0;
  line-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  width: 100vw;
  height: 100%;
  max-height: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2vh 2vw;
}
.popup.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.popup.err .popup-hdr {
  color: red;
}
.popup.err .popup-hdr svg {
  color: red;
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: #272a36;
}
.popup-close:hover {
  color: #7CB621;
  cursor: pointer;
}
.popup-win {
  background: #fff;
  min-width: 280px;
  box-shadow: none;
  padding: 2vmax 4vw;
  position: relative;
}
.popup-win .cont {
  box-shadow: none;
}
.popup-hdr {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding: 4vh 0;
}
@media screen and (max-width: 1019px) {
  .block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .block__header {
    font-size: 24px;
  }
  .trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vscroll {
    overflow-x: auto;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
  .season-slider .slider-arrows {
    display: none;
  }
  .season-slider .swiper-slide,
  .season-slider .season-item {
    width: 240px;
    height: 240px;
  }
  .reviews .slider-arrows {
    display: none;
  }
  .reviews .swiper-wrapper {
    align-items: stretch;
    align-content: stretch;
    display: flex;
    gap: 10px;
  }
  .reviews .swiper-slide {
    width: 60vw;
    height: auto;
  }
  .reviews-item {
    width: 60vw;
    padding: 15px 10px 10px 10px;
    height: 100%;
  }
  .reviews-item__avatar {
    width: 54px;
    height: 54px;
  }
  .reviews-item__name {
    font-size: 14px;
  }
  .reviews-item__text {
    font-size: 12px;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .trust-list {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */