@charset "utf-8";

.jst_footer {
	background: #061126;
	color: #fff;
}

.jst_footer__inner {
	width: min(100% - 40px, 1440px);
	margin: 0 auto;
	padding: 72px 0 52px;
}

.jst_footer__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 80px;
}

.jst_footer__logos {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 34px;
	padding: 18px 24px;
	border: 1px solid rgba(185, 211, 248, 0.48);
	border-radius: 14px;
	background: linear-gradient(135deg, #eef5ff 0%, #dce8fa 100%);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.jst_footer__logo {
	display: block;
	filter: none;
	opacity: 1;
}

.jst_footer__logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 50px;
	object-fit: contain;
}

.jst_footer__logo-color {
	position: relative;
	z-index: 1;
	opacity: 0.72;
}

.jst_footer__logo-white {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	filter: brightness(0) invert(1);
	opacity: 0.6;
	pointer-events: none;
}

.jst_footer__info {
	flex: 0 1 690px;
}

.jst_footer__logo-color {
	opacity: 0.82;
}

.jst_footer__logo-white {
	opacity: 0.48;
}

.jst_footer__title {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	word-break: keep-all;
}

.jst_footer__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 64px;
	margin-top: 14px;
}

.jst_footer__contact a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 19px;
	line-height: 1.5;
	text-decoration: none;
	word-break: keep-all;
}

.jst_footer__contact a:hover {
	color: #fff;
}

.jst_footer__info address {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	font-style: normal;
	line-height: 1.6;
	word-break: keep-all;
}

.jst_footer__bottom {
	margin-top: 33px;
	padding-top: 29px;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.jst_footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	line-height: 1.5;
	word-break: keep-all;
}


@media all and (max-width: 1500px) {
	.jst_footer__top {
		flex-wrap: wrap;
		gap: 30px;
	}
	.jst_footer__logo img { height: 40px; }
}

@media all and (max-width: 1280px) {
	.jst_footer__inner { padding: 62px 0 52px; }
	.jst_footer__info address {
	    margin-top: 14px;
	}
	.jst_footer__title {
	    font-size: 18px;
		font-weight: 600;
	}
	.jst_footer__bottom {
		margin-top: 28px;
		padding-top: 24px;
	}
}
@media all and (max-width: 1024px) {
	.jst_footer__inner {
		padding: 60px 0 42px;
	}
	.jst_footer__logos {
		gap: 28px;
	}

	.jst_footer__contact {
		gap: 12px 36px;
	}
}

@media all and (max-width: 768px) {
	.jst_footer__logos {
		display: flex;
		flex-wrap: wrap;
		gap: 16px 22px;
		padding: 16px 18px;
		border-radius: 12px;
	}

	.jst_footer__inner {
		width: min(100% - 32px, 1440px);
		padding: 48px 0 34px;
	}

	.jst_footer__top {
		display: block;
	}


	.jst_footer__info {
		margin-top: 34px;
	}

	.jst_footer__title {
		font-size: 17px;
	}

	.jst_footer__contact {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 12px;
	}

	.jst_footer__contact a,
	.jst_footer__info address {
		font-size: 15px;
	}

	.jst_footer__info address {
		margin-top: 12px;
	}

	.jst_footer__bottom {
		margin-top: 34px;
		padding-top: 24px;
	}

	.jst_footer__bottom p {
		font-size: 14px;
	}
}

@media all and (max-width: 650px) {

}

@media all and (max-width: 420px) {
	.jst_footer__logos {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: start;
		gap: 16px;
	}

	.jst_footer__logo {
		max-height: 34px;
	}

	.jst_footer__title {
		font-size: 16px;
	}

	.jst_footer__contact a,
	.jst_footer__info address {
		font-size: 14px;
	}
}