@charset "UTF-8";
.cookies-popup {
  padding: 48px !important;
  max-width: 1200px;
  background: #fff;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  --accent: #42c461;
}
.cookies-popup__title {
  margin: 0 0 16px;
  color: var(--accent);
}
.cookies-popup h2 {
  text-align: center;
  font-family: inherit;
}
.cookies-popup h3 {
  margin: 18px 0;
  font-family: inherit;
}
.cookies-popup p {
  margin: 0 0 8px;
  font-family: inherit;
}
.cookies-popup a {
  color: var(--accent);
  text-decoration: underline;
}
.cookies-popup a:focus {
  outline-offset: 2px;
  text-decoration: none;
}
.cookies-popup a:hover {
  text-decoration: none;
  outline: none;
}
.cookies-popup ul {
  list-style-type: none;
  margin-left: 16px;
}
.cookies-popup ul.bullets {
  margin-left: 32px;
}
.cookies-popup ul.bullets li::before {
  content: "•";
  color: var(--accent);
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.cookies-popup li {
  margin: 0 0 6px;
}

.fancybox-active {
  overflow: hidden;
}

.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none !important;
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .b-map__container {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .cookies-popup {
    padding: 24px !important;
  }
}
@media screen and (max-width: 640px) {
  .cookies-popup__title {
    margin-top: 32px;
  }
}

/*# sourceMappingURL=new-styles.css.map */
