#rule {
	display: none;
	z-index: 9999;
}
.rule {
	background-color: #F7F7F7;
	width: 210px;
	height: 210px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: fixed;
	bottom: 35px;
	right: 20px;
	text-align: center;
	font-family: 'Korolev-Medium', sans-serif;
	color: #075E69;
	font-size: 13px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 26px 42px;
}

.rule .pointe {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 55px solid #F7F7F7;
	position: absolute;
	bottom: -25px;
	right: 10px;
	-ms-transform: rotate(-30deg); /* IE 9 */
  -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
  transform: rotate(-30deg);
	z-index: 1;
}

.rule p{
	padding: 35px 45px 0 50px;
	z-index: 9999;
}