.footer {
	background: #163864;
	padding-top: 32px;
	width: 100%;
}
.footer-logo {
	margin-bottom: 19px;
	display: flex;
	align-items: center;
	gap: 20px;
	color: #f1f6fe;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0px 0 32px;
}
.footer-logo {
	mix-blend-mode: luminosity;
	transition: all 0.3s ease-in-out;
}
.footer-left {
	max-width: 738px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-right {
	width: 40%;
	max-width: 284px;
}
.footer-right-menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-right-menu > ul {
	columns: 2;
}
.footer-right-menu > ul > li {
	margin-bottom: 8px;
}
.footer-right-menu span {
	color: rgba(255, 255, 255, 0.35);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	text-transform: uppercase;
}
.footer-right-menu > ul > li > a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	display: block;
}
.footer-right-menu > ul > li > ul {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 4px 0 0 0;
}
.footer-right-menu > ul > li > ul a {
	color: #f1f6fe;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.footer-tel {
	margin-right: 56px;
}
.footer-tel,
.footer-mail {
	display: flex;
	flex-direction: column;
}
.footer-tel a,
.footer-mail a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	transition: all 0.3s ease-in-out;
}
.footer-tel span,
.footer-mail span {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.footer-btn {
	display: flex;
	height: 40px;
	min-height: 40px;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 100px;
	background: #134d93;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-top: auto;
}
.footer-contacts {
	margin-top: auto;
}
.footer-contacts-title {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 12px;
}
.footer-contacts-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.footer-contacts-list a,
.footer-contacts-list p {
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	color: #f1f6fe;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.footer-contacts-list a {
	width: max-content;
}
.footer-contacts-list svg {
	min-width: 24px;
}
.footer-social {
	display: flex;
	gap: 10px;
	margin-top: 24px;
}
.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.footer-social svg {
	position: relative;
	z-index: 2;
}
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0 32px;
	border-top: 1px solid rgba(214, 218, 225, 0.2);
}
.footer-bottom,
.footer-bottom a {
	color: #f1f6fe;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.footer-social svg {
	fill: #223f43;
	transition: all 0.3s ease-in-out;
}
.footer-logo:hover,
.footer-contacts-list a:hover,
.footer-bottom a:hover,
.footer-right-menu ul a:hover,
.footer-tel a:hover,
.footer-mail a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}
.footer-btn:hover {
	background: #1660b3;
	transition: all 0.3s ease-in-out;
}
.menu-logo a:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
.footer-bottom a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}
.vk-video svg:nth-child(2) {
	display: none;
}
.vk:hover {
	background: #07f;
	transition: all 0.3s ease-in-out;
}
.telegram:hover {
	background: #28a8e9;
	transition: all 0.3s ease-in-out;
}
.vk-video:hover svg:nth-child(1) {
	display: none;
}
.vk-video:hover svg:nth-child(2) {
	display: block;
}
.telegram:hover svg,
.vk:hover svg {
	fill: #fff;
	transition: all 0.3s ease-in-out;
}
.footer-logo span,
.mob-show {
	display: none;
}
@media (max-width: 1170px) {
	.footer-flex {
		flex-direction: column;
	}
	.footer-logo {
		gap: 12px;
		max-width: 530px;
	}
	.footer-contacts {
		display: none;
		margin-top: 0;
		max-width: 334px;
	}
	.mob-show {
		display: block;
	}
	.footer-right {
		max-width: unset;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.footer-right-menu {
		max-width: 284px;
	}
	.footer-contacts-title {
		font-size: 18px;
	}
	.footer-bottom {
		padding: 16px 0 32px;
	}
}
@media (max-width: 767px) {
	.footer {
		padding-top: 20px;
	}
	.footer-right {
		flex-direction: column;
		gap: 64px;
	}
	.footer-logo {
		margin-bottom: 40px;
	}
	.footer-logo p {
		display: none;
	}
	.footer-logo img {
		max-width: 42px;
	}
	.footer-logo span {
		display: block;
	}
	.footer-right-menu {
		max-width: unset;
	}
	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
}
