

/* Start:/uslugi/uslugi.css?17833398503710*/
/* === Кнопки услуг === */
.simple-service-buttons {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 24px 0 32px;
}
.simple-btn {
  display: block;
  padding: 14px 20px;
  background: #f8fff8;
  border: 1px solid #d0e8d0;
  border-radius: 8px;
  color: #006400;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,100,0,0.05);
}
.simple-btn:hover {
  background: #e8f5e9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,100,0,0.1);
  color: #006400;
}

/* === FAQ === */
.faq-item {
  margin-bottom: 16px;
  border: 1px solid #a5d6a7;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fff8;
}
.faq-question {
  padding: 16px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #006400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e8f5e9;
  transition: background 0.2s;
}
.faq-question:hover {
  background: #dcedc8;
}
.faq-question::after {
  content: "+";
  font-size: 20px;
  color: #006400;
}
.faq-item.active .faq-question::after {
  content: "−";
}
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  line-height: 1.6;
  font-size: 15px;
  color: #444;
}
.faq-item.active .faq-answer {
  padding: 0 20px 20px 20px;
  max-height: 700px;
}

/* === Отзывы === */
.review-card {
  background: #f8fff8;
  border: 1px solid #d0e8d0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,100,0,0.08);
  box-sizing: border-box;
  word-break: break-word;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}
.review-stars {
  color: #ffb400;
  margin-bottom: 12px;
  font-size: 18px;
}
.review-text {
  font-style: italic;
  margin: 0 0 14px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  flex-grow: 1;
}
.review-author {
  margin: 0;
  font-weight: bold;
  color: #006400;
  font-size: 14px;
}
.review-date {
  margin: 8px 0 0 0;
  font-size: 12px;
  color: #666;
}

/* === Кнопки CTA === */
.cta-button {
  background: #FFD700;
  color: #000;
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}
.cta-button:hover {
  background: #28a745;
  color: #fff;
}
.btn-gray {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  background: #e9ecef;
  color: #6c757d;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: default;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
}
.btn-gray:hover {
  background: #dee2e6;
  color: #495057;
}

/* === Слайдер === */
.photo-slider {
  max-width: 800px;
  margin: 24px auto;
  position: relative;
}
.slider-container {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,100,0,0.1);
}
.slides {
  display: flex;
  transition: transform 0.4s ease;
}
.slides img {
  width: 100%;
  display: block;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(40, 167, 69, 0.9);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
.slider-btn:hover {
  background: rgba(40, 167, 69, 1);
}
.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }
.slider-dots {
  text-align: center;
  margin-top: 12px;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
/* End */
/* /uslugi/uslugi.css?17833398503710 */
