.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #fff;
  color: #111;
  scroll-behavior: smooth;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.logo {
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
}
.logo .drop {
  color: #c6a043;
  margin-right: 8px;
  font-size: 30px;
}
.nav a {
  margin: 0 10px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.nav a:hover {
  color: #c6a043;
}
.header-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-header {
  background: #c6a043;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.btn-header:hover {
  background: #a88c35;
}
.phone {
  font-weight: 600;
}

/* HERO — фон-изображение */
.hero {
  position: relative;
  background: url("https://relax-tver.ru/wp-content/uploads/2025/10/XXXL.webp") no-repeat center center;
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 20px;
}
.hero-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
.hero-content p {
  font-size: 18px;
  margin-bottom: 25px;
}
.btn {
  background: #c6a043;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.btn:hover {
  background: #a88c35;
}

/* SERVICES */
.services {
  text-align: center;
  padding: 60px 0;
}
.services h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  font-weight: 500;
  transition: transform 0.3s;
}
.card:hover {
  transform: translateY(-5px);
}
.card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.card h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.card p {
  color: #555;
  font-size: 15px;
  min-height: 60px;
}
.card span {
  display: block;
  color: #c6a043;
  font-weight: 700;
  margin-top: 8px;
}

/* GALLERY */
.gallery {
  text-align: center;
  padding: 60px 0;
}
.gallery h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}
.gallery-grid img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.gallery-grid img:hover {
  transform: scale(1.03);
}

/* CONTACTS */
.contacts {
  text-align: center;
  padding: 60px 0;
}
.contacts h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.contacts__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.map {
  flex: 1;
  min-width: 300px;
}
.info {
  flex: 1;
  min-width: 250px;
  font-size: 18px;
  text-align: left;
}
.info p {
  margin-bottom: 10px;
}

/* FOOTER */
.footer {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
  color: #555;
  font-size: 14px;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 200;
  transition: 0.3s;
}
.whatsapp-btn:hover {
  background: #20ba5a;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero {
    min-height: 450px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .info {
    text-align: center;
  }
  .header__content {
    flex-direction: column;
    gap: 10px;
  }
}/* End custom CSS */