html, body{
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
.bg_style {
    background: rgba(0,0,0,0) url(../images/zastavka-4-min.jpg) no-repeat scroll;
    background-position: center center;
    background-size: cover;
	width: 100%;
	height: 100%;
}
.text_block a {
    display: block;
    height: 100%;
    min-height: 420px;
	position: relative;
	top: 20em;
	width: 40%;
}
a {
	outline: none !important;
}
a:hover {
	text-decoration: none;
	
}
a:focus {
	outline: none !important;
}