.site-footer {
	position: relative;
	background: radial-gradient(circle at 24% -14%, #1b2f4c 0%, #0f233d 52%, #0a1a2d 100%);
	color: #e8effa;
	border-top: 0;
	box-shadow: none;
	margin-top: 0;
	overflow: hidden;
}

.site-footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: var(--gp-line);
	pointer-events: none;
}

#footer-widgets {
	display: none;
}

.site-info {
	background: transparent;
}

.site-footer .inside-site-info {
	display: block;
	max-width: 1200px;
	padding: 14px 34px 10px;
	margin: 0 auto;
	background: transparent;
	border-top: 0;
	box-shadow: none;
}

.site-footer .inside-site-info::before {
	content: none;
}

.gp-footer-top {
	display: grid;
	grid-template-columns: minmax(320px, 1.05fr) minmax(360px, 1fr);
	align-items: start;
	gap: 72px;
	padding: 8px 0 14px;
	border-bottom: 1px solid rgba(167, 184, 208, 0.24);
}

.gp-footer-top__left {
	text-align: left;
}

.gp-footer-top__left p {
	margin: 10px 0 14px;
	max-width: 336px;
	font-size: 15px;
	line-height: 1.45;
	color: rgba(232, 239, 250, 0.95);
}

.gp-footer-top__flag {
	font-size: 20px;
	line-height: 1;
}

.gp-footer-top__social {
	display: flex;
	gap: 12px;
	justify-content: flex-start;
}

.gp-footer-top__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	text-decoration: none;
	line-height: 1;
}

.gp-footer-top__social svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.gp-footer-top__social a:nth-child(1) {
	color: #0a66c2;
}

.gp-footer-top__social a:nth-child(2) {
	color: #ff0000;
}

.gp-footer-top__social a:nth-child(3) {
	color: #25d366;
}

.gp-footer-top__social a:nth-child(4) {
	color: #1877f2;
}

.gp-footer-top__right h3 {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.45;
	color: #ffffff;
}

.gp-footer-top__right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gp-footer-top__right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-self: end;
	width: 100%;
	max-width: 460px;
	font-size: 15px;
	line-height: 1.45;
}

.gp-footer-top__right li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 7px;
}

.gp-footer-top__right a {
	color: #e8effa;
	text-decoration: none;
}

.gp-footer-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.gp-footer-icon svg {
	display: block;
	width: 15px;
	height: 15px;
}

.gp-footer-icon path {
	fill: none;
	stroke: #ff4d4d;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.gp-footer-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
	padding: 7px 28px 18px;
	font-size: 12px;
	line-height: 1.25;
	color: rgba(223, 234, 251, 0.9);
}

.gp-footer-bottom span:first-child {
	text-align: left;
}

.gp-footer-bottom span:nth-child(2) {
	text-align: center;
}

.gp-footer-bottom span:nth-child(3) {
	text-align: right;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.gp-footer-top,
	.gp-footer-bottom {
		grid-template-columns: 1fr;
	}

	.gp-footer-top {
		gap: 18px;
		padding: 6px 0 10px;
	}

	.gp-footer-bottom span:nth-child(2),
	.gp-footer-bottom span:nth-child(3) {
		text-align: left;
	}

	.gp-footer-bottom {
		padding: 8px 14px 14px;
	}
}

@media (max-width: 767px) {
	.site-footer .inside-site-info {
		padding-top: 12px;
		padding-bottom: 10px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.site-footer .gp-footer-top {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.site-footer .gp-footer-top__right {
		justify-self: start;
		max-width: none;
	}

	.site-footer .gp-footer-top__right h3 {
		margin: 0 0 8px;
	}

	.site-footer .gp-footer-top__right li {
		align-items: flex-start;
		gap: 8px;
		margin: 0 0 6px;
	}

	.site-footer .gp-footer-top .gp-footer-icon {
		margin-top: 2px;
	}

	.site-footer .gp-footer-bottom {
		grid-template-columns: 1fr;
		font-size: 11px;
		line-height: 1.35;
		padding: 8px 12px 14px;
	}

	.site-footer .gp-footer-bottom span:nth-child(2),
	.site-footer .gp-footer-bottom span:nth-child(3) {
		text-align: left;
	}
}
