#wrap-raty {
	position: relative;

}
#wrap-raty #raty-content{
	position: relative;
	z-index:5;
	padding: 2vw 0;
}
#wrap-raty #raty-content #text{
	text-align: center;
	font-size: 3vw;
	color: white;
	font-family: dinproregular;
}
#wrap-raty #raty-content #text span {
	display: block;
	font-size: 1em;
	font-family: dinprobold;
	line-height: .9em;
	margin-bottom: .5em;
}
#wrap-raty #raty-content #text a {
	font-size: 4vw;
	display: inline-block;
	clear: both;
	font-family: dinproregular;
	background: black;
	padding: .5em 2em;
	position: relative;
	padding: 2vw 4vw;
	margin: 2vw auto 0;
}

#block-raty-zero-procent-raty-zero-procent-banner {
	background: #d20000;
}

#block-raty-zero-procent-raty-zero-procent-banner #redbar{
	background: #d20000;
	z-index: 0;
	width: 100%;
	height: 2vw;
	position: absolute;
	display: none;
}

@media only screen and (min-width: 480px) {
	#wrap-raty #raty-content #text a{
		font-size: 3vw;
		padding: 1vw 4vw;
		margin: 0 0 0 2vw;
	}
}

@media only screen and (min-width: 768px) {
	#wrap-raty #raty-content #text{
		font-size: 2vw;
	}
	#wrap-raty #raty-content #text a{
		font-size: 2vw;
	}
	#wrap-raty #raty-content {
		padding: 1vw 0;
	}
}
@media only screen and (min-width: 1200px) {
	#wrap-raty #raty-content {
		padding: .5vw 0;
	}
	#wrap-raty #raty-content #text {
		font-size: 1.5vw;
	}
	#wrap-raty #raty-content #text a{
		font-size: 1vw;
		padding: 1vw 2vw;
	}
}
