footer{
    background: #1C75BC;
    color: #fff;
    line-height: 1.4;
    font-size: 12px;
	font-weight: normal;
	height:730px;
	text-align: center;

}

footer ul {
    list-style: none;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited{
    color: #fff;
    text-decoration: none;
}


.footer-child-second{
	display: none;	
}
.footer-child-main2{
	display: none;	
}
.footer-child-main{
	line-height: 1;
}


@media (min-width: 992px){
	footer{
        height:480px;
		text-align: left;
    }
	.footer-child-second{
		display: inherit;	
	}
	.footer-child-main2{
		display: inline-block;	
	}
}

@media (min-width: 1200px){
	footer{
        height:360px;
    }
}


.footer-child-main{
	margin-top: 20px;
}

.footer-child-main2{
	margin-top: 10px;
}
.img_footer_logo img{
	margin-top: 20px;
	margin-bottom: 5px;
	height: 52px;
	width: 158;
}

.footer-child-main a{
    line-height: 1.2;
    font-size: 21px;
}

.footer-child-main2 a{
    line-height: 1.2;
    font-size: 16px;
}

.footer-child-second a{
    line-height: 1.2;
    font-size: 12px;
	font-weight: normal;
}

.footer-child-main a:hover,.footer-child-second a:hover, .footer-child-main2 a:hover {
	text-decoration: underline;
}

.footer-child-middle a{
    line-height: 1.2;
    font-size: 16px;
}
