/*FOOTER*/

.footer {
	background-color: #191919;
	width: 100%;
	/*height: 76px;*/
}

.footer__content-wrap {
	height: inherit;
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 16px 10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	overflow: hidden;
}

.footer__logo-lnk {
	/*position: absolute;
	left: 0;
	top: 18px;*/
	width: 280px;
	height: 50px;
	display: block;
	background-image: url(logo.png);
	z-index: 10;
	margin: 0 auto 14px;
}

.footer_text {
	/*top: 25px;*/
	color: #ffffff;
	font-size: 13px;
	margin: 14px auto 0;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	position: relative;
}

.footer__dev {
	/*position: absolute;
	right: 55px;
	top: 10px;*/
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 14px;
}

.footer__dev-lnk {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	text-decoration: underline;
	z-index: 10;
}

.rssFooterLink{
	display: inline-block;
}

#gkRSS {
	display: inline-block;
	margin: 2px 0px 0px 4px;
	background: url("http://xn----8sbfl6absaipdm0d2cmo.xn--p1ai/rss_forpost.png");
	width: 30px;
	height: 30px;
}
.copy_logo {
	display: block;
	margin: 0 auto;
	width: 135px;
}

.sitemapLink{
	display: inline-block;
}
#sitemapPic {
	display: inline-block;
	background: url("http://xn----8sbfl6absaipdm0d2cmo.xn--p1ai/sitemap.png");
	width: 30px;
	height: 30px;
}

@media screen and (min-width: 1024px) {

	.footer__logo-lnk {
		float: left;
		margin-bottom: 0;
	}

	.footer__dev {
		margin-top: 0;
	}

	.footer_details {
		float: right;
		text-align: right;
		padding-right: 54px;
	}

	.footer__dev-logo {
		font-size: 0;
		height: 31px;
	}

	.copy_logo {
		display: inline-block;
	}

	.rssFooterLink{
		position: absolute;
		right: 0;
		top: 0;
	}

	.sitemapLink{
		position: absolute;
		right: 0;
		top: 32px;
	}

	.footer_text {
		display: inline-block;
		margin-bottom: 0;
	}
}