* reset */
* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

h1,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

ol,
li {
    list-style-position: inside;
}

ul,
ul li {
    list-style: none
}

img {
    vertical-align: top
}

img,
svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: inherit !important;
}

input,
select,
textarea {
    background-color: transparent
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

[type=button]:focus, [type=submit]:focus, button:focus {
    color: inherit !important;
    background-color: inherit !important;
    text-decoration: none;
}

input::-ms-clear {
    display: none
}


button,
input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    padding: 0;
    cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
    outline: 0 !important
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

:root {
    --font-family: "Lato", sans-serif;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 140%;
    overflow-x: hidden;
    font-size: 16px;
    color: #2f2f2f;
}

body,
html {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

img {
    display: block
}

h1,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

main h1,
main h2,
main h3,
main h4,
main p {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

main p,
main ul,
main li {
    font-size: 16px;
}

a {
    transition: transform 0.3s ease;
    cursor: pointer
}

code,
pre.code {
    background-color: #e9f1f6;
    padding: .2rem;
    border-radius: 4px
}

pre.code {
    overflow-x: auto;
    padding: 1rem
}

.punkty-element_mobile {
    display: none !important;
}

.text-dark {
    color: #2f2f2f !important;
}

.btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    border-radius: 56px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #f2f2f2;
    background: #004996;
    color: #f2f2f2;
    padding: 16px;
    white-space: nowrap;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;

}

.btn-link:hover {
    background: #eb9435;
    color: #f2f2f2;
}

.btn-link svg {
    min-width: 22px;
    min-height: 23px;
}

section,
article {
    position: relative;
}

.container {
    margin: 0 auto;
    padding: 0px 16px;
    max-width: 1398px;
    width: 100%
}

.title-1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.03em;
    color: #004996;
    line-height: 120%;
}

.punkty-title .title-1 {
   font-size: 32px; 
}

.title-2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #004996;
}

.title-3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #004996;
}


/* hero */
.punkt-hero {
    margin-top: 40px;
}

.punkt-hero_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 48px;
}

.punkt-sidebar {
    width: 375px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.punkt-content {
    width: 100%;
}

.uvaga-block {
    border-radius: 8px;
    padding: 20px 12px;
    background: #fff6e5;
    margin-bottom: 16px;
}

.uvaga-block_title,
.godziny-block_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.uvaga-block p {
    margin-left: 32px;
    margin-right: 32px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 130%;
    color: #727272;
}

.uvaga-block p b {
    font-weight: 700;
    color: #2f2f2f;
}

.godziny-block {
    border-radius: 8px;
    padding: 20px 12px;
    background: #fecc4e;
    margin-bottom: 16px;
}

.godziny-block_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 32px;
    margin-top: 8px;
}

.godziny-block_info-wrapper:not(:first-child) {
    padding-top: 4px;
}

.godziny-block_info-wrapper:not(:first-child)::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #727272;
  margin-bottom: 3px;
}

.godziny-block_info-item {
    font-size: 14px;
    line-height: 130%;
    color: #2f2f2f;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
}

.godziny-block_info-item p {
    width: 194px;
}

.godziny-block_info-item span {
    font-weight: 700;
}

.workshour-block_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #727272;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 130%;
    margin-block-end: 0px;
    border-radius: 0;
    border: none;
}

.schedule-table th,
.schedule-table td {
    padding: 3.5px 8px;
    min-width: 75px !important;
}

.schedule-table tr:not(:last-child) th,
.schedule-table tr:not(:last-child) td {
    border-bottom: 1px solid #dcdcdc;
}

.schedule-table thead th {
    color: #004f8b;
    border-bottom: 1px solid #727272;
    padding: 11px 8px 3px;
}

.schedule-table tbody tr:nth-child(even) {
    background-color: #f3f7f9;
}

.schedule-table tbody td {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #727272;
    border-right: none !important;
    border-left: none !important;
    text-align: left;
}

.schedule-table tbody td:first-child {
    color: #004f8b;
    font-weight: 700;
}

.geo-info .schedule-table tbody td:first-child {
    width: 180px;
}

table tr:last-child > td {
    border: none !important;
}

.acc-table td:first-child {
    width: 176px;
}

.workshour-block {
    margin-bottom: 32px;
}

.banner-block {
    display: block;
    /*max-width: 325px;*/
    margin-bottom: 16px;
}

.banner-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accordion {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}


.accordion-header {
    width: 100%;
    background: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #727272;
    padding: 0px 0px 16px;
    outline: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}

.accordion-item.active .accordion-header {
    border-bottom: 0
}

.accordion-header:hover {
    background: none;
}

.accordion-icon {
    font-size: 30px;
    color: #2f2f2f;
    background: #f2f2f2;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    padding-bottom: 2px;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease;
}

.accordion-item.active .accordion-body {
    max-height: 800px;
}

.accordion-item.active .accordion-icon {
    content: "−";
}

.punkt-review {
    margin: 40px 0 50px;
}

.punkt-review_wrapper {
    padding: 16px 0 8px;
}

.punkt-header_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2px;
}

.punkt-header_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #004996;
}

.estimate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 4px;
    margin-top: 10px;
}

.estimate__num {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #2f2f2f;
    padding: 0 4px;
    border-radius: 8px;
    background: #f3f7f9;
    width: 34px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.punkt-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #004cc4;
    position: relative;
}

.punkt-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #004cc4;
}

.punkt-link:hover::after {
    background-color: #fdb813;
}

span.punkt-link:hover::after {
    background-color: #004cc4;
}

.stars-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

.star {
    position: relative;
    width: 26px;
    height: 23px;
    font-size: 24px;
}

.star-bg {
    width: 100%;
    height: 100%;
}

.star-bg path {
    fill: #ffffff;
    stroke: #fecc4e;
}

.star-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.star-fill path {
    fill: #FECC4E;
}

.punkt-header_tags {
    padding: 24px 0 0;
}

.punkt-header_tags-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
}

.punkt-header_tags-wrapper a,
.punkt-header_tags-wrapper p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    white-space: nowrap;
    border: 2px solid #dcdcdc;
    border-radius: 56px;
    padding: 12px 22px 12px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 114%;
    color: #2f2f2f;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.punkt-header_tags-wrapper p {
    padding: 12px 16px 12px 16px;
}

.punkt-header_tags-wrapper a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.punkt-header_tags-wrapper a:hover {
    color: #2f2f2f;
    border: 2px solid #fdb813;
}

.punkt-header_tags-wrapper a:hover img {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.punkt-header_tags-wrapper .hidden {
  display: none !important;
}

button.punkt-link {
    padding: 13px 0;
    margin-top: 8px;
    border: none;
    border-radius: 0px;
}

button.punkt-link::after {
    bottom: 13px;
}

button.punkt-link:hover {
    background: transparent;
    color: #eb9435;
}

.punkt-map_wrapper {
    overflow: hidden;
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
    height: 100%;
    max-width: 1017px;
}

.punkt-map_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.punkt-map_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.punkt-map_contacts-item {
    border-radius: 16px;
    padding: 24px 16px;
    background: #f3f7f9;
    width: 100%;
    max-width: 322px;
    min-height: 106px;
}

.punkt-map_contacts-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #004996;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.punkt-map_contacts-item a:hover {
    color: #eb9435;
}

.punkt-map_contacts-item p {
    font-size: 16px;
    line-height: 140%;
    color: #727272;
    margin-top: 4px;
    margin-left: 36px;
}

.punkt-map_contacts-item:last-child p {
    margin-left: 42px;
}

.br-gap {
  display: block;
  margin-top:16px;
}

.punkt-footer_info h2:not(:first-child) {
    margin-top: 24px;
}

.punkt-footer_info ul,
.punkt-footer_info ul li,
.text-container ul, 
.text-container ul li {
    list-style: disc;
}

.punkt-footer_info ul,
.text-container ul {
    padding-inline-start: 20px;
}


.punkt-footer_info h2,
.text-container .title-2 {
    margin-bottom: 16px;
    line-height: 120%;
    color: #004996;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.03em
}

.punkt-footer_info h3 {
    margin-bottom: 16px;
    line-height: 120%;
    color: #004996;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -0.03em
}


.punkt-footer_info p,
.text-container p {
    line-height: 140%;
}

.punkt-footer_info h2,
.punkt-footer_info p:not(:last-child),
.text-container .title-2,
.text-container p:not(:last-child) {
    margin-bottom: 20px;
}

.punkt-footer_info h2:not(:first-child) {
    margin-top: 24px;
}

.text-container {
    margin-bottom: 24px;
}

.punkt-footer_info {
    padding-top: 30px;
    margin-bottom: 40px;
}

/* PUNKTY CATEGORY*/

.punkty-geo {
    margin-bottom: 10px;
}

.punkty-geo_wrapper {
    display: flex;
    gap: 10px;
    border-radius: 16px;
    padding: 8px 4px 8px 8px;
    background: #f3f7f9;
    height: 650px;
    overflow: hidden;
    align-items: flex-start;
}

.punkty-geo_info {
    max-width: 553px;
    min-width: 436px;
    height: 634px;
    overflow-y: scroll;
    width: 100%;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.geo-info {
    border-radius: 16px;
    padding: 16px;
    background: #fff;
}

.geo-info_header {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.geo-info_header-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #004996;
}

.geo-info_header .estimate {
    margin-top: 0;
    align-items: center;
}

.geo-info_header .estimate__num {
    height: 32px;
}

span.punkt-link {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 130%;
    color: #727272;
}

span.punkt-link b {
    font-size: 14px;
}

span.punkt-link::after {
    display: none;
}

.punkty-title {
   margin-top: 24px; 
}

.punkty-title,
.punkty-filters_section {
    margin-bottom: 30px;
}

.punkty-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    background: #f3f7f9;
    border-radius: 16px;
    padding: 16px;
}

.punkty-filter-group {
    flex: 1 1 45%;
    min-width: 250px;
    position: relative;
}

.punkty-filter-label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #2f2f2f;
    margin-bottom: 8px;
}

.punkty-custom-select {
    position: relative;
}

.punkty-select-trigger {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 48px;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #727272;
    cursor: pointer;
    text-align: left;
    position: relative;
}

.punkty-select-trigger:hover {
    background-color: #fff !important;
    color: #727272 !important;
}

.punkty-select-trigger:focus {
    background-color: #fff !important;
}

.punkty-select-trigger::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.86505L7 7.86505L13 1.86505" stroke="%232F2F2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.punkty-custom-select.active .punkty-select-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

.punkty-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0px;
    margin-top: 4px;
    padding: 8px 16px;
    box-shadow: 0 8px 11px -3px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 1110;
}

.punkty-select-dropdown label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #2f2f2f;
    padding: 4px 0;
    cursor: pointer;
}

.punkty-select-dropdown input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    background: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.punkty-select-dropdown input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #0069cc;
}

.punkty-select-dropdown input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 6px;
    width: 5px;
    height: 11px;
    border-right: 1.5px solid #0069cc;
    border-bottom: 1.5px solid #0069cc;
    transform: rotate(45deg);
}

.punkty-custom-select.active .punkty-select-dropdown {
    display: block;
}

.punkty-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.city-tags.punkty-tags {
    margin-top: 0px;
    margin-bottom: 16px;
}

.geo-info_mob-wrapper {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.punkty-tags-title {
    color: #2f2f2f;
    flex: 0 0 auto;
    padding-right: 24px;
}

.city-tags-list,
.punkty-tags-list {
    display: contents;
}

.city-tags-list span,
.punkty-tags-list span {
    font-weight: 700;
    font-size: 14px;
    line-height: 114%;
    color: #2f2f2f;
    padding: 10px 16px;
    border: 2px solid #dcdcdc;
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.punkty-tag__remove {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px;
    transition: all 0.2s;
}

.punkty-tag__remove:hover {
    background: transparent;
}

.punkty-tag__remove:hover svg path {
    stroke: #004996;
}

.geo-info {
    background: #f3f7f9;
    border: 1px solid #004996;
}

.geo-info:has(.geo-info_card.collapsed) {
    background: #fff;
    border: 0
}

.geo-info_card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    border-bottom: 1px solid #dcdcdc;
}

.geo-info_address {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #727272;
    padding: 8px 0;
    border-bottom: 1px solid #dcdcdc;
}

.geo-info_card-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.geo-info_card-title p {
    font-size: 16px;
    line-height: 140%;
    color: #727272;
}

.geo-info_toggle {
    width: 32px;
    height: 32px;
    border-radius: 56px;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.geo-info_toggle:hover {
    background: #f2f2f2 !important;
}

.geo-info_toggle:hover svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.geo-info_toggle:focus {
    outline: none;
    background: #f2f2f2 !important;
}

.geo-info_toggle svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.geo-info_card-body {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.geo-info_card.collapsed .geo-info_card-body {
    max-height: 0;
}

.geo-info_card.collapsed .geo-info_toggle svg {
    transform: rotate(0deg);
}

.geo-info__footer {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.geo-info__footer .btn-link {
    border-radius: 56px;
    padding: 12px 8px;
    width: 86px;
    height: 32px;
    background: #004996;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #f2f2f2;
    gap: 6px;
}

.geo-info__footer .btn-link:hover {
    background: #eb9435;
    color: #f2f2f2;
}

.geo-info__footer .punkt-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 114%;
}

.geo-info__footer .punkt-link:after {
    display: none;
}

.geo-info__footer .punkt-link:hover {
    color: #eb9435;
}

.geo-info__footer .punkt-link:hover svg path {
    stroke: #eb9435;
}

.geo-info_card .schedule-table thead th {
    padding: 3px 8px 3px;
}

.geo-info_card .schedule-table tbody td {
    background-color: transparent !important;
}

.geo-info_card .schedule-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.punkty-geo_map {
    width: 100%;
    max-width: 821px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    height: 634px;
    position: relative;
}

.element-with-scroll {
    scrollbar-width: thin;
    scrollbar-color: #004996 #fff;
}

.element-with-scroll::-webkit-scrollbar {
    width: 4px;
}

.element-with-scroll::-webkit-scrollbar-track {
    background: #fff;
}

.element-with-scroll::-webkit-scrollbar-thumb {
    background: #004996;
    border-radius: 4px;
}

.element-with-scroll::-webkit-scrollbar-button {
    display: none;
}

.geo-info_header .estimate .rating {
    display: none;
}

.punkty-show-filters-btn {
    display: none;
    background: #f3f7f9;
    color: #004996;
    border: none;
    border-radius: 56px;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    cursor: pointer;
}


.punkty-filters-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

/* Фон */
.punkty-filters-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.punkty-filters-popup__content {
    position: relative;
    background: #f3f7f9;
    width: 90%;
    max-width: 400px;
    margin: 130px auto;
    border-radius: 12px;
    border-radius: 16px;
    padding: 32px 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.punkty-filters-popup__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.punkty-filters-popup__title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #004996;
}

.filters-close {
    background: none;
    border: none;
    font-size: 30px;
    color: #004996;
    cursor: pointer;
    line-height: 0.9;
    padding: 8px;
}

.filters-close:hover {
    background: none;
    color: #004996;
}

.punkty-filters-popup__footer {
    text-align: left;
}

.punkty-apply-btn {
    background: #004996;
    border: none;
    border-radius: 56px;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #f2f2f2;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.punkty-show-filters-btn:hover,
.punkty-apply-btn:hover {
    background: #eb9435;
}

.punkty-show-filters-btn:focus,
.punkty-apply-btn:focus {
    background: #004996;
}

.no-results {
    text-align: center;
}

@media screen and (max-width: 1400px) {
    .container {
        padding: 0 16px 0 16px;
    }
    
}

@media screen and (max-width: 1330px) {
    .punkty-geo_map {
       max-width: 57%; 
    }
}

@media screen and (max-width: 1100px) {
    .punkty-geo_map {
       max-width: 51%; 
    }
}

/*max-width: 980px*/
@media screen and (max-width: 980px) {
    .title-1 {
        font-size: 35px;
    }

    .title-2 {
        font-size: 32px;
    }

    .punkt-sidebar {
        width: 250px;
    }

    .godziny-block_info-item p {
        width: 98px;
    }

    .punkt-header_title .btn-link span {
        display: none;
    }

    .punkt-map_contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .punkt-hero_wrapper {
        gap: 16px;
    }
    
    .punkty-geo {
        margin-bottom: 16px;
    }

    .punkty-geo_wrapper {
        flex-direction: column;
        height: 1300px;
    }

    .punkty-geo_map {
        border-radius: 14px;
        flex-shrink: unset;
        width: 100%;
        max-width: unset;
    }

    .punkty-geo_info {
        max-width: 100%;
    }

    .punkty-title,
    .punkty-filters_section {
        margin-bottom: 16px;
    }

    .punkty-tags-list span {
        font-size: 14px;
        line-height: 150%;
        padding: 4px 8px;
    }

    .punkty-tags-list span b {
        padding-left: 4px;
        padding-bottom: 2px;
    }

    .rating-desctop {
        display: none;
    }

    .geo-info_header .estimate .rating {
        display: block;
        margin-bottom: 3px;
    }

    .geo-info_header .estimate__num {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.07em;
        border-radius: 8px;
        padding: 0px 4px;
        width: 26px;
        height: 17px;
    }

    .geo-info_header .star {
        width: 16px;
        height: 17px;
        font-size: 16px;
    }

    span.punkt-link b {
        display: none;
    }

    .geo-info_header .estimate span.punkt-link {
        color: #004cc4;
        border-bottom: 0.50px solid #004cc4;
    }
}

@media screen and (max-width: 768px) {
    .punkt-hero {
        margin-top: 16px;
    }

    .punkt-hero_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .punkt-content {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }

    .punkt-sidebar {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
    }

    .punkt-map {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .punkt-sidebar_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
    }

    .punkt-sidebar_info>div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .punkt-map_contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .punkt-header_tags {
        padding: 16px 0 0;
    }
}

/*max-width: 540px*/
@media screen and (max-width: 540px) {
    .punkty-element_desctop {
        display: none !important;
    }
    .breadcrumbs ul {
        font-style: 12px;
        line-height: 233%;
        padding: 10px 0;
    }

    .title-1 {
        font-size: 28px;
    }
    
    .punkty-title .title-1 {
       font-size: 28px; 
    }
    
    .punkty-title {
        margin-top: 18px;
    }

    .punkt-footer_info h2,
    .title-2 {
        font-size: 22px;
    }

    .title-3 {
        font-size: 16px;
    }
    
    .punkty-tags {
        margin-top: 16px;
    }
    
    .city-tags-list,
    .punkty-tags-list {
        display: flex;
        gap: 8px;
        overflow-x: scroll;
        width: 100%;
    }
    
    .city-tags.punkty-tags {
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .city-tags-list span,
    .punkty-tags-list span {
        padding: 2px 6px;
        white-space: nowrap;
        font-size: 14px;
        line-height: 150%;
    }

    .punkt-header_title {
        position: relative;
        margin-bottom: 8px;
    }
    
    .geo-info_header-title {
        font-size: 14px;
        line-height: 114%;
    }
    
    .geo-info_header-title img {
        width: 12px;
    }

    .punkt-header_title .btn-link {
        padding: 12px;
        position: absolute;
        right: 0;
        top: 0
    }

    .punkt-header_address {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.07em;
        gap: 8px;
        max-width: 86%;
    }

    .estimate {
        gap: 5px;
        margin-top: 8px;
    }

    .estimate__num {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.07em;
        width: 26px;
        height: 24px;
    }

    .punkt-header_tags {
        padding: 16px 0 0px;
    }

    .punkt-header_tags-wrapper a,
    .punkt-header_tags-wrapper p {
        padding: 8px 11px 8px 8px;
        font-size: 14px;
        line-height: 150%;
    }
    
    .punkt-header_tags-wrapper p {
        padding: 8px
    }
    
    .punkty-tag__remove {
        min-width: 19px;
    }

    button.punkt-link {
        margin-top: 0px;
    }

    .punkt-sidebar_info {
        gap: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .uvaga-block,
    .godziny-block {
        padding: 8px 10px;
        margin-bottom: 8px;
    }
    
    .godziny-block_info-wrapper:not(:first-child)::before {
        width: 100%;
    }

    .workshour-block,
    .banner-block {
        margin-bottom: 16px;
    }

    .godziny-block_info-item span {
        text-align: end;
    }

    .godziny-block_info-item:first-child span {
        padding-right: 16px;
    }

    .workshour-block_title {
        padding-bottom: 14px;
    }

    .banner-block img {
        width: 100%;
    }

    .accordion {
        margin-top: 8px;
        gap: 8px;
    }

    .accordion-header {
        padding: 0px 0px 10px;
    }

    .punkt-map_wrapper {
        margin-top: 16px;
        margin-bottom: 16px;
        border-radius: 14px;
    }
    
    .punkt-map_contacts {
        gap: 16px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .punkt-map_contacts-item {
        border-radius: 8px;
        padding: 8px;
        min-height: 55px;
    }

    .punkt-map_contacts-item a {
        font-size: 14px;
        letter-spacing: -0.07em;
    }

    .punkt-map_contacts-item a svg {
        width: 14px;
        height: 14px;
    }

    .punkt-map_contacts-item p {
        font-size: 14px;
        line-height: 130%;
        margin-left: 36px;
    }

    .punkt-map_contacts-item p,
    .punkt-map_contacts-item:last-child p {
        margin-left: 24px;
    }
    
    .map-responsive {
        height: 400px !important;
    }
    
    .geo-info .schedule-table tbody td:first-child {
        width: 110px;
    }

    .punkt-review {
        margin: 16px 0;
    }

    .punkt-review_wrapper {
        padding: 8px 0 8px;
    }

    .punkt-footer_info h2,
    .text-container .title-2 {
        margin-bottom: 14px;
    }

    .punkt-footer_info h2,
    .punkt-footer_info p:not(:last-child),
    .text-container .title-2,
    .text-container p:not(:last-child) {
        margin-bottom: 18px;
    }
    
    .punkt-footer_info h2:not(:first-child) {
        margin-top: 16px;
    }
    
    .text-container {
        margin-bottom: 16px;
    }

    .punkt-footer_info {
        padding-top: 24px;
        margin-bottom: 16px;
    }
    
    .banner-block {
        max-width: 440px;
        margin: 0 auto 8px;
    }

    .punkty-element_mobile {
        display: block !important;
    }

    .punkty-filters-popup.active {
        display: block;
    }

    .punkty-show-filters-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        justify-content: center;
    }
    
    .punkty-show-filters-btn:hover {
        color: #004996;
    }

    .punkty-select-dropdown {
        position: static;
        margin-top: 2px;
        border-radius: 12px;
    }
    
    .punkty-filter-group:last-child .punkty-select-dropdown {
        height: 190px;
        overflow-y: scroll;
    }

    .punkty-geo_content {
        background: #f3f7f9;
        border-radius: 12px;
        padding-top: 14px;
    }

    .punkty-filters-mobile__header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0px 6px 0px 16px;
        margin-bottom: 0px;
    }

    .punkty-geo .punkty-tags-title {
        font-size: 20px;
    }

    .rectangle {
        display: block;
        margin: 0 auto;
        border-radius: 16px;
        width: 56px;
        height: 4px;
        background: #727272;
        font-size: 0;
    }

    .geo-info_header {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .geo-info_address {
        font-size: 14px;
        line-height: 130%;
        border-bottom: 0px;
        padding: 0;
    }

    .geo-info_card-title p {
        font-size: 14px;
        line-height: 130%;
    }
    
    .geo-info_card-title img {
        width: 14px;
    }

    .geo-info_toggle {
        width: 20px;
        height: 20px;
        padding: 4px;
    }

    .geo-info__footer .btn-link {
        font-size: 14px;
        line-height: 143%;
    }

    .punkty-geo_wrapper {
        height: auto;
        padding-top: 14px;
        position: relative;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .punkty-geo_info {
        min-width: unset;
        border-radius: 12px;
        padding: 14px 8px 8px;
        background: #f3f7f9;
        position: absolute;
        top: 560px;
        left: 50%;
        transform: translateX(-50%);
        width: 98%;
        height: 626px;
        z-index: 1111;
        overflow-y: hidden !important;
        transition: top 0.3s ease, height 0.3s ease;
        touch-action: none; /* allow custom drag without native scrolling */
    }
    
    .geo-info_mob-wrapper {
        overflow-y: scroll;
    }
    
     /* collapsed state (only header visible ~74px) */
      .punkty-geo_info.sheet-collapsed {
        top: calc(100% - 74px);
      }
    
      /* half-open state (~50% of parent height) */
      .punkty-geo_info.sheet-half {
        top: 50%;
        height: 50%;
      }
      
      .punkty-geo_info.sheet-pin {
        top: 57%;
       }
    
      /* expanded state (leave 16px from top) */
      .punkty-geo_info.sheet-expanded {
        top: 16px;
      }
    
      /* hidden state (fully off the screen) */
      .punkty-geo_info.sheet-hidden {
        top: 100%;
        height: 0;
      }

    .punkty-geo_map {
        height: 634px;
    }

    .geo-info {
        border: 1px solid #dcdcdc;
        border-radius: 14px;
        padding: 8px 14px;
    }

    .geo-info:has(.geo-info_card.collapsed) {
        border: 0;
    }
    
}

/*max-width: 410px*/
@media screen and (max-width: 410px) {
    .container {
        padding: 0 10px 0 10px;
    }

    .schedule-table tbody td {
        font-size: 13px;
    }
    
    .geo-info .schedule-table tbody td:first-child {
        width: 100px;
    }
}

/* ===== BADANIA CATEGORY STYLES ===== */

/* Intro text */
.category-badania .intro-text {
    font-size: 18px;
    line-height: 156%;
    color: #000;
    margin-top: 20px;
}

/* SEO Description Section */
.seo-description-section {
    padding: 20px 0 40px;
}

.seo-description-wrapper {
    position: relative;
}

.seo-description-content {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.seo-description-content.expanded {
    max-height: 3000px;
}

.seo-description-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.seo-description-content.expanded::after {
    opacity: 0;
}

.seo-description-content h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #004996;
    margin: 24px 0 16px;
    line-height: normal;
}

.seo-description-content p {
    font-size: 16px;
    line-height: 156%;
    color: #000;
    margin-bottom: 16px;
}

.seo-description-content ul {
    margin-left: 20px;
    margin-bottom: 16px;
    list-style: disc;
}

.seo-description-content ul li {
    font-size: 16px;
    line-height: 156%;
    color: #000;
    margin-bottom: 8px;
    list-style: disc;
}

.seo-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #004996;
    cursor: pointer;
    padding: 10px 0;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.seo-toggle-btn:hover {
    color: #eb9435;
}

.toggle-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.seo-toggle-btn.expanded .toggle-icon {
    transform: rotate(180deg);
}

/* Search Section */
.badania-search {
    padding: 40px 0;
}

.search-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.search-input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-family: var(--font-family);
    font-size: 18px;
    border: 2px solid #004996;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.3s ease;
}

.search-input:focus {
    border-color: #eb9435;
}

.search-input::placeholder {
    color: #808080;
}

/* Search Dropdown */
.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #004996;
    border-top: none;
    border-radius: 0 0 10px 10px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 73, 150, 0.15);
}

.search-result-item {
    display: block;
    padding: 12px 20px;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 140%;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
    cursor: pointer;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover,
.search-result-item.selected {
    background: #e8f4ff;
}

.search-result-item strong {
    font-weight: 700;
    color: #004996;
}

.search-no-results {
    padding: 20px;
    text-align: center;
    color: #808080;
    font-size: 16px;
}

/* Scrollbar for dropdown */
.search-dropdown::-webkit-scrollbar {
    width: 8px;
}

.search-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 0 10px 0;
}

.search-dropdown::-webkit-scrollbar-thumb {
    background: #004996;
    border-radius: 4px;
}

.search-dropdown::-webkit-scrollbar-thumb:hover {
    background: #eb9435;
}

/* Alphabetical List Section */
.badania-alphabet-list {
    padding: 60px 0;
}

/* Alphabet Filter Styles */
.synevo-alphabet-filter {
    margin: 30px 0;
}

/* Alphabet navigation */
.alphabet-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    padding: 30px;
    background: #f3f7f9;
    border-radius: 20px;
}

.letter-link {
    display: inline-block;
    padding: 12px 18px;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #004996;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.letter-link.active:hover {
    background: #004996;
    color: #fff;
}

.letter-link.disabled {
    color: #c0c0c0;
    cursor: default;
}

/* Content layout */
.alphabet-content {
    break-inside: avoid-column;
}

.letter-section {
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

/* Letter headings */
.letter-heading {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    color: #004996;
    line-height: normal;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #004996;
}

/* Posts list */
.posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.posts-list li {
    padding: 5px 0;
    list-style: none;
}

.posts-list a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #004996;
    text-decoration: none;
    transition: color 0.3s ease;
}

.posts-list a:hover {
    color: #eb9435;
    text-decoration: underline;
}

/* Responsive - Tablet */
@media screen and (max-width: 768px) {
    /* SEO Description */
    .seo-description-content h2 {
        font-size: 20px;
    }
    
    .seo-description-content p,
    .seo-description-content ul li {
        font-size: 15px;
    }
    
    /* Search */
    .badania-search {
        padding: 30px 0;
    }
    
    .search-input {
        height: 50px;
        font-size: 16px;
    }
    
    .search-result-item {
        padding: 10px 16px;
        font-size: 15px;
    }
    
    .search-dropdown {
        max-height: 300px;
    }
    
    /* Alphabet List */
    .badania-alphabet-list {
        padding: 40px 0;
    }
    
    .badania-alphabet-list .alphabet-content {
        columns: 1 !important;
        column-gap: 0;
    }
    
    .letter-heading {
        font-size: 32px;
    }
    
    .letter-link {
        font-size: 24px;
        padding: 10px 14px;
    }
    
    .alphabet-navigation {
        padding: 20px;
        gap: 10px;
    }
}

/* Responsive - Mobile */
@media screen and (max-width: 540px) {
    /* Search */
    .search-input {
        padding: 0 16px;
        border-radius: 8px;
    }
    
    .search-dropdown {
        border-radius: 0 0 8px 8px;
    }
    
    /* Alphabet List */
    .letter-heading {
        font-size: 28px;
    }
    
    .letter-link {
        font-size: 20px;
        padding: 8px 12px;
    }
    
    .posts-list a {
        font-size: 16px;
    }
    
    .alphabet-navigation {
        padding: 16px;
        border-radius: 10px;
        gap: 8px;
    }
}


/* ===== PUNKTY LIST + BADANIA WRAPPER ===== */

.punkty-list-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 24px;
}

.punkty-list {
    flex: 1;
}

.punkty-badania-list {
    flex: 1;
}

.punkty-badania-list h3 {
    margin-bottom: 16px;
    line-height: 120%;
    color: #004996;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -0.03em;
}

.punkty-badania-list ul {
    padding-inline-start: 20px;
}

.punkty-badania-list ul li {
    list-style: disc;
}


@media screen and (max-width: 768px) {
    .punkty-list-wrapper {
        flex-direction: column;
        gap: 24px;
    }
}

