footer {margin-top: 5px;position: relative;}
.footer_bg {background-image: url(../images/footer-bg.jpg);position: relative;padding: 84px 0 12px;background-repeat: no-repeat;border-bottom: 8px solid #333333;background-size: cover;}
.footer_bg::before {position: absolute;content: '';background-image: url(../images/footer-bg-line.jpg);width: 100%;height: 5px;left: 0;top: -5px;}
.footer_top {display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer_logo {margin-top: -96px;position: relative;z-index: 1;max-width: 140px;}
.footer_menu {width: calc(100% - 150px);display: flex;justify-content: flex-end;}
.footer_links {margin: 0;padding: 0;display: flex;flex-wrap: wrap;}
.footer_link {list-style: none;margin: 0 22px;}
.footer_link a:link, .footer_link a:visited  {color: #fff;font-size: 18px;}
.footer_link a:hover {color: #ff4d4d;}
.footer_info {margin-top: 32px;}
.footer_info_lists {display: flex;flex-wrap: wrap;padding: 0;margin: 0;justify-content: flex-end;}
.footer_info_list {list-style: none;display: flex;margin-right: 40px;align-items: center;}
.footer_info_list:last-child {margin-right: 26px;}
.footer_info_list > div:nth-of-type(1) {width: 30px;margin-right: 16px;text-align: center;;} 
.footer_info_list > div:nth-of-type(2) {width: calc(100% - 46px);} 
.footer_info_list > div:nth-of-type(2) {font-size: 16px;color: #fff;} 
.footer_info_list > div:nth-of-type(2) a:link, .footer_info_list > div:nth-of-type(2) a:visited {font-size: 16px;color: #fff;}
.footer_info_list > div:nth-of-type(2) a:hover {color: #ff4d4d;} 
.footer_social {display: flex;justify-content: flex-end;margin-top: 36px;}
.footer_social div {margin-right: 16px;transition: all .3s;}
.footer_social div:last-child {margin-right: 24px;}
.footer_social div:hover {transform: translateY(-3px);}
.footer_copyright {text-align: center;font-size: 12px;padding: 13px 0;}
.footer_tel {pointer-events: none;}
.footer_social > div > a img{height: 35px;}
@media only screen and (max-width:1500px){
	.footer_link {margin: 0 16px;}
	.footer_info_list {margin-right: 28px;}
}
@media only screen and (max-width:1400px){
	.footer_link a:link, .footer_link a:visited {font-size: 16px;}
	.footer_info_list > div:nth-of-type(2) a:link, .footer_info_list > div:nth-of-type(2) a:visited {font-size: 14px;}
}
@media only screen and (max-width:1200px){
	.footer_link {margin: 0 12px;}
	.footer_link a:link, .footer_link a:visited {font-size: 14px;}
	.footer_info_list:last-child {margin:16px 12px 0 20px;}
	.footer_info_list:nth-of-type(3) {margin-right: 12px;}
}
@media only screen and (max-width:1024px){
	.footer_menu {max-width: 686px;}
	.footer_link {margin: 0 20px;}
}
@media only screen and (max-width:768px){
	.footer_logo {max-width: 94px;}
	.footer_menu {max-width: unset;width: 100%;margin-top: 12px;}
	.footer_link {margin: 0 12px 8px;}
	.footer_info_lists {justify-content: flex-start;}
	.footer_info_list:last-child {margin:12px 0 0}
}
@media only screen and (max-width:576px){
	.footer_info {margin-top: 16px;}
	.footer_info_list {margin: 12px 0 0;width: 100%;}
	.footer_tel {pointer-events: visible;}
}