.elementor-484764 .elementor-element.elementor-element-6ffe88d5{font-family:"Arial", Sans-serif;font-size:17px;}/* Start custom CSS for html, class: .elementor-element-2deeca0 *//* Стили для блока FAQ */
.faq-section {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.faq-section h2 {
    font-size: 26px;
    color: #222;
    border-left: 5px solid #5c85d6;
    padding-left: 10px;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 25px;
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background-color: #fdfdfd;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 2px 10px rgba(92, 133, 214, 0.1);
}

.faq-item h3 {
    font-size: 22px;
    color: #444;
    border-bottom: 2px solid #5c85d6;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.faq-item p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Поддержка ссылок внутри FAQ */
.faq-item a {
    color: #d9534f;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.faq-item a:hover {
    color: #3a5da8;
    text-decoration: underline;
}/* End custom CSS */