.mission {
	position: relative;
	width: 100%;
	padding: 0 16px;
	background: #fff;
	color: #000;
}

.mission *,
.mission *::before,
.mission *::after {
	box-sizing: border-box;
}

.mission__inner {
	width: min(100%, 1408px);
	margin: 0 auto;
}

.mission__heading {
	display: flex;
	justify-content: center;
	padding-bottom: 64px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.9px;
}
.mission__main {
	min-width: 50%;
}

.mission__heading-label {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.05em;
	font-weight: 500;
	color: #000;
}

.mission__heading-number {
	margin-left: 4px;
	font-size: 10px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: -0.05em;
	vertical-align: top;
}

.mission__content {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding-top: 0;
}

.mission__contacts {
	min-width: 0;
}

.mission__contacts {
	flex: 1 1 0;
	padding-right: 160px;
}

.mission__contacts-line {
	width: 100%;
	height: 0;
	border-top: 1.995px solid #d9d9d9;
}

.mission__contacts-list {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-top: 12px;
}

.mission__contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.mission__contact-label,
.mission__contact-value,
.mission__contact-value a {
	font-size: 15px;
	line-height: 20.776px;
	letter-spacing: -0.05em;
	font-weight: 400;
}

.mission__contact-label {
	flex: 0 0 auto;
	color: #969696;
}

.mission__contact-value-wrap {
	display: flex;
	justify-content: flex-end;
	min-width: 0;
	flex: 1 1 auto;
}

.mission__contact-value {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	max-width: 100%;
	color: #000;
	text-decoration: none;
	text-align: right;
}

.mission__contact-value span:first-child {
	word-break: break-word;
}

.mission__contact-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.mission__contact-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.mission__main {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.mission__title {
	margin: 0;
	font-size: 30px;
	line-height: 28px;
	letter-spacing: -0.05em;
	font-weight: 400;
	color: #000;
}

.mission__text {
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -0.02em;
	font-weight: 500;
	color: #000;
}

.mission__text p {
	margin: 0;
}

.mission__text p + p {
	margin-top: 24px;
}

@media (min-width: 901px) and (max-width: 1280px) {
	.mission__contacts {
		flex: 0 0 257px;
		padding-right: 0;
	}

	.mission__main {
		flex: 0 0 448px;
	}

	.mission__text {
		font-weight: 400;
	}
}

@media (max-width: 900px) {
	.mission__heading {
		padding-bottom: 32px;
		font-size: 13.5px;
		font-style: normal;
		font-weight: 500;
		line-height: 13.5px;
		letter-spacing: -0.675px;
	}
	.mission {
		padding: 0 12px;
	}

	.mission__heading-label {
		font-size: 13.5px;
		line-height: 13.5px;
		letter-spacing: -0.05em;
	}

	.mission__heading-number {
		margin-left: 3px;
		font-size: 7.5px;
		line-height: 13.5px;
	}

	.mission__content {
		flex-direction: column;
		gap: 24px;
	}

	.mission__contacts {
		width: 100%;
		padding-right: 0;
	}

	.mission__main {
		width: 100%;
		gap: 27px;
	}

	.mission__title {
		font-size: 22.5px;
		line-height: 21px;
	}

	.mission__text {
		font-size: 15.75px;
		line-height: 18px;
		font-weight: 500;
	}

	.mission__text p + p {
		margin-top: 18px;
	}
}
