body {
  background-color: #f1f1f1;
  color: #000201;
}
.sidebar__nav-link {
  color: #959390;
}
.sidebar__nav-link.active {
  color: #000201;
}
.sidebar__nav-list.active {
  background-color: #f8f4f0;
}
.theme-switcher .icon::before {
  content: "\f186";
}
.burger-menu.active .burger-line:nth-child(1) {
  background-color: #959390;
}
.burger-menu.active .burger-line:nth-child(3) {
  background-color: #959390;
}
.burger-line {
  background-color: #000201;
}
.preloader {
  background-color: #f8f4f0;
}
.preloader__item {
  background-color: #000201;
}
.description {
  color: #959390;
}
.desc08 {
  color: #000201;
}
.arrows::before {
  background: url(../images/icons/arrow-light.svg);
}
.swiper-button-disabled .arrows::before {
  background: url(../images/icons/arrow-light-disabled.svg);
}
.works__tab-btn {
  color: #959390;
}
.works__tab-btn.active {
  color: #323231;
}
.works__tab-list::after {
  background-color: #d3cfcc;
}
.works__tab-btn.active::after {
  background-color: #2a2b2a;
}
.works__item-link span {
  background: #00020190;
}
.resume__item-company,
.resume__tasks-item {
  color: #00020160;
}
.form-group label {
  color: #000201;
}
.form-control {
  background: #f1ece6;
  color: #000201;
}
input[type="submit"] {
  background: #000201;
  color: #f8f4f0;
}
.cards__list-item {
  background: #f4f4f4;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.1);
  color: #000201;
}

.cards__item-desc {
  color: #959390;
}
