.scheme-white .list {
  background: #f7f7f7;
}

.scheme-white .list__item {
  background: #ffffff;
}

.scheme-white .list__item-header {
  border-bottom: 1px #E7ECF5 solid;
  color: #b3b6b8;
}

.scheme-white .list__item-header a {
  color: #7e7e7e;
}

.scheme-white .list__item-footer {
  color: #7e7e7e;
  background: #f9f9f9;
}

.scheme-white .list__item-rubric {
  color: #7e7e7e;
}

.scheme-white .list__item-link {
  color: #232222;
}

.scheme-white .list__more-button {
  color: #787476;
}

.scheme-white .list__more-button:hover {
  background: #ffffff;
  color: #232222;
}

.scheme-white .list__rating-value {
  color: #b3b6b8;
}

.scheme-white .list__badge {
  background: #b3b6b8;
  color: #ffffff;
}

.scheme-white .list__not-found {
  color: #aeb6c1;
}

.scheme-white .list hr {
  border-top: 1px #dee2e6 solid;
  border-bottom: 1px #ffffff solid;
}

.scheme-white .list__filter {
  color: #535258;
}

.scheme-white .list__filter-item .rubricator-item {
  background: #fff;
  color: #020B22;
}

.scheme-white .list__filter-item input[type="radio"]:checked + .rubricator-item {
  background: #232222;
  color: #fff;
}

.scheme-white .list__filter-hint-icon {
  color: #c7cdd6;
}

.scheme-white .list__filter-hint-icon:hover {
  color: #232222;
}

.scheme-white .list__filter-item .year-item {
  background: #fff;
  color: #020B22;
  border: 1px solid #edebeb;
}

.scheme-white .list__filter-item input[type="radio"]:checked + .year-item {
  background: #232222;
  color: #fff;
}
