@font-face {
	font-family: "Museo Sans Cyrl";
	src: url("../fonts/MuseoSansCyrl-500.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Museo Sans Cyrl";
	src: url("../fonts/MuseoSansCyrl-700.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.page-template-page-corporate #breadcrumbs,
.page-template-page-corporate #breadcrumbs + p,
.page-template-page-corporate .page-main > .wrapper:has(#breadcrumbs) {
	display: none;
}

.page-template-page-corporate .page-main {
	background: #fff;
}

.corp-page {
	background: #fff;
	color: #353535;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-weight: 500;
	font-synthesis: none;
}

.corp-page h1,
.corp-page h2,
.corp-page p,
.corp-page button,
.corp-page a {
	font-family: "Museo Sans Cyrl", sans-serif;
	font-weight: 500;
	font-synthesis: none;
}

.corp-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 65px;
	padding-right: 65px;
}

.corp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-family: "Museo Sans Cyrl", sans-serif;
	font-weight: 500;
	cursor: pointer;
	border-radius: 30px 0;
	transition: opacity .2s;
}

.corp-btn:hover {
	opacity: .85;
}

.corp-btn--ghost {
	border: 1px solid #ffae00;
	color: #ffae00;
	background: transparent;
	padding: 16px 41px;
	font-size: 16px;
	line-height: 20px;
}

.corp-btn--fill {
	background: #ffae00;
	color: #fff;
	border: 0;
	padding: 24px 48px;
	font-size: 20px;
	line-height: 24px;
}

/* Hero */
.corp-hero {
	background: #f9f8f5;
}

.corp-hero__inner {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 65px;
	overflow: hidden;
}

.corp-hero__content {
	width: 489px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 56px;
	padding: 65px 0;
}

.corp-hero__copy {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.corp-hero__title {
	margin: 0;
	font-size: 52px;
	line-height: 56px;
	font-weight: 500;
	color: #353535;
}

.corp-hero__lead {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.corp-hero__subtitle {
	margin: 0;
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	color: #353535;
}

.corp-hero__subtitle span {
	color: #ffae00;
	font-weight: 700;
}

.corp-hero__text {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #6c6c6c;
}

.corp-hero__media {
	position: relative;
	width: 764px;
	height: 545px;
	flex-shrink: 0;
	overflow: hidden;
}

.corp-hero__media picture,
.corp-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.corp-hero__media img {
	position: absolute;
	left: 0;
	top: 0;
	width: 764px;
	height: 545px;
	max-width: none;
	object-fit: fill;
	border-radius: 0;
}

/* Events */
.corp-events {
	background: #fff;
	padding-top: 120px;
	padding-bottom: 80px;
}

.corp-events__title {
	margin: 0 0 52px;
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	color: #353535;
}

.corp-events__list {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.corp-events__item {
	flex: 1 0 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.corp-events__num {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 16px;
	color: #ffae00;
}

.corp-events__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.corp-events__name {
	font-size: 22px;
	line-height: 28px;
	color: #353535;
}

.corp-events__line {
	height: 1px;
	width: 100%;
	background: #f2f2f2;
}

.corp-events__text {
	font-size: 16px;
	line-height: 20px;
	color: #6c6c6c;
}

/* Why */
.corp-why {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.corp-why__title {
	margin: 0 0 64px;
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	color: #353535;
	text-align: center;
}

.corp-why__title br {
	display: none;
}

.corp-why__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 24px;
}

.corp-why__card:nth-child(-n+3) {
	grid-column: span 2;
}

.corp-why__card:nth-child(n+4) {
	grid-column: span 3;
}

.corp-why__card {
	background: #f9f8f5;
	border-radius: 20px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: flex-start;
}

.corp-why__icon {
	width: 40px;
	height: 40px;
	overflow: hidden;
	flex-shrink: 0;
}

.corp-why__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.corp-why__card-text {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.corp-why__name {
	font-size: 20px;
	line-height: 24px;
	color: #353535;
}

.corp-why__text {
	font-size: 16px;
	line-height: 20px;
	color: #6c6c6c;
}

/* CTA */
.corp-cta {
	background: #fff;
	padding-bottom: 80px;
}

.corp-cta__inner {
	display: flex;
	justify-content: center;
}

.corp-cta__btn {
	width: 442px;
}

/* FAQ */
.corp-faq {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 120px;
}

.corp-faq__title {
	margin: 0 0 64px;
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	color: #353535;
	text-align: center;
}

.corp-faq__list {
	width: 768px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.corp-faq__item {
	border-bottom: 1px solid #f9f8f5;
}

.corp-faq__head {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 40px;
	padding: 0 0 24px;
	background: none;
	border: 0;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	color: inherit;
}

.corp-faq__num {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	border-radius: 100px;
	background: #f9f8f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 20px;
	color: #353535;
}

.corp-faq__question {
	flex: 1 0 0;
	min-width: 0;
	font-size: 20px;
	line-height: 24px;
	color: #353535;
	padding-top: 4px;
}

.corp-faq__plus {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	box-sizing: border-box;
	transition: transform .3s;
}

.corp-faq__plus img {
	display: block;
	width: 24px;
	height: 24px;
}

.corp-faq__item.is-open .corp-faq__plus {
	transform: rotate(45deg);
}

.corp-faq__body {
	display: none;
	padding: 0 72px 24px 56px;
}

.corp-faq__answer,
.corp-faq__answer p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #6c6c6c;
}

.corp-faq__answer p + p {
	margin-top: 8px;
}

@media (max-width: 1200px) {
	.corp-inner,
	.corp-hero__inner {
		padding-left: 32px;
		padding-right: 32px;
	}

	.corp-hero__inner {
		padding-right: 0;
	}

	.corp-hero__content {
		width: 42%;
		padding: 48px 0;
		gap: 40px;
	}

	.corp-hero__title {
		font-size: 40px;
		line-height: 44px;
	}

	.corp-hero__subtitle {
		font-size: 22px;
		line-height: 28px;
	}

	.corp-hero__media {
		width: 52%;
		height: 460px;
	}

	.corp-events__list {
		flex-wrap: wrap;
		gap: 32px 24px;
	}

	.corp-events__item {
		flex: 1 1 180px;
	}
}

@media (max-width: 768px) {
	.corp-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.corp-hero__inner {
		flex-direction: column;
		padding: 0 10px;
		overflow: visible;
	}

	.corp-hero__content {
		width: 100%;
		padding: 36px 0 0;
		gap: 0;
	}

	.corp-hero__copy {
		gap: 12px;
	}

	.corp-hero__title {
		font-size: 34px;
		line-height: 38px;
	}

	.corp-hero__lead {
		gap: 8px;
	}

	.corp-hero__subtitle {
		font-size: 20px;
		line-height: 24px;
	}

	.corp-hero__btn {
		display: none;
	}

	.corp-hero__media {
		width: calc(100% + 20px);
		margin-left: -10px;
		height: 346px;
		margin-top: 36px;
	}

	.corp-hero__media img {
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		height: 100%;
		border-radius: 0;
		object-fit: fill;
		object-position: center;
	}

	.corp-events {
		padding-top: 48px;
		padding-bottom: 36px;
	}

	.corp-events__title {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 36px;
	}

	.corp-events__list {
		flex-direction: column;
		gap: 20px;
	}

	.corp-events__item {
		flex: none;
		width: 100%;
		gap: 16px;
	}

	.corp-events__num {
		width: 24px;
		height: 24px;
	}

	.corp-events__body {
		gap: 8px;
	}

	.corp-events__name {
		line-height: 26px;
	}

	.corp-why {
		padding-top: 36px;
		padding-bottom: 48px;
	}

	.corp-why__title {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 36px;
		text-align: left;
	}

	.corp-why__title br {
		display: inline;
	}

	.corp-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.corp-why__card:nth-child(-n+4) {
		grid-column: span 1;
	}

	.corp-why__card:nth-child(5) {
		grid-column: 1 / -1;
	}

	.corp-why__card {
		border-radius: 16px;
		padding: 20px 15px;
		gap: 20px;
	}

	.corp-why__icon {
		width: 28px;
		height: 28px;
	}

	.corp-why__card-text {
		gap: 5px;
	}

	.corp-why__name {
		font-size: 18px;
		line-height: 22px;
	}

	.corp-why__text {
		font-size: 15px;
		line-height: 19px;
	}

	.corp-cta {
		padding-bottom: 36px;
	}

	.corp-cta__btn {
		width: 100%;
		padding: 20px 48px;
	}

	.corp-faq {
		padding-top: 36px;
		padding-bottom: 48px;
	}

	.corp-faq__title {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 36px;
		text-align: left;
	}

	.corp-faq__list {
		width: 100%;
		gap: 16px;
	}

	.corp-faq__head {
		gap: 0;
		justify-content: space-between;
		padding-bottom: 16px;
	}

	.corp-faq__question {
		flex: 1 1 auto;
		font-size: 18px;
		line-height: 22px;
		padding: 5px 8px 0 20px;
	}

	.corp-faq__num {
		font-size: 15px;
		line-height: 19px;
	}

	.corp-faq__body {
		padding: 0 32px 16px 52px;
	}
}

