* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  
  margin: 0 auto;
  background: #0e1410 url('background.jpg') no-repeat center top;
  background-size: cover;
  font-family: 'Manrope', sans-serif;
  color: #fff;
}
.mobile {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;

}


.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.btn-call,
.menu-icon {
  z-index: 1; /* чтобы не перекрылись логотипом */
}


.btn-call {
  background: transparent;
  border: 1px solid #ffffff50;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}

.logo img {
  height: 40px;
}

.menu-icon {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

.main {
  text-align: center;
  
  background-image: url('img/main-photo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.main-title {
  font-family: "Kelly Slab", monospace;
  font-size: 36px;
  font-weight: 400;
  margin: 50px 0 0;
  line-height: 1.2;
}
.sub-title {
  font-family: "Kelly Slab", monospace;
  font-size: 36px;
  font-weight: 400;
  margin: 80px 0 20px;
  line-height: 1.2;
}

.btn-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 90%;
  margin: 250px auto 40px auto;

}

.btn-book {
  background: linear-gradient(to bottom, #f5d7aa, #d8ab6e);
  border: none;
  color: #5c3715;
  font-weight: bold;
  padding: 15px 0 15px 105px;
  text-align: left;
  width: 100%;
  font-size: 20px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.btn-icon {
  position: absolute;
  top: -50%; 
  width: 80px;
  left: 20px;
  z-index: 2;
}


.subtitle {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding: 0 0 10px;
  font-weight: 300;
}
.price-bl {
  margin: 0 10px;
  text-align: center;
  
}
.price{
  
  font-family: "Anton";
  font-size: 50px;
}
.price span {
  font-family: "Manrope";
  font-size:30px;
}

.p-item {
  padding: 10px;
  border: 1px solid #d8ab6e;
  margin: 20px 0 0;
}
.img-item {
  width: 300px;
  margin: 30px 0 0;
}
.img-wrapper {
  position: relative;
  display: inline-block;
}

.video-btn {
  display: inline-block;
  background: linear-gradient(to bottom, #f5d7aa, #d8ab6e);
  color: #0e1410;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.video-btn:hover {
  background: #f5d7aa;
  color: #0e1410;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.video-modal.active {
  display: flex;
}

.video-content {
  position: relative;
  width: 100%;
  max-width: 500px;
  background: #000;
  border-radius: 6px;
}

.video-close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: #d8ab6e;
  border-radius: 50%;
  padding: 2px 10px;
}



.btn-item {
  background: linear-gradient(to bottom, #f5d7aa, #d8ab6e);
  border: none;
  color: #5c3715;
  font-weight: bold;
  padding: 15px ;
  margin:20px 0 40px;
  width: 300px;
  font-size: 20px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.item-name {
  margin-top: 40px;
  font-size: 25px;
}
.item-descr {margin: 20px 0;
text-align: left;
padding: 0 0 0 30px}

.item-descr p {
  font-size: 18px;
}
.photo {
  margin: 10px;
  text-align: center;
}
.galary {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;

}
.galary img {
  width: 48%;
  flex: 0 0 calc(48%); 
  box-sizing: border-box;
}
.who-pers {
  
  text-align: center;
  background-color: #0c1814;
padding: 30px 0;
}
.who {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;

}
.who-img {
  width: 80px;
}
.who-item {
  width: 48%;
  flex: 0 0 calc(48%); 
  box-sizing: border-box;
  margin-bottom: 20px;
}
.whodescr {
  font-size: 20px;
  font-weight: 700;
}
.whodescro {
  font-size:16px;
  font-weight: 300;
}
.kamni {
  margin: 10px;
  text-align: center;
}
.box-about {
  width: 100%;
  max-width: 100%;
}
.kamni p {
  margin:20px 10px;
  font-weight: 300;
}
.reviews {
  margin: 40px 10px;
  text-align: center;
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.review-item {
  border: 1px solid #d8ab6e;
  padding: 20px;
  border-radius: 6px;
  background-color: #1b1f1a;
  text-align: left;
}

.review-item.featured {
  border: 2px solid #f5d7aa;
  background-color: #2a2f29;
  position: relative;
}

.review-item.featured::before {
  content: "★ Лучший отзыв";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #d8ab6e;
  color: #0e1410;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
}

.name {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px;
}

.text {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.footer {
  text-align: center;
  padding: 30px 10px;
  background-color: #0e1410;
  color: #ffffff99;
  font-size: 14px;
  font-weight: 300;
  margin-top: 40px;
  border-top: 1px solid #ffffff20;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 20, 16, 0.95);
  color: #fff;
  z-index: 1000;
  display: none;
  flex-direction: column;
  padding: 40px 20px;
  transition: all 0.3s ease;
}

.mobile-menu.active {
  display: flex;
}

.menu-header {
  display: flex;
  justify-content: flex-end;
}

.close-btn {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

.menu-links {
  list-style: none;
  padding: 40px 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.menu-links a {
  font-size: 20px;
  color: #f5d7aa;
  text-decoration: none;
  font-weight: 600;
}

.menu-links a:hover {
  text-decoration: underline;
}

.promo {
  text-align: center;
  padding: 60px 20px;
  margin: 40px 10px;
  background-color: #1b1f1a;
  border: 1px solid #d8ab6e;
  border-radius: 6px;
}

.promo-text {
  font-size: 20px;
  margin: 10px 0 20px;
  color: #fff;
  font-weight: 300;
}

.promo-text span {
  color: #f5d7aa;
  font-weight: 600;
}

.timer {
  font-family: "Anton", sans-serif;
  font-size: 36px;
  color: #f5d7aa;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal.active {
  display: flex;
}

.modal-content {
  background: #1b1f1a;
  border: 1px solid #d8ab6e;
  padding: 50px 20px 0;
  width: 100%;
  max-width: 400px;
  position: relative;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}

.modal-content input {
  width: 300px;
  margin: 10px 0;
  padding: 12px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.close-modal {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 22px;
  background: #d8ab6e;
  color: #0e1410;
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
}
.form-price {
  font-size: 20px;
  color: #f5d7aa;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

#orderForm {
  padding: 20px 0;
}
.checkbox-wrapper {
  margin: 5px 0 20px;
  font-size: 18px;
  color: #fff;
}
.checkbox-wrapper input {
  margin-right: 8px;
}
.photo-f {margin:10px}
.photo-f img {
  width: 100%;
  max-width: 100%;
}
.video-btn.highlighted {
  text-align: center;
  display: inline-block;
  margin: 12px auto 0;
}

img {
  cursor: pointer;
}

#fullscreenImg img {
  max-width: 100%;
  max-height: 100%;
}
.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fullscreen-overlay.active {
  display: flex;
}

.fullscreen-overlay img {
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
}

.fullscreen-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  background: #d8ab6e;
  border-radius: 50%;
  padding: 4px 12px;
  z-index: 10000;
}





.reviews-slider {
  text-align: center;
  padding: 0px 10px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.slide img,
.slide video {
  width: 70%;
  border-radius: 8px;
  max-height: 500px;
  object-fit: cover;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #d8ab6e;
  color: #0e1410;
  border: none;
  font-size: 24px;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}

.slider-btn:hover {
  background: #f5d7aa;
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}




.video-preview-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-preview {
  width: 70%;
  border-radius: 8px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 32px;
  padding: 12px 18px;
  border-radius: 50%;
  transition: background 0.3s;
}
.play-button:hover {
  background: rgba(0,0,0,0.8);
}