.site-footer {
  background-color: #26344c;
  padding: 45px 0;
  color: #fff;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.site-footer__column {
  width: 25%;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
}
.site-footer .branding {
  font-size: 28px;
}
.site-footer .branding img {
  width: 38px;
}
.site-footer__phones {
  width: 25%;
  color: #999;
}
.site-footer__phones a {
  font-size: 125%;
  display: block;
  white-space: nowrap;
}
.site-footer__phones a:hover {
  text-decoration: underline;
}
.site-footer__phones #kalibr_sport {
  margin: 13px 0 -13px 0;
}
.site-footer__phones-top {
  margin-bottom: 15px;
}
.site-footer__phones-bottom div {
  margin-bottom: 5px;
  max-width: 200px;
}
.site-footer__menu {
  width: 50%;
}
.site-footer .menu {
  margin: 0;
  padding: 0;
  height: 165px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.site-footer .menu li {
  margin-bottom: 9px;
  width: 50%;
}
.site-footer .menu a,
.site-footer .menu a.is-active {
  color: #fff;
  text-decoration: none;
}
.site-footer .menu a:hover,
.site-footer .menu a.is-active:hover {
  text-decoration: underline;
}
.site-footer .site-footer__menu.mobile {
  display: none;
}
.site-footer .site-footer__menu.mobile .menu {
  height: auto;
  margin: 25px auto;
  width: 100%;
  max-width: 250px;
}
.site-footer .site-footer__menu.mobile .menu li {
  width: 100%;
}
.site-footer__copyright {
  text-align: center;
}
.site-footer__copyright p {
  margin: 0;
}
.site-footer__copyright a:hover {
  text-decoration: underline;
}
.site-footer a.focus-visible {
  box-shadow: 0 0 0 1px #fff;
}
@media screen and (max-width: 768px) {
  .site-footer__inner {
    justify-content: center;
  }
  .site-footer__column {
    width: auto;
    align-items: center;
  }
  .site-footer__phones {
    text-align: center;
    width: 52%;
    margin-top: 27px;
  }
  .site-footer__phones #kalibr_sport {
    margin: auto!important;
    margin-top: 13px!important;
  }
  .site-footer .site-footer__menu {
    display: none;
  }
  .site-footer .site-footer__menu.mobile,
  .site-footer .site-footer__menu.mobile .menu {
    display: block;
  }
  .site-footer__phones-bottom div {
    max-width: 100%;
  }  
}
@media screen and (max-width: 576px) {
  .site-footer__phones a {
    font-size: 100%;
  }
  .site-footer__menu.mobile,
  .site-footer .site-footer__menu.mobile .menu {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=footer.css.map */
