.footer {
  padding: 4.0625rem 0 3.125rem;
  background-color: #190c0c;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__logo {
  display: block;
  height: 2.3125rem;
  margin-bottom: 1.5625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.footer__logo > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__socials > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.125rem;
  height: 4.125rem;
  -webkit-box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  background-color: var(--white);
  border-radius: 0.9375rem;
  -webkit-transition: -webkit-transform var(--hover-transition);
  transition: -webkit-transform var(--hover-transition);
  transition: transform var(--hover-transition);
  transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
}
.footer__socials > li > a > svg {
  width: 2.125rem;
  height: 2.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (any-hover: hover) {
  .footer__socials > li > a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.footer__socials > li:not(:last-child) {
  margin-right: 3.5625rem;
}
.footer__bottom {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__additional-links {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 3.875rem;
  -moz-column-gap: 3.875rem;
  column-gap: 3.875rem;
  margin-right: 1.25rem;
}
.footer__additional-links > li > a {
  color: var(--white);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .footer__additional-links > li > a:hover {
    color: var(--red);
  }
}
.footer__additional-links > li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__block {
  text-align: right;
  color: var(--white);
  margin-right: 1.25rem;
}
.footer__block p:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__contacts {
  text-align: right;
}
.footer__contacts > li > a {
  color: var(--white);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .footer__contacts > li > a:hover {
    color: var(--red);
  }
}
.footer__contacts > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 36px 0 80px;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__logo {
    height: 34px;
    margin: 0 auto 36px;
  }
  .footer__socials {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 38px;
  }
  .footer__socials > li > a {
    width: 58px;
    height: 58px;
    -webkit-box-shadow: inset 0 0 16px 0 rgba(255, 0, 0, 0.25);
    box-shadow: inset 0 0 16px 0 rgba(255, 0, 0, 0.25);
    border-radius: 13px;
  }
  .footer__socials > li > a > svg {
    width: 30px;
    height: 30px;
  }
  .footer__socials > li:not(:last-child) {
    margin-right: 20px;
  }
  .footer__bottom {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__additional-links {
    margin-right: unset;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    text-align: center;
  }
  .footer__additional-links > li > a {
    font-size: 13px;
    line-height: 120%;
  }
  .footer__additional-links > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__block, .footer__contacts {
    font-size: 13px;
    line-height: 120%;
    margin-top: 30px;
    text-align: center;
  }
  .footer__block {
    margin-right: unset;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}
/*# sourceMappingURL=footer.css.map */
/*# sourceMappingURL=footer.css.map */