/* 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 #dadada;
}
#footer .footer__top,
#footer .footer__top3,
#footer .footer__center,
#footer .footer__bottom {
  background: #f7f7f7;
}
#footer .footer {
  border-top: 1px solid #e5e5e5;
}
#footer .footer__text {
  color: #333;
}
#footer .footer__hr {
  background: #dadada;
}
#footer .footer__phone a {
  color: #333;
}
#footer .footer__phone a:hover {
  opacity: 0.8;
}
#footer .footer__title {
  font-weight: 500;
  color: #333;
}
#footer .footer__title:after {
  height: 1px;
  background: #333;
}
#footer .footer__menu a {
  color: #333;
}
#footer .footer__menu a:hover {
  color: #333;
  opacity: 0.8;
}
#footer .footer__mail a {
  color: #333;
}
#footer .footer__mail a:hover {
  opacity: 0.8;
}
#footer .footer__mail a:before {
  color: #333;
}
#footer .footer__address {
  color: #333;
}
#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 {
  color: #fff;
}
#footer .footer__center-social .fa {
  background: #e5e5e5;
  color: #666666;
  border-radius: var(--main-template-border-radius-elements);
}
#footer .footer__center-social .fa:hover {
  background: #cccccc;
  color: #4d4d4d;
}
#footer .footer__bottom {
  color: #666666;
}
#footer .footer__bottom a {
  color: #666666;
}
#footer .footer__bottom a:hover {
  color: #666666;
  opacity: 0.8;
}
#footer .footer__bottom-inner {
  border-top: 1px solid #e5e5e5;
}
#footer .footer__copyright {
  color: #666666;
}
#footer .footer__copyright a {
  color: #666666;
}
#footer .footer__copyright a:hover {
  color: #666666;
  opacity: 0.8;
}
