.footer {
  padding: 50px 0;
  background-color: #090000
}
.footer__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  color: #fff
}
.footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.footer__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 12px
}
.footer__text {
  font-family: Onest,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  opacity: .5;
  margin-bottom: 33px;
  max-width: 520px
}
.footer__mail {
  font-family: Onest,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  align-items: center;
  color: #fff
}
.footer__mail svg {
  width: 24px;
  height: 24px;
  margin-right: 10px
}
.footer__nav {
  display: flex;
  margin-right: 10px
}
.footer__list:not(:last-child) {
  margin-right: 80px
}
.footer__list li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .9px;
  text-transform: uppercase;
  opacity: .7
}
.footer__list li:hover {
  opacity: 1
}
.footer__list li:not(:last-child) {
  margin-bottom: 30px
}
.footer__list li a {
  display: flex;
  align-items: center;
  color: rgba(255,255,255,.7)
}
.footer__list li a svg {
  margin-right: 10px;
  margin-top: -4px;
  width: 17px;
  height: 20px
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end
}
.footer__logo {
  width: 150px;
  margin-bottom: 25px
}
.footer__logo.mobile {
  display: none
}
.footer__vk {
  display: block;
  width: 40px;
  height: 40px
}
.footer__vk svg {
  width: 40px;
  height: 40px;
  fill: #e5e5e5
}
.footer__vk:hover svg {
  fill: #fff
}
.footer__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap
}
.footer__links span {
  margin: 0 12px;
  color: rgba(255,255,255,.5)
}
.footer__link {
  font-family: Onest,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: rgba(255,255,255,.5)
}
.footer__copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  color: #fff
}
.footer__copy-text {
  font-family: Onest,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -.8px;
  text-transform: uppercase;
  opacity: .5
}
.footer__copy-company {
  font-family: Onest,sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  flex-direction: column
}
.footer__copy-company-link {
  font-family: Onest,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #fff
}
@media (max-width:1180px) {
  .footer__text {
    max-width: 350px
  }
}
@media (max-width:1023px) {
  .footer {
    padding: 24px 0
  }
  .footer__content {
    display: block;
    margin-bottom: 36px
  }
  .footer__left {
    margin-bottom: 0
  }
  .footer__title {
    font-size: 18px;
    width: 1px
  }
  .footer__title-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
  }
  .footer__text {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 41px
  }
  .footer__nav {
    justify-content: space-between;
    flex-direction: column;
    margin-top: 37px;
    margin-right: 0;
    margin-bottom: 37px
  }
  .footer__list {
    margin-bottom: 35px
  }
  .footer__list:last-child {
    margin-bottom: 0
  }
  .footer__list:not(:last-child) {
    margin-right: 0
  }
  .footer__list li {
    font-size: 18px
  }
  .footer__list li:not(:last-child) {
    margin-bottom: 21px
  }
  .footer__right {
    margin-top: -8px;
    display: block
  }
  .footer__logo {
    width: 110px
  }
  .footer__copy {
    padding-top: 30px;
    font-size: 24px
  }
}
@media (max-width:600px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start
  }
  .footer__links span {
    display: none
  }
  .footer__link {
    margin-bottom: 8px
  }
}