/* Style fot Google Maps */

.google-map-container {
	width: 100%;
	height: 600px;
}
.google-map-container {

}




.google_box .container-fluid .col-lg-12:last-child {
	padding-left: 0;
	padding-right: 0;
}
.google_box .container-fluid .col-lg-12:first-child {
	padding-bottom: 48px;
}


.google_row {
    display: flex;
	flex-direction: column;
}
.google_box h2 {
	margin-bottom: 24px;
}
.google_box .btn.btn-primary {
	margin-top: 16px;
	margin-bottom: 48px;
}
.google_box h2 strong {
    font-weight: 300;
	padding-left: 50px;
	position: relative;
}
.google_box h2 strong:before {
	position: absolute;
	content:'';
	background: #24324A;
	width: 40px;
	height: 2px;
	left: 0;
	top: 13px;
}

.google_legenda_row {
	display: flex;
	flex-direction: column;
}
.google_legenda_row .single_leg {
	font-size: 14px;
	line-height: 120%;
	font-weight: 400;
	padding-bottom: 24px;
}
.google_legenda_row  .google_legenda_name {
	margin-bottom: 4px;
	padding-left: 24px;
	position: relative;
	text-transform: uppercase;
}
.google_legenda_row  .google_legenda_desc {
	font-weight: 300;
	color: #887A77;
}
.google_legenda_row  .google_legenda_name:before {
	position: absolute;
	content:'';
	background: #24324A;
	width: 16px;
	height: 2px;
	left: 0;
	top: 8px;
}


@media (max-width: 575px) {
.google_legenda_row .single_leg:last-child {
	padding-bottom: 0px;
}	
}

@media (min-width: 576px) {
.google_box .container-fluid .col-lg-12:first-child {
    max-width: 540px;
	margin: auto;
}
.google_legenda_row {
	flex-direction: row;
	flex-wrap: wrap;
}
.google_legenda_row .single_leg {
	width: 50%;
}
}
@media (min-width: 768px) {
.google_box .container-fluid .col-lg-12:first-child {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.google_box .container-fluid .col-lg-12:first-child {
    max-width: 960px;
	padding-bottom: 80px;
}
.google_row {
    display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.google_right,
.google_left {
	width: 50%;
}
.google_left {
	padding-right: 15px;
}

.google_right{
	padding-left: 15px;
}
.google_box .btn.btn-primary {
	margin-bottom: 0px;
}
.google_box h2 strong:before {
	top: 14px;
}
}



@media (min-width: 1200px) {
.google_box .container-fluid .col-lg-12:first-child {
    max-width: 1140px;
}
.google_left {
	padding-right: 40px;
}
.google_right{
	padding-left: 40px;
}
.google_box h2 strong:before {
	top: 17px;
}
}


@media (min-width: 1440px) {
.google-map-container {
    height: 800px;
}
.google_box .container-fluid .col-lg-12:first-child {
	max-width: 1290px;
}
.google_left {
	padding-right: 80px;
}

.google_right{
	padding-left: 80px;
}
.google_box h2 strong:before {
	top: 21px;
}

}



.google_box.wersja_stopka .col-lg-12:first-child {
	display: none;
}
.google_box.wersja_stopka .google-map-container {
    height: 400px !important;
	
}


.google_box button.gm-ui-hover-effect {
	display: none !important;
}
.google_box .gm-style .gm-style-iw-c {
	border-radius: 0px !important;
}

.google_box .title {
	font-weight: 500 !important;
	line-height: 120% !important;
	font-size: 12px !important;
	color: #929DB0 !important;	
	text-transform: uppercase;
	margin-bottom: 12px;
}
.google_box .address {
	font-weight: 300 !important;
	line-height: 160% !important;
	font-size: 16px !important;
	color: #24324A !important;
}
.google_box .poi-info-window .image img {
    width: 200px;
    height: 112px;
	object-fit: cover;
}


@media (max-width: 991px) {
.google_box .poi-info-window .image {
	display: none !important;
}	
}


.poi-info-window {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 8px;
}

.poi-info-window .details {

}

.gm-style-iw-d {
	overflow: hidden !important;
}
.gm-style-iw-chr {
	display: none !important;
}
.gm-style .gm-style-iw-c {
	padding-left: 0!important;
}
