/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid var(--color-border-grey-medium);
}
#footer {
  line-height: 1.5;
}
#footer .footer__top,
#footer .footer__top3 {
  background-color: var(--color-bg-footer-black);
}
#footer .footer__top {
  padding: 70px 0 70px 0;
}
#footer .footer__top3 {
  padding: 50px 0 50px 0;
}
#footer .footer__logo img {
  width: 170px;
  height: auto;
  margin-bottom: 20px;
}
#footer .footer__text {
  margin-bottom: 40px;
  color: var(--color-text-base-white-noinvert);
  font-size: 0.9em;
}
#footer .footer__phone {
  margin-bottom: 30px;
  font-size: 1.3em;
  color: var(--color-text-base-white-noinvert);
}
#footer .footer__phone a {
  text-decoration: none;
  color: var(--color-text-base-white-noinvert);
}
#footer .footer__phone a:hover {
  opacity: 0.8;
}
#footer .footer .header-phone__link,
#footer .footer .header-phone__popup-link-email {
  display: none;
}
#footer .footer .header-phone__popup-item {
  margin-bottom: 10px;
}
#footer .footer__btn-callback {
  margin-bottom: 40px;
}
#footer .footer__btn-callback-link {
  padding: 13px 20px;
}
#footer .footer__mail {
  margin-bottom: 15px;
}
#footer .footer__mail-link {
  color: var(--color-text-base-white-noinvert);
  text-decoration: none;
}
#footer .footer__mail-link:before {
  content: "\f003";
  font-family: FontAwesome;
  font-size: 0.9em;
  margin-right: 8px;
  color: var(--color-text-base-white-noinvert);
}
#footer .footer__address {
  margin-bottom: 20px;
  color: var(--color-text-base-white-noinvert);
  font-size: 0.9em;
}
#footer .footer__address:before {
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 7px;
  font-size: 1.1em;
}
#footer .footer__messenger {
  margin: 30px 0;
}
#footer .footer__messenger-item {
  width: 180px;
  height: 45px;
  margin-top: 20px;
  border-radius: var(--main-template-border-radius-elements);
}
#footer .footer__messenger-watssapp {
  background: #1eaa53;
}
#footer .footer__messenger-watssapp:hover {
  background: rgba(30, 170, 83, 0.8);
}
#footer .footer__messenger-telegram {
  background: #0088cc;
}
#footer .footer__messenger-telegram:hover {
  background: rgba(0, 136, 204, 0.8);
}
#footer .footer__messenger-vk {
  background: #45668e;
}
#footer .footer__messenger-vk:hover {
  background: rgba(69, 102, 142, 0.8);
}
#footer .footer__messenger-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--color-text-base-white-noinvert);
}
#footer .footer__title {
  margin: 20px 0;
  font-size: 1em;
  color: var(--color-text-grey-light-medium-noinvert);
}
#footer .footer__menu a {
  display: block;
  margin-bottom: 15px;
  font-size: 1em;
  color: var(--color-text-base-white-noinvert);
  text-decoration: none;
}
#footer .footer__menu a:hover {
  opacity: 0.8;
}
#footer .footer__center {
  padding: 0 0 70px 0;
  background-color: var(--color-bg-footer-black);
}
#footer .footer__center-social ul {
  display: flex;
}
#footer .footer__center-social ul li {
  margin-right: 30px;
}
#footer .footer__center-social .fa {
  padding: 10px;
  font-size: 1.3em;
  color: var(--color-text-base-white-noinvert);
  border-radius: var(--main-template-border-radius-elements);
}
#footer .footer__center-social .fa:hover {
  opacity: 0.8;
}
#footer .footer__bottom {
  padding: 0 0 30px 0;
  background-color: var(--color-bg-footer-black);
  font-size: 1em;
  color: var(--color-text-grey-light-medium-noinvert);
}
#footer .footer__bottom a {
  color: var(--color-text-grey-light-medium-noinvert);
}
#footer .footer__bottom a:hover {
  color: var(--color-text-grey-light-noinvert);
}
#footer .footer__bottom-inner {
  padding: 30px 0;
  border-top: 1px solid #555555;
}
