.pp-wrapper {
  display: flex;
  gap: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.pp-left {
  width: 50%;
}
.pp-right {
  width: 50%;
}
.pp-city-title {
  cursor: pointer;
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 5px;
	line-height: 1;
}
.pp-point {
  cursor: pointer;
  margin: 5px 0;
}
.pp-point:hover {
  background: #eee;
}

.pp-point.active {
	background: #F2F5F6;
}

.pp-city-title {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
	background: #fff;
	justify-content: space-between;
}

.pp-left-title {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 140%;
color: #09342C;
}

.pp-left-content {

font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #09342C;


}

.pp-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.pp-city-title.open .pp-city-title__label--arrow {
    transform: rotate(180deg);
}

.pp-city-title__label {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;

color: #020202;

}

.pp-city-title__right {
	display: flex;
	gap: 5px;
}

.pp-city-title__label--counter {
	/* Frame 297 */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 2px 4px;
gap: 10px;

/* GLOBAL/BACKGROUND */
background: #F2F5F6;
border-radius: 4px;


/* Text-xs/Regular */
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;

color: #AB2636;


}

.pp-city {
	background: #fff;
    padding: 12px 24px;
    border-radius: 8px;
	margin-bottom: 12px;
border: 1px solid #E5E5E5;
}

.pp-city-list {
	display: flex;
    margin: 0;
    padding: 0 10px 0 0;
    flex-direction: column;
    gap: 12px;
	max-height: 360px; 
	overflow-y: auto; 
	overflow-x: none;
}

.pp-city-list::-webkit-scrollbar {
    width: 6px;
}

.pp-city-list::-webkit-scrollbar-track {
    background: #E5E5E5;
}

.pp-city-list::-webkit-scrollbar-thumb {
    background-color: #26AB92;
    border-radius: 3px;
}

.pp-city-list li {
	display: block;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 8px 16px;
gap: 9px;


/* GLOBAL/SURFACE */
background: #FFFFFF;
/* GLOBAL/STROKE/DEFAULT */
border: 1px solid #E5E5E5;
border-radius: 8px;

/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}

.pp-point-title {
	/* Lekarze w Warszawie Śródmieście */

width: 544px;
height: 24px;

/* Text-md (l-24)/Semibold */
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */
display: flex;
align-items: center;

/* GLOBAL/TEXT/FIELD */
color: #020202;

}

.pp-point-address {


/* Text-xs/Regular */
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
/* identical to box height, or 133% */
display: flex;
align-items: center;

/* GLOBAL/TEXT/FIELD */
color: #020202;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 1;
gap: 8px;
}

.pp-point-phone {
	
/* Text-xs/Regular */
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
/* identical to box height, or 133% */
display: flex;
align-items: center;

/* GLOBAL/TEXT/FIELD */
color: #020202;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 1;
	gap: 8px;
}

.pp-point-email {
	
/* Text-xs/Regular */
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
/* identical to box height, or 133% */
display: flex;
align-items: center;

/* GLOBAL/TEXT/FIELD */
color: #020202;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 1;
	gap: 8px;
}

@media(max-width: 900px) {
	.pp-wrapper {
		flex-direction: column;
	}
	
	.pp-right,
	.pp-left {
		width: 100%;
	}
	.pp-point-title {
		width: 100%;
		margin: 5px 0 5px 0;
	}
}