.breadcumb-area-banner {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    object-fit: cover;
}

.breadcumb-wrap-banner {
    background-color: rgba(0, 0, 0, 0.5); /* Черный фон с прозрачностью */
    color: #fff; /* Цвет текста */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.breadcumb-wrap-banner h2 {
    color: #fff;
    position: relative;
    /*text-transform: capitalize;*/
    padding-bottom: 15px;
    margin-bottom: 57px;
    font-size: 40px;
}

.breadcumb-wrap-banner h2::before, .breadcumb-wrap-banner h2::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #fff;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.breadcumb-wrap-banner h2::after {
    left: 51%;
    bottom: -2px;
}

.breadcumb-menu-banner {
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0px;
}

.breadcumb-menu-banner ul {
    list-style: none;
    display: flex;
    justify-content: center; /* Выравниваем элементы по центру по горизонтали */
    align-items: center;
    margin: 0px 5px;
    color: #C62828;
    padding: 15px 0px;
}

.breadcumb-menu-banner li {
    margin: 0 10px; /* Добавляем отступы между элементами меню */
}

.breadcumb-menu-banner ul li a {
    color: #fff;
}

.breadcumb-menu-banner ul li a:hover {
    color: #C62828;
}

.outdiv {
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.title-qp {
    font-size: 25px;
}

.imgpques {
    width: 50px;
    height: 50px;
    margin-left: 30px;
}

.questp {
    margin-left: 20px;
}

.collapsible-header {
    display: inline-flex;
    height: 24px;
}

.collapsible-body {
    margin-top: 10px;
    margin-left: 30px;
}

.row-center {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.container-popques {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .container-popques {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-popques {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container-popques {
        width: 1170px
    }
}


/*@media(max-width: 768px) {
    .outdiv {
        width: 95%;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 30px;
    }
    .collapsible-header {
        display: inline-flex;
        height: 24px;
    }
    .imgpques {
        width: 50px;
        height: 50px;
        margin-left: 30px;
    }

}*/

@media(max-width: 768px) {
    .outdiv {
        width: 95%;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 30px;
    }

    .collapsible-header {
        display: inline-block;
        flex-direction: column; /* Переключаем направление на вертикальное */
        align-items: flex-start; /* Выравниваем текст слева */
        /* Устанавливаем высоту на автоматическую, чтобы контент мог занимать несколько строк */
    }

    .imgpques {
        width: 50px;
        height: 50px;
        margin-left: 0; /* Убираем левый отступ для изображения */
        margin-bottom: 10px; /* Добавляем отступ снизу между изображением и текстом */
    }

    .questp {
        margin-left: 0; /* Убираем левый отступ для текста */
    }

    .collapsible-body {
        margin-top: 10px;
        margin-left: 0; /* Убираем левый отступ для текста */
    }

    .title-qp {
        font-size: 21px;
        margin-left: 9px;
        margin-top:15px;
    }

}
