blockquote{
border-color: lightblue;
}

.hoverable{
	cursor: pointer;
}

.advantage__item{
	height: 148px;
}

.preloader-background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(45,165,226,0.7);
	
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

.staggered-test li {
  opacity: 0;
}

.back-to-top{
	display: none;
}
#advantages .promo {
    height: 320px; /* подбери под свой контент, например 300-350px */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Хлебные крошки */
nav.breadcrumbs {
    margin: 10px 0 20px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.breadcrumbs .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #1e88e5;
    font-size: 0.9rem;
    line-height: 1.8;
    display: flex;
    align-items: center;
    list-style: none;
}

.breadcrumbs .breadcrumb-item {
    background: none;
    padding: 0 4px;
    margin: 0;
    border: none;
    white-space: nowrap;
}

.breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    content: "→";
    color: #1e88e5;
    padding: 0 6px;
    font-size: 0.9rem;
}

.breadcrumbs .breadcrumb-item a {
    color: #1e88e5;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumbs .breadcrumb-item a:hover {
    color: #fff;
    background: #1e88e5;
    padding: 2px 4px;
    border-radius: 3px;
}

.breadcrumbs .breadcrumb-item.active {
    background: #1e88e5;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: 600;
    display: inline-block;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/css/MaterialIcons-Regular.woff2') format('woff2');
  font-display: swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* default size */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Названия иконок не должны становиться текстом страницы и попадать в сниппет. */
.material-icons[data-icon] {
  font-size: 0;
}

.material-icons[data-icon]::before {
  content: attr(data-icon);
  font-size: 24px;
}

.material-icons.tiny[data-icon]::before {
  font-size: 1rem;
}

.material-icons.large[data-icon]::before {
  font-size: 4rem;
}

/* ===== Карточки отзывов ===== */
.review-card {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.2s ease;
    margin-bottom: 16px;
}
.review-card:hover {
    box-shadow: 0 4px 16px rgba(30,136,229,0.18);
}
.review-card .card-content {
    padding: 16px 20px;
}
.review-card .reviewer-name {
    font-weight: 700;
    color: #1e88e5;
    font-size: 1rem;
}
.review-card .review-date {
    font-size: 0.82rem;
    color: #9e9e9e;
    margin-left: 8px;
}
.review-stars {
    color: #ffa000;
    font-size: 1.1rem;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 4px;
}
.review-text {
    font-size: 0.97rem;
    color: #424242;
    margin-top: 6px;
    line-height: 1.55;
}

/* ===== Блок E-E-A-T / экспертиза ===== */
.expert-block {
    background: #e3f2fd;
    border-left: 4px solid #1e88e5;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 24px 0;
    font-size: 0.95rem;
    color: #37474f;
}
.expert-block strong {
    color: #1565c0;
}

/* ===== Блок «Быстрые факты» ===== */
.quick-facts {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 20px 0;
}
.quick-facts ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.quick-facts ul li {
    padding: 4px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.95rem;
}
.quick-facts ul li:last-child {
    border-bottom: none;
}
.quick-facts ul li::before {
    content: "✓ ";
    color: #43a047;
    font-weight: 700;
}

/* ===== Лучший CTA ===== */
.cta-box {
    background: linear-gradient(135deg, #1565c0 0%, #1e88e5 100%);
    border-radius: 10px;
    padding: 28px 24px;
    text-align: center;
    margin: 32px 0;
    color: #fff;
}
.cta-box h3 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 1.4rem;
}
.cta-box p {
    margin: 0 0 20px;
    opacity: 0.9;
    font-size: 0.97rem;
}

/* ===== Таблица сравнения ===== */
.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
}
.compare-table th {
    background: #1e88e5;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
}
.compare-table td {
    padding: 9px 14px;
    border-bottom: 1px solid #e0e0e0;
}
.compare-table tr:nth-child(even) td {
    background: #f5f9ff;
}
.compare-table .yes { color: #43a047; font-weight: 700; }
.compare-table .no  { color: #e53935; font-weight: 700; }

/* ===== Улучшенный футер ===== */
.page-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-footer .footer-links li {
    padding: 3px 0;
}
.page-footer .footer-links a {
    color: rgba(255,255,255,0.75);
    font-size: 0.9rem;
    transition: color 0.2s;
}
.page-footer .footer-links a:hover {
    color: #fff;
}

/* ===== Адаптив для advantage cards ===== */
@media only screen and (max-width: 600px) {
    .advantage__item { height: auto; min-height: 80px; }
    #advantages .promo { height: auto; }
    .cta-box h3 { font-size: 1.15rem; }
}
