/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 09:14:13 */
.ref-item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ref-item.active {
  display: block;
  opacity: 1;
}

.ref-text {
  font-size: 1.75rem;
  margin-bottom: 35px;
	line-height: 1.1em;
	font-weight: 500;
	color: #161616;
}

.ref-text::before {
	content: "“";
		position: absolute;
	top: -40px;
    left: -28px;
	color: #7EC11F;
	font-weight: 700;
	font-size: 8rem;
}

.ref-person {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ref-person img {
  width: 93px;
  height: 93px;
}

.ref-name {
  font-weight: 600;
	font-size: 1.5rem;
	color: #161616;
	margin-bottom: 5px;
}

.ref-property {
  font-size: 1.1rem;
  color: #9D9D9D;
}

/* navigace */

.ref-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.ref-arrows {
	display: flex;
	gap: 10px;
}

.ref-arrows img {
  height: 28px;
  cursor: pointer;
}

.ref-counter {
  font-size: 1.1rem;
	color: #9D9D9D;
}

@media screen and (max-width: 980px) {
  .ref-text::before {
	display: none;
	}
}

@media screen and (max-width: 767px) {
  .ref-arrows img {
  height: 25px;
	}
	.ref-counter {
  font-size: 1rem;
	}
	.ref-text {
  font-size: 1.1rem;
  margin-bottom: 25px;
	}
	.ref-name {
	font-size: 1.25rem;
	margin-bottom: 0px;
	}
	.ref-property {
  font-size: 1rem;
	}
	.ref-person img {
  width: 80px;
  height: 80px;
	}
}