/* ED - 10.09 - nie ma w repo */
.list_of_product_features .feature,
.list_of_product_features_with_columns .feature {
  flex-wrap: nowrap;
}
/* ED - 10.09 - nie ma w repo */
/*
.header .menu-layer__login-box.chart:before{
  content: '';
  background: url('/_fileserver/time20180404140217/item/1500304') no-repeat scroll 0 0 transparent;
  height: 30px;
  width: 30px;
  margin-top: -16px;
}*/
/* ED - 21.11 - SD-7774320 - w repo */
.ipresso-component--notPersonalized .owl-carousel {
  display: block;
}
/* ED - 24.01 PZUDEV-1433 */
.pzu_gallery__thumbnails .owl-stage {
  max-width: 100%;
}
/* ED - 07.08 */
.custom_forms_lead_form .custom_form_column {
  text-align: left;
}
.custom_forms_lead_form .field.checkbox_list .field_error_inner {
  margin-top: 4px;
  margin-left: 0;
  font-size: 13px;
}
/* ED - 11.12 - PZUDEV-2162 - jest w repo */
@media (max-width: 991px) {
  .intro_banner_carousel .owl-dots {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .places-comp--noresult .map-layer .search-field {
    flex-direction: column;
  }
  .map-layer .search-field-input-span {
    flex: 1 0 60px;
  }
  .medical .places-comp--noresult .map-layer__medical-type {
    flex: 60px 1 0;
  }
  .map-layer__medical-type label {
    left: 8px;
  }
}
.map-layer__medical-type select {
  -webkit-appearance: none;
  outline: 0 none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
span.medical-type-select:after {
  content: "\E001";
  font-family: "web-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #9daabd;
  position: absolute;
  right: 10px;
  top: calc(42%);
  font-size: 12px;
}

