/* VARS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --osn: #232323;
  --font-family: "Bahnschrift", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Inter", sans-serif;
  --24-40: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  --24-32: clamp(1.5rem, 1.368rem + 0.53vw, 2rem);
  --16-20: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  --14-16: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  --12-16: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
}
.ti-widget.ti-goog>.ti-widget-container>.ti-header, .ti-widget.ti-goog>.ti-widget-container>.ti-footer{
	min-width: 280px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.recaptcha{
	display:flex;
justify-content:center;}
.ti-widget.ti-goog .ti-large-logo img {
	max-height:100%!important;
}
.ti-widget.ti-goog .ti-stars {
	margin-top:10px!important;
}
.iBiJkF{
	padding:0!important;
}
.fZBTme, .fZBTme  {
	font-family:"Bahnschrift", sans-serif!important;
}
html {
  scroll-behavior: smooth;
}

.error__inner {
	display: flex;

flex-direction: column;
justify-content: center;
flex-shrink: 0;
}

.error__title {
	color: var(--osn, #232323);
font-family: Bahnschrift;
font-size: 400px;
font-style: normal;
font-weight: 400;
line-height: 414px; /* 103.5% */
text-transform: uppercase;
}

.error__subtitle {
	color: #505050;
font-family: Bahnschrift;
font-size: 24px;
font-style: normal;
font-weight: 350;
line-height: 24px; /* 100% */
}

/* VARS */
/* HEADER */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  border-radius: 100px;
  background: rgba(65, 65, 65, 0.51);
  padding: 0 36px;
  height: 60px;
}
.header__list {
  margin-left: auto !important;
}
.menu-item a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--14-16);
  line-height: 150%;
  color: #fff;
  opacity: 0.8;
}
.menu-item.current_page_item a   {
  opacity: 1;
}
.book-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 92%;
	max-width: 276px;
	right: 30px;
}
.book-flex-price {
	color: var(--osn, #232323);
font-family: Bahnschrift;
font-size: 16px;
font-style: normal;
font-weight: 350;
line-height: 26px; /* 162.5% */
	
}
.book-flex-btn {
	color: var(--osn, #232323);
font-family: Bahnschrift;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
	
	display: flex;
width: 72px;
height: 29px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
	
	border-radius: 100px;
border: 1px solid #232323 !important;
}
.header__action {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--14-16);
  line-height: 150%;
  color: var(--osn);
  border-radius: 100px;
  padding: 10px;
  width: 151px;
  height: 60px;
  background: #fff;
  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;
  margin-left: 20px;
}

/* HEADER */
/* FOOTER */
.footer {
  padding: 88px 0 0 0;
}
.footer__logo {
  width: 194px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.honeypot{
	display:none;
}
.footer .icon {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  background: #fff;
  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;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 38px;
}
.footer__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  text-transform: capitalize;
  color: #fff;
}
.footer__list-link span {
  position: relative;
  top: 2px;
}
.footer__list-link:hover .icon {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #242424;
}
.footer__list-link:hover .icon svg {
  fill: #fff;
}
.footer__list-link:hover .icon path {
  fill: #fff;
}
.footer__list-link:hover .icon-phone svg {
  fill: #fff;
  stroke: #fff;
}
.footer__list-link:hover .icon-phone path {
  fill: #fff;
}

.footer-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 27px;
}

.footer-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px 0 0 0;
  gap: 42px;
}

.footer__info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: #fff;
  padding: 0 0 22px 0;
  max-width: 470px;
}
.footer__info span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--14-16);
  line-height: 162%;
  color: #fff;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 112px;
  margin-left: auto;
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  text-align: right;
}
.footer-nav ul a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 150%;
  text-align: right;
  color: #fff;
}

.copyright {
  font-family: var(--font-family);
  font-weight: 350;
  font-size: var(--12-16);
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  position: relative;
}
.copyright::before {
  position: relative;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  height: 1px;
  display: block;
  top: -25px;
}
.copyright .footer-nav {
  gap: 102px;
}

/* FOOTER */
/* RESET */
@font-face {
  font-family: "Bahnschrift";
  src: url("Bahnschrift.woff2") format("woff2");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("Inter18pt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #202222;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.list-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn-reset {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.input-reset {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

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

ul {
  list-style-type: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.content {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  background-color: #f7f7f7;
  border-radius: 100px;
  position: relative;
  bottom: 16px;
  padding-top: 117px;
  padding-bottom: 100px;
}

.title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--24-40);
  line-height: 105%;
  text-transform: uppercase;
  color: var(--osn);
}

.form__checkbox-check {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.custom-checkbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-checkbox svg {
  opacity: 0;
}

.form__checkbox-check:checked + .custom-checkbox svg {
  opacity: 1;
}

.hero__btn {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: none !important;
}
.hero__btn:hover {
  background-color: #000;
  color: #fff;
}

.header__action {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__action:hover {
  background-color: #000;
  color: #fff;
}

.header__list-link {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__list-link:hover {
  color: #969696;
}

.footer-nav ul a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer-nav ul a:hover {
  color: #969696;
}

/* RESET */
/* HERO */
.hero {
  background-image: url("../images/bg.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 285px;
}
.hero__content img {
  width: 685px;
}
.hero__btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 150%;
  color: var(--osn);
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 10px;
  width: 275px;
  height: 60px;
  background: #fff;
  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;
  margin: 25px 0 0 0;
}

/* HERO */
/* INFO */
.info-services__block-top svg {
  position: relative;
  left: 4px;
}

.info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
}
.info__top-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--24-40);
  line-height: 105%;
  text-transform: uppercase;
  color: var(--osn);
}
.info__top-subtitle {
  max-width: 773px;
  font-family: var(--font-family);
  font-weight: 350;
  font-size: var(--14-16);
  line-height: 150%;
  color: #505050;
}

.info-services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 34px;
}
.info-services__block {
  background-color: #fff;
  border-radius: 20px;
  padding: 9px 20px 9px 20px;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.info-services__block:hover {
  background-color: #202222;
}
.info-services__block:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.info-services__block:hover .info-services__block-title {
  color: #fff;
}
.info-services__block:hover svg {
  fill: #fff;
}
.info-services__block-top {
  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;
  padding-bottom: 16px;
}
.info-services__block-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--16-20);
  line-height: 150%;
  text-transform: uppercase;
  color: var(--osn);
}

/* INFO */
/* GALLERY */
.gallery__inner {
  position: relative;
}
.gallery .gallery-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 6px;
  top: 50px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.gallery .gallery-icon:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.gallery .gallery-icon span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--24-40);
  line-height: 105%;
  text-transform: uppercase;
  color: var(--osn);
}
.gallery__title {
  padding: 50px 0;
}
.gallery__photo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 7px 51%;
  grid-template-columns: 48% 51%;
  gap: 7px;
}
.gallery__photo img {
  height: 100%;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.gallery__photo img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.gallery__photo-start img {
  height: 500px;
  width: 548px;
}
.gallery__photo-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}

/* GALLERY */
/* LOCATION */
.location__title {
  padding: 98px 0 65px 0;
}

/* LOCATION */
/* FORM */
.form {
  background-color: #fff;
  padding: 44px 34px 34px 34px;
  border-radius: 20px;
  height: 592px;
}
.form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__input p {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 34px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin: 41px 0 0 0;
}
.form__input p br {
  display: none;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.form__input input {
  padding: 12px 0;
  border-bottom: 1px solid #adadad;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
  width: 100%;
}
.form__input input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
.form__input input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
.form__input input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
.form__input input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
.form__input input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
.form__checkbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.form__checkbox .start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.form__checkbox .end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.form__checkbox-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
  padding: 24px 0 16px 0;
}
.form__checkbox-title br {
  display: none;
}
.form__checkbox-title span {
  color: red;
}
.form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 1;
  color: var(--osn);
}

.user-form {
  margin: 82px 0 0 0;
}
.user-form__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51.6% 24px 46.4%;
  grid-template-columns: 51.6% 46.4%;
  gap: 24px;
}

.form__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  background-color: var(--osn);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form__social-link:hover {
  background-color: #4b4b4b;
}
.form__social-link:hover path {
  stroke: #fff;
}

.form_desc-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
  padding: 30px 0 14px 0;
}
.form_desc textarea {
  border: 1px solid #adadad;
  border-radius: 10px;
  width: 100%;
  height: 80px;
}

.btn-send {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  color: #fff;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  background: var(--osn);
  margin: 20px 0 0 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-send:hover {
  color: #fff;
  background-color: #000000;
}

.form-img {
  height: 592px;
  border-radius: 20px;
}

textarea {
  padding: 8px 12px;
  border-bottom: 1px solid #adadad;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
textarea::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
textarea::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
textarea:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
textarea::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}
textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
}

/* FORM */
/* breadcrumbs */
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.breadcrumbs__list span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #adadad;
  padding: 0 6px;
}
.breadcrumbs__list-item a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #adadad;
}
.breadcrumbs__list-item:last-child a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: var(--osn);
}

/* breadcrumbs */
/* window */
.window-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.window .btn-book {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  color: var(--osn);
  border: 1px solid var(--osn);
  border-radius: 100px;
  padding: 10px;
  width: 72px;
  height: 29px;
  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;
  position: absolute;
  right: 20px;
  bottom: 30px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.window .btn-book:hover {
  background-color: #000;
  color: #fff;
}

.window-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 90px;
}
.window-blocks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.15);
  box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.15);
  background: #fff;
  padding: 20px;
  position: relative;
}
.window-blocks__item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}
.window-blocks__item .bottom img {
  width: 236px;
}
.window-blocks__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 120px;
}
.window-blocks__info .start {
  position: relative;
  top: 10px;
}
.window-blocks__info span {
  font-family: var(--font-family);
  font-weight: 350;
  font-size: var(--14-16);
  line-height: 150%;
  color: #505050;
}
.window-blocks__item-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--16-20);
  line-height: 150%;
  text-transform: uppercase;
  color: var(--osn);
  padding-bottom: 16px;
}

.window-blocks__info {
  position: relative;
  bottom: 10px;
}

/* window */
/* about */
.about__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 104px;
  gap: 20px;
}
.about__blocks-item {
  border-radius: 20px;
  width: 375px;
  height: 355px;
  -webkit-box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.15);
  box-shadow: 0 0 25px 0 rgba(173, 173, 173, 0.15);
  background: #fff;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__blocks-item img {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about__blocks_list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  padding: 10px 0 0 0;
}
.btn-wrapper{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.about__blocks_list span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--14-16);
  line-height: 162%;
  text-align: center;
  color: #fff;
}
.about__blocks-title {
  position: relative;
  z-index: 10;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--24-32);
  line-height: 100%;
  text-align: center;
  color: #fff;
  padding: 77px 0 16px 0;
}

/* about */
/* about */
.descciption__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47% 40px 50%;
  grid-template-columns: 47% 50%;
  gap: 40px;
}
.descciption p {
  font-family: var(--font-family);
  font-weight: 350;
  font-size: var(--14-16);
  line-height: 150%;
  color: #505050;
  max-width: 570px;
}

/* about */
/* about */
#gallery-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.gallery-auto {
  padding-bottom: 51px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.lightbox__content {
    margin: auto;
    display: block;
    width:25%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gallery-auto-photo img {
	transition: 0.4s ease;
	cursor: pointer;
	min-height:500px;
	max-height:500px;
	border-radius:20px;
}

.gallery-auto-photo img:hover {
	transform: scale(1.02);
}

.close-lightbox {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* about */
/* MEDIA */
.menu__phone {
  display: none;
}

.btn-open {
  display: none;
}

.right-phone {
  display: none;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-family: sans-serif;
    padding: 13px 0 0 0!important;
}

.footer__info span {
    max-width: 140px;
    display: block;
	
}

.testimonials__inner {
	display: grid;
	grid-template-columns: 33% 67%;
	padding: 100px 0 0 0;
	gap: 36px;
}

.testimonials__title {
	padding-bottom: 36px;
}

.testimonials-left img {
	
}

.menu__phone  {
	z-index: 1000;
}

#menu-main-menu-2 {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	column-gap: 100px !important;
	background: none !important;
	margin-bottom: 100px !important;
}


@media (max-width: 1280px) {
  .content {
    border-radius: 24px;
  }
}
@media (max-width: 1080px) {
  .header__list {
    gap: 34px;
  }
  .header__logo img {
    width: 180px;
  }
  .header__action {
    padding: 10px;
    width: 128px;
  }
  .info-services__block {
    padding: 12px;
  }
  .info-services__block-top svg {
    width: 30px;
    height: 30px;
  }
  .info__top-subtitle {
    max-width: 600px;
  }
}
@media (max-width: 998px) {
  .footer__info p {
    max-width: 370px;
  }
  .info-services {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .user-form__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form {
    height: auto;
  }
  .window-blocks__item .bottom {
    gap: 4px;
  }
  .window-blocks {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about__blocks-item {
    height: 295px;
  }
  .about__blocks-title {
    padding: 57px 0 16px 0;
  }
  .about__blocks-item {
    height: 360px;
  }
  .about__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about__blocks {
    margin-bottom: 54px;
    gap: 20px;
  }
  .window-blocks {
    gap: 20px;
    margin-bottom: 54px;
  }
}
@media (max-width: 860px) {
  .menu__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #262627;
    width: 195px;
    gap: 14px;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 70px 16px 0 0;
  }
  .menu__phone.active {
    right: 0%;
	  z-index: 1000;
  }
  .menu__phone-item {
    display: block;
  }
  .menu__phone-item:last-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    padding: 10px;
    width: 135px;
    height: 50px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    color: var(--osn);
    position: relative;
    top: 14px;
  }
  .menu__phone-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
  }
  .btn-close {
    position: absolute;
    top: 25px;
    right: 15px;
  }
  .header__list,
  .header__action {
    display: none;
  }
  .footer {
    padding: 44px 0 42px 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
  }
  .footer-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-nav ul {
    gap: 20px;
    text-align: center;
  }
  .footer-start {
    gap: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .info-services__block-top svg {
    width: 36px;
    height: 36px;
  }
  .info__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .content {
    padding-top: 60px;
  }
  .info__top {
    padding-bottom: 40px;
  }
  .btn-open {
    display: block;
    margin-left: auto;
  }
  .menu__phone {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    right: -100%;
  }
  .descciption__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 40px;
  }
	
	.footer__info {
text-align: center;
	}
	
	.footer__info span {
    margin: 0 auto;
}
	
	.testimonials__inner {
		grid-template-columns: 1fr;
	}
	
}
@media (max-width: 640px) {
  .info-services__block-top svg {
    width: 24px;
    height: 24px;
  }
  .info__top-subtitle {
    padding: 0 20px;
  }
  .info-services__block-title {
    font-size: 12px;
  }
  .gallery__photo-end {
    gap: 5px;
  }
  .gallery__photo-end img {
    border-radius: 6px;
  }
  .gallery__photo {
    gap: 5px;
  }
  .gallery__photo img {
    border-radius: 6px;
  }
  .right-desk {
    display: none;
  }
  .right-phone {
    display: block;
  }
  .gallery__photo img {
    border-radius: 6px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .gallery .gallery-icon {
    top: 24px;
  }
  .form__checkbox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .form__checkbox .start {
    gap: 14px;
  }
  .form__input {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 41px 0 0 0;
  }
  .form {
    padding: 26px 16px;
  }
  .form__social-link {
    width: 30px;
    height: 30px;
  }
  .form__social-link svg {
    width: 13px;
    height: 13px;
  }
  .form__input {
    margin: 30px 0 0 0;
  }
  .gallery__photo-start img {
    height: auto;
    width: auto;
  }
  #gallery-items{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
	
	
	    .menu__phone.active {
        right: 0%;
        z-index: 100;
    }
	
	.menu {
		    height: 100%;
		flex-direction: column !important;
    background: none !important;
    padding: 0 !important;
    gap: 16px !important;
   
    align-items: flex-end !important;
	}
	
	.menu__phone-link {
		    border-radius: 100px;
    padding: 10px;
    width: 135px;
    height: 50px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
		position: relative;
        top: 10px;
	}
}
@media (max-width: 500px) {
	.lightbox__content {
		width:90%;
	}
  .window-blocks__item .bottom {
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .window-blocks__item .bottom img {
    width: 100%;
  }
  .window-blocks__item .bottom {
    gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .window-blocks__item {
    padding: 14px;
  }
  .window .btn-book {
    right: 16px;
    bottom: 20px;
  }
  .window-blocks__info {
    position: relative;
    bottom: 7px;
  }
  .about__blocks-title {
    padding: 57px 0 6px 0;
  }
  .about__blocks-title {
    padding: 27px 0 16px 0;
  }
}
@media (max-width: 440px) {
  .hero {
	  position:relative;
    background-image: url("../images/ph-hero.png");
    background-position: left;
	      background-size: cover;

  }
	.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35, 35, 35, 0.51);
}
  .header {
    padding-top: 12px;
	  z-index:2;
  }
  .container {
    padding: 0 14px;
  }
  .hero__content img {
    width: 400px;
  }
  .hero__btn {
    width: 220px;
    height: 51px;
    margin: 20px 0 0 0;
  }
  .hero__content {
    top: 226px;
  }
  .btn-open {
    display: block;
    margin-left: auto;
  }
  .footer__list {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 34px;
  }
  .footer-start {
    gap: 34px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .footer-nav ul {
    gap: 20px;
    text-align: left;
  }
  .footer-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer__info p {
    max-width: 100%;
  }
  .info-services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .info-services__block-top {
    font-size: 16px;
  }
  .info-services__block-top svg {
    width: 25px;
    height: 25px;
  }
  .info__top {
    padding-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .info__top-subtitle {
    padding: 0;
    gap: 30px;
  }
  .content {
    border-radius: 40px;
    max-width: 370px;
    padding-top: 40px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .info-services__block-title {
    font-size: 16px;
  }
  .content {
    bottom: 188px;
    background-color: #f7f7f7;
  }
  .content .container {
    padding: 0;
  }
  .info__top-subtitle {
    line-height: 170%;
  }
  .info__top {
    padding-bottom: 28px;
  }
  .info-services__block-img img {
    height: 158px;
    border-radius: 22px;
  }
  .info-services__block-top {
    padding-bottom: 10px;
  }
  .info-services__block {
    padding: 12px 15px 6px 15px;
  }
  .gallery__title {
    padding: 25px 0;
  }
  .location iframe {
    height: 200px;
  }
  .location__title {
    padding: 50px 0 28px 0;
  }
  .form__input {
    margin: 14px 0 0 0;
  }
  .form__input {
    margin: 14px 0 0 0;
    gap: 10px;
  }
  .btn-send {
    margin: 22px 0 0 0;
  }
  .form_desc-title {
    padding: 30px 0 8px 0;
  }
  .form-img {
    height: 334px;
  }
  .copyright {
    padding: 16px 0;
  }
  .footer-start {
    gap: 26px;
  }
  .footer__info p {
    padding: 0 0 12px 0;
  }
  .footer__inner {
    gap: 22px;
  }
  .footer-nav ul {
    gap: 18px;
  }
  .footer-end {
    gap: 26px;
  }
  .footer__list {
    gap: 15px;
  }
  .footer {
    padding: 44px 0 22px 0;
  }
  .content {
    padding-bottom: 35px;
  }
  .user-form__inner {
    gap: 18px;
  }
  .form-img {
    height: 339px;
  }
  .info-services__block-top svg {
    left: 0;
  }
  .gallery .gallery-icon {
    top: 24px;
    right: -2px;
  }
  .gallery__title {
    padding: 25px 0;
    padding-bottom: 18px;
  }
  .user-form {
    margin: 38px 0 0 0;
  }
  .location__title {
    padding: 50px 0 18px 0;
  }
      .main {
        height: auto;
    }
  .copyright::before {
    top: -15px;
  }
  .footer-nav {
    gap: 102px;
  }
  .copyright {
    padding: 18px 0;
  }
  .hero {
    height: 700px;
  }
  .content {
    bottom: 0px;
	  overflow-x:hidden;
  }
  .about__blocks-title {
    padding: 86px 0 14px 0;
  }
  .about__blocks-item {
    height: 347px;
  }
  .about__blocks-item img {
    width: 90%;
  }
  .window-blocks__item-title {
    padding-bottom: 0px;
  }
  .window-blocks__item {
    padding: 10px 14px;
  }
  .window-blocks {
    gap: 14px;
    margin-bottom: 58px;
  }
  .about__blocks {
    margin-bottom: 80px;
    gap: 14px;
  }
  .descciption p {
    line-height: 169%;
  }
	.testimonials__inner {
		max-width: 340px;
		padding: 46px 0 0 0;
	}
  .descciption__inner {
    gap: 46px;
  }
  .about__blocks_list span {
    font-weight: 100;
  }
  .gallery-auto {
    padding-bottom: 39px;
  }
  .gallery-auto-photo {
    gap: 10px;
  }
	
	#menu-main-menu-2 {
    margin-bottom: 0px !important;
}
	
	    #menu-main-menu-2 {
        margin-bottom: 0px !important;
        padding: 0 !important;
    }
	
	    .footer__info span {
        margin: 0 0;
        text-align: left;
    }
	
	.footer__info p {
        padding: 0 0 12px 0;
        text-align: left;
    }
	
	    .footer-end {
        gap: 62px;
    }
	
	    .footer__list {
        gap: 15px;
        padding-bottom: 20px;
    }
	
	.footer {
        padding-bottom: 0 !important;
    }
	
	.footer-end {
        gap: 28px;
    }
	
	.book-flex {
           display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        bottom: 20px;
        width: 88%;
        max-width: 100%;
        right: 22px;
}
	
	    
}

@media (max-width: 368px) {
    .main {
        height: 5700px;
    }
}
/* MEDIA */


.collapsible {
	margin-top: 15px;
	background-color: #fff;
	color: #232323;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	line-height: 32px;
  font-weight: 400;
	font-family:"Bahnschrift", sans-serif!important;
	transition: 0.5s all;
  box-shadow: 0px 0px 25px 0px #ADADAD26;
  border-radius: 20px;
  }
  .collapsible.active.active2{
  border-radius: 20px 20px 0 0;
  box-shadow:none;
  }
  .content-faq {
    overflow: hidden;
    transition: 0.5s all;
    background-color: #fff;
	color: #232323;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	font-size: 18px;
  box-shadow: 0px 0px 25px 0px #ADADAD26;
  border-radius:0 0 20px 20px;
  }
  .content-faq div {
    padding: 40px;
  }
  .collapsible:after {
	content: url(../images/arrow.svg); 
	width: 20px;
	font-size: 13px;
	color: #000;
	float: right;
	margin-left: 5px;
	transition: 0.5s all;
  }
  .collapsible.active.active2::after{
	rotate:180deg;
  }
  .template-title{
    font-family: Bahnschrift;
font-size: 64px;
font-weight: 700;
line-height: 52px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #fff;
text-align: center;
  }
  .template-desc{
    font-family: Bahnschrift;
font-size: 24px;
font-weight: 400;
line-height: 34px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-top: 25px;
color: #fff;
  }
  .seo-text{
    margin-top: 100px;
    }
  .faq-wrapper, .faq-desc{
    margin-top: 50px;
  }
  .faq-desc p{
    font-family: Bahnschrift;
font-size: 20px;
font-weight: 350;
line-height: 32px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
  }
  .content-faq div ul li{
    list-style-type: disc;
    font-size: 18px;
    line-height: 32px;
  }
  @media(max-width:550px){
.template-title{
  font-size: 36px;
  line-height: 44px;
}
    .collapsible {
      display: flex;
      gap: 15px;
      align-items: center;
      font-size: 16px;
      line-height: 20px;
  }
  .template-desc {
    font-size: 16px;
    line-height: 20px;
}
.faq-desc p {
  font-size: 14px;
  line-height: 18px;
}
.content-faq {
  font-size: 14px;
  line-height: 18px;
}
.seo-text {
  margin-top: 50px;
}
.content-faq div {
  padding: 20px;
}
.content-faq div ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 26px;
}

  }
