@charset "utf-8";

	.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
		background-color: rgba(0, 0, 0, 0.65);
		position: fixed; 
		cursor: default;
	}
	.overlay:target {
		display: block;
	}
	.popup {
		max-height: 500px;
		top: -100%;
		right: 0;
		left: 50%;
		font-size: 14px;
		z-index: 20;
		margin: 0;
		width: 85%;
		min-width: 300px;
		max-width: 350px;
		position: fixed;
		padding: 15px;
		border: 1px solid #383838;
		background: #fefefe;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		font: 14px/18px 'Tahoma', Arial, sans-serif;
		-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-webkit-transform: translate(-50%, -500%);
		-ms-transform: translate(-50%, -500%);
		-o-transform: translate(-50%, -500%);
		transform: translate(-50%, -500%);
		-webkit-transition: -webkit-transform 0.6s ease-out;
		-moz-transition: -moz-transform 0.6s ease-out;
		-o-transition: -o-transform 0.6s ease-out;
		transition: transform 0.6s ease-out;
	}
	
	
	.overlay:target+.popup {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		top: 20%;
	}
	.close {
		top: -10px;
		right: -10px;
		width: 20px;
		height: 20px;
		position: absolute;
		padding: 0;
		border: 2px solid #ccc;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		border-radius: 15px;
		background-color: rgba(61, 61, 61, 0.8);
		-webkit-box-shadow: 0px 0px 10px #000;
		-moz-box-shadow: 0px 0px 10px #000;
		box-shadow: 0px 0px 10px #000;
		text-align: center;
		text-decoration: none;
		font: 13px/20px 'Tahoma', Arial, sans-serif;
		font-weight: bold;
		-webkit-transition: all ease .8s;
		-moz-transition: all ease .8s;
		-ms-transition: all ease .8s;
		-o-transition: all ease .8s;
		transition: all ease .8s;
	}
	.close:before {
		color: rgba(255, 255, 255, 0.9);
		content: "X";
		text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
		font-size: 12px;
	}
	.close:hover {
		background-color: rgba(252, 20, 0, 0.8);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);    
	}
	.popup img {
		width: 100%;
		height: auto;
	}
	.pic-left, 
	.pic-right {
		width: 25%;
		height: auto;
	}
	.pic-left {
		float: left;
		margin: 5px 15px 5px 0;
	}
	.pic-right {
		float: right;
		margin: 5px 0 5px 15px;
	}
	.popup embed, 
	.popup iframe {
		top: 0;
		right: 0;
		bottom: 0; 
		left: 0; 
		display:block;
		margin: auto;
		min-width: 320px;
		max-width: 600px;
		width: 100%;
	}
	.popup h2 {
		margin: 0;
		color: #008000;
		padding: 5px 0px 10px;
		text-align: left;
		text-shadow: 1px 1px 3px #adadad;
		font-weight: 500;
		font-size: 1.4em;
		font-family: 'Tahoma', Arial, sans-serif;
		line-height: 1.3;
	}
	.popup p {margin: 0; padding: 5px 0}

@media only screen and (min-width: 1400px) {
	
	.popup_Minsk {
		max-height: 475px;
		top: -100%;
		right: 0;
		left: 50%;
		font-size: 14px;
		z-index: 20;
		margin: 0;
		width: 85%;
		min-width: 400px;
		max-width: 640px;
		position: fixed;
		padding: 15px;
		border: 1px solid #383838;
		background: #fefefe;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		font: 14px/18px 'Tahoma', Arial, sans-serif;
		-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-webkit-transform: translate(-50%, -500%);
		-ms-transform: translate(-50%, -500%);
		-o-transform: translate(-50%, -500%);
		transform: translate(-50%, -500%);
		-webkit-transition: -webkit-transform 0.6s ease-out;
		-moz-transition: -moz-transform 0.6s ease-out;
		-o-transition: -o-transform 0.6s ease-out;
		transition: transform 0.6s ease-out;
	}
	
	.overlay:target+.popup_Minsk {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		top: 20%;
	}
	
	.popup_Minsk img {
		width: 100%;
		height: auto;
	}
	
	.popup_Minsk embed, 
	.popup_Minsk iframe {
		top: 0;
		right: 0;
		bottom: 0; 
		left: 0; 
		display:block;
		margin: auto;
		min-width: 320px;
		max-width: 600px;
		width: 100%;
	}
	.popup_Minsk h2 {
		margin: 0;
		color: #008000;
		padding: 5px 0px 10px;
		text-align: left;
		text-shadow: 1px 1px 3px #adadad;
		font-weight: 500;
		font-size: 1.4em;
		font-family: 'Tahoma', Arial, sans-serif;
		line-height: 1.3;
	}
	.popup_Minsk p {margin: 0; padding: 5px 0}
	/*
	.1_1 {position:relative;}
	.1_2 {position:relative; left:330px; top:-54px}
	.1_3 {position:relative; left:660px; top:-110px}
	.2_1 {position:relative; top:-90px}
	.2_2 {position:relative; left:330px; top:-162px}
	.2_3 {position:relative; left:660px; top:-233px}
	.3_1 {position:relative; top:-216px}
	.3_2 {position:relative; left:330px; top:-271px}
	.3_3 {position:relative; left:660px; top:-326px}
	.4_1 {position:relative; top:-305px}
	.4_2 {position:relative; left:330px; top:-377px}
	.4_3 {position:relative; left:660px; top:-450px}
	.5_1 {position:relative; top:-427px}
	.5_2 {position:relative; left:330px; top:-517px}
	*/
	.div1 {width:930px; height:753px;}

	.N_Vitebsk{ position:relative; left:595px; top:130px;}
	.N_Minsk { position:relative; left:390px; top:360px; }
	.N_Bobruisk { position:relative; left:450px; top:436px; }
	.N_Brest { position:relative; left:-90px; top:597px; }
	.N_Grodno { position:relative; left:-140px; top:364px; }
	.N_Zhlobin { position:relative; left:374px; top:475px; }
	.N_Slutsk { position:relative; left:89px; top:450px; }
	.N_Soligorsk { position:relative; left:-50px; top:514px; }
	.N_Baranovichi { position:relative; left:-185px; top:449px; }
	.N_Volkovysk { position:relative; left:45px; top:580px; }/* калинковичи */
	.N_Slonim { position:relative; left:-441px; top:472px; }
	.N_Kobrin { position:relative; left:-510px; top:601px; }
	.N_Gomel { position:relative; left:-90px; top:534px; }
	.N_Mozyr { position:relative; left:-230px; top:605px; }
	.N_Mogilev { position:relative; left:696px; top:301px; }
	.N_Borisov { position:relative; left:468px; top:255px; }
	.N_Molodechno { position:relative; left:145px; top:247px; }
	.N_Radoshkovichi { position:relative; left:196px; top:255px; }
	.N_Pinsk { position:relative; left:187px; top:584px; }
	.N_Polock{ position:relative; left:309px; top:100px;}
	.N_Rechica { position:relative; left:455px; top:540px; }
	.N_Luban { position:relative; left:184px; top:475px; }
	.N_Lyelchytsy { position:relative; left:160px; top:640px; }
	.n_orsha { position:relative; left:200px; top:205px; }
	.n_rogachev { position:relative; left:200px; top:430px; }
	.n_rf { position:relative; left:820px; top:120px; }
	.n_lida { position:relative; left:250px; top:250px; }
	
	.M_Vitebsk{ left:657px; top:106px; cursor:pointer; }
	.M_Minsk{ left:426px; top:330px; cursor:pointer; }
	.M_Bobruisk{ left:586px; top:413px; cursor:pointer; }
	.M_Grodno{ left:74px; top:344px; cursor:pointer; }
	.M_Brest{ left:75px; top:575px; cursor:pointer; }
	.M_Zhlobin{ left:653px; top:457px; cursor:pointer; }
	.M_Slutsk{ left:433px; top:429px; cursor:pointer; }
	.M_Soligorsk{ left:423px; top:484px; cursor:pointer; }
	.M_Baranovichi{ left:310px; top:410px; cursor:pointer; }
	.M_Volkovysk{ left:610px; top:570px; cursor:pointer; }/* калинковичи */
	.M_Slonim{ left:227px; top:444px; cursor:pointer; }
	.M_Kobrin{ left:207px; top:579px; cursor:pointer; }
	.M_Gomel{ left:760px; top:503px; cursor:pointer; }
	.M_Mozyr{ left:598px; top:587px; cursor:pointer; }
	.M_Mogilev{ left:672px; top:288px; cursor:pointer; }
	.M_Borisov{ left:531px; top:249px; cursor:pointer; }
	.M_Molodechno{ left:458px; top:237px; cursor:pointer; }
	.M_Radoshkovichi{ left:391px; top:253px; cursor:pointer; }
	.M_Pinsk{ left:307px; top:579px; cursor:pointer; }
	.M_Polock{ left:520px; top:90px; cursor:pointer; }
	.M_Rechica{ left:685px; top:540px; cursor:pointer; }
	.M_Luban{ left:461px; top:483px; cursor:pointer; }
	.M_Lyelchytsy{ left:500px; top:645px; cursor:pointer; }
	.m_orsha{ left:670px; top:200px; cursor:pointer; }
	.m_rogachev{ left:660px; top:435px; cursor:pointer; }
	.m_rf{ left:840px; top:100px; cursor:pointer; }
	.m_lida{ left:230px; top:325px; cursor:pointer; }
	
	.div1 a {cursor:pointer;}
	.div1 a:hover {cursor:pointer; text-decoration:underline!important;}

	.div1 .M_Vitebsk:hover {cursor:pointer; top:101px!important;}
	.div1 .M_Minsk:hover {cursor:pointer; top:325px!important;}
	.div1 .M_Bobruisk:hover {cursor:pointer; top:408px!important;}
	.div1 .M_Grodno:hover {cursor:pointer;top:339px!important;}
	.div1 .M_Brest:hover {cursor:pointer;top:570px!important;}
	.div1 .M_Zhlobin:hover {cursor:pointer;top:452px!important;}
	.div1 .M_Slutsk:hover {cursor:pointer;top:424px!important;}
	.div1 .M_Soligorsk:hover {cursor:pointer;top:479px!important;}
	.div1 .M_Baranovichi:hover {cursor:pointer;top:405px!important;}
	.div1 .M_Volkovysk:hover {cursor:pointer;top:565px!important;}
	.div1 .M_Slonim:hover {cursor:pointer;top:439px!important;}
	.div1 .M_Kobrin:hover {cursor:pointer;top:574px!important;}
	.div1 .M_Gomel:hover {cursor:pointer;top:498px!important;}
	.div1 .M_Mozyr:hover {cursor:pointer;top:582px!important;}
	.div1 .M_Mogilev:hover {cursor:pointer;top:283px!important;}
	.div1 .M_Borisov:hover {cursor:pointer;top:244px!important;}
	.div1 .M_Molodechno:hover {cursor:pointer;top:232px!important;}
	.div1 .M_Radoshkovichi:hover {cursor:pointer;top:248px!important;}
	.div1 .M_Pinsk:hover {cursor:pointer;top:574px!important;}
	.div1 .M_Polock:hover {cursor:pointer; top:85px!important;}
	.div1 .M_Rechica:hover {cursor:pointer;top:535px!important;}
	.div1 .M_Luban:hover {cursor:pointer;top:478px!important;}
	.div1 .M_Lyelchytsy:hover {cursor:pointer;top:640px!important;}
	.div1 .m_rogachev:hover {cursor:pointer;top:430px!important;}
	.div1 .m_orsha:hover {cursor:pointer;top:195px!important;}
	.div1 .m_rf:hover {cursor:pointer;top:95px!important;}
	.div1 .m_lida:hover {cursor:pointer;top:320px!important;}

}


@media only screen and (max-width: 1399px)  {
	
	.popup_Minsk {
		max-height: 485px;
		top: -100%;
		right: 0;
		left: 50%;
		font-size: 14px;
		z-index: 20;
		margin: 0;
		width: 85%;
		min-width: 400px;
		max-width: 640px;
		position: fixed;
		padding: 15px;
		border: 1px solid #383838;
		background: #fefefe;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		font: 14px/18px 'Tahoma', Arial, sans-serif;
		-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-webkit-transform: translate(-50%, -500%);
		-ms-transform: translate(-50%, -500%);
		-o-transform: translate(-50%, -500%);
		transform: translate(-50%, -500%);
		-webkit-transition: -webkit-transform 0.6s ease-out;
		-moz-transition: -moz-transform 0.6s ease-out;
		-o-transition: -o-transform 0.6s ease-out;
		transition: transform 0.6s ease-out;
	}
	
	.overlay:target+.popup_Minsk {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		top: 20%;
	}
	
	.popup_Minsk img {
		width: 100%;
		height: auto;
	}
	
	.popup_Minsk embed, 
	.popup_Minsk iframe {
		top: 0;
		right: 0;
		bottom: 0; 
		left: 0; 
		display:block;
		margin: auto;
		min-width: 320px;
		max-width: 600px;
		width: 100%;
	}
	.popup_Minsk h2 {
		margin: 0;
		color: #008000;
		padding: 5px 0px 10px;
		text-align: left;
		text-shadow: 1px 1px 3px #adadad;
		font-weight: 500;
		font-size: 1.4em;
		font-family: 'Tahoma', Arial, sans-serif;
		line-height: 1.3;
	}
	.popup_Minsk p {margin: 0; padding: 5px 0}
	
	.div1 {width:661px; height:535px;}

	.N_Vitebsk{ position:relative; left:400px; top:95px;}
	.N_Minsk { position:relative; left:260px; top:250px; }
	.N_Bobruisk { position:relative; left:265px; top:332px; }
	.N_Brest { position:relative; left:-120px; top:427px; }
	.N_Grodno { position:relative; left:-160px; top:259px; }
	.N_Zhlobin { position:relative; left:181px; top:335px; }
	.N_Slutsk { position:relative; left:-42px; top:320px; }
	.N_Soligorsk { position:relative; left:-170px; top:364px; }
	.N_Baranovichi { position:relative; left:-283px; top:320px; }
	.N_Volkovysk { position:relative; left:450px; top:410px; }
	.N_Slonim { position:relative; left:81px; top:322px; }
	.N_Kobrin { position:relative; left:-30px; top:380px; }
	.N_Gomel { position:relative; left:275px; top:364px; }
	.N_Mozyr { position:relative; left:135px; top:432px; }
	.N_Mogilev { position:relative; left:170px; top:217px; }
	.N_Borisov { position:relative; left:-18px; top:189px; }
	.N_Molodechno { position:relative; left:-225px; top:150px; }
	.N_Radoshkovichi { position:relative; left:-360px; top:205px; }
	.N_Pinsk { position:relative; left:-257px; top:407px; }
	.N_Polock{ position:relative; left:-183px; top:76px;}
	.N_Rechica { position:relative; left:-117px; top:388px; }
	.N_Luban { position:relative; left:343px; top:318px; }
	.N_Lyelchytsy { position:relative; left:215px; top:415px; }
	.n_orsha { position:relative; left:310px; top:130px; }
	.n_rogachev { position:relative; left:310px; top:265px; }
    .n_rf { position:relative; left:570px; top:50px; }
	.n_lida { position:relative; left:180px; top:127px; }

	.M_Vitebsk{ left:461px; top:69px; cursor:pointer; }
	.M_Minsk{ left:305px; top:218px; cursor:pointer; }
	.M_Bobruisk{ left:406px; top:304px; cursor:pointer; }
	.M_Grodno{ left:55px; top:238px; cursor:pointer; }
	.M_Brest{ left:49px; top:406px; cursor:pointer; }
	.M_Zhlobin{ left:470px; top:314px; cursor:pointer; }
	.M_Slutsk{ left:314px; top:299px; cursor:pointer; }
	.M_Soligorsk{ left:307px; top:343px; cursor:pointer; }
	.M_Baranovichi{ left:199px; top:295px; cursor:pointer; }
	.M_Volkovysk{ left:430px; top:420px; cursor:pointer; }
	.M_Slonim{ left:161px; top:319px; cursor:pointer; }
	.M_Kobrin{ left:113px; top:380px; cursor:pointer; }
	.M_Gomel{ left:535px; top:362px; cursor:pointer; }
	.M_Mozyr{ left:415px; top:431px; cursor:pointer; }
	.M_Mogilev{ left:474px; top:210px; cursor:pointer; }
	.M_Borisov{ left:375px; top:183px; cursor:pointer; }
	.M_Molodechno{ left:221px; top:151px; cursor:pointer; }
	.M_Radoshkovichi{ left:260px; top:199px; cursor:pointer; }
	.M_Pinsk{ left:204px; top:407px; cursor:pointer; }
	.M_Polock{ left:361px; top:69px; cursor:pointer; }
	.M_Rechica{ left:465px; top:385px; cursor:pointer; }
	.M_Luban{ left:330px; top:343px; cursor:pointer; }
	.M_Lyelchytsy{ left:350px; top:455px; cursor:pointer; }
	.m_orsha{ left:480px; top:150px; cursor:pointer; }
	.m_rogachev{ left:480px; top:295px; cursor:pointer; }
	.m_rf{ left:595px; top:60px; cursor:pointer; }
	.m_lida{ left:160px; top:227px; cursor:pointer; }

	.div1 a {cursor:pointer;}
	.div1 a:hover {cursor:pointer; text-decoration:underline!important;}

	.div1 .M_Vitebsk:hover {cursor:pointer; top:64px!important;}
	.div1 .M_Minsk:hover {cursor:pointer; top:213px!important;}
	.div1 .M_Bobruisk:hover {cursor:pointer; top:299px!important;}
	.div1 .M_Grodno:hover {cursor:pointer;top:233px!important;}
	.div1 .M_Brest:hover {cursor:pointer;top:401px!important;}
	.div1 .M_Zhlobin:hover {cursor:pointer;top:309px!important;}
	.div1 .M_Slutsk:hover {cursor:pointer;top:294px!important;}
	.div1 .M_Soligorsk:hover {cursor:pointer;top:338px!important;}
	.div1 .M_Baranovichi:hover {cursor:pointer;top:290px!important;}
	.div1 .M_Volkovysk:hover {cursor:pointer;top:415px!important;}
	.div1 .M_Slonim:hover {cursor:pointer;top:314px!important;}
	.div1 .M_Kobrin:hover {cursor:pointer;top:375px!important;}
	.div1 .M_Gomel:hover {cursor:pointer;top:357px!important;}
	.div1 .M_Mozyr:hover {cursor:pointer;top:426px!important;}
	.div1 .M_Mogilev:hover {cursor:pointer;top:205px!important;}
	.div1 .M_Borisov:hover {cursor:pointer;top:178px!important;}
	.div1 .M_Molodechno:hover {cursor:pointer;top:146px!important;}
	.div1 .M_Radoshkovichi:hover {cursor:pointer;top:194px!important;}
	.div1 .M_Pinsk:hover {cursor:pointer;top:402px!important;}
	.div1 .M_Polock:hover {cursor:pointer; top:64px!important;}
	.div1 .M_Rechica:hover {cursor:pointer;top:380px!important;}
	.div1 .M_Luban:hover {cursor:pointer;top:338px!important;}
	.div1 .M_Lyelchytsy:hover {cursor:pointer;top:450px!important;}
	.div1 .m_rogachev:hover {cursor:pointer;top:290px!important;}
	.div1 .m_orsha:hover {cursor:pointer;top:145px!important;}
    .div1 .m_rf:hover {cursor:pointer;top:55px!important;}
	.div1 .m_lida:hover {cursor:pointer;top:222px!important;}
	
}



@media only screen and (max-width: 800px)  {

	.popup_Minsk {
		overflow-y: auto;
		overflow-x: hidden;
		max-height: 400px;
		top: -100%;
		right: 0;
		left: 50%;
		font-size: 14px;
		z-index: 20;
		margin: 0;
		width: 85%;
		min-width: 300px;
		max-width: 350px;
		position: fixed;
		padding: 15px;
		border: 1px solid #383838;
		background: #fefefe;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		font: 14px/18px 'Tahoma', Arial, sans-serif;
		-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
		-webkit-transform: translate(-50%, -500%);
		-ms-transform: translate(-50%, -500%);
		-o-transform: translate(-50%, -500%);
		transform: translate(-50%, -500%);
		-webkit-transition: -webkit-transform 0.6s ease-out;
		-moz-transition: -moz-transform 0.6s ease-out;
		-o-transition: -o-transform 0.6s ease-out;
		transition: transform 0.6s ease-out;
	}
	
	
	.overlay:target+.popup_Minsk {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		top: 20%;
	}
	
	.popup_Minsk img {
		width: 100%;
		height: auto;
	}
	
	.popup_Minsk embed, 
	.popup_Minsk iframe {
		top: 0;
		right: 0;
		bottom: 0; 
		left: 0; 
		display:block;
		margin: auto;
		min-width: 320px;
		max-width: 600px;
		width: 100%;
	}
	.popup_Minsk h2 {
		margin: 0;
		color: #008000;
		padding: 5px 0px 10px;
		text-align: left;
		text-shadow: 1px 1px 3px #adadad;
		font-weight: 500;
		font-size: 1.4em;
		font-family: 'Tahoma', Arial, sans-serif;
		line-height: 1.3;
	}
	.popup_Minsk p {margin: 0; padding: 5px 0}
	.popup_Minsk div {position:initial!important; margin-bottom:10px!important}
	
	.div1 {width:330px; height:267px; margin-top:200px;}
	
	.div1 img {width:12px!important; height:20px!important;}
	.div1 a {font-size:8px!important;}
	#rrf {width:15px!important; height:23px!important;}
	.div1 .rrrf {width:20px!important; height:20px!important;}
	
	.popup a{font-size:14px!important;}
	.popup_Minsk a{font-size:14px!important;}
	
	.N_Vitebsk{ position:relative; left:200px; top:41px;}
	.N_Minsk { position:relative; left:117px; top:112px; }
	.N_Bobruisk { position:relative; left:121px; top:157px; }
	.N_Brest { position:relative; left:-80px; top:207px; }
	.N_Grodno { position:relative; left:-107px; top:122px; }
	.N_Zhlobin { position:relative; left:58px; top:160px; }
	.N_Slutsk { position:relative; left:-52px; top:150px; }
	.N_Soligorsk { position:relative; left:-130px; top:180px; }
	.N_Baranovichi { position:relative; left:101px; top:140px; }
	.N_Volkovysk { position:relative; left:150px; top:190px; }
	.N_Slonim { position:relative; left:-31px; top:144px; }
	.N_Kobrin { position:relative; left:-74px; top:188px; }
	.N_Gomel { position:relative; left:66px; top:164px; }
	.N_Mozyr { position:relative; left:-38px; top:197px; }
	.N_Mogilev { position:relative; left:-19px; top:92px; }
	.N_Borisov { position:relative; left:-118px; top:79px; }
	.N_Molodechno { position:relative; left:104px; top:23px; }
	.N_Radoshkovichi { position:relative; left:45px; top:62px; }
	.N_Pinsk { position:relative; left:114px; top:167px; }
	.N_Polock{ position:relative; left:124px; top:-5px;}
	.N_Rechica { position:relative; left:160px; top:160px; }
	.N_Luban { position:relative; left:72px; top:130px; }
	.N_Lyelchytsy { position:relative; left:-10px; top:180px; }
	.n_orsha { position:relative; left:42px; top:30px; }
	.n_rogachev { position:relative; left:45px; top:100px; }
	.n_rf { position:relative; left:280px; top:-2px; }
	.n_lida { position:relative; left:90px; top:25px; }

	.M_Vitebsk{ left:231px; top:37px; cursor:pointer; }
	.M_Minsk{ left:149px; top:101px; cursor:pointer; }
	.M_Bobruisk{ left:203px; top:145px; cursor:pointer; }
	.M_Grodno{ left:27px; top:116px; cursor:pointer; }
	.M_Brest{ left:24px; top:202px; cursor:pointer; }
	.M_Zhlobin{ left:230px; top:154px; cursor:pointer; }
	.M_Slutsk{ left:152px; top:144px; cursor:pointer; }
	.M_Soligorsk{ left:148px; top:168px; cursor:pointer; }
	.M_Baranovichi{ left:100px; top:150px; cursor:pointer; }
	.M_Volkovysk{ left:185px; top:200px; cursor:pointer; }
	.M_Slonim{ left:76px; top:154px; cursor:pointer; }
	.M_Kobrin{ left:58px; top:198px; cursor:pointer; }
	.M_Gomel{ left:265px; top:181px; cursor:pointer; }
	.M_Mozyr{ left:177px; top:206px; cursor:pointer; }
	.M_Mogilev{ left:236px; top:101px; cursor:pointer; }
	.M_Borisov{ left:180px; top:88px; cursor:pointer; }
	.M_Molodechno{ left:126px; top:84px; cursor:pointer; }
	.M_Radoshkovichi{ left:137px; top:96px; cursor:pointer; }
	.M_Pinsk{ left:102px; top:198px; cursor:pointer; }
	.M_Polock{ left:180px; top:27px; cursor:pointer; }
	.M_Rechica{ left:225px; top:190px; cursor:pointer; }
	.M_Luban{ left:161px; top:168px; cursor:pointer; }
	.M_Lyelchytsy{ left:160px; top:220px; cursor:pointer; }
	.m_orsha{ left:240px; top:65px; cursor:pointer; }
	.m_rogachev{ left:238px; top:145px; cursor:pointer; }
	.m_rf{ left:295px; top:33px; cursor:pointer; }
	.m_lida{ left:75px; top:108px; cursor:pointer; }

	.div1 a {cursor:pointer;}
	.div1 a:hover {cursor:pointer; text-decoration:underline!important;}

	.div1 .M_Vitebsk:hover {cursor:pointer; top:35px!important;}
	.div1 .M_Minsk:hover {cursor:pointer; top:99px!important;}
	.div1 .M_Bobruisk:hover {cursor:pointer; top:143px!important;}
	.div1 .M_Grodno:hover {cursor:pointer;top:114px!important;}
	.div1 .M_Brest:hover {cursor:pointer;top:200px!important;}
	.div1 .M_Zhlobin:hover {cursor:pointer;top:152px!important;}
	.div1 .M_Slutsk:hover {cursor:pointer;top:142px!important;}
	.div1 .M_Soligorsk:hover {cursor:pointer;top:166px!important;}
	.div1 .M_Baranovichi:hover {cursor:pointer;top:148px!important;}
	.div1 .M_Volkovysk:hover {cursor:pointer;top:198px!important;}
	.div1 .M_Slonim:hover {cursor:pointer;top:152px!important;}
	.div1 .M_Kobrin:hover {cursor:pointer;top:196px!important;}
	.div1 .M_Gomel:hover {cursor:pointer;top:179px!important;}
	.div1 .M_Mozyr:hover {cursor:pointer;top:204px!important;}
	.div1 .M_Mogilev:hover {cursor:pointer;top:99px!important;}
	.div1 .M_Borisov:hover {cursor:pointer;top:86px!important;}
	.div1 .M_Molodechno:hover {cursor:pointer;top:82px!important;}
	.div1 .M_Radoshkovichi:hover {cursor:pointer;top:94px!important;}
	.div1 .M_Pinsk:hover {cursor:pointer;top:196px!important;}
	.div1 .M_Polock:hover {cursor:pointer; top:25px!important;}
	.div1 .M_Rechica:hover {cursor:pointer;top:188px!important;}
	.div1 .M_Luban:hover {cursor:pointer;top:166px!important;}
	.div1 .M_Lyelchytsy:hover {cursor:pointer;top:218px!important;}
	.div1 .m_orsha:hover {cursor:pointer;top:63px!important;}
	.div1 .m_rogachev:hover {cursor:pointer;top:143px!important;}
	.div1 .m_rf:hover {cursor:pointer;top:31px!important;}
	.div1 .m_lida:hover {cursor:pointer;top:103px!important;}

	
}

