*,
:after,
:before {
  border: 0 solid;
  box-sizing: border-box;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input,
select {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
select {
  text-transform: none;
}
h2,
h3,
h4,
hr,
p {
  margin: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input::placeholder {
  color: #9ca3af;
  opacity: 1;
}
iframe,
img,
svg {
  display: block;
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.inline-block {
  display: inline-block;
}
html,
a,
h2,
h3,
h4,
p {
  /* prettier-ignore */
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
h2 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}
.button {
  border-radius: 9999px !important;
  display: inline-block !important;
  text-align: center !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}
.button.green {
  background-color: #39b54a;
  color: #fff;
}
.button.green.outline {
  background-color: transparent !important;
  border-color: #39b54a !important;
  border-width: 2px !important;
  color: #39b54a !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.gm-style-cc,.gmnoprint a,.gmnoprint span,a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}
.gmnoprint div {
  background-image: none !important;
}
ul {
  list-style-type: none !important;
}
ul p {
  color: rgb(88 88 89);
  margin-bottom: 0;
  margin-top: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-5 {
  right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.max-h-0 {
  max-height: 0;
}
.w-full {
  width: 100%;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.max-w-xl {
  max-width: 36rem;
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-4xl {
  border-radius: 1.625rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray {
  border-color: rgb(183 183 183);
}
.border-gray-light {
  border-color: rgb(224 224 224);
}
.border-transparent {
  border-color: transparent;
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(57 181 74 / var(--tw-bg-opacity));
}
.bg-white {
  background-color: #fff;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.p-1 {
  padding: 0.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.tracking-\[\.5px\] {
  letter-spacing: 0.5px;
}
.text-secondary {
  color: rgb(57 181 74);
}
.text-green {
  color: rgb(145 195 62);
}
.text-paragraph {
  color: rgb(88 88 89);
}
.text-black {
  color: #000;
}
.text-gray {
  color: rgb(183 183 183);
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.transition-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-100 {
  transition-duration: 0.1s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.placeholder\:text-black::placeholder {
  color: #000;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

@media (min-width: 640px) {
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:rounded-4xl {
    border-radius: 1.625rem;
  }
}
@media (min-width: 768px) {
  .md\:p-2 {
    padding: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .lg\:col-end-3 {
    grid-column-end: 3;
  }
  .lg\:col-end-5 {
    grid-column-end: 5;
  }
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:row-end-2 {
    grid-row-end: 2;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:h-96 {
    height: 24rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:grid-cols-setup {
    grid-template-columns:
      minmax(20px, 1fr) minmax(476px, 519px) 32px minmax(476px, 519px)
      minmax(20px, 1fr);
  }
  .lg\:rounded-b-4xl {
    border-bottom-left-radius: 1.625rem;
    border-bottom-right-radius: 1.625rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[38rem\] {
    height: 38rem;
  }
}

#miasto,
#wojewodztwo {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  border-radius: 1.625rem;
}
#miasto {
  padding: 1rem 3rem 1rem 1rem;
}
#wojewodztwo {
  padding: 0 1rem;
  height: 3.5rem;
}

#search-results-wrapper {
  z-index: 30;
  top: 0;
  left: 0;
  padding: 1rem;
  padding-top: 0;
}

#akordeon > li.expanded > h3 {
  font-weight: 700;
}
#akordeon > li.expanded > h3 div {
  rotate: 180deg;
  background-color: #000;
  color: #fff;
}

#akordeon.only-current > li:not(.current),
#akordeon.only-current h3 {
  display: none;
}
#akordeon.only-current li.current ul {
  max-height: none;
}
