/*
  Theme Name: CurortTheme
  Author: Alexander Kuznecov
*/
.header__social, .footer__social { text-align: center; font-size: 0.7rem; font-weight: 300; line-height: 0.95rem; text-align: center; color: rgba(40, 40, 40, 0.63); }
.header__social-links, .footer__social-links { margin-top: 0.25rem; }

.header__social-link, .footer__social-link { width: 1.7rem; height: 1.7rem; margin-left: 0.25rem; margin-right: 0.25rem; display: inline-block; background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% 100%; border-radius: 50%;}
.header__social-link:hover, .footer__social-link:hover { transform: scale(1.08); }
.header__social-link_wt,.footer__social-link_wt{
  background-image: url(images/ico__header-whatsapp.svg);
}
.nav__menu .base_svg a:hover{
  border-color: transparent;
}
.nav__menu .base_svg a{
  border: 0;
  padding: 0;
}
.footer__social{
  color: #8D8D8D;
}