@media only screen and (min-width: 1241px) {
  .box-about .counters {
    /* margin-top: -1.65rem; */
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .header-content .header-logo {
    max-width: 12rem;
  }
}
@media (max-width: 350px) {
  .header-content .header-logo {
    max-width: 10rem;
  }
}
div#widbox {
  height: inherit !important;
}

a.widbox-copyright-logo {
  display: none !important;
}

.label-privacy {
  display: inline-block;
  text-align: left;
  line-height: initial;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  font-weight: normal;
}

.label-privacy input {
  position: absolute;
  left: 0;
  top: 2px;
}

.label-privacy a {
  text-decoration: underline;
  color: red;
}

.box-instagram {
  max-width: inherit;
  padding: 40px 15px;
  box-sizing: border-box;
  background: #f4f3f3;
  width: 100%;
}

.content.main-description ul:not(.count) li {
  position: relative;
  display: block;
  padding-left: 20px;
}
.content.main-description ul:not(.count) li:before {
  display: block;
  position: absolute;
  left: 0;
}
.content.main-description ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.content.main-description ol li {
  list-style-type: decimal;
  font-size: 0.9375rem;
  -webkit-box-align: start;
  line-height: 1.45;
  letter-spacing: 0.15px;
}
.content.main-description ol li::marker {
  font-weight: bold;
}
.content.main-description ol li:not(:last-child) {
  margin-bottom: 0.75rem;
}

/*# sourceMappingURL=custom.css.map */
