.blank{
	/*width: 350px;*/
	width: 279px;
	height: 229px;
	display: block;
	/*position: fixed;*/
	position: absolute;
	/*background: url(bill.svg);*/
	z-index: 100;
	transition: transform 0.2s ease;
	transform: scale(0);
	box-sizing: border-box;
	/*padding: 18px 102px 0 44px;*/
}
.blank {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
}
.blank_show{
	transform: scale(1);

}
.russian-map-wrap {
	height:581px;
	position:relative;
	width: 100%;
}
/*#russian-map {
	position: absolute;
	width: 1468px;
	top: -147px;
	left: -151px;
}*/
.blank__content{
	display: flex;
	justify-content: center;
}
.blank__region-name{
	/* Красноярский край Ср: */
	/*font-family: Tahoma, sans-serif;*/
	/*font-size: 22px;*/
	/*color: #254E5F;*/
	color: #000;
	font-family: Nunito Sans;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 8px;
	display: block;
}
.blank__label{
	/*font-family: Tahoma, sans-serif;*/
	/*font-size: 18px;*/
	/*color: #254E5F;*/
	color: #000;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.blank__header{
	margin-bottom: 12px;
}
.blank__content-item {
	text-align: center;
}
.blank__content-item:nth-child(2) {
	margin: 0 25px 0 25px;
}
.blank__content-value{
	/* 194 р.: */
	/* font-family: Tahoma, sans-serif;*/
	/* font-size: 16px;*/
	/* color: #254E5F;*/
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.blank__close{
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	cursor: pointer;
	/*top: 24px;*/
	/*right: 77px;*/
	top:10px;
	right: 15px;
	z-index: 100;
}

path {
	display: block;
	position: relative;
}
.wrapper{
	display: flex;
	justify-content: flex-start;
}
.wrapper__header{
	display: block;
	position: absolute;
	top: 70px;
	left: 70px;
	font-family: Tahoma, sans-serif;
	font-size: 56px;
	color: #254E5F;
	line-height: 54px;
	text-transform: uppercase;
}
.legend{
	margin-top: 200px;
	margin-left: 70px;
}
.legend__label{
	font-family: Roboto-Medium;
	font-size: 15.25px;
	color: #254E5F;
	text-align: center;
	line-height: 19.48px;
	text-transform: uppercase;
	margin-top: 18px;
}
.legend__item{
	width: 140px;
	text-align: center;
}
.legend__item:nth-child(2){
	margin: 48px 0 48px 0;
}
.logo{
	margin-top: 70px;
	
}
.data-nr + .data-rf {
	margin-top:0!important
}










































