/* ===== REVIEWS PAGE ===== */



.reviews-page {
  padding: 20px 20px 60px;
  text-align: center;
  background: url("../images_fon/fon_header.jpg") center/cover no-repeat;
}

/* СЛАЙДЕР */
.reviews-slider {
  position: relative;
  max-width: 900px;
  margin: 40px auto;
  overflow: hidden;
}



.slides {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;

}

.review-card {
  flex: 0 0 100%; 
  box-sizing: border-box;
  background: url("../images_fon/fon_ramka_2.jpg") center/cover no-repeat;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
 /* background: #fff; */
}


.review-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.stars {
  color: gold;
  color: red;
  font-size: 20px;
  margin-bottom: 10px;
}

.review-text {
  font-style: italic;
  margin-bottom: 10px;
  color: #000;
}
.review-text-bel {
/*  font-style: italic;
  margin-bottom: 10px; */
  color: #FFF;
}


.review-author {
  font-weight: bold;
  color: #007777;
}

/* КНОПКИ */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev { left: 0; }
.next { right: 0; }

/* ФОРМА */
.review-form {
  max-width: 500px;
  margin: 20px auto;
}

.review-form input,
.review-form textarea,
.review-form select {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.review-form button {
  background: #007777;
  color: white;
  padding: 12px;
  border: none;
  cursor: pointer;
}

/* АНИМАЦИЯ */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* декоративная кавычка 
.review-card::before {
  content: "*";
  font-size: 60px;
  color: #00D4FF;

  display: block;
  margin-bottom: -20px;
}                            */

/* звезды красивее */
.stars {
  color: gold;
  color: red;
  font-size: 22px;
  margin: 10px 0;
}

.review-card::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background: url("../images/flag_icon_64x64.png") center/contain no-repeat;
}

.dodtu_vidguk {
	display: block;
	width: 100%;
	text-align:center;
	margin-top: 40px;
    color: #fff;
	font-size: 18pt;
	font-family: "Trebuchet MS";                                 
	font-style: italic;
}