.footer {
	padding: 32px;
}

.footer ul, .footer ul li {
	list-style: none;
	margin: 0;
    padding: 0;
}

.footer-black {
	border-radius: 48px;
	background: #eff4ff;
	padding: 16px 0px 56px;
}
.footer-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 38px;
}
.footer-main {
	padding: 40px 0;
	border-bottom: 1px solid #111927;
}
.footer-menu {
	width: 100%;
}
.footer-menu-list {
	display: flex;
	gap: 40px;
}
.footer-menu-item {
	width: 25%;
}
.footer-menu-item a {
	padding: 10px 0;
	color: #111927;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 114.286%;
	display: flex;
	align-items: center;
	gap: 6px;
}
.footer-menu-item a img {
	margin: -2px 0;
}
.footer-menu-title {
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 114%;
	letter-spacing: -0.32px;
	padding: 12px 0;
	position: relative;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.footer-bottom-left a {
	color: #111927;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	padding: 15px 20px;
	border-radius: 40px;
	border: 1px solid #111927;
	display: inline-block;
}
.footer-bottom-right {
	display: flex;
	gap: 8px;
}
.footer-bottom-right > a {
	display: flex;
	padding: 11px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 40px;
	border: 1px solid #111927;
	color: #111927;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}
.footer-share-list {
	display: flex;
	gap: 8px;
}
.footer-share-list a {
	border-radius: 50%;
	border: 1px solid #111927;
	min-width: 46px;
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-bot {
	padding-top: 42px;
	display: flex;
	justify-content: space-between;
}
.footer-bot-logo {
	margin-right: 30px;
}
.footer-bot-copy-wrap {
	max-width: 752px;
}
.footer-bot-copy {
	color: #1e293b;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
}
.footer-bot-copy-links {
	display: flex;
	gap: 20px;
	margin-top: 9px;
}
.footer-bot-copy-links a {
	color: #1e293b;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
	text-decoration: none;
}
.footer a:hover {
	opacity: 0.6;
	transition: all 0.3s linear;
}
@media (max-width: 1460px) {
	.footer {
		padding: 24px;
	}
	.footer-main {
		padding: 32px 0;
	}
	.footer-black {
		padding: 8px 0px 48px;
		border-radius: 32px;
	}
	.footer-bottom {
		margin-top: 64px;
	}
	.footer-bot {
		padding-top: 40px;
	}
	.footer-bot-logo svg {
		max-width: 174px;
	}
	.footer-menu-list {
		gap: 32px;
	}
}
@media (max-width: 1340px) {
	.footer {
		padding: 16px 0;
	}
}
@media (max-width: 1170px) {
	.footer-menu-list {
		flex-direction: column;
		gap: 0;
	}
	.footer-menu-list ul {
		display: none;
		padding-left: 16px;
	}
	.footer-menu-list ul.open {
		display: block;
	}
	.footer-menu-title::before {
		content: "";
		background: url("../new-img/footer-menu-title.svg") no-repeat;
		transform: rotate(180deg);
		position: absolute;
		top: 12px;
		right: 0;
		width: 20px;
		height: 20px;
	}
	.footer-menu-title.open::before {
		transform: rotate(0deg);
	}
	.footer-menu-item {
		border-bottom: 1px solid #d2d6db;
		padding: 8px 0;
		width: 100%;
	}
	.footer-main {
		padding: 0;
	}
	.footer-bottom {
		margin: 40px 0 32px;
	}
	.footer-black {
		padding: 18px 0px 30px;
		border-radius: 20px;
	}
	.footer {
		padding: 16px;
	}
	.footer-main:first-child .footer-menu-item:last-child {
		border: none;
	}
	.footer-bot-logo svg {
		max-width: 128px;
	}
	.footer-bot-copy-wrap {
		max-width: 474px;
	}
	.footer-bot-copy-links {
		margin-top: 10px;
		gap: 10px;
		flex-direction: column;
	}
	.footer-row {
		padding: 0 24px;
	}
}
@media (max-width: 767px) {
	.footer {
		padding: 10px 0;
	}
	.footer-black {
		padding: 10px 0px 30px;
	}
	.footer-row {
		padding: 0 20px;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 12px;
	}
	.footer-bot {
		padding-top: 38px;
		flex-direction: column;
	}
	.footer-bot-logo {
		margin: 0px 0px 26px 0px;
	}
	.footer-menu-item a {
		padding: 8px 0;
	}
}
