.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wrapped {
	white-space: pre-wrap;
}
.gomb_div_index {
	text-align: right;
}
.gomb_index {
	margin-right: 50px;
}

@media screen and (max-width: 600px)
{
	.gomb_index {
		margin-right: 20px;
	}
}