/*============= ALIGNES ===============*/
@import url('https://fonts.googleapis.com/css2?family=Gabriela&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary: #00A8C4;
  --secondary: #0B415A;
  --white: #fff;
  --black: #1f1f1f;
  --txt: #232B30;
  --stroke: #0B415A;
  --gray: #8b8b8b;
  --green: #0B415A;

  --transition: all .3s ease-in-out;

  --font-family: "Inter", sans-serif;
  --second-family: "PT_Serif-Web", sans-serif;
  --third-family: "Raleway", sans-serif;
  --font3: "Montserrat", sans-serif;
}

::selection {
  background-color: var(--primary);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 6px;
  /* ширина scrollbar */
}

::-webkit-scrollbar-track {
  background: var(--stroke);
  /* цвет дорожки */
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border: none;
  /* цвет плашки */
  /* закругления плашки */
  /* padding вокруг плашки */
}


.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

.solid .header__phones{
  padding-top: 0px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: #fff ; /* был efffea */
  /*max-width: 1920px;*/
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
  /*box-shadow: 0 0 20px 5px #747474;*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--green) !important;
}

.mejs-controls {
  background-color: var(--primary);
}

a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  transition: var(--transition);
  text-decoration: none;
}

a:hover {
  color: #4fc3f8;
}

ul li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}

ul li::marker {
  color: var(--green);
}

ol li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}

p,
.p2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--txt);
}

.p1 {
  font-weight: 400;
  /* font-size: 20px; */
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 140%;
}

h1,
.page-title {
  font-family: var(--second-family);
  font-weight: 400;
  /* font-size: 92px; */
  font-size: clamp(2.188rem, 0.892rem + 6.48vw, 5.75rem);
  line-height: 100%;
}

h2,
.h2 {
  font-family: var(--second-family);
  font-weight: 400;
  /* font-size: 44px; */
  font-size: clamp(1.875rem, 1.557rem + 1.59vw, 2.75rem);
  line-height: 120%;
  color: var(--black);
}

h2 span,
.h2 span {
  font-size: inherit;
  font-weight: inherit;
  color: var(--secondary);
  line-height: inherit;
  font-family: inherit;
}

h3,
.h3 {
  font-family: var(--second-family);
  font-weight: 400;
  /* font-size: 24px; */
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 120%;
}

h4,
.h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

h5,
.h5 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}

h6,
.h6 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.number {
  font-family: var(--font-family);
  font-weight: 300;
  /* font-size: 40px; */
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  line-height: 120%;
}

.title {
  margin-bottom: clamp(1.25rem, 0.927rem + 1.61vw, 2.5rem);
}

.block {
  padding: clamp(1.25rem, 0.682rem + 2.84vw, 2.813rem) 0;
  /* 45 to 20 */
}

body .map-holder {
  height: 100%;
}

svg,
svg path {
  transition: var(--transition);
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  padding: 20px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: var(--gray);
}

.breadcrumbs span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray);
  transition: var(--transition);
}


.breadcrumbs span:hover {
  color: var(--green);
}

.breadcrumbs span.current-item {
  color: var(--primary);
}

.breadcrumbs span.current-item:hover {
  color: var(--primary);
}

.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.phone,
.email {
  white-space: nowrap;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 15px;
  padding: 15px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  height: 60px;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
}

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

.btn.invert {
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn.invert:hover {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
}

#main,
#primary {
  min-height: 83vh;
  overflow: hidden;
}

.wp-block-heading {
  margin: 20px 0;
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);;
}

.privacy-policy p {
  margin-bottom: 10px;
}

.soc__holder {
  display: flex;
  gap: 10px;
}

.soc__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  background-color: var(--white);
  transition: var(--transition);
}

.soc__item svg {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.soc__item:hover {
  background-color: var(--green);
  border: 1px solid var(--green);
}

.soc__item:hover svg path {
  filter: brightness(0) invert(1);
}

.parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  top: 100px;
  object-fit: contain;
  z-index: -1;
}

.parallax-bg svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*============ HEADER =================*/
#header {
  /* position: sticky; */
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: var(--transition);
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 80px;
}

#header.solid,
#header.painted {
  /* backdrop-filter: blur(40px); */
  background-color: var(--black);
}


#header.solid .container,
#header.painted .container {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}

#header.solid .header__menu,
#header.painted .header__menu,
#header.solid .header__right,
#header.painted .header__right {
  padding-top: 0;
}

#header.solid .logo__holder,
#header.painted .logo__holder {
  max-width: 120px;
  min-width: 100px;
}

#header .logo__holder {
  max-width: 250px;
  width: clamp(9.375rem, 7.762rem + 8.06vw, 15.625rem);
  min-width: 150px;
  object-fit: contain;
  transition: var(--transition);
}

#header .logo__holder img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#header .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header .header__menu {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  gap: clamp(0.313rem, -1.182rem + 2.17vw, 0.938rem);
  padding-top: 34px;
  max-width: 983px;
}

#header .header__menu .nav-menu-element a {
  border-radius: 15px;
  padding: 5px 15px;
  height: 32px;
  display: block;
}


#header .header__menu .nav-menu-element a:hover {
  background-color: var(--green);
  color: var(--white);
}

#header .header__callback {
  white-space: nowrap;
  cursor: pointer;

}

#header .header__right {
  padding-top: 20px;
}
.header__phones{
  min-width: 170px;
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.header__phone{
  /* color: var(--white); */
  border-radius: 15px;
  padding: 5px 5px;
  height: 32px;
  display: block;
  text-align: right;
  font-size: calc(0.00125 * 100vw + 11.6px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: color 0.15s ease-in;
}
.header__phone:hover {
  background-color: var(--green);
  color: var(--white);
}
/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  transition: var(--transition);
  cursor: pointer;
}

#header .burger.open_menu span {
  background-color: #fcfbf9;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: var(--green);
}

#header .burger.open_menu.clicked span {
  background-color: #fff;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 600px;
  width: 100%;
  background-color: var(--black) !important;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-600px);
  z-index: 9999;
  backdrop-filter: unset;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: #fcfbf9;
}

/* #header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: #D12D26;
} */

#header #mobile-mnu .logo__holder {
  margin-bottom: 10px;
  max-width: 120px;
}


#header #mobile-mnu .menuTop {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

#header #mobile-mnu .mobile__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* #header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
} */

/* #header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu .menuTop li a:hover {
  color: #D12D26;
}

#header #mobile-mnu .menuTop li.active a {
  color: #D12D26;
} */

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}

#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: #D12D26;
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: #D12D26;
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

/* #header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3A899A;
  transition: background-color .3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: #609FA8;
}
 */
#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
  position: relative;
  background-color: var(--black);
  padding-top: 10px;
  padding-bottom: 44px;
  margin-top: 30px;
}

#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#footer .grampus__link {
  color: #fcfbf9;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  font-family: var(--third-family);
}

#footer .grampus__link span {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: var(--third-family);
}

#footer .grampus__link:hover {
  color: var(--green);
}

#footer .privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fcfbf9;
}

#footer .privacy:hover {
  color: var(--green);
}

#footer .copyright {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fcfbf9;
}

#footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: contain;
}

#footer .doc{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.theme-modal {
  height: fit-content;
  width: 600px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: var(--white);
  position: fixed;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none; */
  transition: transform .3s ease-in;
  z-index: 9999;
  display: none;
  border-radius: 10px !important;
  padding: 60px !important;
  max-width: 770px !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-modal .btn {
  width: 100%;
}

.theme-modal .privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
  text-align: center;
  margin-top: 10px;
}

.theme-modal .privacy a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--secondary);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.theme-modal .privacy a:hover {
  color: #4fc3f8;
}

.modal__content {
  max-width: 500px;
  width: 100%;
}

#modal-success .subtitle,
#modal-error .subtitle {
  margin-bottom: 0;
}

#modal-booking .input__holder {
  margin-bottom: 20px;
}

#modal-booking .inputs__wrapper {
  margin-bottom: 0;
}

#modal-booking .btn {
  margin-top: 20px;
}

textarea.input {
  min-height: 200px;
  height: 100%;
  resize: vertical;
  padding-top: 25px;
}


.theme-modal .title {
  margin-bottom: 10px;
}

.theme-modal .subtitle {
  margin-bottom: 40px;
}

.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: var(--transition);
}

.theme-modal .close-modal:hover svg path {
  fill: var(--green);
}

.inputs__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.input__holder {
  box-sizing: border-box;

  border-radius: 15px;
  width: 100%;
  position: relative;
  font-size: 16px;
  transition: var(--transition);

}

.input {
  box-sizing: border-box;
  border: none;
  border-radius: 15px;
  background: none;
  width: 100%;
  padding: 10px 30px;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--black);
  height: 70px;
  cursor: pointer;
  background-color: var(--white);
  border: 1px solid var(--stroke);
  transition: var(--transition);
  padding-bottom: 0;
  width: 100%;
  outline: none;
  height: 60px;
}

.input__holder:hover .input {
  border: 1px solid var(--black);
}

.input__holder:hover .input {
  color: var(--black);
}


.input.error {
  border: 1px solid #ed4040;
  color: #ed4040;
}

.input.error .input__holder {}

.input.error .label {
  color: #ed4040;
}

.input:focus {
  outline: none;
}

.label {
  box-sizing: border-box;
  border: none;
  background: none;
  width: 100%;
  position: absolute;
  z-index: 11;
  padding-left: 0px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: var(--gray);
  transition: var(--transition);
  /* background-color: var(--white); */
  width: calc(100% - 130px);
  cursor: pointer;
}

.textarea-label {
  top: 30px;
}


.input_filled+.label,
.input:focus+.label,
.input:hover+.label {
  top: 0;
  margin-top: 13.5px;
  font-size: 14px;
}

.fancybox__content>.f-button.is-close-btn {
  /* display: none !important; */
  top: 30px !important;
  right: 30px !important;
  --f-button-color: var(--black) !important;
  transition: var(--transition) !important;
  --f-button-hover-color: var(--green) !important;
}

#checkin {
  padding-bottom: 10px;
  position: relative;
}

/* #checkin::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/calendar.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
} */

input[type='date'] {
  font-family: var(--font-family);
}

input[type='date']::-webkit-calendar-picker-indicator {
  height: 20px;
  width: 20px;
}

.sale {
  border: 1px solid var(--stroke);
  border-radius: 15px;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-height: 480px;
}

.sale .sale__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
}

.sale .sale__sale {
  color: var(--secondary);
}

.sale .text__holder {
  color: #8e8e93;
}

.sale .sale__upper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sale .image__holder {
  max-width: 260px;
  border-radius: 15px;
  overflow: hidden;
  min-height: 480px;
  min-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale .image__holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sale .sale__btn {
  max-width: 194px;
}

.swiper__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.swiper__buttons {
  display: flex;
  gap: 20px;
}

.swiper-btn {
  border: 1px solid var(--stroke);
  border-radius: 60px;
  width: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  height: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  background-color: var(--white);
  transition: var(--transition);
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-btn:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

.swiper-btn:hover svg path {
  fill: var(--white);
}

.swiper-pagination {
  position: relative !important;
  width: fit-content !important;
  height: fit-content !important;
}

.swiper-pagination-bullet {
  border-radius: 1px !important;
  width: 10px !important;
  height: 4px !important;
  background-color: var(--stroke) !important;
  transition: var(--transition) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  background-color: var(--primary) !important;
}

.swiper-button-disabled {
  background-color: var(--stroke) !important;
}

.swiper-button-disabled svg g path {
  fill: var(--gray);
}

.swiper-button-disabled:hover {
  background-color: var(--stroke) !important;
  border: 1px solid var(--stroke);
}

.swiper-button-disabled:hover svg g path {
  fill: var(--gray);
}

.service {
  border: 1px solid var(--stroke);
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
}

.service .service__content {
  padding: 40px 80px;
  padding-left: 70px;
  max-width: 930px;
  width: 100%;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service .service__title {
  margin-bottom: 20px;
}

.service .image__holder {
  border-radius: 15px;
  overflow: hidden;
  max-width: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

.service .image__holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service .text__holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 170px;
  overflow-y: auto;
  padding-right: 60px;
  margin-bottom: auto;
}

.service .service__btn {
  white-space: nowrap;
}

.service .text__holder::-webkit-scrollbar {
  width: 2px;
}

.service .text__holder ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service .text__holder ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--txt);
  position: relative;
  padding-left: 28px;
}

.service .text__holder ul li::before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background-color: var(--secondary);
}

.service .service__bottom {
  display: flex;
  gap: 30px;
  margin-top: auto;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.service .service__price {
  white-space: nowrap;
}

.error404 {
  background-color: var(--white);
}

.error404 #footer::before {
  display: none;
}

.error404 #footer {
  padding-top: 27px;
  padding-bottom: 27px;
}

.error__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.error__title {
  color: #343434;
  text-align: center;
}

.error__subtitle {
  max-width: 560px;
  margin-bottom: 25px;
  text-align: center;
  color: #343434;
}

.error__btn {
  margin-bottom: 40px;
  text-align: center;
}

.error__img {
  max-width: 770px;
  max-height: 500px;
}

.error__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.privacy-policy #footer::before {
  display: none;

}

.privacy-policy main a {
  color: var(--txt);
}

.privacy-policy main  a:hover {
  color: #4fc3f8;
}

.privacy-policy #footer {
  padding-top: 27px;
  padding-bottom: 27px;
}

.houses__btn {
  margin: auto;
  margin-top: 30px;
  max-width: 172px;
}

.houses__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
}

.house {
  display: flex;
  gap: 30px;
}

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

.house-even .house .house__content {
  order: -1;
}

.house .house__gallery {
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.house .house__swiper {
  max-height: 420px;
  max-width: 750px;
  border-radius: 15px;
  overflow: hidden;
}

.house .swiper__buttons {
  position: absolute;
  gap: 10px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.house .house__swiper .image__holder {
  width: 750px;
  /* width: 100%; */
  /* height: 420px; */
  height: 100%;
  cursor: pointer;
}

.house .house__swiper .image__holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.house .thumbnail__holder {
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  width: 90px;
}

.house .thumbnail__holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

/* .house .swiper-slide {
  width: fit-content !important;
} */

.house .swiper__thumbnails {
  max-width: calc(100% - clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem) - 90px);
  width: 100%;
  overflow: hidden;
  margin-left: 0 !important;
}

.house .swiper-slide-thumb-active img {
  transform: scale(1.1);
}

.house .house__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.house__holder.hidden {
  display: none;
}

#more.hidden {
  display: none;
}

.house .house__title {
  margin-bottom: 20px;
}

.house .house__characteristics {
  display: flex;
  gap: 30px;
}

.house .house_char {
  display: flex;
  gap: 15px;
  align-items: center;
  white-space: nowrap;
}

.house .char__value {
  color: #0B415A;
}

.house .house__booking {
  display: flex;
  gap: 30px;
  align-items: center;
}

.house .house__max {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--txt);
}

.house .house__max span {
  display: block;
  color: var(--secondary);
  margin-top: 5px;
}

.house .house__descr {
  max-height: 246px;
  overflow-y: scroll;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.house .house__descr::-webkit-scrollbar {
  width: 2px;
}

.house .house__descr ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.house .house__descr ul li {
  position: relative;
  padding-left: 30px;

  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--txt);
}

.house .house__descr ul li::before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background-color: var(--green);
}

.house .icon__holder {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.house .icon__holder svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.fancybox__content iframe {
  width: 70vw;
  aspect-ratio: 16/9;
  margin: 25px;
}

/* .fancybox__content {
  overflow-y: scroll !important;
} */

#modal-review .input__holder {
  margin-bottom: 20px;
}

.input__upload input {
  position: relative;
}

input.file-input {
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: none !important;
  position: absolute;
}

.input__upload {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px !important;
  transition: var(--transition);
}



#modal-review .descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--txt);
  margin-bottom: 40px;
}

/* .input__upload.input__holder {
  text-align: left;
  position: relative;
} */

.delete-file {
  position: absolute;
  right: 0;
  top: 110%;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--txt);
  margin-bottom: 40px;
  transition: var(--transition);
  display: block;
}

.delete-file.hidden {
  display: none;
}

.delete-file:hover {
  color: var(--green);
  cursor: pointer;
}

.custom-file-upload {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #646464;
  cursor: pointer;
  transition: var(--transition);
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input__upload:hover {
  background-color: var(--green);
}

.input__upload:hover .custom-file-upload {
  color: var(--white);
}


.content .wp-block-paragraph{
	margin-bottom: 10px;
}
.content .wp-block-paragraph a{
	color: var(--primary);
}
/* .custom-file-upload:hover {
  color: var(--hover);
} */

/* ============= MEDIA QUERIES =========== */
@media(max-width: 1350px) {
  .house .house__gallery {
    max-width: 50%;
  }

  .house .thumbnail__holder {
    width: 100%;
  }

  .house .house__swiper .swiper-slide {
    width: 100% !important;
  }

  .house .house__swiper .image__holder {
    width: 100%;
  }

  #header .container {
    gap: 20px;
  }

  #header .header__menu {
    gap: 0;
  }
}

@media(max-width: 1150px) {}

@media(max-width: 1210px) {
  #header .header__menu {
    display: none;
  }
  .header__phones{
    display: none ;
  }

  #header .burger.open_menu {
    display: flex;
  }

  #header .header__right {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 0;
  }

  /* #header .logo__holder {
    max-width: 200px;
  } */
}

@media(max-width: 950px) {
  .service .service__content {
    padding: 30px;
    box-sizing: border-box;
  }

  .house .house__swiper {
    height: fit-content;
  }

  .house {
    flex-direction: column;
  }

  .house-even .house .house__gallery {
    order: -2;
  }

  .house .house__gallery {
    max-width: 100%;
  }

  .house .house__swiper {
    max-width: 100%;
  }

  /* .house .swiper-slide {
    width: 100% !important;
  } */
}
@media(max-width: 855px) {
  #footer .container {
    flex-direction: column;
  }
	#footer .doc{
		text-align: center;
	}
}
@media(max-width: 800px) {
  .house .house__swiper .image__holder {
    height: 420px;
  }
}

@media(max-width: 720px) {
  .theme-modal {
    padding: 30px !important;
  }

  .service {
    flex-direction: column;
  }

  .service .image__holder {
    max-width: 100%;
    max-height: 300px;
  }

  .service .text__holder {
    padding-right: 20px;
  }

  .house .house__characteristics {
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media(max-width: 600px) {
  .btn {
    height: 50px;
  }

  .sale {
    flex-direction: column-reverse;
  }

  .sale .image__holder {
    max-width: 100%;
    max-height: 300px;
    min-height: unset;
  }

  .sale .sale__content {
    padding: 20px;
  }

  .inputs__wrapper {
    flex-direction: column;
  }

  #modal-booking .inputs__wrapper {
    gap: 0;
  }

  .theme-modal .subtitle {
    margin-bottom: 20px;
  }

  .house .house__swiper .image__holder {
    height: 400px;
  }

  .house .icon__holder {
    height: 40px;
    width: 40px;
  }

  .house .house__booking {
    gap: 20px;
  }

  /* #header .logo__holder {
    max-width: 150px;
  } */

  .fancybox__content {
    padding: 15px !important;
    padding-top: 25px !important;
  }

  .fancybox__content>.f-button.is-close-btn {
    top: 15px !important;
    right: 25px !important;
  }

  #modal-booking .input__holder {
    margin-bottom: 10px;
  }

  #modal-booking .modal__content {
    overflow-y: scroll !important;
  }

  textarea.input {
    min-height: 100px;
  }

  .input {
    height: 55px;
  }

  .modal__content {
    padding-right: 15px;
  }
}

@media(max-width: 450px) {
  #header .header__callback {
    display: none;
  }

  .sale .image__holder {
    max-height: 200px;
  }

  .service .service__content {
    padding: 20px;
  }

  .service .image__holder {
    max-height: 250px;
  }

  .service .service__bottom {
    flex-direction: column-reverse;
    align-items: start;
    gap: 15px;
  }

  .service .service__btn {
    max-width: 100%;
    width: 100%;
  }



  .house .house__characteristics {
    flex-direction: column;
  }

  /* .house .thumbnail__holder {
    height: 40px;
  } */

  .house .house__swiper .image__holder {
    height: 250px;
  }

  .house .thumbnail__holder {
    height: 50px;
  }
}


@media(max-width: 380px) {
  .house .house__booking {
    flex-direction: column-reverse;
    align-items: start;
  }

  .house .house__swiper .image__holder {
    height: 200px;
  }
}
.grampus-cookie-notice {
    display: none;
    position: sticky;
    bottom: 0;
    margin: 0 auto;
    width: 80%;
    height: fit-content;
    padding: 10px 0;
    z-index: 2000;
    background-color: var(--cookie-bg, #fff);
    padding: 30px;
    border-radius: 20px;
}

.cookie-notice-container{
    flex-direction: row;
}

.grampus-cookie-notice p{
    text-align: center;
}

.grampus-cookie-accept-button{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
}

@media (max-width: 600px){
    .grampus-cookie-accept-button{
        width: 100%;
    }
    .cookie-notice-container{
    flex-direction: column;
    }
}


.policy-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    border: 1px solid #000000;
    padding: 0;
}

/* Стиль для отмеченного чекбокса */
.policy-checkbox input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

/* Галочка внутри чекбокса */
.policy-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Стиль для ошибки (только чекбокс) */
.policy-checkbox input[type="checkbox"].error {
    border-color: red;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}

.policy-checkbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 20px;
    align-items: center;
}

#consent-checkbox{
    min-width: 20px;
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #000000 !important;
}

.policy-checkbox label{
    width: 90% !important;
}
.policy-checkbox label a{
	color: var(--primary);
}
/*# sourceMappingURL=main.css.map */