body{
	font-family:Arial,Helvetica,sans-serif; 
	background-color:#f2f2f2; 
	color:#333333; 
	font-size:16px; 
	margin:0; 
	padding:0;
	overflow-x:hidden;
}

.wrapper{
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#000000;
}
a:hover{text-decoration:none;}
a img{border:none;}

.logo1C{
	width:231px;
	height:181px;
	background:url("images/logo.png") no-repeat;
	display:block;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1000;
}

br.br{
	display:none;
}

#countries{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.country{
	width:149px;
	height:149px;
	position:absolute;
}

.country a{
	display:block;
	width:113px;
	height:113px;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.country a:hover{
	width:149px;
	height:149px;
	z-index:200;
}

.country span.name{
	display: block;
    font-size: 18px;
    position: relative;
	width: 150px;
	opacity:0;
	transition:opacity 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;
}

.country a:hover span.name{
	opacity:1;
}

.country span br{
	display:none;
}

.world a{
	background:url("images/world.png") no-repeat 0 / contain;
}

.rus a{
	background:url("images/rus.png") no-repeat 0 / contain;
}

.rus span.name{
    right: 160px;
    top: 35px;
}

.kaz a{
	background:url("images/kz.png") no-repeat 0 / contain;
}

.kaz span.name{
    left: 160px;
    top: 35px;
	width:200px;
}

.est a{
	background:url("images/est.png") no-repeat 0 / contain;
}

.est span.name{
	right: 130px;
    top: 40px;
}

.kyr a{
	background:url("images/kyr.png") no-repeat 0 / contain;
}

.kyr span.name{
	left: 160px;
    top: 40px;
	width:210px;
}

.lat a{
	background:url("images/lat.png") no-repeat 0 / contain;
}

.lat span.name{
	right: 130px;
    top: 50px;
}

.taj a{
	background:url("images/taj.png") no-repeat 0 / contain;
}

.taj span.name{	
	left: 160px;
    top: 50px;
	width:210px;
}

.lit a{
	background:url("images/lit.png") no-repeat 0 / contain;
}

.lit span.name{
	right: 160px;
    top: 70px;
}

.uzb a{
	background:url("images/uzb.png") no-repeat 0 / contain;
}

.uzb span.name{
	left: 160px;
    top: 70px;
	width:210px;
}

.bel a{
	background:url("images/bel.png") no-repeat 0 / contain;
}

.bel span.name{
	right: 170px;
    top: 100px;
    width: 160px;
}

.tur a{
	background:url("images/tur.png") no-repeat 0 / contain;
}

.tur span.name{
	left: 160px;
    top: 100px;
	width:240px;
}

.mol a{
	background:url("images/mol.png") no-repeat 0 / contain;
}

.mol span.name{
	right: 150px;
    top: 90px;
    width: 160px;
}

.aze a{
	background:url("images/aze.png") no-repeat 0 / contain;
}

.aze span.name{
	left: 150px;
    top: 90px;
	width:240px;
}

.geo a{
	background:url("images/geo.png") no-repeat 0 / contain;
}

.geo span.name{
	right: 190px;
    top: 100px;
    width: 190px;
}

.arm a{
	background:url("images/arm.png") no-repeat 0 / contain;	
}

.arm span.name{
	left: 150px;
    top: 100px;
    width: 190px;
}

.copy {
	position:absolute;
	right:40px;
	bottom:20px;
}

body.w1080 .country span.name br{
	display:block;
}

body.w1080 .geo span.name {
    right: 120px;
    top: 90px;
}
body.w1080 .mol span.name {
    right: 90px;
}
body.w1080 .bel span.name {
    right: 90px;
}
body.w1080 .lit span.name {
    right: 90px;
}
body.w1080 .lat span.name {
    right: 80px;
}
body.w1080 .est span.name {
    right: 80px;
}
body.w1080 .rus span.name {
    right: 80px;
    top: 25px;
}

body.w960{
	font-size:14px;
}
body.w960 .country span.name{
	font-size:16px;
}
body.w960 .bel span.name{
	right: 90px;
	top: 50px;
}
body.w960 .lit span.name {
	right: 80px;
}
body.w960 .lat span.name{
	right: 70px;
}

body.w900 .logo1C {
	margin-top: 20px;
	position: static;
}	
body.w900 #countries {
	margin-top: 20px;
	text-align: center;
	position: static;
	width: auto;
}	
body.w900 .country {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	position: static;
	height: auto;
	transition: none;
}	
body.w900 .country a{
	position: static;
	background-position: top center;
	background-size: contain;
	padding-top: 130px;
    box-sizing: border-box;
    margin-bottom: 65px;
}
body.w900 .country span.name {
	transition: none;	
    position: static;
	opacity: 1;
	right: 0;
	left:0;
	text-align: center;
	top: 119px;
	bottom:0;
	width: auto;
	z-index: 1000;
}
body.w900 br.br{
	display:inline;
}
body.w900 span.br{
	display:none;
}	
body.w900 .copy {
	margin-top: 50px;
	padding-bottom: 20px;
	padding-right: 20px;
	position: static;
	text-align: right;
}

body.w600 .logo1C{
	width:90px;
	height:44px;
	background:url("images/logo_small.png") no-repeat;
	margin-top:30px;
}
body.w600 #countries{
	margin-top: 30px;
}	
body.w600 .country{
	height: 100px;
	margin-bottom: 70px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 0;
	width: 100px;
}	
body.w600 .country a,
body.w600 .country a:hover{
	width:100px;
	height:100px;
}

body.w600 .country span.name {
	top: 110px;
}
body.w600 .country{
	margin-left: 10px;
	margin-right: 10px;
}