#breadcrumbs-scroll {
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    height: 2.7em;
}

#breadcrumbs-scroll:hover {
    overflow-x: auto;
}

#breadcrumbs-scroll::-webkit-scrollbar {
    width: 1rem; /* Ширина всего элемента навигации */
    height: 0.5em;
}
#breadcrumbs-scroll::-webkit-scrollbar-track {
    background: #ccc; /* Цвет дорожки */
    border-radius: 0.5em; /* Округление бегунка */
    visibility: block;
}
#breadcrumbs-scroll::-webkit-scrollbar-thumb {
    background-color: #A70606; /* Цвет бегунка */
    border-radius: 0.5em; /* Округление бегунка */
    border: 3px solid #A70606; /* Оформление границ бегунка */
    visibility: block;
}

.text-arial {
    font-family:Arial;
}


.review {
    background-color: #E1E1E1;
    margin-bottom: 1.25rem;
    padding: 1.25rem;;
    border: 1px solid #F5F5F5;
}

.review__header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #25324280;
    padding-bottom: 1.25rem;
}
@media (max-width: 850px){
    .review__header {
        display: block;
    }
}
.review__header div {
    margin-right: 1.25rem;
}
.review__content {
    padding-top: 1.25rem;
}
.review_rating {
    display: flex;
}
.review_rating label {
    width: auto;
}


.article textarea {
    margin-bottom: 1.25rem;
}
.article input {
    margin: 0;
}
.article textarea::placeholder, .article input::placeholder{
    color: #25324280;
}


.questions-block__question-item {
    background-color: #E1E1E1;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}
.questions-block__question-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.125em;
    margin-bottom: 1.125em;
    border-bottom: 1px solid #25324280;
}
.questions-block__answer {
    border-top: 1px solid #25324233;
    margin-top: 1.125rem;
}

/**блок менеджера*/
.manager-block {
    background-color: white;
    padding: 30px;
}
.manager-block__photo {
    width: auto;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: 0 auto;
}
.manager-block__photo div {
    width: 60%;
}
.manager-block__photo a, .manager-block__photo button {
    font-size: 0.9rem;
    overflow-wrap: break-word;
}
.status h6 {
    margin-bottom: 0px;
}
@media (max-width: 500px) {
    .manager-block__photo a, .manager-block__photo button {
        font-size: 0.8rem;
    }
    .manager-block__photo div {
        width: 80%;
    }
}

.manager-block__name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-style: bold;
    font-size: 1.25rem;
}
.manager-block__post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(37, 50, 66, 1);
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
