@media screen and (min-width: 510px) and (max-width: 800px) {
.wrapp
{
	width:480px;
	margin:30px auto 0 auto;
}
.wrappBottom
{
	width:85%;
	margin:0 auto;
        line-height:26px;
}
.wrappBottom li, .wrappBottom li a
{
	width:100%;
  line-height:26px;
}

}

@media screen and (max-width: 510px) {
html 
{
	-webkit-text-size-adjust: none;
}

.wrapp
{
	width:90%;
	margin:20px auto 0 auto;
}
.wrappTop
{
	width:95%;
	height:auto;
}
.wrappBottom
{
	width:85%;
	margin:0 auto;
}
.wrappBottom li, .wrappBottom li a
{
	width:100%;
line-height:26px;
}

}