.container {
	text-align: center;
}
#pravila-oplaty-text {
	display: inline-block;
}
#pravila-oplaty-text p {
	color: #353434;
}
h3 {
	font-family: 'Montserrat', sans-serif;
    color: #222222;
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
}
h5 {
	font-size: 21px;
	margin: 15px 0;
}
p {
	margin: 10px;
}
#logotipGO {
	position: fixed;
	display: block;
	margin-left: calc(100% - 100px);
	margin-top: 15px;
    width: 50px;
    text-align: center;
}
#logotipGO a {
	text-decoration: none;
	color: black;
	font-weight: 600;
}
#logotipGO a:hover {
	color: red;
}