.a-footer {
  margin: 80px 0 0 0;
  border-top: solid 4px #000000;
  position: relative;
  overflow: hidden;
}
.a-footer__decor {
  width: 108px;
  height: 108px;
  position: absolute;
  right: -54px;
  top: -54px;
  z-index: 1;
}
.a-footer__decor:before, .a-footer__decor:after {
  position: absolute;
  border-radius: 50%;
  border: solid 3px #40b93c;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.a-footer__decor:before {
  width: 102px;
  height: 102px;
}
.a-footer__decor:after {
  width: 62px;
  height: 62px;
}
.a-footer .a-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .a-footer__row {
    display: flex;
  }
}
.a-footer__row + .a-footer__row {
  margin: 48px 0 0 0;
}
.a-footer__col {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-footer__col {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .a-footer__col:first-child {
    flex: 1;
    margin: 0 40px 0 0;
  }
}
.a-footer__col:nth-child(2) {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-footer__col:nth-child(2) {
    margin: 0 0 0 auto;
    flex: 0 0 242px;
    max-width: 242px;
  }
}
.a-footer__text {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.375rem;
  color: #5c5c5c;
}
.a-footer .a-work-hours {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5625rem;
}
.a-footer .a-address {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.0625rem;
  margin: 22px 0 0 0;
}
.a-footer .a-email {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5625rem;
  margin: 4px 0 0 0;
  color: #40b93c;
}
.a-footer__legal {
  margin: 8px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-footer__legal {
    display: flex;
    align-items: center;
  }
}
.a-footer__legal .a-footer__link {
  margin: 0 0 0 10px;
}
.a-footer__year {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 0.875rem;
}
.a-footer__copy {
  color: #40b93c;
}
.a-footer__link {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.375rem;
  color: #40b93c;
}
.a-footer .a-logo {
  display: block;
  max-width: 192px;
  margin: 0 auto 36px;
  color: #000000;
}
.a-footer .a-logo__point {
  color: #40b93c;
}
@media only screen and (min-width: 1025px) {
  .a-footer .a-logo {
    margin: 0 0 38px 0;
  }
}
.a-footer .a-logo-image {
  display: block;
  max-width: 100%;
}
.a-footer .a-menu {
  margin: -8px 0 0 -24px;
}
@media only screen and (min-width: 1025px) {
  .a-footer .a-menu {
    justify-content: flex-start;
  }
}
.a-footer .a-menu__link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.0625rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 8px 0 0 24px;
}
.a-footer .a-menu__link:hover, .a-footer .a-menu__link_current {
  color: #40b93c;
}
.a-footer .a-social__item {
  flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
}
.a-footer .a-social_links {
  margin: 24px 0 0 0;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .a-footer .a-social_links {
    justify-content: flex-start;
  }
}
.a-footer .a-social_links .a-social__item {
  color: #000000;
}
.a-footer .a-social_links .a-social__item:hover {
  color: #40b93c;
}
.a-footer .a-social_links .a-social__item + .a-social__item {
  margin: 0 0 0 18px;
}
.a-footer .a-contacts-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-footer .a-contacts-block__phone {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}
@media only screen and (min-width: 1025px) {
  .a-footer .a-contacts-block {
    justify-content: flex-start;
  }
}
.a-footer .a-contacts-block .a-social__item + .a-social__item {
  margin: 0 0 0 12px;
}
.a-footer .a-contacts-block .a-social__item_tg {
  color: #27ace5;
}
.a-footer .a-contacts-block .a-social__item_wa {
  color: #40b93c;
}