body {
    background-color: #212121;
}

.block__nav a {
    text-decoration: none;
    color: white;
}

.block__list_item.active p {
    color: #F6BE6A;
}

.mt-5 {
    margin-top: 80px;
}

.block__plats .inner {
    display: none !important;
}

.block__plats .name:hover {
    cursor: pointer;
}

.block__plats .inner.open {
    display: block !important;
}

.block__plats .description.open {
    display: block !important;
}

.block__plats .description {
    display: none !important;
}

.block__plats .description {
    text-align: left;
    font-size: 10pt;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .block__plats .inner.open {
        display: flex !important;
    }
}

.name-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 15px;
}

.name-wrapper p {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 13px;
}

.name-wrapper .fa-chevron-down {
    color: #F6BE6A;
}

.name-wrapper .fa-chevron-up {
    color: #F6BE6A;
}