.footer-3 {
	padding: 32px 0 24px;
	text-align: center;
	background: #fff;
}

.footer-3 .footer__left {
	padding-bottom: 16px;
}

.footer-3 .footer__navigation {
	padding:0;
	margin: 0px;
	list-style: none;
}

.footer-3 .footer__navigation-list {
	padding-bottom: 42px;
}

.footer-3 .footer__navigation-sublist {
	padding: 2px 0 0 0;
	margin: 0;
	list-style: none;
}

.footer-3 .footer__navigation-sublist li {
	padding: 6px 0;
}

.footer-3 .footer__navigation a {
	text-decoration: none;
	display: inline-block;
	color: inherit;
	transition: all 0.8s;
}

.footer-3 .footer__navigation a:hover, .footer-3 .footer__social-media-item:hover {
	transform: translateY(-2px);
}

.footer-3 .footer__logo {
	font-size: 0px;
	width: 136px;
	height: 60px;
	margin: 0 auto;
}

.footer-3 .footer__logo img[src$=".svg"] {
	width: 100%;
	height: 100%;
	min-width: 0 !important;
	max-width: 100% !important;
}

.footer-3 .footer__logo._lp-max-width {
	max-width: 100% !important;
}

.footer-3 .footer__logo + .footer__social-media {
	padding-top: 16px;
}

.footer-3 .footer__social-media {
	font-size: 0;
}

.footer-3 .footer__social-media-item {
	display: inline-flex;
	vertical-align: middle;
	margin: 0 9px 8px;
	transition: all 0.15s;
	width: 24px;
	height: 24px;
}

.footer-3 .footer__social-media-item svg {width: 100%; height: 100%;}

.footer-3 .footer__social-media-item._lp-max-width {
	max-width: 96px;
}

.footer-3 .footer__social-media-item path:not([fill]) {
	fill: var(--text-color-a-05);
}

.footer-3 .footer__right {
	width: 288px;
	margin: 0 auto;
}

@media all and (min-width: 600px) {
	
	.footer-3 {
		padding: 32px 0 24px;
	}
	
	.footer-3 .footer__wrap {
		display: flex;
		flex-direction: row-reverse;
	}
	
	.footer-3 .footer__left {
		flex: none;
		width: 376px;
		padding: 0 0 0 12px;
	}
	
	.footer-3 .footer__right {
		flex: 1 0 1px;
		text-align: left;
		padding: 0 12px 0 0;
		width: 176px;
	}
	
	.footer-3 .footer__navigation {
		margin: 0 -12px;
	}
	
	.footer-3 .footer__logo {
		margin: 0;
	}
	
	.footer-3 .footer__navigation-list {
		display: inline-block;
		width: 50%;
		padding: 0 12px 40px;
		box-sizing: border-box;
		vertical-align: top;
	}
	
	.footer-3 .footer__navigation-list:last-child, .footer-3 .footer__navigation-list:nth-last-child(2) {
		padding-bottom: 0px;
	}
	
	.footer-3 .footer__navigation-sublist li {
		padding: 8px 0;
	}
	
	.footer-3 .footer__navigation-sublist {padding-top: 8px;}
	
	.footer-3 .footer__logo + .footer__social-media {
		padding-top: 8px;
	}
	
	.footer-3 .footer__social-media-item {
		margin: 0 18px 16px 0;
	}
}

@media all and (min-width: 960px) {
	.footer-3 .footer__left {
		width: 592px;
		padding-left: 24px;
	}
	
	.footer-3 .footer__right {
		padding-right: 24px;
		width: 272px;
	}
	
	.footer-3 .footer__navigation {
		margin: 0 -24px;
	}
	
	.footer-3 .footer__navigation-list {
		padding: 0 24px 40px;
	}
}

@media all and (min-width: 1200px) {
	.footer-3 {
		padding: 48px 0 0;
	}
	.footer-3 .footer__navigation {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin: 0 -12px;
	}
	.footer-3 .footer__left {
		width: 760px;
		padding-left: 12px;
	}
	
	.footer-3 .footer__right {
		padding-right: 12px;
		padding-bottom: 32px;
		width: 368px;
	}
	
	.footer-3 .footer__navigation-list {
		padding: 0 12px 40px;
		flex: 1 0 21%;
		max-width: 25%;
	}
	
	.footer-3._3 .footer__navigation-list {
		flex: 1 0 26%;
		max-width: 33.4%;
	}
	
	.footer-3._2 .footer__navigation-list {
		flex: 1 0 35%;
		max-width: 50%;
	}
	
	.footer-3 .footer__navigation-list:last-child, .footer-3 .footer__navigation-list:nth-last-child(2) {
		padding-bottom: 40px;
	}
}

@media all and (min-width: 1380px) {
	.footer-3 .footer__left {
		width: 848px;
		padding-left: 16px;
	}
	
	.footer-3 .footer__right {
		width: 408px;
		padding-right: 16px;
	}
	.footer-3 .footer__navigation {
		margin: 0 -16px;
	}
	
	.footer-3 .footer__navigation-list {
		padding: 0 16px 40px;
	}
}