.elementor-kit-6{--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.testimonial-content {
    background-color: #f7f7f7; /* Мягкий нейтральный цвет фона */
    padding: 20px; /* Внутренние поля для комфортного пространства */
    border-radius: 10px; /* Закругленные углы для более мягкого вида */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Тень для глубины */
    font-family: 'Nunito', sans-serif; /* Шрифт с четким начертанием */
    font-size: 16px; /* Размер текста */
    line-height: 1.5; /* Межстрочный интервал для лучшей читаемости */
    max-width: 600px; /* Максимальная ширина контейнера */
    margin: 20px auto; /* Центрирование контейнера */
}

.testimonial-content img {
    border-radius: 50%; /* Круглая аватарка */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Тень для аватарки */
    width: 80px; /* Ширина аватарки */
    height: 80px; /* Высота аватарки */
    object-fit: cover; /* Обеспечивает правильное обрезание изображения */
}

@media (max-width: 768px) {
    .testimonial-content {
        padding: 15px; /* Уменьшение внутренних полей на меньших экранах */
        font-size: 14px; /* Уменьшение размера текста */
    }

    .testimonial-content img {
        width: 60px; /* Уменьшение размера аватарки */
        height: 60px; /* Уменьшение размера аватарки */
    }
}

@media (max-width: 480px) {
    .testimonial-content {
        padding: 10px; /* Дополнительное уменьшение внутренних полей */
        font-size: 12px; /* Уменьшение размера текста для мобильных устройств */
    }

    .testimonial-content img {
        width: 50px; /* Уменьшение размера аватарки для мобильных устройств */
        height: 50px; /* Уменьшение размера аватарки для мобильных устройств */
    }
}
blockquote::after {
    content: close-quote; /* Закрывающая кавычка */
}

  font-style: italic;
  color: #333;
  margin: 0;
  padding: 0;
}

cite {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 1rem;
  color: #6c63ff;
  font-weight: bold;
}
se, box-shadow 0.3s ease;
}

/* Эффект при наведении */
.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Текст отзыва */
.testimonial-text {
  font-size: 16px;
  font-style: italic;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Имя автора */
.testimonial-author {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

/* Должность автора */
.testimonial-role {
  font-size: 14px;
  color: #777;
}

/* Аватар автора */
.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin-bottom: 10px;
  object-fit: cover;
}

/* Центрирование содержимого */
.testimonial-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html {
    scroll-behavior: smooth;
}

]
.quote-container {
    background-color: #ADD8E6; /* светлосиний */
    border: double 3px #FFD700; /* золотой */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.quote-text {
    font-family: 'Ura Bum Bum SP Regular', sans-serif;
    font-size: 12pt;
    line-height: 1.2;
    color: #FFD700; /* золотой */
    position: relative;
    z-index: 1;
}

.quote-author {
    font-family: 'Ura Bum Bum SP Regular', sans-serif;
    font-size: 12pt;
    color: #FFFFFF; /* белый */
    text-align: right;
    margin-top: 10px;
}

.quote-container:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Фоновый узор с перьями */
.quote-container::before {
    content: '';
    background-image: url('path_to_your_feather_pattern.png'); /* Укажите путь к изображению узора */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1; /* Легкая прозрачность для фона */
    z-index: 0;
}/* End custom CSS */