.footer {
  background-color: #121315;
  padding: 40px 0;
  color: #939393;
}

.footer .container {
  max-width: 1410px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__left-top {
  display: flex;
}

.footer__left-rights {
  margin-left: 24px;
}

.footer__left-bottom {
  margin-top: 20px;
}

.footer__left-text span {
  display: block;
}

.footer__right {
  display: flex;
}

.footer__right-list {
  margin-left: 160px;
}

.footer__right-list:first-child {
  margin-left: 0;
}

.footer__list-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #939393;
}

.footer__list-link {
  font-size: 14px;
  line-height: 25px;
  color: #939393;
  transition: all 0.3s ease-in-out;
}

.footer__list-link:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #d1caca;
}
