.container {
  overflow: hidden;
}
.electromontaj {
  /*max-width: 1010px;
  margin: 0 auto;
  padding: 0 var(--theme-page-width-padding);*/
  /*overflow: hidden;*/
  box-sizing: content-box;
}
.electromontaj .btn {
  text-transform: unset;
}
@media (max-width: 750px) {
  .electromontaj header.section__header#section__header {
    width: 100%;
  }
}
.electromontaj header.section__header#section__header h1 {
  color: #040B2F;
  font-family: "Exo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 48px */
  margin: 0;
}
@media (max-width: 1009px) {
  .electromontaj header.section__header#section__header h1 {
    font-size: 32px;
  }
}
@media (max-width: 750px) {
  .electromontaj header.section__header#section__header h1 {
    font-size: 28px;
  }
}
.electromontaj header.section__header#section__header h1 b {
  color: #001593;
}
.electromontaj section.el_section {
  padding-bottom: 120px;
}
@media (max-width: 1009px) {
  .electromontaj section.el_section {
    padding-bottom: 72px;
  }
}
@media (max-width: 750px) {
  .electromontaj section.el_section {
    padding-bottom: 42px;
  }
}
/*# sourceMappingURL=style.css.map */