﻿.topic-block {
    margin: 0 0 25px;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

    .topic-block-title h2 {
        font-size: 30px;
        font-weight: normal;
    }

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.topic-page .page-body {
    text-align: justify;
    line-height: 22px;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-block strong,
.topic-page strong {
    color: #444;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 15px;
}

@media all and (max-width: 768px) {

    .accordion-faq {
        box-shadow: 0px 4px 20px rgba(44, 44, 44, 0.12);
    }
}

.accordion-faq {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    outline: none;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #D1D5DB;
}

    .accordion-faq span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .accordion-faq img {
        width: 24px;
        height: 24px;
    }

.faq-page button:focus {
    outline: none;
}

.accordion-faq:hover {
    border: 1px solid #F04D24;
}

.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: -10px 0 20px 0;
    border-radius: 4px;
}

    .panel h5 {
        font-size: 15px;
        font-weight: 600;
        color: #F04D24;
        padding: 10px 0 10px 0;
    }

    .panel p {
        font-size: 13px;
        padding: 10px 0 10px 0;
        line-height: 20px;
    }
