/* ================== ПОДВАЛ САЙТА ================== */

footer {
	position: relative;
	width: 1242px;
	height: 60px;
	background-color: #1A2936;
	border-top: 2px solid white;
	color: white;
	top: 1060px;
}

.insta-hsz {
	width: 100%;
	height: 16%;
}

#top-footer {
	width: 1150px;
	height: 60px;
	margin: auto;
}

#counter {
	width: 30%;
	height: 90%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 10;
}

.counter {
	margin: 14px 10px 10px 10px;
	float: left;
}

/* ПОИСК */

#search {
	height: 90%;
	width: 70%;
	float: right;
	padding: 20px;
	position: absolute;
	left: 340px;
}

#s {
    width: 90%;
    border-radius: 10px;
}

#bottom-footer {
	width: 1242px;
	height: 50px;
	background-color: #00253D;
	border-top: 1px solid white;
	position: absolute;
	top: 60;
	left: 0;
}

#bottom-footer > p {
	text-align: center;
	padding-top: 17px;
	margin: 0;
}