

/* Start:/local/templates/template1/css/blink.css?1770698018176*/
@keyframes blinkBg {
    0%, 100% { background-color: inherit; }
    50%      { background-color: #bb9f68; }
}

.blink-highlight {
    animation: blinkBg 0.5s ease-in-out 4;
}

/* End */


/* Start:/local/templates/template1/public/css/common/blocks/header-social.css?17804666921677*/
/* Полоса навигации */
.header__navigation {
  background-color: #455268;
}

.header__top-block--open-menu .header__navigation,
.header__top-block--scrolled .header__navigation,
.header--inner .header__navigation,
.header--static .header__navigation {
  background-color: #455268;
}

.header__contacts-phone-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.header__contacts-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.header__contacts-social {
  justify-content: center;
  column-gap: 16px;
  row-gap: 8px;
  margin-top: 8px;
}

.header__contacts-social .social__item {
  margin-right: 0;
  font-size: 20px;
}

/* Планшет и мобилка: иконки в шапке ломают сетку — показываем в футере */
@media (max-width: 1325px) {
  .header__contacts-social {
    display: none !important;
  }
}

.footer__social--mobile-only {
  display: none;
}

@media (max-width: 1325px) {
  .footer__social--mobile-only {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 16px;
    padding: 0;
    row-gap: 12px;
  }

  .footer__social--mobile-only .social__item {
    margin-right: 20px;
    font-size: 20px;
  }

  .footer__social--mobile-only .social__item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .footer__social--mobile-only {
    justify-content: center;
    margin-top: 20px;
  }

  .footer__social--mobile-only .social__item {
    margin-right: 16px;
    font-size: 22px;
  }
}

/* End */
/* /local/templates/template1/css/blink.css?1770698018176 */
/* /local/templates/template1/public/css/common/blocks/header-social.css?17804666921677 */
