/* Принудительно показываем элементы, не дожидаясь анимации */
.r_anim {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.r_hidden {
  opacity: 1 !important;
}

/* Ускорение загрузки шрифта Georgia */
@font-face {
  font-family: 'Georgia';
  font-display: swap;
}

/* Резервируем размеры изображений */
img {
  aspect-ratio: attr(width) / attr(height);
}

/* Бургер-меню — фиксируем размер */
.tn-atom__img[src*="Burger"] {
  width: 24px !important;
  height: 24px !important;
}
#callback-wrapper-mediaguru {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}