/* Style fot Google Maps */

.google-map-container {
	width: 100%;
	height: 600px;
}
.google-map-container {
	margin-top: 48px;
}

.google_box.wersja1 h2 {
	color: #04060E;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 48px */
	margin-bottom: 24px;
}
.google_box.wersja1 .more_mobile_cta p,	
.google_box.wersja1 .more_mobile_cta h2 {
	text-align: center;
}
.google_box.wersja1 .icon_btn_bottom {
	margin-top: 24px;
}
.google_box.wersja1 .icon_btn_bottom .btn-primary {
	margin-top: 0px;
	background: #fff !Important;
	color: #2B3E8B !Important;
	padding: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.google_box.wersja1 .icon_btn_bottom .btn-primary:hover {
	margin-top: 0px;
	background: #fff !Important;
	color: #0D142F !Important;
	
}

.google_box.wersja1 .icon_btn_bottom .btn-primary .arrowr_icon {
	-webkit-mask: url("../../img/arrow_up_new.svg")no-repeat !Important;
	mask: url("../../img/arrow_up_new.svg")no-repeat !Important;
    width: 10px; 
    height: 10px;
	background-color: #2B3E8B !Important;
	margin-left: 0;
}

.google_box.wersja1 .icon_btn_bottom .btn-primary .icon_bt_bg {
	margin-left: 16px;
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	aspect-ratio: 1/1;
	border: 1px solid #C7CCE4;
	border-radius: 100%;
}

.google_box.wersja1 .icon_btn_bottom .btn-primary:hover .arrowr_icon {
	background-color: #0D142F !Important;
}
.google_box.wersja1 .icon_btn_bottom .btn-primary:hover  .icon_bt_bg {
	border-color: #0D142F !Important;
}

@media (max-width: 1440px) {
.google-map-container {
    height: 600px;
	
}
}


@media (min-width: 1200px) {
.google_box.wersja1 .more_mobile_cta p,	
.google_box.wersja1 .more_mobile_cta h2 {
	padding-left: 100px;
	padding-right: 100px;
}	
}

@media (min-width: 1440px) {
.google_box.wersja1 .more_mobile_cta p,	
.google_box.wersja1 .more_mobile_cta h2 {
	padding-left: 200px;
	padding-right: 200px;
}	
}


.gm-style-iw-ch {
    padding-top: 10px;
}
.gm-style-iw-chr button {
	display: none !Important;
}
.gm-style .gm-style-iw-c {
	border-radius: 0 !important;
    box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-align: center;
}
.poi-info-window .title {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
	color: #0B1D17;
	font-family:"contralto-small";
}
.poi-info-window .address {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: 0.28px;
	color: #5D5B58;
}