@charset "UTF-8";
@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/gothambold1.eot");
  src: local("gothambold1"), url("../fonts/gothambold1.woff") format("woff"), url("../fonts/gothambold1.ttf") format("truetype"); }
@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.otf") format("OpenType"); }
body {
  background: #ffffff;
  font-family: 'Gotham Book', sans-serif; }

#map-container {
  margin-top: 50px;
  height: 500px;
  z-index: 1; }

/**common*/
.nopadding {
  padding: 0 !important; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
              supported by Chrome and Opera */ }

.link--underline {
  text-decoration: underline; }

.col-flex-cell {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/**header*/
.header-main .container-menu {
  max-width: 1500px; }
.header-main .logo-container {
  padding: 20px 0;
  text-align: center; }

.top-banner {
  margin: 0 0 0;
  background: #fff;
  padding: 5px 0;
  text-align: center;
  font-weight: 600; }
  .top-banner p {
    text-align: center;
    font-size: 14px; }
    @media (max-width: 767px) {
      .top-banner p {
        font-size: 12px; } }
  .top-banner h1 {
    font-family: 'Gotham Bold', sans-serif;
    margin: 20px auto !important;
    font-weight: 600;
    font-size: 44px; }
    @media (max-width: 767px) {
      .top-banner h1 {
        margin: 10px auto !important;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0px; } }

/**Footer*/
footer {
  background-color: #eeeeee;
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  footer h6 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 20px; }
  footer ul {
    list-style: none;
    color: #000;
    text-align: left;
    padding: 0;
    display: inline-block; }
    @media (max-width: 991px) {
      footer ul {
        text-align: center; } }
    footer ul li {
      margin: 7px auto; }
      @media (max-width: 991px) {
        footer ul li {
          margin: 10px auto; } }
      footer ul li a {
        color: #000;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600; }
        @media (max-width: 991px) {
          footer ul li a {
            text-align: center; } }
  footer .footer-logo {
    max-width: 80px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      footer .footer-logo {
        padding: 50px 0; } }
  footer .social-media-icons {
    text-align: center; }
    footer .social-media-icons a {
      display: inline; }
    footer .social-media-icons img {
      height: 45px;
      padding: 5px; }
  footer .footer__info-text {
    font-size: 2rem;
    font-weight: 700; }
    footer .footer__info-text b {
      font-weight: 800; }
    footer .footer__info-text .social-media__links {
      margin-top: 20px; }
      footer .footer__info-text .social-media__links div {
        margin-bottom: 1rem; }
        footer .footer__info-text .social-media__links div img {
          max-width: 30px; }
          @media (max-width: 767px) {
            footer .footer__info-text .social-media__links div img {
              /* padding: 1rem;*/ } }
  @media (max-width: 992px) {
    footer #cookies-info {
      position: relative; } }

.cookies__container #cookies-info {
  padding-top: 40px;
  padding-bottom: 40px; }

/**Map content*/
#map-container {
  margin-top: 0px !important; }

#map-container__infobox {
  position: absolute !important;
  top: 50px;
  left: 50px;
  width: 365px;
  min-height: 150px;
  background-color: #000000;
  color: #fff;
  z-index: 999;
  -webkit-box-shadow: 6px 19px 30px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 6px 19px 30px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 6px 19px 30px 0px rgba(0, 0, 0, 0.22); }
  @media (max-width: 767px) {
    #map-container__infobox {
      position: relative !important;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 85px; } }
  #map-container__infobox #infobox__header {
    padding: 30px 30px 10px;
    background-color: #000000;
    height: 165px; }
    @media (max-width: 767px) {
      #map-container__infobox #infobox__header {
        padding: 15px 10px;
        height: auto; } }
    #map-container__infobox #infobox__header span {
      font-size: 13px; }
      @media (max-width: 767px) {
        #map-container__infobox #infobox__header span {
          display: none; } }
    #map-container__infobox #infobox__header .infobox__filters--open {
      display: none;
      float: right;
      margin-top: 13px; }
      #map-container__infobox #infobox__header .infobox__filters--open img {
        width: 30px; }
      @media (max-width: 767px) {
        #map-container__infobox #infobox__header .infobox__filters--open {
          display: block; } }
  #map-container__infobox #infobox__result {
    padding: 15px 30px 25px;
    background-color: #ffffff;
    color: #000000;
    display: none;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.3px; }
    @media (max-width: 767px) {
      #map-container__infobox #infobox__result {
        background-color: #ececec;
        position: absolute;
        top: 85px;
        width: 90%;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0); }
        #map-container__infobox #infobox__result:before {
          font-family: "Arial", sans-serif;
          content: '+';
          position: absolute;
          top: 0;
          right: 10px;
          font-size: 50px;
          transform: rotate(45deg); } }
    #map-container__infobox #infobox__result h3 {
      font-weight: 900;
      /*letter-spacing: 1px;*/
      margin-bottom: 3px;
      margin-top: 10px; }
    #map-container__infobox #infobox__result img {
      max-width: 170px; }
  #map-container__infobox h3 img {
    max-width: 30px; }
  #map-container__infobox .search-input {
    height: 45px;
    width: 100%;
    margin: 0px;
    padding: 0px 5px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    margin-top: 5px; }
    #map-container__infobox .search-input::-ms-clear {
      display: none; }
    @media (max-width: 767px) {
      #map-container__infobox .search-input {
        width: 100% !important;
        float: left; } }
  #map-container__infobox .search-button {
    display: none; }
  #map-container__infobox #infobox__geolocate {
    margin-right: 10px; }
    #map-container__infobox #infobox__geolocate .infobox__geocontroll {
      /*background-size: contain!important;*/
      /*background-position: left center!important;*/
      background-repeat: no-repeat !important;
      /*width: 100%!important;*/
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        #map-container__infobox #infobox__geolocate .infobox__geocontroll {
          max-width: 30px;
          float: left;
          margin-top: 13px; } }
      #map-container__infobox #infobox__geolocate .infobox__geocontroll h4 {
        margin: 5px;
        padding-bottom: 10px;
        margin-left: 35px;
        font-weight: 700; }
        @media (max-width: 767px) {
          #map-container__infobox #infobox__geolocate .infobox__geocontroll h4 {
            display: none; } }
      #map-container__infobox #infobox__geolocate .infobox__geocontroll:hover h4 {
        text-decoration: underline; }
  #map-container__infobox .leaflet-control-search {
    position: relative;
    background-color: transparent; }
    @media (max-width: 767px) {
      #map-container__infobox .leaflet-control-search {
        max-width: 75%;
        margin: 0px auto; } }
    #map-container__infobox .leaflet-control-search .search-tooltip {
      background-color: #ffffff;
      top: 53px; }
      @media (max-width: 767px) {
        #map-container__infobox .leaflet-control-search .search-tooltip {
          width: 100%; } }
      #map-container__infobox .leaflet-control-search .search-tooltip li {
        background-color: #ffffff;
        margin-top: 10px;
        margin-bottom: 10px; }
    #map-container__infobox .leaflet-control-search .search-cancel {
      display: none !important; }
    #map-container__infobox .leaflet-control-search .search-alert {
      max-width: 301px;
      background-color: #000000;
      color: #ffffff;
      font-size: 13px;
      position: absolute;
      border: 1px solid white;
      top: -70px;
      z-index: 10000;
      box-sizing: border-box;
      padding: 6px;
      width: 100%;
      border-radius: 0; }

/*MAPA*/
.map {
  position: relative; }
  .map .filters {
    background-color: #ececec; }
    .map .filters__item {
      position: relative;
      width: 16%;
      display: inline-block;
      color: #000;
      font-weight: 800;
      margin: 15px 0; }
      @media (max-width: 992px) {
        .map .filters__item {
          width: 18%; } }
      @media (max-width: 767px) {
        .map .filters__item {
          width: 100%;
          padding-left: 15%; } }
      .map .filters__item--all {
        width: 250px;
        padding: 15px 20px;
        background-color: #000;
        color: #fff;
        position: absolute;
        top: -15px;
        right: 0; }
        @media (max-width: 767px) {
          .map .filters__item--all {
            width: 100%;
            top: 40px; } }
        .map .filters__item--all label span {
          width: 100% !important;
          min-width: 170px; }
        .map .filters__item--all input[type="checkbox"] + label:before {
          border-color: #fff !important; }
        .map .filters__item--all input[type="checkbox"]:checked + label:after {
          border-color: #fff !important; }
    .map .filters__header {
      font-size: 19px;
      font-weight: 800;
      color: #000; }
      @media (max-width: 767px) {
        .map .filters__header {
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        .map .filters__header:after {
          font-family: "Arial", sans-serif;
          content: '+';
          position: absolute;
          top: 0;
          right: 10px;
          font-size: 50px;
          transform: rotate(45deg); } }
    .map .filters__container {
      position: relative; }
      @media (max-width: 767px) {
        .map .filters__container {
          display: none;
          position: absolute;
          z-index: 9999;
          top: 0;
          left: 0;
          width: 100%;
          background-color: #ececec; } }
    .map .filters input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      width: auto; }
      .map .filters input[type="checkbox"] + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
        .map .filters input[type="checkbox"] + label img, .map .filters input[type="checkbox"] + label span {
          position: absolute;
          left: 40px;
          width: 80px;
          height: auto;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 992px) {
            .map .filters input[type="checkbox"] + label img, .map .filters input[type="checkbox"] + label span {
              left: 32px; } }
      .map .filters input[type="checkbox"] + label:before {
        content: '';
        position: absolute;
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 22px;
        height: 22px;
        border: 3px solid #000;
        z-index: 1;
        transform: translateY(-50%);
        top: 50%; }
      .map .filters input[type="checkbox"] + label:after {
        content: '';
        position: absolute;
        width: 23px;
        height: 23px;
        left: 4px;
        transition: background-color 0.2s ease-in-out;
        transform: translateY(-50%);
        top: 50%;
        z-index: 2;
        font-size: 17px; }
      .map .filters input[type="checkbox"]:checked + label:after {
        width: 7px;
        height: 13px;
        border: solid #000;
        border-width: 0 4px 4px 0;
        transform: rotate(45deg);
        top: -7px;
        left: 7px;
        /*content: '\2713\0020';
        color: #000000;*/
        /*background: #EAFF05;*/ }
    .map .filters__content {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .map .filters__content {
          /* max-height: 0px; */
          overflow: hidden;
          transition: max-height 0.4s ease-in-out; } }
    .map .filters__button--hide {
      display: none; }
      @media (max-width: 767px) {
        .map .filters__button--hide {
          display: block;
          background: #000;
          color: #fff;
          padding: 10px 15px;
          text-align: center;
          font-weight: 700;
          font-size: 18px;
          width: auto;
          max-width: 170px;
          margin: 15px auto 0; } }
    .map .filters__results {
      background-color: #fff; }
      .map .filters__results ul {
        margin-bottom: 0;
        padding: 40px 0;
        list-style: none; }
        .map .filters__results ul li.results__li {
          margin: 0px 20px;
          padding: 20px 0;
          min-height: 100px;
          font-weight: 800;
          font-size: 17px; }
          .map .filters__results ul li.results__li .vertical-middle {
            height: 100px; }
          .map .filters__results ul li.results__li:nth-child(even) {
            background-color: #f7f7f7; }
          .map .filters__results ul li.results__li a {
            color: #000; }
            @media (max-width: 767px) {
              .map .filters__results ul li.results__li a {
                font-size: 24px; } }
          @media (max-width: 767px) {
            .map .filters__results ul li.results__li {
              margin: 0; } }
          @media (max-width: 767px) {
            .map .filters__results ul li.results__li .point-addr {
              word-break: break-word; } }
          .map .filters__results ul li.results__li .point-img img {
            max-height: 100px; }
            @media (max-width: 767px) {
              .map .filters__results ul li.results__li .point-img img {
                padding-left: 0;
                padding-right: 0; } }
      .map .filters__results .visible-mobile {
        display: none; }
        @media (max-width: 767px) {
          .map .filters__results .visible-mobile {
            display: block; } }
      .map .filters__results .visible-desktop {
        display: none; }
        @media (min-width: 768px) {
          .map .filters__results .visible-desktop {
            display: block; } }
  .map.is-locked:after {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%; }
  .map.is-locked:before {
    position: absolute;
    content: "WCZYTUJĘ...";
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 200px;
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-align: center;
    z-index: 10000; }
  .map #map-container.map-scroll:before {
    content: 'Użyj ctrl + scroll, aby wykonać zoom mapy';
    position: absolute;
    top: 50%;
    z-index: 1000;
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    width: 100%; }
  .map #map-container.map-scroll:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.51);
    z-index: 999; }

/**klastry*/
.mycluster {
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  cursor: pointer; }

.mycluster__small {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  font-size: 15px; }

.mycluster__medium {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  font-size: 19px; }

.mycluster__large {
  border-radius: 30px;
  width: 60px;
  height: 60px;
  padding-top: 13px;
  font-size: 23px;
  font-weight: 600; }

/*zoom button*/
.leaflet-control-container .leaflet-right {
  margin-right: 3vw; }
  @media (max-width: 768px) {
    .leaflet-control-container .leaflet-right {
      margin-right: 0; } }
.leaflet-control-container .leaflet-control-zoom {
  margin-top: 0;
  -webkit-box-shadow: 6px 19px 30px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 6px 19px 30px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 6px 19px 30px 0px rgba(0, 0, 0, 0.22);
  border: none; }
  .leaflet-control-container .leaflet-control-zoom a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-weight: 800;
    outline: none;
    border: none;
    border-radius: 0;
    font-size: 37px; }
    @media (max-width: 768px) {
      .leaflet-control-container .leaflet-control-zoom a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 25px; } }
  .leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-in {
    background-color: #000;
    color: #fff; }
  .leaflet-control-container .leaflet-control-zoom a.leaflet-control-zoom-out {
    background-color: #fff;
    color: #000; }

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