/* ------------------------- Footer ------------------------- */
.footer {
  background-color: #fff;
}

.footer__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer .block {
  width: 25%;
  padding-right: 1.5rem;
}

.footer .body-field p,
.footer .body-field li {
  font-size: 0.94rem;
  line-height: 1.6;
}

.footer .footer_sign {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}

.footer .footer_sign .body-field p,
.footer__phone__sign {
  font-size: 0.875rem;
  opacity: .7;
  font-weight: 300;
}

.front__logo {
  display: block;
  margin-bottom: 1rem;
}

.footer__socials {
  display: flex;
  align-items: center;
}

.footer__socials li {
  padding: 0;
  margin: 0 0 0 .8rem;
}

.footer__socials li:first-child {
  margin-left: 0;
}

.footer__socials li:before {
  display: none;
}

.footer__socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(57, 181, 209, .2);
  transition: .2s ease;
}

.footer__socials li a:hover {
  background-color: rgba(57, 181, 209, 1);
}

.footer__socials li a:hover svg * {
  fill: #fff;
  transition: .2s ease;
}

.footer .heading {
  font-family: var(--font-extra);
  font-size: 1.2875rem;
  margin-bottom: .7rem;
}

.footer nav li {
  display: block;
  margin-bottom: .8rem;
}

.footer nav li:last-child {
  margin-bottom: 0;
}

.footer nav li a {
  font-size: 0.94rem;
}

.footer_contacts .body-field li.address {
  padding-left: 30px;
}

.footer_contacts .body-field li.address:before,
.footer__phone:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 21px;
  background: var(--sprite) 0 -328px;
}

.footer__contacts__block {
  margin-left: -30px;
}

.footer__phone {
  position: relative;
  padding-left: 30px;
}

.footer__phone:before {
  background-position: 0 -435px;
}

.footer__phone a {
  font-weight: 500;
  color: var(--base-font-color);
}

.footer__phone__sign {
  margin-top: 1rem;
}
.__jivoMobileButton {
  z-index: 9999999999 !important;
}