#stock {
	width: 100%;
	height: 100vh;
}

#stock footer {
	position: absolute;
	bottom: 0px;
}

#stock .inner .container {
	padding: 30px 15px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#stock .inner h1 {
	font-size: 22px;
	font-style: italic;
	text-transform: uppercase;
	color: #525252;
	text-align: center;
}

#stock .inner hr {
	width: 50px;
	height: 3px;
	background-color: #1e39b4;
	margin: 10px 0px 10px;
	border: none;
}

#stock .inner .text {
	width: 100%;
	font-size: 18px;
	text-align: center;
}

#stock .inner .text .blue {
	color: #1e39b4;
}

#stock .inner .text a {
	text-decoration: none;
}

#stock .podrobnee {
	width: 100%;
	margin-top: 25px;
	font-size: 12px;
	color: #333333;
	text-align: left;
}