.staticPageSidebar h3 {
  margin-bottom: 15px;
}
.staticPageSidebar ul {
  list-style-type: none;
  padding: 0;
}
.staticPageSidebar ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.staticPageSidebar ul li a {
  color: #000;
}
.cms-page-view .mgz-element-column > .mgz-element-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.cms-page-view h1 {
  margin-bottom: 20px;
}
.fullscreen_section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.fullscreen_section.grey {
  background-color: #f3f4f7;
  padding: 40px 0;
}
.fullscreen_section > .mgz-element-inner {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 15px;
}
.na_skroty {
  margin-bottom: 40px;
}
.na_skroty h4 {
  background-color: #f3f4f7;
  margin-bottom: 5px;
  font-weight: 600 !important;
  padding: 10px !important;
}
.na_skroty ul {
  padding-left: 25px;
}
.homepage_reviews .review {
  display: flex;
  align-items: center;
  background: #f3f4f7;
  column-gap: 10px;
  padding: 10px;
}
.homepage_reviews .review .image {
  flex: 1;
  background-color: #fff;
  height: 100%;
}
.homepage_reviews .review .image img {
  height: 100%;
  object-fit: contain;
}
.homepage_reviews .review .info {
  flex: 2;
}
.homepage_reviews .review .info .text {
  font-style: italic;
}
.contact-index-index .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.contact-index-index .form.contact {
  max-width: 700px;
}
.contact-index-index .form.contact .fieldset {
  margin: 0;
}
@media (min-width: 480px) {
  .contact-index-index .form.contact .fieldset.fieldset_50 {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
  }
  .contact-index-index .form.contact .fieldset.fieldset_50 > .field {
    width: 50%;
  }
}
