@media (min-width: 768px) and (max-width: 939px) {
	.page-header-wrapper {
		border-bottom: 1px solid hsl(from var(--bg2) h s calc(l - 8));
	}
}

@media (min-width: 940px) {
	.main-menu {
		border-bottom: 1px solid hsl(from var(--bg2) h s calc(l - 8));
	}
}

.color-emphasize1 {
	color: var(--emphasize1);
}
.color-emphasize2 {
	color: var(--emphasize2);
}

.pc2026 {
	overflow: hidden;
}

/* region first screen */
.pc2026-first-screen__title {
	margin-top: 0.8em;
	font-weight: 700;
	line-height: 1.15;
	color: var(--emphasize2);
}

.pc2026-first-screen__subtitle {
	line-height: 1.15;
}

.pc2026-first-screen__audience {
	margin: 0;
	line-height: 1.15;
	font-weight: 500;
	color: var(--emphasize2);
}

.pc2026-first-screen__features {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	z-index: 1;
}

.pc2026-first-screen__feature-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: var(--emphasize1);
	font-size: 1.5625em;
	line-height: 1;
	margin-bottom: 0.32em;
}

.pc2026-first-screen__feature-text {
	line-height: 1.3;
	font-weight: 500;
}

.pc2026-first-screen__circle {
	background: hsl(from var(--emphasize2) h s l / 80%);
	aspect-ratio: 1;
	border-radius: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.pc2026-first-screen__magazine {
	height: auto;
	z-index: 1;
}

.pc2026-first-screen__wave {
	position: absolute;
	left: 0;
	right: 0;
}

@media (width < 940px) {
	.pc2026-first-screen__bg {
		display: none;
	}
	
	.pc2026-first-screen__wave {
		background: 50% 0 / 230% auto no-repeat;
		height: min(165px, 42vw);
		bottom: -1px;
	}
	
	.pc2026-first-screen__container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.pc2026-first-screen__title {
		font-size: min(44.8px, 6.107vw);
	}
	
	.pc2026-first-screen__subtitle {
		margin-top: min(12px, 3.053vw);
		font-size: min(20px, 4.071vw);
	}
	
	.pc2026-first-screen__audience {
		margin-top: min(8px, 2.036vw);
		font-size: min(17px, 4.58vw);
	}
	
	.pc2026-first-screen__btn {
		margin-top: min(24px, 6.107vw);
		order: 10;
		z-index: 1;
	}
	
	.pc2026-first-screen__features {
		margin-top: min(24px, 6.107vw);
		column-gap: min(12px, 3.053vw);
		row-gap: min(21px, 5.344vw);
		font-size: min(16px, 4.071vw);
	}
	
	.pc2026-first-screen__house {
		height: min(400px, 100vw);
		width: calc(100% + var(--container-padding) * 2);
		margin-left: calc(var(--container-padding) * -1);
		display: flex;
		align-items: center;
		justify-content: center;
		order: 11;
	}
	.pc2026-first-screen__house-img {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position: 32%;
	}
	
	.pc2026-first-screen__circle {
		width: min(400px, 101.781vw);
		margin-left: calc(max(-36px, -9.1vw) - var(--container-padding));
		margin-top: max(-121px, -30vw);
		margin-bottom: max(-121px, -30vw);
		order: 12;
		align-self: center;
	}
	.pc2026-first-screen__magazine {
		width: 90%;
		margin-right: -3%;
		margin-top: 14%;
	}
	
	.pc2026-first-screen__decor1,
	.pc2026-first-screen__decor2 {
		display: none;
	}
}

@media (width >= 940px) {
	.pc2026-first-screen {
		padding-bottom: min(180px, 12.5vw);
	}
	.pc2026-first-screen__wave {
		background: 60% 0 / 183% no-repeat;
		height: min(465px, 32.3vw);
		bottom: max(-229px, -15.9vw);
	}
	
	.pc2026-first-screen__bg {
		position: absolute;
		top: max(-147px, -10.2vw);
		bottom:0;
		width: min(86.5%, 1246px);
		pointer-events: none;
	}
	
	.pc2026-first-screen__bg-img {
		width: 100%;
		height: auto;
	}

	.pc2026-first-screen__title {
		font-size: min(44.8px, 3.111vw);
		max-width: 14em;
	}

	.pc2026-first-screen__subtitle {
		margin-top: min(12px, 0.833vw);
		font-size: min(20px, 1.389vw);
	}

	.pc2026-first-screen__audience {
		margin-top: min(14px, 0.972vw);
		font-size: min(17px, 1.181vw);
	}

	.pc2026-first-screen__btn {
		margin-top: min(27px, 1.875vw);
		max-width: 25em;
	}

	.pc2026-first-screen__features {
		margin-top: 1.5625em;
		column-gap: 2.125em;
		row-gap: 1.875em;
		font-size: min(16px, 1.111vw);
		max-width: 27.125em;
	}

	.pc2026-first-screen__circle {
		position: absolute;
		width: min(582px, 40.417vw);
		left: calc(var(--container-padding) + 32.81%);
		top: min(208px, 14.44vw);
	}
	.pc2026-first-screen__magazine {
		width: 107.54%;
		margin-right: -0.85%;
		margin-top: 14%;
	}
	
	.pc2026-first-screen__decor1,
	.pc2026-first-screen__decor2 {
		position: absolute;
		background: 0 0 / contain no-repeat;
		z-index: 1;
	}
	.pc2026-first-screen__decor1 {
		aspect-ratio: 200 / 219;
		bottom: max(-129px, -8.95vw);
		right: 11.4%;
		width: min(95px, 6.59vw);
	}
	.pc2026-first-screen__decor2 {
		aspect-ratio: 200 / 217;
		bottom: max(-67px, -4.652vw);
		right: 17.29%;
		width: min(110px, 7.63%);
	}
	
	.pc2026-first-screen__house {
		display: none;
	}
}

@media (width >= 940px) and (width <= 1440px) {
	.pc2026-first-screen__bg {
		left: 31.18vw;
	}
}

@media (width > 1440px) {
	.pc2026-first-screen__bg {
		left: calc(min(449px, 31.18vw) + (100vw - var(--container-width-max)) / 2);
	}
}
/* endregion first screen */

/* region companies */
.pc2026-companies {
	padding-top: 1px;
	background: var(--bg3);
}

.pc2026-companies__title {
	max-width: 16em;
}

.pc2026-companies__list {
	display: grid;
}

.pc2026-companies__item {
	display: flex;
	align-items: flex-start;
	gap: min(18px, 2.5vw);
}

.pc2026-companies__icon {
	flex-shrink: 0;
	background: 50% 50% / contain no-repeat;
	aspect-ratio: 1;
}

.pc2026-companies__item-title {
	margin: 0;
	font-weight: 600;
	line-height: 1.3;
	color: var(--emphasize2);
}

.pc2026-companies__item-desc {
	margin: min(8px, 0.556vw) 0 0;
}

@media (width < 940px) {
	.pc2026-companies {
		padding-bottom: min(55px, 13.9vw);
	}
	
	.pc2026-companies__img {
		display: none;
	}
	
	.pc2026-companies__title {
		margin-top: 0.75em;
		margin-bottom: 1.25em;
		max-width: 13em;
	}
	
	.pc2026-companies__list {
		grid-template-columns: 1fr;
		row-gap: min(28px, 7.124vw);
	}
	
	.pc2026-companies__icon {
		width: min(117px, 20vw);
	}
	.pc2026-companies__text {
		align-self: center;
	}
	
	.pc2026-companies__item-title {
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-companies__item-desc {
		font-size: min(15px, 3.817vw);
	}
}

@media (width >= 940px) {
	.pc2026-companies {
		padding-bottom: min(38px, 2.64vw);
	}
	
	.pc2026-companies__img {
		background: 100% 0 / contain no-repeat;
		aspect-ratio: 654 / 441;
		width: min(654px, 45.41vw);
		position: absolute;
		top: min(28px, 1.94vw);
		right: 81.73%;
	}
	
	.pc2026-companies__info {
		margin-left: 27.3188%;
	}

	.pc2026-companies__title {
		margin-top: 1.5833em;
		margin-bottom: min(50px, 3.472vw);
	}

	.pc2026-companies__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: min(40px, 2.778vw);
		row-gap: min(48px, 3.333vw);
	}

	.pc2026-companies__icon {
		width: min(102px, 7vw);
	}

	.pc2026-companies__item-title {
		font-size: min(18px, 1.25vw);
	}

	.pc2026-companies__item-desc {
		font-size: min(15px, 1.042vw);
		max-width: min(355px, 24.653vw);
	}
}
/* endregion companies */

/* region catalog intro */
.pc2026-catalog-intro {
	overflow: hidden;
	padding-top: 1px;
}
.pc2026-catalog-intro__info {
	z-index: 1;
}
.pc2026-catalog-intro__img {
	background: 50% 0 / contain no-repeat;
	transform: rotate(-9.94deg);
	position: absolute;
}
.pc2026-catalog-intro__desc {
	color: var(--text-color2);
}

@media (width < 940px) {
	.pc2026-catalog-intro {
		padding-bottom: min(111px, 28.24vw);
	}
	
	.pc2026-catalog-intro__title {
		margin-top: 1em;
		margin-bottom: 0.67em;
	}
	
	.pc2026-catalog-intro__desc {
		font-size: min(14px, 3.56vw);
		font-weight: 500;
		line-height: 1.3;
		margin-bottom: 1.14em;
		width: 51.74%;
	}
	
	.pc2026-catalog-intro__btn {
		max-width: 55%;
	}
	
	.pc2026-catalog-intro__img {
		aspect-ratio: 4 / 3;
		width: min(528px, 134vw);
		left: 41%;
		top: 5.85vw;
	}
}

@media (width >= 940px) {
	.pc2026-catalog-intro {
		padding-bottom: min(82px, 5.7vw);
	}
	.pc2026-catalog-intro__info {
		width: 42.6%;
	}

	.pc2026-catalog-intro__title {
		margin-top: 1.78em;
		margin-bottom: 0.44em;
	}

	.pc2026-catalog-intro__desc {
		line-height: 1.15;
		font-size: min(20px, 1.388vw);
		margin-bottom: 1.45em;
	}

	.pc2026-catalog-intro__img {
		height: min(479px, 33.26vw);
		top: max(-80px, -5.55vw);
		left:48.5%;
		right: var(--container-padding);
	}
}
/* endregion catalog intro */

/* region products */
.pc2026-products {
	padding-top: min(31px, 4.3vw);
	padding-bottom: min(44px, 9.1vw);
}

.pc2026-products__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8em 1.5em;
	margin-bottom: min(28px, 1.944vw);
}

.pc2026-products__tab {
	font-weight: 500;
	line-height: 1.3;
	color: var(--text-color3);
	background: transparent;
}

.pc2026-products__tab.active {
	color: var(--emphasize2);
	font-weight: 600;
	cursor: default;
}
.pc2026-products__tab:not(.active, :hover) {
	text-decoration: underline;
	text-underline-offset: 0.23em;
	text-decoration-skip-ink: none;
}

.pc2026-products__list {
	display: flex;
}

.pc2026-products__item {
	list-style: none;
	container: pc2026-product / inline-size;
}

.pc2026-product {
	background: var(--bg1);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: min(22px, 7.4cqw);
}

a.pc2026-product__img-wrapper {
	display: block;
}

.pc2026-product__img {
	width: 100%;
	height: auto;
	display: block;
}
.pc2026-product__img[data-src] {
	height: 100cqw;
}

.pc2026-product__title,
.pc2026-product__features,
.pc2026-product__more {
	margin-left: 4.7138cqw;
	margin-right: 4.7138cqw;
}

.pc2026-product__title {
	color: var(--emphasize1);
	font-weight: 500;
	line-height: 1.15;
	font-size: min(5.7239cqw, 17px);
	margin-bottom: 0.6em;
}

.pc2026-product:not(:has(.pc2026-product__features)) .pc2026-product__title,
.pc2026-product__features {
	flex-grow: 1;
}

.pc2026-product__features {
	width: 90.5724cqw;
}
.pc2026-product__feature + .pc2026-product__feature {
	margin-top: 0.3em;
}
.pc2026-product__feature {
	font-size: min(5cqw, 15px);
	line-height: 1.15;
	list-style: none;
	display: flex;
	align-items: flex-end;
	gap:0.2em;
}
.pc2026-product__feature-label {
	color: var(--emphasize2);
	flex-shrink: 0;
}
.pc2026-product__feature-value {
	color: var(--text-color2);
	flex-shrink: 0;
}
.pc2026-product__feature-delimiter {
	flex-grow: 1;
	border-bottom: 0.07em dashed var(--text-color3);
}

.pc2026-product__more {
	margin-top: min(17px, 5.7239cqw);
}

@media (width < 940px) {
	.pc2026-products__tabs {
		font-size: min(16px, 3.56vw);
		margin-bottom: min(20px, 5vw);
	}
	.pc2026-products__tab {
		flex-shrink: 0;
		max-width: 100%;
	}
	
	.pc2026-products__list {
		gap: min(20px, 5vw);
		overflow: auto;
		margin-left: calc(var(--container-padding) * -1);
		margin-right: calc(var(--container-padding) * -1);
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
	.pc2026-products__item {
		width: min(300px, 75.57vw);
		flex-shrink: 0;
	}
}

@media (width >= 940px) {
	.pc2026-products__tabs {
		font-size: min(16px, 1.111vw);
	}

	.pc2026-products__list {
		flex-wrap: wrap;
		gap: min(20px, 1.4vw);
	}
	
	.pc2026-products__item {
		width: calc((100% - min(20px, 1.4vw) * 3) / 4);
	}
}
/* endregion products */

/* region solutions */
.pc2026-solutions {
	padding-top: min(47px, 5.3vw);
	padding-bottom: min(51px, 8.9vw);
}

.pc2026-solutions__title {
	font-weight: 700;
	line-height: 1.15;
	color: var(--text-color);
}

.pc2026-solutions__note {
	background: var(--emphasize2);
	color: white;
	line-height: 1.14;
	font-weight: 500;
}

.pc2026-solutions__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pc2026-solutions__img {
	width: 100%;
	aspect-ratio: 500 / 281;
	background: 0 0 / cover no-repeat;
}

.pc2026-solutions__item-title {
	font-weight: 600;
	line-height: 1.3;
	color: var(--emphasize2);
	margin-top: 1.22em;
}

.pc2026-solutions__item-desc {
	margin-top: 0.66em;
	flex-grow: 1;
}

.pc2026-solutions__btn {
	margin-top: min(20px, 1.389vw);
}

@media (width < 940px) {
	.pc2026-solutions__header {
		margin-bottom: min(21px, 5.34vw);
	}
	
	.pc2026-solutions__title {
		margin-bottom: 0.75em;
	}
	
	.pc2026-solutions__note {
		padding: min(16px, 4.071vw);
		font-size: min(17px, 3.56vw);
	}
	
	.pc2026-solutions__item + .pc2026-solutions__item {
		margin-top: min(38px, 9.66em);
	}
	
	.pc2026-solutions__item-title {
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-solutions__item-desc {
		font-size: min(15px, 3.817vw);
	}
}

@media (width >= 940px) {
	.pc2026-solutions__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: min(55px, 3.81vw);
	}

	.pc2026-solutions__title {
		width: 46.6%;
	}

	.pc2026-solutions__note {
		width: 44.13%;
		padding: min(24px, 1.667vw) min(41px, 2.84vw);
		font-size: min(17px, 1.181vw);
	}

	.pc2026-solutions__list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: min(25px, 1.736vw);
	}

	.pc2026-solutions__item-title {
		font-size: min(18px, 1.25vw);
	}

	.pc2026-solutions__item-desc {
		font-size: min(15px, 1.042vw);
	}
}
/* endregion solutions */

/* region partners */
.pc2026-partners {
	padding-top: min(36px, 3.8vw);
	padding-bottom: min(48px, 12vw);
}

.pc2026-partners__label {
	display: flex;
	align-items: center;
	gap: 1em;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--emphasize2);
	text-transform: uppercase;
	margin-bottom: 0.5384em;
}

.pc2026-partners__label::before {
	content: '';
	display: block;
	width: 0.6153em;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--emphasize2);
	flex-shrink: 0;
}

.pc2026-partners__desc {
	line-height: 1.5;
}

.pc2026-partners__list {
	counter-reset: pc2026-partners-list;
}
.pc2026-partners__card {
	counter-increment: pc2026-partners-list;
	background: var(--bg1);
	border-radius: var(--box-border-radius);
	overflow: hidden;
}

.pc2026-partners__card::before {
	content: "0" counter(pc2026-partners-list);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.22em;
	height: 1.56em;
	padding: 0 0.44em;
	border-radius: 999px;
	background: var(--emphasize2);
	color: #fff;
	font-weight: 600;
	z-index: 1;
}

.pc2026-partners__card-img {
	width: 100%;
	object-fit: cover;
}
.pc2026-partners__card-img._manufacture {
	aspect-ratio: 404 / 146;
	background: 50% 50% / cover no-repeat;
}
.pc2026-partners__card-img._edu {
	background: 50% 50% / cover no-repeat;
}
.pc2026-partners__card-img._crm,
.pc2026-partners__card-img._examples {
	background: 100% 50% / contain no-repeat;
}
.pc2026-partners__card-img._graph {
	background: 0 0 / cover no-repeat;
	width: 100%;
	aspect-ratio: 726 / 500;
	position: absolute;
	bottom:0;
	right: 0;
}

.pc2026-partners__card:has(._graph) .pc2026-partners__card-title {
	max-width: 90%;
}
.pc2026-partners__card:has(._graph) .pc2026-partners__card-desc::before {
	content: '';
	display: block;
	float: right;
	width: 41%;
	height: 7em;
	shape-outside: polygon(90% 0, 100% 100%, 0 100%);
}

.pc2026-partners__card-title {
	font-weight: 600;
	line-height: 1.1;
	color: var(--emphasize2);
}

.pc2026-partners__card-desc {
	color: var(--text-color2);
}


.pc2026-partners__card_emphasize {
	background: var(--emphasize2);
}
.pc2026-partners__card_emphasize .pc2026-partners__card-title,
.pc2026-partners__card_emphasize .pc2026-partners__card-desc {
	color: white;
}
.pc2026-partners__card_emphasize::before {
	background: white;
	color: var(--emphasize2);
}


.pc2026-partners__card_img-right .pc2026-partners__card-img {
	position: absolute;
	top:0;
	bottom:0;
}
.pc2026-partners__card_img-right .pc2026-partners__card-img {
	right:0;
}


@media (width < 940px) {
	.pc2026-partners__label {
		font-size: min(13px, 3.3vw);
	}
	
	.pc2026-partners__title {
		margin-top: 0.375em;
	}
	
	.pc2026-partners__desc {
		margin-top: 0.8em;
		margin-bottom: 1.125em;
		font-size: min(16px, 4vw);
	}
	
	.pc2026-partners__card {
		max-width: 500px;
	}
	
	.pc2026-partners__card + .pc2026-partners__card {
		margin-top: min(18px, 4.58vw);
	}
	
	.pc2026-partners__card::before {
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-partners__card-title {
		padding: min(14px, 3.562vw) min(18px, 4.58vw) 0;
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-partners__card-desc {
		padding: min(8px, 2.036vw) min(18px, 4.58vw) min(18px, 4.58vw);
		font-size: min(15px, 3.817vw);
	}
	
	.pc2026-partners__card:nth-child(1) {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.pc2026-partners__card:nth-child(1)::before {
		margin-top: min(14px, 3.562vw);
		margin-left: min(18px, 4.58vw);
	}
	.pc2026-partners__card:nth-child(1) .pc2026-partners__card-title {
		order: 1;
		width: 75%;
	}
	.pc2026-partners__card:nth-child(1) .pc2026-partners__card-desc {
		width: 60%;
		order: 2;
	}
	.pc2026-partners__card:nth-child(1) .pc2026-partners__card-img {
		order: 3;
		width: 40%;
		aspect-ratio: 486 / 500;
		background: 0 50% / cover no-repeat;
		align-self: flex-end;
		margin-bottom: min(18px, 4.58vw);
	}
	
	.pc2026-partners__card:nth-child(2)::before {
		position: absolute;
		left: min(18px, 4.58vw);
		top: min(18px, 4.58vw);
	}
	
	.pc2026-partners__card:nth-child(3) {
		padding-bottom: 24vw;
	}
	
	.pc2026-partners__card:nth-child(3)::before,
	.pc2026-partners__card:nth-child(4)::before,
	.pc2026-partners__card:nth-child(5)::before,
	.pc2026-partners__card:nth-child(6)::before {
		margin-top: min(13px, 3.3vw);
		margin-left: min(18px, 4.58vw);
	}
	
	.pc2026-partners__card:nth-child(4) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.pc2026-partners__card:nth-child(4) .pc2026-partners__card-img {
		aspect-ratio: 31 / 11;
		order: 10;
	}
	
	
	.pc2026-partners__card_img-right .pc2026-partners__card-title,
	.pc2026-partners__card_img-right .pc2026-partners__card-desc{
		width: 63%;
	}
	.pc2026-partners__card-img._crm,
	.pc2026-partners__card-img._examples {
		background: 100% 50% / contain no-repeat;
		width: 40%;
	}
}

@media (width >= 940px) {
	.pc2026-partners__container {
		display: grid;
		gap: min(24px, 1.66vw);
		grid-template-columns: 37.8985% 1fr 1fr;
	}
	
	.pc2026-partners__header,
	.pc2026-partners__card:nth-child(1),
	.pc2026-partners__card:nth-child(4) {
		margin-right: min(9px, 0.625vw);
		grid-column: 1;
	}
	
	.pc2026-partners__card:nth-child(2),
	.pc2026-partners__card:nth-child(3) {
		grid-row: 1 / span 2;
	}
	.pc2026-partners__card:nth-child(5),
	.pc2026-partners__card:nth-child(6) {
		grid-row: 3 / span 2;
	}
	.pc2026-partners__card:nth-child(2),
	.pc2026-partners__card:nth-child(5) {
		grid-column: 2;
	}
	.pc2026-partners__card:nth-child(3),
	.pc2026-partners__card:nth-child(6) {
		grid-column: 3;
	}
	
	.pc2026-partners__card:nth-child(1) {
		grid-row: span 2;
	}
	
	.pc2026-partners__label {
		font-size: min(13px, 0.9vw);
	}

	.pc2026-partners__desc {
		margin-top: 1.29em;
		font-size: min(17px, 1.18vw);
	}

	.pc2026-partners__list {
		display: contents;
	}
	
	.pc2026-partners__card:nth-child(1)::before,
	.pc2026-partners__card:nth-child(2)::before {
		position: absolute;
		top: 0;
		left:0;
	}

	.pc2026-partners__card::before{
		font-size: min(18px, 1.25vw);
		margin-top: min(12px, 0.83vw);
		margin-left: min(20px, 1.389vw);
	}

	.pc2026-partners__card-title {
		padding: min(16px, 1.111vw) min(20px, 1.31vw) 0;
		font-size: min(18px, 1.25vw);
	}

	.pc2026-partners__card-desc {
		padding: min(8px, 0.556vw) min(20px, 1.31vw) min(20px, 1.389vw);
		font-size: min(14px, 0.972vw);
	}
	
	.pc2026-partners__card:nth-child(4) .pc2026-partners__card-title {
		padding-top: min(9px, 0.625vw);
	}
	
	.pc2026-partners__card_img-left {
		padding-left: 43.38%;
	}
	.pc2026-partners__card_img-right {
		padding-right: 44%;
	}
	.pc2026-partners__card_img-left .pc2026-partners__card-img {
		position: absolute;
		top:0;
		bottom:0;
	}
	.pc2026-partners__card_img-left .pc2026-partners__card-img {
		width: 43.38%;
		left:0;
	}
	
	.pc2026-partners__card-img._product-range {
		background: 50% 50% / contain no-repeat;
	}
	.pc2026-partners__card-img._crm,
	.pc2026-partners__card-img._examples {
		width: 50%;
	}
}
/* endregion partners */

/* region projects */
.pc2026-projects__title {
	max-width: 18em;
}
.pc2026-projects__desc {
	line-height: 1.3;
	font-weight: 600;
	color: var(--emphasize2);
	max-width: 39em;
	margin-top: 0.61em;
}

.pc2026-projects__list {
	display: flex;
}
.pc2026-projects__item {
	flex-shrink: 0;
}

.pc2026-projects__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--box-border-radius);
}

.pc2026-projects__item-title {
	font-weight: 600;
	line-height: 1.3;
	color: var(--emphasize1);
	margin-top: 1.16em;
	margin-bottom: 0.55em;
}

.pc2026-projects__item-desc {
	color: var(--text-color2);
}

.pc2026-projects__btn-wrap {
	display: flex;
	justify-content: center;
}
.pc2026-projects__btn {
	min-width: min(100%, 21em);
}

@media (width < 940px) {
	.pc2026-projects__title {
		margin-top: 1.5em;
	}
	
	.pc2026-projects__desc {
		margin-bottom: 1.5em;
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-projects__list {
		overflow: auto;
		gap: min(16px, 3vw);
		margin-left: calc(var(--container-padding) * -1);
		margin-right: calc(var(--container-padding) * -1);
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
	.pc2026-projects__item {
		width: min(336px, 85.49vw);
	}
	
	.pc2026-projects__item-title {
		font-size: min(18px, 4vw);
	}
	
	.pc2026-projects__item-desc {
		font-size: min(15px, 3.817vw);
	}
	
	.pc2026-projects__btn-wrap {
		margin-top: min(28px, 7.124vw);
	}
}

@media (width >= 940px) {
	.pc2026-projects__title {
		margin-top: 1.63em;
	}

	.pc2026-projects__desc {
		margin-bottom: 2.388em;
		font-size: min(18px, 1.25vw);
	}

	.pc2026-projects__list {
		gap: min(30px, 2vw);
	}
	.pc2026-projects__item {
		width: calc((100% - min(60px, 4vw)) / 3);
	}

	.pc2026-projects__item-title {
		font-size: min(18px, 1.25vw);
	}

	.pc2026-projects__item-desc {
		font-size: min(15px, 1.042vw);
	}

	.pc2026-projects__btn-wrap {
		margin-top: min(32px, 2.222vw);
	}
}
/* endregion projects */

/* region cooperation */
.pc2026-cooperation {
	padding-top: 1px;
	z-index: 1;
}
.pc2026-cooperation__desc {
	line-height: 1.3;
	font-weight: 600;
}

.pc2026-cooperation__steps {
	list-style: none;
	display: grid;
}

.pc2026-cooperation__step-decor {
	container: pc2026-cooperation__step-decor / size;
	width: 100%;
}

.pc2026-cooperation__step-num {
	fill: var(--emphasize2);
	height: 100cqh;
	width: auto;
	z-index: 1;
}
.pc2026-cooperation__step-line {
	position: absolute;
	height: auto;
	left: 100cqh;
}
.pc2026-cooperation__step-line path {
	stroke: var(--emphasize2);
}
.pc2026-cooperation__step:first-child .pc2026-cooperation__step-line {
	top: 30cqh;
	max-height: 27.15cqh;
}
.pc2026-cooperation__step:nth-child(2) .pc2026-cooperation__step-line {
	top: 51.42cqh;
	max-height: 28.57cqh;
}
.pc2026-cooperation__step:nth-child(3) .pc2026-cooperation__step-line {
	top: 8.571cqh;
	max-height: 51.42cqh;
}

.pc2026-cooperation__step-title {
	font-weight: 600;
	line-height: 1.1;
	color: var(--emphasize1);
}
.pc2026-cooperation__step-desc {
	color: var(--text-color2);
	line-height: 1.2;
}

.pc2026-cooperation__media-label {
	color: var(--text-color2);
	font-weight: 600;
	line-height: 1.1;
	display: flex;
}

.pc2026-cooperation__arrow {
	width: 1.85em;
	height: auto;
	fill: var(--emphasize1);
	flex-shrink: 0;
}

.pc2026-cooperation__media-img {
	width: 100%;
	height: auto;
	display: block;
}

@media (width < 440px) {
	.pc2026-cooperation__doc {
		margin-top: max(-14.5vw, -57px);
	}
}

@media (width >= 440px) and (width < 720px) {
	.pc2026-cooperation__doc {
		margin-top: -23px;
	}
}

@media (width < 940px) {
	.pc2026-cooperation__title {
		margin-top: 2.4583em;
	}
	
	.pc2026-cooperation__desc {
		margin-top: 1.2778em;
		margin-bottom: 1.7778em;
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-cooperation__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: min(30px, 7.5vw) 3.2%;
	}
	
	.pc2026-cooperation__step-decor {
		height: min(70px, 12.723vw);
	}
	.pc2026-cooperation__step-line {
		width: calc(107% - 100cqh);
	}
	
	.pc2026-cooperation__step-title {
		margin-top: 0.7142em;
		font-size: min(16px, 4.071vw);
	}
	
	.pc2026-cooperation__step-desc {
		margin-top: 0.45em;
		font-size: min(14px, 3.562vw);
	}
	
	.pc2026-cooperation__media-label {
		font-size: min(16px, 3.56vw);
	}
	
	.pc2026-cooperation__doc {
		width: min(86%, 325px);
		margin-left: 40.5%;
	}
	.pc2026-cooperation__doc-label {
		position: absolute;
		flex-direction: column;
		align-items: flex-end;
		top: 6.071em;
		left: -9.4285em;
		width: 9em;
		text-align: right;
	}
	
	.pc2026-cooperation__video {
		max-width: 375px;
	}
	.pc2026-cooperation__video-label {
		align-items: center;
		max-width: 14em;
		gap: 0.3571em;
		margin-bottom: 1em;
	}
	.pc2026-cooperation__video-label .pc2026-cooperation__arrow {
		transform: rotate(90deg);
	}
	
	.pc2026-cooperation__btn {
		margin-top: min(40px, 10vw);
		margin-left: auto;
		margin-right: auto;
		max-width: 24em;
		display: block;
	}
}

@media (width >= 940px) {
	.pc2026-cooperation {
		padding-bottom: min(16px, 1.11vw);
	}
	.pc2026-cooperation__title,
	.pc2026-cooperation__desc {
		max-width: 46%;
	}
	.pc2026-cooperation__title {
		margin-top: 2.6388em;
	}
	.pc2026-cooperation__desc {
		margin-top: min(11px, 0.764vw);
		font-size: min(18px, 1.25vw);
	}

	.pc2026-cooperation__steps {
		margin-top: min(72px, 5vw);
		width: 65.8695%;
		grid-gap: 2%;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.pc2026-cooperation__step-decor {
		height: min(70px, 4.861vw);
	}
	.pc2026-cooperation__step-line {
		left: min(70px, 4.861vw);
		width: calc(110% - 100cqh);
	}

	.pc2026-cooperation__step-title {
		margin-top: 0.8125em;
		font-size: min(16px, 1.111vw);
	}
	
	.pc2026-cooperation__step:first-child .pc2026-cooperation__step-title {
		max-width: 10em;
	}

	.pc2026-cooperation__step-desc {
		margin-top: 0.7857em;
		font-size: min(14px, 0.972vw);
	}
	
	.pc2026-cooperation__media {
		position: absolute;
	}
	.pc2026-cooperation__media-label {
		position: absolute;
		font-size: min(16px, 1.11vw);
		text-align: right;
		flex-direction: column;
		align-items: flex-end;
	}
	.pc2026-cooperation__doc {
		top:min(5px, 0.3472vw);
		left: 68.5%;
		width: 40.5%;
	}
	.pc2026-cooperation__doc-label {
		top: 2.875em;
		left: -8.3125em;
		width: 9em;
	}

	.pc2026-cooperation__video {
		right: var(--container-padding);
		bottom:0;
		width: 26%;
	}
	.pc2026-cooperation__video-label {
		width: 11em;
		left: -12.125em;
		bottom: 1em;
	}
	
	.pc2026-cooperation__btn {
		margin-top: min(24px, 1.667vw);
	}
}
/* endregion cooperation */

/* region faq */
.pc2026-faq__subtitle {
	line-height: 1.3;
	color: var(--emphasize2);
	font-weight: 600;
}

.faq-item {
	border-radius: var(--box-border-radius);
	background: var(--bg2);
	color: var(--text-color2);
}

.faq-item__question {
	font-weight: 600;
	cursor: pointer;
}
.faq-item__question::after {
	content: '';
	display: block;
	background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2035%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.5%200.364746C7.85313%200.364746%200%208.05018%200%2017.5002C0%2026.9502%207.85313%2034.6356%2017.5%2034.6356C27.1469%2034.6356%2035%2026.9502%2035%2017.5002C35%208.05018%2027.1469%200.364746%2017.5%200.364746ZM17.5%2033.1772C8.65519%2033.1772%201.45831%2026.1408%201.45831%2017.5002C1.45831%208.85956%208.65519%201.82313%2017.5%201.82313C26.3448%201.82313%2033.5417%208.85225%2033.5417%2017.5002C33.5417%2026.1481%2026.3448%2033.1772%2017.5%2033.1772Z%22%20fill%3D%22%23A4906B%22%2F%3E%3Cpath%20d%3D%22M27.4532%2012.1989C27.1251%2011.9437%2026.6657%2011.9875%2026.4105%2012.301L17.5001%2023.2677L8.58966%2012.3011C8.33447%2011.9875%207.8751%2011.9437%207.56153%2012.199C7.24797%2012.4542%207.20422%2012.9136%207.45947%2013.2271L16.9387%2024.8937C17.1938%2025.2073%2017.6532%2025.2511%2017.9668%2025.0031C18.0032%2024.9739%2018.0397%2024.9375%2018.0762%2024.8937L27.5554%2013.2271C27.8105%2012.9136%2027.7595%2012.4542%2027.4532%2012.1989Z%22%20fill%3D%22%23A4906B%22%2F%3E%3C%2Fsvg%3E") 50% 50% / contain no-repeat;
	position: absolute;
	top:50%;
}
.faq-item[open] .faq-item__question::after {
	transform: scale(1, -1);
}
.faq-item[open] .faq-item__question {
	color: var(--emphasize2);
}

.faq-item__answer p + p {
	margin-top: 1em;
}
.faq-item__answer .text {
	line-height: 1.4;
}

@media (width < 940px) {
	.pc2026-faq__title {
		margin-top: 1.16em;
	}
	
	.pc2026-faq__subtitle {
		margin-top: 0.8em;
		margin-bottom: 1.4em;
		font-size: min(18px, 4.58vw);
	}
	
	.faq-item + .faq-item {
		margin-top: min(17px, 4vw);
	}
	
	.faq-item__question {
		font-size: min(18px, 3.56vw);
		padding: 0.85em 3.5em 0.85em 1.14em;
	}
	.faq-item__question::after {
		width: 1.42em;
		height: 1.42em;
		margin-top: -0.71em;
		right: 0.71em;
	}
	
	.faq-item__answer {
		font-size: min(15px, 3.56vw);
		padding: 0 1.06em 1.5em;
	}
}

@media (width >= 940px) {
	.pc2026-faq {
		padding-top: 1px;
		padding-bottom: min(57px, 3.958vw);
	}
	
	.pc2026-faq__decor {
		position: absolute;
		aspect-ratio: 800 / 533;
		background: 0 0 / contain no-repeat;
	}
	.pc2026-faq__decor_1 {
		width: 51%;
		top: max(-39px, -2.7vw);
		right: 79.93%;
	}
	.pc2026-faq__decor_2 {
		width: 47%;
		top: min(479px, 33.26vw);
		left: 85.2%;
	}
	
	.pc2026-faq__title {
		margin-top: 2.4722em;
		text-align: center;
	}

	.pc2026-faq__subtitle {
		margin-top: 0.66em;
		margin-bottom: 3.277em;
		font-size: min(18px, 1.25vw);
		text-align: center;
	}

	.faq-item {
		max-width: 1061px;
		margin-left: auto;
		margin-right: auto;
	}
	.faq-item + .faq-item {
		margin-top: min(17px, 1.18vw);
	}

	.faq-item__question {
		font-size: min(18px, 1.63vw);
		padding: 1em 3.33em 1em 2.66em;
	}
	.faq-item__question::after {
		width: 1.94em;
		height: 1.94em;
		margin-top: -0.97em;
		right: 0.66em;
	}

	.faq-item__answer {
		font-size: min(15px, 1.36vw);
		padding: 0 3.2em 1.5em;
	}
}
/* endregion faq */

/* region lead form */
.pc2026-order-desc {
	color: var(--text-color2);
}
.pc2026-order-form {
	color: white;
	background: var(--emphasize2);
	border-radius: var(--box-border-radius);
	display: flex;
	gap: 0 1.33em;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pc2026-order-form .form-param {
	--form-param-padding-v: 0;
}
.pc2026-order-form .form-params-group {
	margin-bottom: 2em;
	width: 100%;
}
.pc2026-order-form .form-params-group__title {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0.94em;
}
.pc2026-order-form .form-param__title {
	font-size: 0.8em;
	margin-bottom: 0.41em;
}
.pc2026-order-form label.form-param__title {
	display: block;
}
.pc2026-order-form .form-param_Privacy label {
	font-size: 0.93em;
}
.pc2026-order-form .form-param_Privacy input[type="checkbox"] {
	align-self: flex-start;
}
.pc2026-order-form input[type="checkbox"] {
	width: 1.2em;
	height: 1.2em;
	border-radius: 0.2em;
	border: 0.1em solid white;
	flex-shrink: 0;
}
.pc2026-order-form input[type="checkbox"]:checked::after {
	content: var(--fa-var-check);
	font-family: var(--fa-style-family);
	font-weight: var(--fa-style);
	position: absolute;
	inset:0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
.pc2026-order-form input[type="checkbox"] + label {
	user-select: none;
}
.pc2026-order-form .form-param:has(input[type="checkbox"]) > div {
	display: flex;
	gap:0.53em;
	align-items: center;
}
.pc2026-order-form .form-params-group__fields {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 1.3em;
}
.pc2026-order-form .form-param_Name input,
.pc2026-order-form .form-param_Phone input,
.pc2026-order-form .form-param_Phone select {
	background: white;
	height: 3.2em;
	font-size: 1.06em;
	border-radius: 0.516em;
	padding: 0 1em;
}
.pc2026-order-form .form-param_Name input {
	width: 100%;
}
.pc2026-order-form .form-field-phone {
	display: flex;
	gap: 0.26em;
	padding-left: 0;
}
.pc2026-order-form .form-field-phone select {
	flex-shrink: 0;
	position: relative;
}
.pc2026-order-form .form-field-phone input {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 0;
}
.pc2026-order-form .form-param__input:has(input.WS-Phone:required):before {
	display: none;
}
.form-param__input:has(input.WS-Phone:required):after {
	color: var(--emphasize2);
	font-size: 1em;
	line-height: 1;
	top:0.3em;
	right: 0.3em;
}
.pc2026-order-form input.required {
	background: var(--error-message-bg);
}
.pc2026-order-btn {
	--button-min-height: 3.63em;
	
	font-weight: 600;
}

@media (width < 620px) {
	.pc2026-order-form .form-param_Name,
	.pc2026-order-form .form-param_Phone {
		width: 100%;
		margin-bottom: 1.06em;
	}
}

@media (width >= 620px) {
	.pc2026-order-form .form-param_Name,
	.pc2026-order-form .form-param_Phone {
		width: calc(50% - 10px);
		margin-bottom: 1.6em;
	}
}

@media (width < 720px) {
	.pc2026-order-btn {
		width: 100%;
	}
	.pc2026-order-form .form-param_Privacy {
		margin-bottom: 1.2em;
	}
}

@media (width >= 720px) {
	.pc2026-order-btn {
		max-width: 18.18em;
	}
	.pc2026-order-form .form-param_Privacy {
		width: calc(100% - 20em);
	}
}

@media (width < 940px) {
	.pc2026-order-title {
		margin-top: 3.125em;
	}
	.pc2026-order-desc {
		font-size: min(15px, 3.81vw);
		margin-top: 0.667em;
		margin-bottom: 1.93em;
	}
	.pc2026-order-form {
		padding: 1.1em;
		font-size: min(15px, 3.8vw);
	}
}

@media (width >= 940px) {
	.pc2026-order {
		display: flex;
		gap: 4.63%;
	}
	.pc2026-order-info {
		width: 33.98%;
		flex-shrink: 0;
	}
	.pc2026-order-form {
		flex-grow: 1;
		padding: min(32px, 2.22vw);
		font-size: min(15px, 1vw);
	}
	.pc2026-order-form .form-params-group__fields {
		justify-content: space-between;
	}
	.pc2026-order-desc {
		font-size: min(15px, 1vw);
		margin-top: 0.73em;
	}
}
/* endregion lead form */

/* region segment */
.pc2026-segment__decor {
	background: 50% 100% / contain no-repeat;
	aspect-ratio: 500 / 760;
}
.pc2026-segment__intro {
	font-weight: 500;
	line-height: 1.15;
}
.pc2026-segment__list-title {
	line-height: 1.3;
	font-weight: 600;
	color: var(--emphasize2);
}

.pc2026-segment__icon {
	position: absolute;
	left:0;
	right: 0;
	border-radius: 50%;
	background: var(--emphasize1);
	border: solid transparent;
}
.pc2026-segment__icon._fill {
	fill: white;
}
.pc2026-segment__icon._stroke {
	fill: none;
	stroke: white;
}

.pc2026-segment__item-title {
	font-weight: 600;
	line-height: 1.3;
	color: var(--emphasize1);
}

.pc2026-segment__item-desc {
	margin-top: 0.53em;
	color: var(--text-color2);
}

.pc2026-segment__conclusion {
	background: var(--emphasize2);
	border-radius: var(--box-border-radius);
	color: white;
}

.pc2026-segment__conclusion-icon {
	flex-shrink: 0;
	color: white;
	border: 0.07em solid;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.pc2026-segment__conclusion-title {
	font-weight: 600;
	line-height: 1.3;
}

.pc2026-segment__conclusion-desc {
	margin-top:0.66em;
}

@media (width < 440px) {
	.pc2026-segment__conclusion::before {
		width: 10vw;
		height: 92vw;
	}
}
@media (width >= 440px) and (width < 500px) {
	.pc2026-segment__conclusion::before {
		width: 10vw;
		height: 72vw;
	}
}
@media (width < 500px) {
	.pc2026-segment__conclusion::before {
		content: '';
		display: block;
		position: relative;
		float: right;
		shape-outside: polygon(100% 0, 100% 100%, 0 100%, 0 50%);
	}
}
@media (width >= 500px) {
	.pc2026-segment__conclusion-desc {
		margin-right: 3em;
	}
}

@media (width >= 470px) and (width < 483px) {
	.pc2026-segment__item:nth-child(2) .pc2026-segment__item-desc::before {
		shape-outside: polygon(100% 50%, 100% 100%, 0 100%, 0 89%);
		width: 8em;
		height: 14em;
	}
}
@media (width >= 483px) and (width < 520px) {
	.pc2026-segment__item:nth-child(2) .pc2026-segment__item-desc::before {
		shape-outside: polygon(100% 50%, 100% 100%, 0 100%, 0 89%);
		width: 8em;
		height: 12em;
	}
}
@media (width >= 520px) and (width < 550px) {
	.pc2026-segment__item:nth-child(2) .pc2026-segment__item-desc::before {
		shape-outside: polygon(100% 50%, 100% 100%, 0 100%, 0 89%);
		width: 8em;
		height: 11em;
	}
}
@media (width >= 550px) and (width < 600px) {
	.pc2026-segment__item:nth-child(2) .pc2026-segment__item-desc::before {
		shape-outside: polygon(100% 50%, 100% 100%, 0 100%, 0 50%);
		width: 8em;
		height: 11em;
	}
}
@media (width >= 470px) and (width < 600px) {
	.pc2026-segment__item:nth-child(2) .pc2026-segment__item-desc::before {
		content: '';
		display: block;
		position: relative;
		float: right;
	}
}

@media (width >= 600px) and (width < 940px) {
	.pc2026-segment__item:nth-child(2) .pc2026-segment__item-desc {
		margin-right: 8em;
	}
}

@media (width < 940px) {
	.pc2026-segment {
		padding-bottom: min(46px, 11.7vw);
	}
	.pc2026-segment__decor {
		position: absolute;
		bottom:0;
		right: max(-23.75%, -90px);
		width: min(75%, 300px);
		z-index: 1;
		pointer-events: none;
	}
	
	.pc2026-segment__title {
		margin-top: 1.083em;
	}
	
	.pc2026-segment__intro {
		margin-top: 0.71em;
		font-size: min(15px, 3.56vw);
	}
	
	.pc2026-segment__list-title {
		margin-top: 1.11em;
		margin-bottom: 2.44em;
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-segment__item + .pc2026-segment__item {
		margin-top: min(35px, 8.9vw);
	}
	
	.pc2026-segment__item {
		padding-left: min(93px, 18.82vw);
	}
	
	.pc2026-segment__icon {
		width: min(64px, 16.28vw);
		height: min(64px, 16.28vw);
		border-width: min(12px, 3vw);
	}
	
	.pc2026-segment__item-title {
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-segment__item-desc {
		font-size: min(15px, 3.817vw);
	}
	
	.pc2026-segment__conclusion {
		margin-top: min(40px, 10vw);
		padding: min(24px, 2.5vw);
		width: max(61%, calc(100% - 150px));
	}
	
	.pc2026-segment__conclusion-icon {
		font-size: min(30px, 7.63vw);
	}
	
	.pc2026-segment__conclusion-title {
		margin-top: 0.61em;
		font-size: min(18px, 4.58vw);
	}
	
	.pc2026-segment__conclusion-desc {
		font-size: min(15px, 3.56vw);
	}
}

@media (width >= 940px) {
	.pc2026-segment {
		display: flex;
		gap:3.3%;
		align-items: flex-end;
	}
	
	.pc2026-segment__title {
		margin-top: 2.77em;
	}

	.pc2026-segment__decor {
		width: 31%;
		flex-shrink: 0;
	}

	.pc2026-segment__content {
		flex-grow: 1;
		padding-bottom: min(34px, 2.361vw);
	}

	.pc2026-segment__intro {
		margin-top: 1em;
		font-size: min(17px, 1.18vw);
	}

	.pc2026-segment__list-title {
		margin-top: 1.11em;
		margin-bottom: 2.1em;
		font-size: min(18px, 1.25vw);
	}

	.pc2026-segment__list {
		display: grid;
		grid-gap: 5.81%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.pc2026-segment__item {
		padding-left: min(93px, 6.4583vw);
	}

	.pc2026-segment__icon {
		width: min(64px, 4.444vw);
		height: min(64px, 4.444vw);
		border-width: min(12px, 0.83vw);
	}

	.pc2026-segment__item-title {
		font-size: min(18px, 1.25vw);
	}

	.pc2026-segment__item-desc {
		font-size: min(15px, 1.042vw);
	}

	.pc2026-segment__conclusion {
		margin-top: min(30px, 2vw);
		padding: min(24px, 1.667vw);
		display: flex;
		align-items: flex-start;
		gap: min(26px, 1.8vw);
	}

	.pc2026-segment__conclusion-icon {
		font-size: min(30px, 2vw);
	}

	.pc2026-segment__conclusion-title {
		font-size: min(18px, 1.25vw);
	}

	.pc2026-segment__conclusion-desc {
		font-size: min(15px, 1.042vw);
	}
}
/* endregion segment */