h1.home_page {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

/* Ограничение высоты и прокрутка для выпадающих списков фильтров (nice-select) */
.nice-select .list {
    max-height: 250px !important;
    overflow-y: auto !important;
}

.person_photo img {
    border-radius: 0% !important;
}

.flatpage-content h2 {
    color: #fff;
}
.genre-card-title a{
    color: #fff;
}
.country-card-title a{
    color: #fff;
}
.person_name_link {
    color: #fff;
}

.social_icon {
    margin-left: auto;
}