/* minimum readable font size */

/* Базовый текст не меньше 14px */
body {
  font-size: 14px;
}

/* Обычные текстовые элементы */
p,
a,
button,
label,
input,
textarea,
select,
li,
td,
th,
small,
em,
strong,
b,
.btn,
.nav__link,
.follow-label,
.social,
.header__follow,
.hero__lead,
.hero__desc,
.about__intro p,
.fact-card b,
.fact-card p,
.clip p,
.section-top a,
.quote-item p,
.meter p,
.meter b,
.meter em,
.bottom-cta p,
.footer p,
.footer__nav a {
  font-size: max(14px, 1em) !important;
}

/* Тексты карточек, где ранее были 12–13px */
.fact-card b,
.fact-card p {
  font-size: 14px !important;
  line-height: 1.25 !important;
}

/* Ссылки и подписи в блоках */
.section-top a,
.footer p,
.footer__nav a,
.clip p {
  font-size: 14px !important;
}

/* Не ломаем иконки и изображения с текстом */
.ui-icon,
.ui-icon *,
.icon-end,
.hero__title-img,
.logo__img,
.brand__img,
img[src*="hero-title.png"],
img[src*="site-logo.png"] {
  font-size: initial;
}

/* contact CTA removed */
.contact-cta,
[class*="contact-cta"] {
  display: none;
}

/* cta section orange removed */
.cta.section-orange,
.section-orange.cta {
  display: none;
}
