.ci-headers{
    margin-top: 0;
    font-weight: bolder;
}

.direction-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    padding-top: 0.5rem;
    margin-top: 1rem;
}

.direction-header__no-border{
    border-top: none;
    border-bottom: none;
}

.detail_picture {
    margin: 0 8px 0 1px;
}

.direction-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.direction-items__no-margin{
    margin-top: 0;
}

.direction-item{
    flex-basis: 20%;
    border: 1px solid #d6d6d6;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    cursor: pointer;
}

.direction-item h3{
    color: #e71b16;
    text-decoration: underline;
}

/** Обратная связь **/
.colored-container {
    padding: 1rem;
    background: #fbf1f1;
}

.feedbacks-title{
    text-align: center; font-weight: bolder; font-size: 18px;
}

.feedbacks-subtitle{
    text-align: center; font-weight: bolder;
}

.other-feedbacks-header{
    font-weight: bolder;
    margin-top: 2rem;
    font-size: 18px;
}

.other-feedback__header{
    font-weight: bolder;
}

.feedbacks-container hr{
    margin: 2rem 0;
}