.Footer{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
    align-items: center;
	padding: 40px;
	background-color: #000;
}
@media screen and (max-width: 965px) {
	.Footer{
		padding: 30px;
	}
}
.FooterCopyright{
	font-size: 13px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
	opacity: 0.3;
}
@media screen and (max-width: 965px) {
	.FooterCopyright{
		order: 3;
		max-width: 560px;
		width: auto;
	}
}
@media screen and (max-width: 545px) {
	.FooterCopyright{
		margin: 0 auto;
		margin-top: 20px;
	}
}
.FooterCopyright-copy{
	margin-bottom: 8px;
}
@media screen and (max-width: 965px) {
	.FooterBtnLayer{
		order: 2;
		width: 100%;
		margin-top: 20px;
		padding-left: 3.5em;
	}
}
.FooterBtn{
	font-size: 13px;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	color: #fff;
	padding-bottom: 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #fff;
}
.FooterBtn:visited{
	color: #fff;
}
@media screen and (max-width: 965px) {
	.FooterSocialLayer{
		order: 1;
		width: 100%;
		display: flex;
	}
}
.FooterSocial{
	min-width: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 965px) {
	.WhiteRedLayer{
		order: 4;
		margin-top: 20px;
	}
}
@media screen and (max-width: 545px) {
	.WhiteRedLayer{
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
.WhiteRed img {
	width: 70px;
	height: 70px;
	opacity: 0.3;
	transition: all 0.3s;
}
.WhiteRed img:hover {
	opacity: 0.7;
}

.FooterBtnLayer a {
	display: table;
	position: relative;
}

.FooterBtnLayer a:first-of-type {
	margin-bottom: 1em;
	margin-right: 1em;
}

.FooterBtnLayer a:first-of-type::before{
	content: "";
	width: 2.5rem;
    height: 2.5rem;
    background: url(img/fgGov-logo-new.png) center center no-repeat;
    background-size: contain;
	bottom: 0;
	left: -3.5rem;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
}

.grecaptcha-badge { display: none; }

/* -----Общие стили для ФГВ----- */
.fgGov{
	display: flex;
	align-items: center;
}
.fgGov::before{
	content: "";
	width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    background: url(img/fgGov-logo-new.png) center center no-repeat;
    background-size: contain;
}