    var digiScript = document.createElement ('script');
    digiScript.src = '//aq.dolyame.ru/FabrikaFasadov/client.js?ts=' + Date.now();
    digiScript.defer = true;
    digiScript.async = true;
    document.body.appendChild (digiScript);

.ff-page {
  font-family: "Montserrat", Arial, sans-serif;
  color: #171719;
}

.ff-page h1,
.ff-page h2,
.ff-page h3 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.ff-page p,
.ff-page li {
  font-size: 16px;
  line-height: 1.6;
}

.ff-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c91f32;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
}