.places-map {
  max-width: 1328px;
  margin:0 auto;
}
.single-pozyczki .places-map {
  max-width: 1328px;
  margin:56px auto 128px auto;
}
#branch-locator {
    display: flex;
    height: 760px;
}
#branch-locator #branch-accordion {
	width: 50%;
	max-width: 432px;
	background-color: #F9FAFB;
	overflow-y: scroll;
	scrollbar-color: #E2E5E9 rgba(255,255,255,0);
	scrollbar-width: thin;
}
#branch-locator #branch-accordion::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
}
#branch-locator #branch-accordion::-webkit-scrollbar-button {
	display:none;
	height: 0;
}
#branch-locator #branch-accordion::-webkit-scrollbar-track, #branch-locator #branch-accordion::-webkit-scrollbar-thumb {
	border-radius: 4px;
}
#branch-locator #branch-map {
	width:100%;
	max-width: calc(100% - 16px);
	margin-left: 16px;
}
.branch-item {
	box-sizing: border-box;
	background-color: #fff;
	margin:16px 16px 0 16px;
	padding:16px;
	border-radius: 4px;
}
.branch-item h3 {
    cursor: pointer;
    padding: 0;
    margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 16px;
}
.branch-item > p {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 1.3em;
	margin-bottom: 4px;
}
.branch-item > div:not(.branch-description) {
    padding: 10px;
    background: #fff;
}
.branch-item.active {
	box-shadow: inset 0px 0px 0px 2px #000;
}
.branch-item .info {
	position: relative;
	display:block;
	padding-left:25px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}
.branch-item .info:before {
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	left:0;
	position:absolute;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.branch-item .address {
	max-width: 300px;
	line-height: 1.5em;
}
.branch-item .address:before {
	background-image: url(../img/location.svg);
	margin-top:2px;
}
.branch-item .phone:before {
	background-image: url(../img/phone.svg);
	margin-top:2px;
}
.branch-item .mail:before {
	background-image: url(../img/mail.svg);
	margin-top:3px;
}
.branch-item .working:before {
	background-image: url(../img/working.svg);
	margin-top:2px;
}
.branch-item span.branch-person-contact {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}
.branch-item span.branch-person-contact:after {
	content:'';
	display: inline-block;
	width: 13px;
	height: 8px;
	background-image: url(../img/expand_less.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	margin: 5px 0 0 10px;
	transition: 0.3s ease;
	transform: rotate(180deg);
}
.branch-item span.branch-person-contact.open:after {
	transform: rotate(0deg);
	transition: 0.3s ease;
}
.branch-item .branch-description .single-person-contact {
	margin-top: 16px;
}
.branch-item .branch-description .single-person-contact p, .branch-item .branch-description .single-person-contact a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 6px;
}
.branch-item .branch-description .single-person-contact p.position {
	font-weight: 700;
}
h2.map_subtitle {
	font-weight: 700;
	font-size: 40px;
	color: #000;
	line-height: 1.3em;
	margin-bottom: 48px;
	margin-top: 0;
}
#header_mobile_place {
	display:none;
}

/* --- For max 900px --- */
@media(max-width:1100px) {
	#branch-locator {
		flex-direction: column;
		transition: 0.3s ease;
	}
	#branch-locator #branch-accordion, #branch-locator #branch-map {
		width: 100%;
		max-width: 100%;
	}
}

/* --- For max 991px --- */
@media(max-width:991px) {
	#header_mobile_place {
		display:block;
		margin-bottom: 30px;
		border-bottom: 1px solid #D3D9DE;
		padding-bottom: 16px;
	}
	#header_mobile_place span { 
		display:inline-block;
		margin-right: 20px;
		cursor: pointer;
		transition: 0.3s ease;
		font-weight: 700;
	}
	#header_mobile_place span.active_tab {
		font-weight: 700;
		transition: 0.3s ease;
		position: relative;
		color:#335CCC;
	}
	#header_mobile_place span.active_tab:after {
		content:'';
		position:absolute;
		bottom:0;
		left:0;
		width: 100%;
		height:2px;
		background-color: #335CCC;
		margin-bottom: -16px;
	}
	#branch-locator {
		height:auto;
	}
	#branch-locator #branch-accordion {
		order:2;
		display:none;
	}
	#branch-locator #branch-map {
		order:1;
		min-height: 700px;
		width: 100%;
		box-sizing: border-box;
		margin:0;
	}
	#branch-locator .active_item {
		opacity:1;
	}
}

/* --- For max 600px --- */
@media(max-width:600px) {
	#branch-locator #branch-map {
		order:1;
		min-height: 375px;
		width: 100%;
		box-sizing: border-box;
		margin:0;
	}
	.places-map {
		padding:16px;
	}
}

@media(max-width:991px) {
	.places-map {
		/* padding:32px; */
		margin-bottom: 56px;
	}
	.single-pozyczki .places-map {
		margin-bottom: 56px;
	}
}

.single-pozyczki .places-list .single-person-contact a:hover {
	text-decoration: underline;
}


/* ----- SELECT2 ------ */
.select2-selection--multiple {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.select2-selection__choice {
	font-size: 12px;
}
.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
	padding-top:3px;
	font-size:13px;
	color:#222;
}
.branch-item a.info:hover {
	text-decoration: underline!important;
}