footer {
  background: rgba(26, 26, 26, 1);
}

footer h1 {
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

footer ul li {
  font-weight: 400;
  font-size: 16px;
  color: transparent;
  position: relative;
  padding: 0 5px;
}

footer ul a {
  font-weight: 400;
  font-size: 16px;
  color: #FAFAFA;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer ul a:hover {
  font-weight: 700;
  color: #FAFAFA;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-text {
  font-weight: 400;
  font-size: 16px;
  color: #FAFAFA;
  margin-bottom: 16px;
}

.about-contacts a {
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px #fff solid;
  font-size: 16px;
  color: #FFFFFF;
  background: #FF8515;
  padding: 6px 0 6px 0;
}

.about-contacts span {
  color: #FAFAFA;
  font-weight: 400;
  font-size: 16px;
  margin: 0 16px 0 16px;
}

.footer-account {
  margin-left: 200px;
}

.footer-help {
  margin-left: 123px;
}

.footer-shop {
  margin-left: 119px;
}

.footer-copy {
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  padding: 32px 0 20px 0;
}

@media (max-width: 1410px) {
  .footer-account {
    margin-left: 100px;
  }
  .footer-help {
    margin-left: 61px;
  }
  .footer-shop {
    margin-left: 55px;
  }
}

@media (max-width: 992px) {
  .footer-links div,
  .footer-links h1 {
    font-size: 16px;
  }
  .footer-account {
    margin-left: 100px;
  }
  .footer-help {
    margin-left: 61px;
  }
  .footer-shop {
    margin-left: 55px;
  }
}

@media (max-width: 767px) {
  .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-links div,
  .footer-links h1 {
    font-size: 14px;
  }
  .footer-account {
    margin-left: 0px;
  }
  .footer-help {
    margin-left: 30px;
  }
  .footer-shop {
    margin-left: 25px;
  }
  .footer-account,
  .footer-help,
  .footer-shop {
    margin-top: 30px;
  }
}

@media (max-width: 445px) {
  .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-links div,
  .footer-links h1 {
    font-size: 14px;
  }
  .about-contacts span {
    margin: 0 2px;
  }
  .footer-help {
    margin-left: 15px;
  }
  .footer-shop {
    margin-left: 10px;
  }
  .footer-account,
  .footer-help,
  .footer-shop {
    margin-top: 40px;
  }
}

@media (max-width: 415px) {
  .about-contacts {
    display: -ms-inline-grid;
    display: inline-grid;
  }
}

@media (max-width: 396px) {
  .footer-links {
    display: block;
  }
  .footer-account,
  .footer-help,
  .footer-shop {
    margin-left: 0;
  }
}

.footer-top {
  background: rgba(198, 206, 215, 0.1);
}

.footer-company-name {
  font-weight: 500;
  font-size: 30px;
}

@media (max-width: 1400px) {
  .footer-company-name {
    font-size: 24px;
  }
}

.footer-subtitle {
  color: #808080;
  font-weight: 300;
  font-size: 14px;
}

.footer-contact {
  font-weight: 300;
  font-size: 15px;
  border-bottom: 2px solid #E90303;
  color: #111111;
  text-decoration: none;
  padding-bottom: 5px;
  background: rgba(238, 240, 243, 0.5);
}

.footer-contact:hover {
  color: initial;
}

.footer-or-block {
  color: #808080;
  font-weight: 300;
  font-size: 16px;
}

.footer-top .nav-title {
  color: #111;
  font-size: 18px;
  font-weight: 400;
}

.footer-top .link {
  color: #999999;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.footer-top .link:hover {
  color: #040404;
  text-decoration: underline;
}

.footer-top .title-separator {
  width: 24px;
  height: 2px;
  background: #FF8515;
}
