.mapa_wrap svg{width: 100%;}
  .osrodki_lista{
  	display: block;
    max-height: 400px;
    overflow-y: auto;
    width: 100% !important;
  }
	.box_map_wrap{
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
		border: 1px solid #fff;	 
		background-color: #ffffff;
		padding:30px;
		border-radius: 10px; 
	}

	.info_map{font-size: 16px; font-weight: 600; color:#172b4d;}
	.count_nr{position: relative; display: inline-block; margin-right: 15px;}
	.count_nr .nr{text-align: center; left:0px; right:0px; margin:auto; font-size: 18px; color:#01808F; font-weight: 700;}
	.woj_i1{font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px;}
	.osrodki_lista, .woj_item{display: none;}
	.count_info{display: none; margin-top:25px;}

	.tekst_w, .circle_w{pointer-events: none;}
	.nag_map1{font-size: 14px; font-weight: 700; color:#000; margin-bottom: 15px;}
	.container_mapa{max-width: 1360px; margin-left: auto; margin-right: auto;}

	.select_map{position: relative; padding-right: 30px;}
	.select_map select{border: 1px solid #000; width:100%; border-top-left-radius: 30px; border-bottom-left-radius: 30px; z-index: 9; position: relative; height:52px; padding: 0px 20px;}
	.select_map .btn_mapa{position:absolute; right:0px; top:0px; bottom:0px; margin-top:auto; margin-bottom:auto; cursor:pointer; border-radius: 30px; background-color: #000; color:#fff; font-size: 14px; text-transform: uppercase; font-weight: 700; margin-left: -40px; z-index: 10; padding:0px 45px; text-align: center; border: 1px solid #000;}

	.select_map .btn_mapa span{display: table-cell; height:52px; margin:auto; vertical-align: middle;}
	.select_map .btn_mapa:hover{background:#fff; color:#000;}

	.mapa_svg .st0:hover{fill:#FF5A00; cursor:pointer;}
	.mapa_svg .st0.active{fill:#FF5A00; cursor:pointer;}
	.mapa_svg{padding-right:50px;}
	.woj_item{
		border-bottom:1px solid #000;
		padding:25px 0px;
	}
	.woj_item:last-child{border-bottom:0px;}
	@media(max-width: 1300px){
		.select_map .btn_mapa{padding:0px 15px; font-size: 13px;}
		.info_map{font-size: 14px;}
	}	
	@media(max-width: 991px){
		.select_map .btn_mapa{padding:0px 15px; font-size: 13px;}
		.info_map{font-size: 16px;}
		.box_map_wrap{max-width:520px; margin-left: auto; margin-right: auto;}
		.mapa_wrap{max-width: 600px; margin-left: auto; margin-right: auto;}
	}
	

	.mapa_svg .wojewodztwo_item {
    stroke: #FF5A00;  
    stroke-width: 1px;  
	fill: #F4F5F8;
}
.circle_w text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 19px;
    text-align: center;
    color: #4F5461;
    pointer-events: none; 
}