html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border-radius: var(--border-radius);
}

.wp-block-uagb-image.wko-logo img {
  border-radius: 0;
}

ul.wp-block-list {
  margin: 0 !important;
}

img[src$=".svg"] {
  width: 100%;
  max-width: 100%;
}

header img,
footer img {
  display: block;
}

ul,
ul * {
  outline: none;
}

#primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#main form.forminator-ui {
  max-width: 1400px;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}


.ast-404-layout-1 h1.page-title {
    color: var(--ast-global-color-1);
    justify-self: center;
}

#kontakt .wp-block-uagb-advanced-heading {
  margin-left: auto;
  margin-right: auto;
      justify-content: center;
    display: flex;
}