.info2{
	width: 100%;
	height: auto;
	float: left;
	padding: 19px 0 17px;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	background-color: #39424deb;
	margin-top: 50px;
}
.info2 p{
	font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #8393a7;
}
.info2 p > a{
	text-decoration: underline;
	color: #2196f3;
}
.footer{
	width: 100%;
	height: auto;
	float: left;
	background-color: #222831;
}
.footer_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_item{
	width: 18%;
	height: auto;
	margin: 49.5px 0 45px 0;
	display: flex;
	flex-direction: column;
	position: relative;
}
.footer_logo img{
	width: 141.1px;
    height: 44px;
    object-fit: contain;
}
.footer_logo{
	margin: 0 !important;
}
.footer_item a{
	font-size: 16px;
	font-family: 'Avenir Next Cyr Medium';
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #e7ecf2;
	margin: 10px 0 25px 0;
	float: left;
}
.footer_item p{
	font-size: 16px;
	font-family: 'Avenir Next Cyr Medium';
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: left;
	color: #e7ecf2;
	margin: 10px 0 25px 0;
	float: left;
	cursor:pointer;
}
.footer_network{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
}
.footer_network a{
	margin: 0;
}
.footer_network a > img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    object-position: center;
}
.copyright{
	width: 100%;
	height: auto;
	float: left;
	border-top: solid 1px #515b67;
	padding: 35px 0;
}
.copyright_row{
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	lighting-color: currentColor;
}
.copyright_item{
	width: fit-content;
	height: auto;
}
.copyright_item:nth-child(1) p:nth-child(2){
	margin: 0 0 0 45px;
	float: left;
}
.copyright_item p{
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: 0.72px;
	text-align: right;
	color: #ffffff;
	float: left;
}
@media screen and (max-width: 1600px){
	.information p {
        font-size: 12px;
    }
    .info2 p {
        font-size: 12px;
    }
    	.footer_item a{
		font-size: 15px;
	}
	.footer_item p{
		font-size: 15px;
	}
	.copyright{
		padding: 35px 0 30px;
	}
	.copyright_item p{
		font-size: 14px;
	}
}
@media screen and (max-width: 1235px){
    .footer_item:first-child{
		margin: 49.5px 0 0 0; 
	}
	.footer_item a{
		margin: 0px 0 25px 0 !important;
		font-size: 13px;
	}
	.footer_item p{
		margin: 0px 0 25px 0 !important;
		font-size: 13px;
	}
	.footer_network{
		position: relative;
        margin: 20px 0 40px;
        justify-content: left;
	}
	.footer_network a{
		margin: 0 20px 0 0 !important;
		float: left;
	}
	.footer_network a > img{
		width: 21px;
		height: 21px;
	}
	.footer_item{
		width: -webkit-fill-available;
		width: -moz-available;
		height: auto;
		margin: 0 0 0 56px;
	}
	.footer_logo img{
    height: 30px;
    padding-left: 10px;
    }
}