* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

section {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  section {
    margin-bottom: 60px;
  }
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 12px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "pusztaadventures_Poppins", sans-serif;
  --background-page: #070707;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #fcf09c;
  --btn-hover: #f5e359;
  --hover-a: #a09f9f;
}

.pusztaadventures_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

@font-face {
  font-family: "pusztaadventures_Poppins";
  font-weight: 100 900;
  font-style: normal;
  src: url(/pusztaadventures-fonts/pusztaadventures_Poppins.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "pusztaadventures_Roboto_300";
  font-weight: 100 900;
  font-style: normal;
  src: url(/pusztaadventures-fonts/pusztaadventures_Roboto_300.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "pusztaadventures_Roboto_400";
  font-weight: 100 900;
  font-style: normal;
  src: url(/pusztaadventures-fonts/pusztaadventures_Roboto_300.woff2) format("woff2");
  font-display: swap;
}

h1 {
  font-family: "pusztaadventures_Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  text-transform: uppercase;
}

h2 {
  font-family: "pusztaadventures_Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  font-family: "pusztaadventures_Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

p {
  font-family: "pusztaadventures_Roboto_300";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header a {
  font-family: "pusztaadventures_Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  white-space: nowrap;
}

footer a {
  font-family: "pusztaadventures_Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 12px;
  }

  p {
    font-size: 12px;
  }
}

.btn {
  border-radius: 20px;
  border: 1px solid #fff;
  background: #fcf09c;
  box-shadow: 0px 0px 20px 0px rgba(0, 178, 255, 0.25);

  color: #070707;
  font-family: "pusztaadventures_Poppins";

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;

  padding: 12px;
  width: 100%;
  max-width: 260px;
  display: flex;
  justify-content: center;
}

.btn:hover {
  color: var(--btn-hover);
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.pusztaadventures_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

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

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.pusztaadventures_terms_container {
  padding: 50px 0;
}

.pusztaadventures_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .pusztaadventures_terms h1 {
    font-size: 16px;
  }
}

.pusztaadventures_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.pusztaadventures_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .pusztaadventures_terms h2 {
    font-size: 16px;
  }
}

.pusztaadventures_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.pusztaadventures_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.pusztaadventures_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.pusztaadventures_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.pusztaadventures_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

.pusztaadventures_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .pusztaadventures_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .pusztaadventures_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.pusztaadventures_header {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #666 0%, #000 100%);
}

header .pusztaadventures_logo {
  height: 24px;
}

.pusztaadventures_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.pusztaadventures_nav__link_active {
  border-bottom: 1px solid #fcf09c;
}

@media (max-width: 991px) {
  .pusztaadventures_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .pusztaadventures_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.pusztaadventures_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.pusztaadventures_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .pusztaadventures_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .pusztaadventures_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.pusztaadventures_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pusztaadventures_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pusztaadventures_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  gap: 30px;
}

@media (max-width: 991px) {
  .pusztaadventures_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .pusztaadventures_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .pusztaadventures_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pusztaadventures_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .pusztaadventures_nav__link:hover {
    color: var(--hover-a);
  }
}

.pusztaadventures_nav__link:focus-visible {
  color: var(--hover-a);
}

.pusztaadventures_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.pusztaadventures_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .pusztaadventures_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pusztaadventures_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

.pusztaadventures_nav__dropdown {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 10px;
  border: 1px solid #4994d3;
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  width: 350px;
}

.pusztaadventures_nav__dropdown a {
  font-family: "pusztaadventures_Poppins";
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;

  display: flex;
  gap: 10px;
}

.pusztaadventures_nav__item {
  position: relative;
}

.pusztaadventures_nav__link span {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  cursor: pointer;
}

.pusztaadventures_nav__dropdown li {
  padding: 8px 20px;
}

.pusztaadventures_nav__item_border {
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fcf09c;
  box-shadow: 0px 0px 20px 0px rgba(0, 178, 255, 0.25);
  padding: 15px 20px;
}
.pusztaadventures_nav__item_border .pusztaadventures_nav__link {
  font-family: "pusztaadventures_Poppins";
  color: #070707;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
}
.pusztaadventures_nav__item_border a {
  color: #070707;
  font-size: 12px;
}

@media (max-width: 1110px) {
  .pusztaadventures_nav__list {
    gap: 20px;
  }
}

.pusztaadventures_nav__dropdown_active {
  display: block;
}

.pusztaadventures_nav_find {
  width: 200px;
}

@media (max-width: 1150px) {
  .pusztaadventures_nav_find {
    width: 130px;
  }
}

@media (max-width: 991px) {
  .pusztaadventures_nav_find {
    width: 200px;
  }
}

@media (max-width: 300px) {
  .pusztaadventures_logo_text {
    max-width: 90%;
  }
}

.pusztaadventures_search_form {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #d2d2d2;
  padding: 5px 10px;
}

.pusztaadventures_search_icon {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 0 5px;
}

.pusztaadventures_search_input {
  background: none;
  border: none;
  color: #fff;
  outline: none;
  padding: 5px;
  font-size: 14px;
  width: 100px;
}

.pusztaadventures_search_input::placeholder {
  color: #aaa;
}

.search_results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1a1a1a;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 5px;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.search_results a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease;
  font-size: 14px;
  line-height: 1.4;
}

.search_results a:hover {
  background: #333;
}

@media (max-width: 991px) {
  .pusztaadventures_nav__dropdown {
    position: static;
    display: none;
    box-shadow: none;
    padding: 0;
    margin-top: 5px;
    width: 200px;
  }

  .pusztaadventures_nav__dropdown_active {
    display: block;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 0 0 50px;
}

footer p {
  font-size: 12px;
}
.pusztaadventures_footer_dis {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #4994d3;
  color: #000;
  font-size: 12px;
  background: linear-gradient(0deg, #fcf09c 0%, #fcf09c 100%), #fff;
}

.pusztaadventures_footer_booking_lc {
  gap: 22px;
}

.pusztaadventures_footer_booking_lc_bokk_wrap {
  border-radius: 15px;
  background: linear-gradient(0deg, #fcf09c 0%, #fcf09c 100%);
  padding: 9px;
  width: 50px;
}

.pusztaadventures_footer_nav {
  justify-content: space-between;
}

.pusztaadventures_footer_nav a {
  font-size: 12px;
  font-weight: 300;
}
.pusztaadventures_footer_text p {
  width: 50%;
}

.pusztaadventures_footer_social li {
  width: 36px;
  height: 36px;
}

blockquote {
  font-size: 12px;
}

@media (max-width: 880px) {
  .pusztaadventures_footer_pay_social {
    flex-direction: column;
  }
  .pusztaadventures_footer_pay_social ul {
    justify-content: center;
  }
  .pusztaadventures_footer_bottom_block {
    flex-direction: column;
  }
  .pusztaadventures_footer_pay_img {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .pusztaadventures_footer_pay_img_1 {
    width: 96.288px;
    height: 40.574px;
  }

  .pusztaadventures_footer_pay_img_2 {
    width: 42.28px;
    height: 27.123px;
  }

  .pusztaadventures_footer_pay_img_3 {
    width: 84.148px;
    height: 26.905px;
  }

  .pusztaadventures_footer_pay_img_4 {
    width: 49.027px;
    height: 30px;
  }

  .pusztaadventures_footer_pay {
    gap: 20px;
  }

  .pusztaadventures_footer_bottom_block {
    align-items: start;
  }
  .pusztaadventures_footer_bottom_block_nav {
    flex-direction: column;
    gap: 20px;
  }
  .pusztaadventures_footer_booking {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 340px) {
  .pusztaadventures_footer_pay,
  .pusztaadventures_footer_nav {
    flex-wrap: wrap;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

section {
  position: relative;
  z-index: 2;
}

.bg_home {
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 69.96%, #070707 100%),
    linear-gradient(0deg, rgba(103, 103, 103, 0.43) 0%, rgba(103, 103, 103, 0.43) 100%),
    url(/pusztaadventures-img/pusztaadventures-home_bg.avif) lightgray 0px -0.099px / 100% 98.564% no-repeat;

  width: 100%;
  height: 822px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.pusztaadventures_home {
  padding-top: 100px;
  margin-bottom: 50px;
}

.pusztaadventures_container {
  display: flex;
  justify-content: end;
}

.pusztaadventures_home_text {
  width: 50%;
  max-width: 630px;
}

.pusztaadventures_home_text p {
  font-weight: 300;
}

.pusztaadventures_home_btn {
  padding: 16px 40px;
  border-radius: 10px;
  border: 2px solid #fff;
  max-width: 190px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}

.pusztaadventures_home_btn:hover {
  color: #fcf09c;
}

@media (max-width: 991px) {
  .pusztaadventures_home_text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
  .pusztaadventures_home_text p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .bg_home {
    background: linear-gradient(0deg, rgba(103, 103, 103, 0.7) 0%, rgba(103, 103, 103, 0.7) 100%),
      url(/pusztaadventures-img/pusztaadventures-home_bg_mob.avif) lightgray -90px -0.061px /
        245.556% 100% no-repeat;
    height: 500px;
  }
}
@media (max-width: 400px) {
  .pusztaadventures_home_btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 305px) {
  .bg_home {
    height: 550px;
  }
}

/* pusztaadventures_cards */
.pusztaadventures_cards {
  padding: 30px 0 0;
}
.gap-15 {
  gap: 15px;
}
.gap-8 {
  gap: 8px;
}

.pusztaadventures_card {
  background: rgba(73, 148, 211, 0.85);
  box-shadow: 0px 0px 15px 0px #fcf09c;
  border-radius: 15px;
  justify-content: space-between;
}

.pusztaadventures_card_img_text_wrapper {
  gap: 40px;
}

.pusztaadventures_card_btn_pay_star_wrapper {
  width: 100%;
  max-width: 300px;
  justify-content: center;
  background: #4994d3;
  border-radius: 0px 15px 15px 0px;
}

.pusztaadventures_card h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;

  margin-bottom: 5px;
}

.pusztaadventures_card p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}

.pusztaadventures_card_ul {
  margin-top: 20px;
}

.card__rating {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
}

.pusztaadventures_card_li {
  font-family: "pusztaadventures_Roboto_300";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.pusztaadventures_card_rating_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card__rating_wraaper {
  margin-bottom: 15px;
  max-width: 173px;
}

.pusztaadventures_card_img {
  width: 330px;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #f8f2c8;
}

@media (max-width: 1050px) {
  .pusztaadventures_card_img_text_wrapper {
    gap: 20px;
  }
  .pusztaadventures_card_li {
    font-size: 8px;
  }
  .pusztaadventures_card_btn_pay_star_wrapper {
    max-width: 250px;
    padding: 10px;
  }
}

@media (max-width: 930px) {
  .pusztaadventures_card {
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto;
  }
  .pusztaadventures_card_img_text_wrapper {
    gap: 0;
  }
  .pusztaadventures_card_img {
    height: 120px;
    border-radius: 10px;
    border: 1px solid #f8f2c8;
    object-fit: cover;
  }
  .pusztaadventures_card_img,
  .pusztaadventures_card_text_wrapper {
    width: 50%;
  }
  .pusztaadventures_card_text_wrapper {
    padding: 10px;
  }
  .pusztaadventures_card h2 {
    font-size: 12px;
  }
  .pusztaadventures_card p {
    font-size: 12px;
  }
  .pusztaadventures_card_img_text_container_mobile_ul {
    justify-content: center;
    display: flex;
    margin: 0 5px;
  }
  .pusztaadventures_card_ul {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .pusztaadventures_card_btn_pay_star_wrapper {
    max-width: 100%;
    border-radius: 0px 0px 15px 15px;
  }

  .pusztaadventures_card_btn_pay_star_wrapper {
    padding: 5px;
  }
  .card__rating {
    font-size: 14px;
  }
  .card__rating_star {
    content: url(/pusztaadventures-img/pusztaadventures-card_star.svg);
  }
  .pusztaadventures_card_rating_wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .card__rating_wraaper {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

/* pusztaadventures_sect_3_img */

.pusztaadventures_sect_3_img {
  background: url(/pusztaadventures-img/pusztaadventures-home_text_img.webp);
  width: 100%;
  height: 500px;
  background-position: top -100px center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .pusztaadventures_sect_3_img {
    background-position: center;
    height: 350px;
  }
}

@media (max-width: 480px) {
  .pusztaadventures_sect_3_img {
    height: 135px;
    background-position: top -30px center;
  }
}

/* pusztaadventures_sect_4 */

.pusztaadventures_sect_4_nav {
  justify-content: space-between;
  padding: 10px 30px 5px;
  border-radius: 8px;
  border: 1px solid #fcf09c;
}

.pusztaadventures_sect_4_nav {
  width: 100%;
}

.pusztaadventures_sect_4_nav_li_active {
  padding: 5px 5px 3px;
  border-radius: 4px;
  background: #fff;
  color: #000;
}

.pusztaadventures_sect_4_nav_li {
  font-family: "pusztaadventures_Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1220px) {
  .pusztaadventures_sect_4_nav {
    justify-content: center;
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .pusztaadventures_sect_4_nav_li {
    font-size: 8px;
  }
  .pusztaadventures_sect_4_nav {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .pusztaadventures_sect_4_nav {
    justify-content: space-around;
  }
}

/* pusztaadventures_sect_4_reviews_li */

.pusztaadventures_sect_4_reviews_li {
  position: relative;
  max-width: 400px;
  padding: 20px;
  border-radius: 15px;
  background: #000; /* Цвет фона внутри */
  overflow: hidden;
  z-index: 1;
}

.pusztaadventures_sect_4_reviews_li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 15px;
  background: linear-gradient(90deg, rgba(63, 127, 180, 1) 0%, rgba(252, 240, 156, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.pusztaadventures_sect_4_reviews_lc_img {
  border-radius: 60px;
  width: 60px;
  height: 60px;
}

.pusztaadventures_sect_4_reviews_rc p {
  color: #d2d2d2;
  font-size: 14px;
}

.pusztaadventures_sect_4_reviews {
  width: 100%;
  gap: 15px;
}

@media (max-width: 1320px) {
  .pusztaadventures_sect_4_reviews {
    justify-content: center;
  }
}

.pusztaadventures_sect_4 .btn {
  max-width: 150px;
  white-space: nowrap;
  font-size: 12px;
}

/* pusztaadventures_sect_5 */
.pusztaadventures_sect_5 {
  padding: 20px 0;
  background-image: url(/pusztaadventures-img/pusztaadventures-links_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pusztaadventures_sect_5_container_li {
  max-width: 100px;
}

.pusztaadventures_sect_5_container_ul {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 310px) {
  .pusztaadventures_sect_5_container_ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* pusztaadventures_galery */

.pusztaadventures_galery {
  padding: 100px 0 0;
}

.pusztaadventures_galery_container p {
  margin-bottom: 70px;
}
.pusztaadventures_galery_container h1 {
  font-size: 32px;
}

.pusztaadventures_galery_slider img {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
}

.pusztaadventures_galery_slider .slick-slide {
  margin: 0 10px;
}

.pusztaadventures_galery_slider {
  margin: 0 -10px;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
}

.custom-dot {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}

.slick-dots .slick-active .custom-dot {
  background: #3f7fb4;
}

@media (max-width: 991px) {
  .pusztaadventures_galery {
    padding: 30px 0 0;
  }
  .pusztaadventures_galery_slider img {
    height: 400px;
  }
  .pusztaadventures_galery_container h1 {
    font-size: 20px;
  }
  .pusztaadventures_galery_container p {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .pusztaadventures_galery_slider img {
    height: 300px;
  }
}

/* pusztaadventures_reviews_sect_4 */

.pusztaadventures_reviews_sect_4 {
  padding-top: 70px;
}

/* pusztaadventures_about */

.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}

.pusztaadventures_about {
  padding: 40px 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 69.96%),
    linear-gradient(0deg, rgba(103, 103, 103, 0.66) 0%, rgba(103, 103, 103, 0.66) 100%),
    url(/pusztaadventures-img/pusztaadventures-home_bg.webp) lightgray 0px -0.099px / 100% 98.564% no-repeat;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-bottom: 50px;
}

.pusztaadventures_about_container {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 50px 30px;
}

.pusztaadventures_about_text_top {
  padding: 10px 16px;
  border-radius: 20px;
  border: 1px solid #fff;
  width: fit-content;
}

.pusztaadventures_about_text {
  max-width: 600px;
}

.pusztaadventures_about_text h1 {
  font-size: 32px;
}

.pusztaadventures_about_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  padding: 16px;
  border-radius: 10px;
  background: #4994d3;
}
.pusztaadventures_about_img {
  max-width: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.pusztaadventures_about_img,
.pusztaadventures_about_text {
  width: 50%;
}

.pusztaadventures_about_text_top p {
  font-family: "pusztaadventures_Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width: 991px) {
  .pusztaadventures_about_text h1 {
    font-size: 20px;
  }
}

@media (max-width: 650px) {
  .pusztaadventures_about {
    padding: 30px 0;
  }
  .pusztaadventures_about_container {
    flex-direction: column;
  }
  .pusztaadventures_about_img,
  .pusztaadventures_about_text {
    width: 100%;
    max-width: 100%;
  }
  .pusztaadventures_about_container {
    border: none;
    padding: 0;
  }
  .pusztaadventures_about_text_mobile_wrapper {
    border: 1px solid #fff;
    padding: 20px 6px;
  }
}
@media (max-width: 400px) {
  .pusztaadventures_about_btn {
    max-width: 100%;
  }
}

/* pusztaadventures_contact */

.pusztaadventures_contact {
  padding: 100px 0 50px;
}

.form_page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.pusztaadventures_contact_container h1 {
  font-family: "pusztaadventures_Poppins";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.form_page_input {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.16);
  padding: 15px 20px;
  color: #fff;
  font-family: "pusztaadventures_Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.form_page_button {
  border-radius: 10px;
  background: #4994d3;
  max-width: 100%;
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.popap_page {
  display: none;
}

.popap_page_active {
  display: flex;
}

/* pusztaadventures_marina */

.gap-12 {
  gap: 12px;
}
.m-b-24 {
  margin-bottom: 24px;
}

.pusztaadventures_marina {
  padding: 100px 0;
  margin-bottom: 0;
}

.pusztaadventures_marina_nav_hed {
  padding-left: 16px;
  border-left: 3px solid #4994d3;
}

.pusztaadventures_marina_nav_hed h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}

.pusztaadventures_marina_top_block_lc_hed h1 {
  font-family: "pusztaadventures_Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.pusztaadventures_marina_nav_hed_nav a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pusztaadventures_marina_nav {
  border-radius: 10px;
  border: 1px solid #4994d3;
  background: #fff;
  padding: 20px;
  color: #000;
  width: 100%;
  max-width: 400px;
}

.pusztaadventures_marina_top_block_lc {
  width: 70%;
  max-width: 800px;
}
.pusztaadventures_marina_top_block_lc_wrapper_img {
  max-width: 800px;
}

.pusztaadventures_marina_top_block_rc_nav {
  width: 30%;
}

.pusztaadventures_marina_top_block_lc_wrapper_img div {
  width: 46%;
}

.pusztaadventures_marina_nav_btn {
  display: flex;
  justify-content: center;
  padding: 16px;
  border-radius: 10px;
  background: #4994d3;
  width: 100%;
}

.pusztaadventures_marina_nav_hed_nav_active {
  color: #4994d3;
}

@media (max-width: 991px) {
  .pusztaadventures_marina {
    padding: 30px 0;
  }
  .pusztaadventures_marina_top_block {
    flex-direction: column;
  }

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

  .pusztaadventures_marina_top_block_rc_nav {
    width: 100%;
  }
  .pusztaadventures_marina_nav_btn {
    max-width: 400px;
  }
  .pusztaadventures_marina_top_block_rc_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pusztaadventures_marina_top_block_lc_wrapper_hed {
    flex-direction: column-reverse;
  }
  .pusztaadventures_marina_top_block_lc_hed h1 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .pusztaadventures_marina_top_block_lc_wrapper_img {
    flex-direction: column;
  }
  .pusztaadventures_marina_top_block_lc_wrapper_img div {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
  }
}


@media (max-width: 480px) {
  .pusztaadventures_home_sect_1_mob_non {
    display: none;
  }

  .pusztaadventures_home_sect_1_mob {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
