.new-home {
	--nh-text: #2c3e50;
	--nh-dark: #2c3e50;
	--nh-line: rgba(44, 62, 80, .14);
	--nh-blue: #dfe8f4;
	--nh-sand: #ebe4dc;
	--nh-green: #dfeec9;
	--nh-green-strong: #bddaa0;
	--nh-accent: #dcff1e;
	color: var(--nh-text);
	background: #fff;
	font-family: inherit;
	overflow: hidden;
}

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

.new-home a {
	color: inherit;
	text-decoration: none;
}

.new-home__container {
	width: min(1760px, calc(100% - 220px));
	margin: 0 auto;
}

.new-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 42px;
	border: 0;
	border-radius: 999px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
}

.new-home-button--accent {
	background: var(--nh-accent);
	color: var(--nh-text);
}

.new-home-button--dark {
	background: var(--nh-dark);
	color: #fff;
}

.new-home-icon {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	background: rgba(255, 255, 255, .78);
	color: var(--nh-text);
}

.new-home-icon svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.new-home-arrow,
.new-home-arrow-button {
	width: 76px;
	height: 76px;
	border: 0;
	border-radius: 50%;
	background: var(--nh-dark);
	position: relative;
	flex: 0 0 auto;
}

.new-home-arrow::before,
.new-home-arrow-button::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 28px;
	height: 28px;
	margin: auto;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: translateX(-5px) rotate(45deg);
}

.new-home-arrow::after,
.new-home-arrow-button::after {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	width: 32px;
	height: 4px;
	border-radius: 4px;
	background: #fff;
	transform: translateY(-50%);
}

.new-home-arrow--green {
	background: var(--nh-green-strong);
}

.new-home-arrow--green::before {
	border-color: var(--nh-text);
}

.new-home-arrow--green::after {
	background: var(--nh-text);
}

.new-home-section-title {
	margin: 0;
	font-size: 44px;
	line-height: 1.08;
	font-weight: 700;
}

.new-home-section-text {
	max-width: 1320px;
	margin: 18px 0 0;
	font-size: 28px;
	line-height: 1.18;
}

.new-home-hero {
	padding: 88px 0 76px;
}

.new-home-hero__grid {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 72px;
	align-items: stretch;
}

.new-home-quick {
	height: 650px;
	padding: 78px 40px 46px;
	border: 2px solid var(--nh-line);
	border-radius: 54px;
	background: #fff;
}

.new-home-quick h2 {
	margin: 0 0 100px;
	font-size: 36px;
	line-height: 1.08;
	font-weight: 700;
}

.new-home-quick__list {
	display: flex;
	flex-direction: column;
}

.new-home-quick__item {
	display: grid;
	grid-template-columns: 66px 1fr;
	align-items: center;
	gap: 28px;
	min-height: 124px;
	border-bottom: 2px solid rgba(44, 62, 80, .09);
	font-size: 25px;
	line-height: 1.1;
}

.new-home-quick__item:last-child {
	border-bottom: 0;
}

.new-home-quick .new-home-icon {
	background: #e7edf4;
}

.new-home-hero__slider {
	position: relative;
	min-width: 0;
}

.new-home-hero__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	border-radius: 0 48px 48px 48px;
	background: #dfe7f0;
}

.new-home-hero__track::-webkit-scrollbar,
.new-home-format-row::-webkit-scrollbar,
.new-home-media__track::-webkit-scrollbar {
	display: none;
}

.new-home-hero__slide {
	flex: 0 0 100%;
	scroll-snap-align: start;
	min-width: 0;
}

.new-home-hero__slide picture,
.new-home-hero__slide picture img {
	display: block;
	width: 100%;
	height: 650px;
}

.new-home-hero__slide picture img {
	object-fit: cover;
	object-position: center;
}

.new-home-hero__fallback {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 650px;
	padding: 84px 48% 84px 110px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(223, 232, 242, .96) 0%, rgba(223, 232, 242, .9) 58%, rgba(223, 232, 242, .68) 100%),
		radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .8), transparent 34%);
}

.new-home-hero__fallback h1 {
	margin: 0;
	max-width: 650px;
	font-size: 64px;
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: 0;
}

.new-home-hero__fallback p {
	margin: 54px 0 0;
	max-width: 560px;
	font-size: 28px;
	line-height: 1.15;
}

.new-home-hero__fallback img {
	position: absolute;
	right: 110px;
	top: 50%;
	width: 360px;
	height: auto;
	transform: translateY(-50%) rotate(76deg) scaleX(1.55);
	filter: drop-shadow(0 34px 18px rgba(44, 62, 80, .22));
}

.new-home-hero__mark {
	position: absolute;
	left: -68px;
	top: 0;
	z-index: 2;
	width: 124px;
	height: 124px;
	border-radius: 0 0 38px 38px;
	background: #fff;
	display: grid;
	place-items: center;
}

.new-home-hero__mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.new-home-hero__bottom {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 34px;
	margin-top: -82px;
	padding: 0 0 0 56%;
	position: relative;
	z-index: 3;
	pointer-events: none;
}

.new-home-hero__bottom>* {
	pointer-events: auto;
}

.new-home-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.new-home-dots button {
	width: 16px;
	height: 16px;
	padding: 0;
	border: 4px solid #8494a3;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.new-home-dots button.is-active {
	background: #8494a3;
}

.new-home-formats {
	padding: 0 0 106px;
}

.new-home-format-row {
	margin-top: 48px;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(340px, 1fr);
	gap: 34px;
	overflow-x: auto;
	scrollbar-width: none;
	cursor: grab;
}

.new-home-format-card {
	position: relative;
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	align-items: center;
	gap: 28px;
	min-height: 184px;
	padding: 40px 58px 38px 42px;
	border-radius: 42px;
	background: #eef0f3;
}

.new-home-format-card--dark {
	background: var(--nh-dark);
	color: #fff;
}

.new-home-format-card--blue {
	background: var(--nh-blue);
}

.new-home-format-card--sand {
	background: var(--nh-sand);
}

.new-home-format-card--green {
	background: var(--nh-green);
}

.new-home-format-card__text {
	position: relative;
	z-index: 3;
	display: grid;
	gap: 18px;
	min-width: 0;
	color: inherit;
}

.new-home-format-card strong {
	font-size: 27px;
	line-height: 1.08;
	font-weight: 700;
	color: inherit;
}

.new-home-format-card__text>span {
	font-size: 20px;
	line-height: 1.15;
	color: inherit;
	overflow-wrap: anywhere;
}

.new-home-format-card--dark .new-home-format-card__text,
.new-home-format-card--dark .new-home-format-card__text strong,
.new-home-format-card--dark .new-home-format-card__text>span {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.new-home-format-card .new-home-arrow {
	position: absolute;
	right: -38px;
	top: 0;
	box-shadow: -14px 14px 0 #fff;
	z-index: 2;
}

.new-home-topup {
	padding: 0 0 92px;
}

.new-home-topup__box {
	display: grid;
	grid-template-columns: 410px 290px 270px 330px auto;
	align-items: center;
	gap: 38px;
	min-height: 170px;
	padding: 38px 58px;
	border-radius: 54px;
	background: #eef0f3;
}

.new-home-topup h2 {
	margin: 0;
	font-size: 34px;
	line-height: 1.12;
	font-weight: 700;
}

.new-home-input,
.new-home-select {
	display: grid;
	grid-template-columns: 78px 1fr;
	align-items: center;
	height: 74px;
	overflow: hidden;
	border: 4px solid var(--nh-dark);
	border-radius: 999px;
	background: #fff;
}

.new-home-input span,
.new-home-select::after {
	height: 100%;
	display: grid;
	place-items: center;
	background: var(--nh-dark);
	color: #fff;
	font-size: 24px;
}

.new-home-input input,
.new-home-select select {
	width: 100%;
	min-width: 0;
	height: 100%;
	border: 0;
	background: transparent;
	padding: 0 28px;
	color: var(--nh-text);
	font-size: 22px;
	outline: none;
}

.new-home-select {
	position: relative;
	grid-template-columns: 1fr 78px;
}

.new-home-select::after {
	content: "";
	grid-column: 2;
	grid-row: 1;
	pointer-events: none;
}

.new-home-select::before {
	content: "";
	position: absolute;
	right: 30px;
	top: 27px;
	z-index: 2;
	width: 18px;
	height: 18px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(45deg);
	pointer-events: none;
}

.new-home-select select {
	position: relative;
	z-index: 1;
	grid-column: 1;
	appearance: none;
}

.new-home-services {
	padding: 0 0 86px;
}

.new-home-services__grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 520px 330px 1fr;
	grid-template-rows: 300px 240px;
	gap: 28px;
}

.new-home-service-card {
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 240px;
	padding: 40px;
	border-radius: 44px;
	background: #eef0f3;
}

.new-home-service-card__title {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 36px;
	line-height: 1.05;
	font-weight: 500;
}

.new-home-service-card__text {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 34px;
	max-width: 430px;
	font-size: 24px;
	line-height: 1.14;
}

.new-home-service-card__image {
	position: absolute;
	z-index: 0;
	object-fit: contain;
	pointer-events: none;
}

.new-home-service-card .new-home-button,
.new-home-service-card .new-home-arrow {
	position: relative;
	z-index: 1;
}

.new-home-service-card--platform {
	grid-row: 1 / 3;
	background: var(--nh-green);
	min-height: 570px;
	padding: 54px 58px;
}

.new-home-service-card--platform::before,
.new-home-service-card--platform::after {
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

.new-home-service-card--platform::before {
	left: -44px;
	bottom: -30px;
	width: 92%;
	height: 210px;
	border-radius: 54px 54px 0 0;
	background: linear-gradient(135deg, rgba(241, 248, 234, .96), rgba(183, 206, 170, .9));
}

.new-home-service-card--platform::after {
	left: 88px;
	bottom: 72px;
	width: 205px;
	height: 205px;
	border-radius: 34px;
	background: #26394b;
	box-shadow:
		-92px 52px 0 -38px #eef6e6,
		116px 30px 0 -38px #c7dcbd,
		224px 84px 0 -70px #9aaf97;
}

.new-home-service-card--platform .new-home-service-card__image {
	left: -42px;
	bottom: 0;
	width: 84%;
	z-index: 0;
}

.new-home-service-card--platform .new-home-button {
	position: absolute;
	right: 42px;
	bottom: 50px;
}

.new-home-service-card--number .new-home-arrow {
	position: absolute;
	right: 38px;
	bottom: 38px;
}

.new-home-service-card--esim {
	grid-column: 3;
	background: linear-gradient(110deg, #4f6171, #84929f);
	color: #fff;
}

.new-home-service-card--esim .new-home-service-card__image {
	right: -22px;
	bottom: -26px;
	width: 44%;
}

.new-home-service-card--esim .new-home-button {
	position: absolute;
	left: 58px;
	bottom: 56px;
}

.new-home-service-card--help {
	grid-column: 2 / 4;
	background: var(--nh-dark);
	color: #fff;
	min-height: 240px;
}

.new-home-service-card--help .new-home-service-card__image {
	right: 90px;
	top: -34px;
	width: 260px;
}

.new-home-service-card--help .new-home-button {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 360px;
}

.new-home-business {
	padding: 0 0 104px;
}

.new-home-business__box {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 40px;
	min-height: 150px;
	padding: 36px 62px;
	border-radius: 54px;
	background: #f0eeee;
}

.new-home-business h2 {
	margin: 0;
	font-size: 36px;
	line-height: 1.12;
	font-weight: 700;
}

.new-home-business p {
	margin: 14px 0 0;
	font-size: 25px;
}

.new-home-media {
	padding: 0 0 105px;
}

.new-home-media__slider {
	position: relative;
}

.new-home-media__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.new-home-media__slide {
	position: relative;
	flex: 0 0 100%;
	min-height: 590px;
	overflow: hidden;
	border-radius: 56px;
	background: #eef2f5;
	scroll-snap-align: start;
}

.new-home-media__slide picture,
.new-home-media__slide picture img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-home-media__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .66) 42%, rgba(255, 255, 255, .05) 100%);
}

.new-home-media__logo {
	position: absolute;
	left: 70px;
	top: 70px;
	z-index: 2;
	max-width: 170px;
	max-height: 90px;
	object-fit: contain;
}

.new-home-media__content {
	position: relative;
	z-index: 2;
	width: min(780px, 58%);
	padding: 260px 70px 70px;
}

.new-home-media__content span {
	font-size: 24px;
}

.new-home-media__content h2 {
	margin: 18px 0 20px;
	font-size: 38px;
	line-height: 1.1;
}

.new-home-media__content p {
	margin: 0;
	font-size: 25px;
	line-height: 1.18;
}

.new-home-media__button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	min-width: 260px;
	text-transform: lowercase;
}

.new-home-media__nav {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 58px;
}

.new-home-lists {
	padding: 0 0 118px;
}

.new-home-lists__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 160px;
	align-items: start;
}

.new-home-list-card {
	position: relative;
	padding: 56px 0 76px;
}

.new-home-list-card--green {
	padding: 56px 60px 82px;
	border-radius: 54px;
	background: var(--nh-green);
}

.new-home-list-card h2 {
	margin: 0 0 52px;
	font-size: 38px;
	line-height: 1.1;
}

.new-home-list-card a:not(.new-home-list-card__button) {
	display: grid;
	grid-template-columns: 70px 1fr 54px;
	align-items: center;
	gap: 30px;
	min-height: 104px;
	font-size: 28px;
	line-height: 1.12;
}

.new-home-list-card a span {
	font-size: 34px;
	font-weight: 700;
	color: var(--nh-green-strong);
}

.new-home-list-card--green a span {
	color: #fff;
}

.new-home-list-card i {
	position: relative;
	width: 54px;
	height: 54px;
}

.new-home-list-card i::before,
.new-home-list-card i::after {
	content: "";
	position: absolute;
	background: var(--nh-dark);
}

.new-home-list-card i::before {
	left: 8px;
	top: 25px;
	width: 38px;
	height: 4px;
	border-radius: 4px;
}

.new-home-list-card i::after {
	right: 9px;
	top: 17px;
	width: 20px;
	height: 20px;
	border-top: 4px solid var(--nh-dark);
	border-right: 4px solid var(--nh-dark);
	background: transparent;
	transform: rotate(45deg);
}

.new-home-list-card__button {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 250px;
	min-height: 58px;
	padding: 0 34px;
	border: 4px solid var(--nh-dark);
	border-radius: 999px;
	background: #fff;
	font-size: 24px;
	line-height: 1;
	text-transform: lowercase;
}

@media (max-width: 1600px) {
	.new-home__container {
		width: min(1280px, calc(100% - 120px));
	}

	.new-home-hero__grid {
		grid-template-columns: 270px minmax(0, 1fr);
		gap: 48px;
	}

	.new-home-quick,
	.new-home-hero__slide picture,
	.new-home-hero__slide picture img,
	.new-home-hero__fallback {
		height: 450px;
		min-height: 450px;
	}

	.new-home-quick {
		padding: 42px 28px;
		border-radius: 36px;
	}

	.new-home-quick h2 {
		margin-bottom: 56px;
		font-size: 28px;
	}

	.new-home-quick__item {
		grid-template-columns: 46px 1fr;
		gap: 18px;
		min-height: 88px;
		font-size: 19px;
	}

	.new-home-icon {
		width: 46px;
		height: 46px;
	}

	.new-home-icon svg {
		width: 23px;
		height: 23px;
	}

	.new-home-hero__mark {
		left: -52px;
		width: 92px;
		height: 92px;
	}

	.new-home-hero__bottom {
		margin-top: -64px;
		padding-left: 54%;
	}

	.new-home-hero__fallback {
		padding: 62px 46% 62px 72px;
	}

	.new-home-hero__fallback h1 {
		font-size: 44px;
	}

	.new-home-hero__fallback p {
		margin-top: 34px;
		font-size: 19px;
	}

	.new-home-hero__fallback img {
		right: 74px;
		width: 260px;
	}

	.new-home-button {
		min-height: 48px;
		padding: 0 34px;
		font-size: 18px;
	}

	.new-home-section-title {
		font-size: 34px;
	}

	.new-home-section-text {
		font-size: 21px;
	}

	.new-home-format-card {
		min-height: 142px;
		padding: 30px 50px 28px 30px;
		gap: 18px;
		border-radius: 32px;
	}

	.new-home-format-card strong {
		font-size: 22px;
	}

	.new-home-format-card__text>span {
		font-size: 16px;
	}

	.new-home-arrow,
	.new-home-arrow-button {
		width: 56px;
		height: 56px;
	}

	.new-home-arrow::before,
	.new-home-arrow-button::before {
		width: 21px;
		height: 21px;
		border-width: 3px;
	}

	.new-home-arrow::after,
	.new-home-arrow-button::after {
		left: 16px;
		width: 24px;
		height: 3px;
	}

	.new-home-format-card .new-home-arrow {
		right: -28px;
	}

	.new-home-topup__box {
		grid-template-columns: 300px 210px 210px 250px auto;
		gap: 24px;
		min-height: 124px;
		padding: 28px 38px;
	}

	.new-home-topup h2 {
		font-size: 26px;
	}

	.new-home-input,
	.new-home-select {
		grid-template-columns: 58px 1fr;
		height: 58px;
		border-width: 3px;
	}

	.new-home-select {
		grid-template-columns: 1fr 58px;
	}

	.new-home-input input,
	.new-home-select select {
		font-size: 17px;
		padding: 0 18px;
	}

	.new-home-input span {
		font-size: 18px;
	}

	.new-home-select::before {
		right: 23px;
		top: 20px;
		width: 15px;
		height: 15px;
		border-width: 3px;
	}

	.new-home-services__grid {
		grid-template-columns: 390px 250px 1fr;
		grid-template-rows: 220px 180px;
		gap: 22px;
	}

	.new-home-service-card {
		padding: 30px;
		border-radius: 34px;
		min-height: 180px;
	}

	.new-home-service-card__title {
		font-size: 29px;
	}

	.new-home-service-card__text {
		margin-top: 24px;
		font-size: 18px;
	}

	.new-home-service-card--platform {
		min-height: 422px;
		padding: 38px 40px;
	}

	.new-home-service-card--help .new-home-service-card__image {
		width: 210px;
		right: 70px;
	}

	.new-home-media__slide {
		min-height: 420px;
	}

	.new-home-media__content {
		padding: 185px 50px 52px;
	}

	.new-home-media__content h2 {
		font-size: 30px;
	}

	.new-home-media__content p,
	.new-home-media__content span,
	.new-home-business p {
		font-size: 18px;
	}

	.new-home-lists__grid {
		gap: 90px;
	}

	.new-home-list-card h2 {
		font-size: 30px;
	}

	.new-home-list-card a:not(.new-home-list-card__button) {
		font-size: 22px;
	}
}

@media (max-width: 1200px) {
	.new-home__container {
		width: calc(100% - 48px);
	}

	.new-home-hero {
		padding-top: 42px;
	}

	.new-home-hero__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.new-home-quick {
		order: 2;
		height: auto;
		padding: 28px;
	}

	.new-home-quick h2 {
		margin: 0 0 24px;
	}

	.new-home-quick__list {
		flex-direction: row;
		overflow-x: auto;
	}

	.new-home-quick__item {
		flex: 0 0 220px;
		border-bottom: 0;
		border-right: 1px solid var(--nh-line);
	}

	.new-home-hero__slide picture,
	.new-home-hero__slide picture img,
	.new-home-hero__fallback {
		height: auto;
		aspect-ratio: 1.47 / 1;
	}

	.new-home-topup__box {
		grid-template-columns: 1fr 1fr;
	}

	.new-home-topup h2,
	.new-home-topup .new-home-button {
		grid-column: 1 / -1;
	}

	.new-home-services__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.new-home-service-card--platform,
	.new-home-service-card--esim,
	.new-home-service-card--help {
		grid-column: auto;
		grid-row: auto;
	}

	.new-home-lists__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}
}

@media (max-width: 767px) {
	.new-home__container {
		width: calc(100% - 28px);
	}

	.new-home-hero {
		padding: 58px 0 44px;
	}

	.new-home-hero__grid {
		display: flex;
		flex-direction: column;
	}

	.new-home-hero__slider {
		order: 1;
	}

	.new-home-quick {
		order: 2;
		position: relative;
		height: auto !important;
		min-height: 0;
		padding: 52px 12px 14px;
		border-radius: 28px;
	}

	.new-home-quick h2 {
		position: absolute;
		left: 0;
		top: -40px;
		font-size: 24px;
	}

	.new-home-quick__item {
		flex: 0 0 116px;
		grid-template-columns: 28px 1fr;
		gap: 8px;
		min-height: 72px;
		padding: 0 8px;
		font-size: 14px;
	}

	.new-home-quick .new-home-icon {
		width: 28px;
		height: 28px;
	}

	.new-home-quick .new-home-icon svg {
		width: 16px;
		height: 16px;
	}

	.new-home-hero__track {
		border-radius: 0 30px 30px 30px;
	}

	.new-home-hero__mark {
		left: 0;
		top: 0;
		width: 74px;
		height: 74px;
		border-radius: 0 0 22px 0;
		transform: translate(-10px, -5px);
	}

	.new-home-hero__slide picture,
	.new-home-hero__slide picture img,
	.new-home-hero__fallback {
		aspect-ratio: 1 / 1;
	}

	.new-home-hero__fallback {
		min-height: 0;
		padding: 96px 28px 36px;
		align-items: start;
	}

	.new-home-hero__fallback h1 {
		max-width: 320px;
		font-size: 28px;
		line-height: 1.14;
	}

	.new-home-hero__fallback p {
		margin-top: 74px;
		max-width: 250px;
		font-size: 17px;
	}

	.new-home-hero__fallback img {
		right: -38px;
		top: 48%;
		width: 142px;
	}

	.new-home-hero__bottom {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 14px;
		margin-bottom: 34px;
		padding: 0;
	}

	.new-home-hero__bottom .new-home-dots {
		position: absolute;
		left: 0;
		right: 0;
		top: -52px;
	}

	.new-home-dots button {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}

	.new-home-button {
		width: 100%;
		min-height: 52px;
		padding: 0 22px;
		font-size: 18px;
	}

	.new-home-section-title {
		font-size: 28px;
		line-height: 1.1;
	}

	.new-home-section-text {
		margin-top: 12px;
		font-size: 22px;
		line-height: 1.18;
	}

	.new-home-formats {
		padding-bottom: 58px;
	}

	.new-home-format-row {
		width: 100%;
		margin-left: 14px;
		margin-top: 34px;
		grid-auto-columns: 335px;
		gap: 14px;
		overflow: visible;
	}

	.new-home-format-card {
		grid-template-columns: 56px minmax(0, 1fr);
		min-height: 230px;
		padding: 42px 42px 38px 28px;
		border-radius: 34px;
	}

	.new-home-format-card .new-home-icon {
		width: 64px;
		height: 64px;
	}

	.new-home-format-card strong {
		font-size: 25px;
	}

	.new-home-format-card__text>span {
		font-size: 18px;
	}

	.new-home-format-card .new-home-arrow {
		right: -38px;
		width: 76px;
		height: 76px;
	}

	.new-home-topup {
		padding-bottom: 56px;
	}

	.new-home-topup__box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 30px 28px 36px;
		border-radius: 38px;
	}

	.new-home-topup h2 {
		font-size: 28px;
	}

	.new-home-input,
	.new-home-select {
		height: 72px;
		grid-template-columns: 72px 1fr;
	}

	.new-home-select {
		grid-template-columns: 1fr 72px;
	}

	.new-home-services {
		padding-bottom: 58px;
	}

	.new-home-services__grid {
		margin-top: 28px;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.new-home-service-card {
		min-height: 170px;
		padding: 28px 24px;
		border-radius: 28px;
	}

	.new-home-service-card__title {
		font-size: 28px;
	}

	.new-home-service-card__text {
		margin-top: 20px;
		font-size: 18px;
	}

	.new-home-service-card--platform {
		grid-column: 1 / -1;
		min-height: 390px;
	}

	.new-home-service-card--platform::before {
		left: -28px;
		bottom: -20px;
		width: 88%;
		height: 130px;
		border-radius: 34px 34px 0 0;
	}

	.new-home-service-card--platform::after {
		left: 54px;
		bottom: 58px;
		width: 128px;
		height: 128px;
		border-radius: 24px;
		box-shadow:
			-54px 36px 0 -24px #eef6e6,
			74px 22px 0 -26px #c7dcbd,
			138px 54px 0 -44px #9aaf97;
	}

	.new-home-service-card--platform .new-home-service-card__image {
		width: 88%;
	}

	.new-home-service-card--platform .new-home-button {
		right: 28px;
		left: 28px;
		width: auto;
	}

	.new-home-service-card--esim,
	.new-home-service-card--help {
		grid-column: 1 / -1;
		min-height: 190px;
	}

	.new-home-service-card--esim .new-home-button,
	.new-home-service-card--help .new-home-button {
		left: 28px;
		right: 28px;
		bottom: 22px;
		width: auto;
		min-width: 0;
	}

	.new-home-service-card--help .new-home-service-card__image {
		width: 180px;
		right: 12px;
		top: -28px;
	}

	.new-home-business {
		padding-bottom: 58px;
	}

	.new-home-business__box {
		grid-template-columns: 1fr;
		padding: 34px 30px;
		border-radius: 38px;
	}

	.new-home-business h2 {
		font-size: 26px;
	}

	.new-home-business p {
		font-size: 21px;
		line-height: 1.18;
	}

	.new-home-media {
		padding-bottom: 58px;
	}

	.new-home-media__slide {
		min-height: 520px;
		border-radius: 36px;
	}

	.new-home-media__logo {
		left: 34px;
		top: 34px;
		max-width: 116px;
	}

	.new-home-media__content {
		width: 100%;
		padding: 260px 34px 70px;
	}

	.new-home-media__content span,
	.new-home-media__content p {
		font-size: 15px;
	}

	.new-home-media__content h2 {
		font-size: 20px;
	}

	.new-home-media__button {
		right: 0;
		top: 0;
		width: auto;
		min-width: 156px;
	}

	.new-home-media__nav {
		right: 0;
		bottom: 0;
		gap: 24px;
	}

	.new-home-lists {
		padding-bottom: 72px;
	}

	.new-home-list-card,
	.new-home-list-card--green {
		padding: 30px 20px 62px;
		border-radius: 32px;
	}

	.new-home-list-card:not(.new-home-list-card--green) {
		padding-left: 0;
		padding-right: 0;
	}

	.new-home-list-card h2 {
		margin-bottom: 26px;
		font-size: 26px;
	}

	.new-home-list-card a:not(.new-home-list-card__button) {
		grid-template-columns: 46px 1fr 38px;
		gap: 12px;
		min-height: 82px;
		font-size: 20px;
	}

	.new-home-list-card a span {
		font-size: 24px;
	}

	.new-home-list-card__button {
		min-width: 186px;
		min-height: 42px;
		border-width: 3px;
		font-size: 18px;
	}
}

@media (min-width: 430px) and (max-width: 767px) {
	.new-home-topup__box {
		grid-template-columns: 1fr 1fr;
	}

	.new-home-topup h2,
	.new-home-topup__box .new-home-input--phone,
	.new-home-topup__box .new-home-button {
		grid-column: 1 / -1;
	}
}

@media (max-width: 420px) {
	.new-home__container {
		width: calc(100% - 20px);
	}

	.new-home-format-row {
		margin-left: 10px;
		grid-auto-columns: 320px;
	}

	.new-home-format-card {
		min-height: 210px;
	}

	.new-home-service-card__title {
		font-size: 24px;
	}

	.new-home-service-card__text {
		font-size: 16px;
	}
}


/* ==========================================================
   Figma alignment overrides
   Source layouts: desktop, 960–1200, 480–640 and 320–480.
   Keep these rules after the legacy responsive block.
   ========================================================== */

.new-home-format-row {
	scroll-snap-type: x proximity;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}

.new-home-format-card {
	scroll-snap-align: start;
}

.new-home-format-row.is-dragging,
.new-home-format-row.is-dragging * {
	cursor: grabbing !important;
	user-select: none;
}

/* The 960–1200 Figma frame keeps the desktop composition.
   The previous code collapsed the hero/services/lists too early. */
@media (min-width: 768px) and (max-width: 1200px) {
	.new-home__container {
		width: calc(100% - 32px);
		max-width: 1160px;
	}

	.new-home-hero {
		padding: 54px 0 54px;
	}

	.new-home-hero__grid {
		display: grid;
		grid-template-columns: 190px minmax(0, 1fr);
		gap: 18px;
		align-items: stretch;
	}

	.new-home-quick {
		order: initial;
		height: 386px;
		min-height: 386px;
		padding: 28px 18px 20px;
		border-radius: 28px;
	}

	.new-home-quick h2 {
		margin: 0 0 34px;
		font-size: 20px;
	}

	.new-home-quick__list {
		display: flex;
		flex-direction: column;
		overflow: visible;
	}

	.new-home-quick__item {
		flex: none;
		grid-template-columns: 34px 1fr;
		gap: 10px;
		min-height: 68px;
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(44, 62, 80, .09);
		font-size: 13px;
	}

	.new-home-quick__item:last-child {
		border-bottom: 0;
	}

	.new-home-quick .new-home-icon {
		width: 34px;
		height: 34px;
	}

	.new-home-quick .new-home-icon svg {
		width: 17px;
		height: 17px;
	}

	.new-home-hero__slide picture,
	.new-home-hero__slide picture img,
	.new-home-hero__fallback {
		height: 386px;
		min-height: 386px;
		aspect-ratio: auto;
	}

	.new-home-hero__track {
		border-radius: 0 30px 30px 30px;
	}

	.new-home-hero__mark {
		left: -20px;
		width: 68px;
		height: 68px;
		border-radius: 0 0 20px 20px;
	}

	.new-home-hero__bottom {
		margin-top: -48px;
		padding-left: 58%;
		gap: 18px;
	}

	.new-home-hero__bottom .new-home-button {
		width: auto;
		min-width: 188px;
		min-height: 42px;
		padding: 0 24px;
		font-size: 14px;
	}

	.new-home-dots {
		gap: 8px;
	}

	.new-home-dots button {
		width: 8px;
		height: 8px;
		border-width: 2px;
	}

	.new-home-formats {
		padding-bottom: 62px;
	}

	.new-home-format-row {
		margin-top: 30px;
		grid-auto-columns: minmax(250px, 1fr);
		gap: 12px;
		overflow-x: auto;
	}

	.new-home-format-card {
		min-height: 145px;
		padding: 24px 28px 22px 20px;
		border-radius: 28px;
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 12px;
	}

	.new-home-format-card .new-home-icon {
		width: 42px;
		height: 42px;
	}

	.new-home-format-card .new-home-icon svg {
		width: 20px;
		height: 20px;
	}

	.new-home-format-card strong {
		font-size: 17px;
	}

	.new-home-format-card__text>span {
		font-size: 12px;
	}

	.new-home-format-card .new-home-arrow {
		right: -22px;
		width: 44px;
		height: 44px;
	}

	.new-home-format-card .new-home-arrow::before {
		width: 16px;
		height: 16px;
		border-width: 2px;
	}

	.new-home-format-card .new-home-arrow::after {
		left: 13px;
		width: 19px;
		height: 2px;
	}

	.new-home-topup__box {
		display: grid;
		grid-template-columns: 230px minmax(190px, 1.25fr) minmax(145px, .8fr) 180px;
		grid-template-rows: 48px 48px;
		gap: 10px 14px;
		min-height: 142px;
		padding: 22px 28px;
		border-radius: 34px;
	}

	.new-home-topup h2 {
		grid-column: 1;
		grid-row: 1 / 3;
		align-self: center;
		font-size: 22px;
	}

	.new-home-topup__box .new-home-input--phone {
		grid-column: 2;
		grid-row: 1;
	}

	.new-home-topup__box .new-home-input--amount {
		grid-column: 3;
		grid-row: 1;
	}

	.new-home-topup__box .new-home-select {
		grid-column: 2;
		grid-row: 2;
		width: 75%;
	}

	.new-home-topup__box .new-home-button {
		grid-column: 4;
		grid-row: 1 / 3;
		align-self: center;
		width: auto;
		min-width: 150px;
	}

	.new-home-input,
	.new-home-select {
		height: 48px;
		grid-template-columns: 48px 1fr;
		border-width: 2px;
	}

	.new-home-select {
		grid-template-columns: 1fr 48px;
	}

	.new-home-input input,
	.new-home-select select {
		padding: 0 13px;
		font-size: 13px;
	}

	.new-home-input span {
		font-size: 14px;
	}

	.new-home-select::before {
		right: 18px;
		top: 16px;
		width: 11px;
		height: 11px;
		border-width: 2px;
	}

	.new-home-services__grid {
		grid-template-columns: minmax(250px, 1.05fr) minmax(180px, .65fr) minmax(330px, 1.35fr);
		grid-template-rows: 190px 155px;
		gap: 12px;
	}

	.new-home-service-card {
		min-height: 155px;
		padding: 22px;
		border-radius: 28px;
	}

	.new-home-service-card__title {
		font-size: 23px;
	}

	.new-home-service-card__text {
		margin-top: 14px;
		font-size: 14px;
	}

	.new-home-service-card--platform {
		grid-column: 1;
		grid-row: 1 / 3;
		min-height: 357px;
		padding: 28px 24px;
	}

	.new-home-service-card--number {
		grid-column: 2;
		grid-row: 1;
	}

	.new-home-service-card--esim {
		grid-column: 3;
		grid-row: 1;
	}

	.new-home-service-card--help {
		grid-column: 2 / 4;
		grid-row: 2;
		min-height: 155px;
	}

	.new-home-service-card--platform .new-home-button {
		right: 20px;
		bottom: 18px;
		width: auto;
		min-height: 38px;
		padding: 0 18px;
		font-size: 12px;
	}

	.new-home-service-card--esim .new-home-button {
		left: 24px;
		bottom: 20px;
		width: auto;
		min-height: 38px;
		padding: 0 18px;
		font-size: 12px;
	}

	.new-home-service-card--help .new-home-button {
		right: 0;
		bottom: 0;
		width: auto;
		min-width: 190px;
		min-height: 38px;
		font-size: 12px;
	}

	.new-home-service-card--help .new-home-service-card__image {
		width: 150px;
		right: 30px;
		top: -24px;
	}

	.new-home-business__box {
		grid-template-columns: 1fr auto;
		min-height: 96px;
		padding: 20px 28px;
		border-radius: 32px;
	}

	.new-home-business h2 {
		font-size: 21px;
	}

	.new-home-business p {
		margin-top: 7px;
		font-size: 14px;
	}

	.new-home-business .new-home-button {
		width: auto;
		min-height: 38px;
		padding: 0 18px;
		font-size: 12px;
	}

	.new-home-media__slide {
		min-height: 350px;
		border-radius: 34px;
	}

	.new-home-media__logo {
		left: 32px;
		top: 30px;
		max-width: 105px;
		max-height: 60px;
	}

	.new-home-media__content {
		width: min(620px, 70%);
		padding: 205px 34px 36px;
	}

	.new-home-media__content span,
	.new-home-media__content p {
		font-size: 12px;
	}

	.new-home-media__content h2 {
		margin: 8px 0 8px;
		font-size: 19px;
	}

	.new-home-media__button {
		width: auto;
		min-width: 150px;
		min-height: 38px;
		font-size: 12px;
	}

	.new-home-media__nav {
		right: 12px;
		bottom: 12px;
		gap: 22px;
	}

	.new-home-arrow-button {
		width: 38px;
		height: 38px;
	}

	.new-home-lists__grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px;
	}

	.new-home-list-card,
	.new-home-list-card--green {
		padding-top: 30px;
		padding-bottom: 54px;
	}

	.new-home-list-card--green {
		padding-left: 28px;
		padding-right: 28px;
		border-radius: 30px;
	}

	.new-home-list-card h2 {
		margin-bottom: 20px;
		font-size: 21px;
	}

	.new-home-list-card a:not(.new-home-list-card__button) {
		grid-template-columns: 36px 1fr 30px;
		gap: 10px;
		min-height: 58px;
		font-size: 14px;
	}

	.new-home-list-card a span {
		font-size: 16px;
	}

	.new-home-list-card i {
		width: 30px;
		height: 30px;
	}

	.new-home-list-card i::before {
		left: 5px;
		top: 14px;
		width: 21px;
		height: 2px;
	}

	.new-home-list-card i::after {
		right: 5px;
		top: 9px;
		width: 11px;
		height: 11px;
		border-width: 2px;
	}

	.new-home-list-card__button {
		min-width: 140px;
		min-height: 34px;
		border-width: 2px;
		padding: 0 18px;
		font-size: 12px;
	}
}

/* Mobile Figma frames */
@media (max-width: 767px) {
	.new-home {
		overflow-x: hidden;
	}

	.new-home__container {
		width: calc(100% - 16px);
	}

	.new-home-hero {
		padding: 38px 0 34px;
	}

	.new-home-hero__grid {
		gap: 12px;
	}

	.new-home-hero__slide picture,
	.new-home-hero__slide picture img,
	.new-home-hero__fallback {
		height: auto !important;
		min-height: 0;
		aspect-ratio: 1.42 / 1;
	}

	.new-home-hero__track {
		border-radius: 0 22px 22px 22px;
	}

	.new-home-hero__mark {
		width: 48px;
		height: 48px;
		border-radius: 0 0 16px 0;
		transform: translate(-4px, -2px);
	}

	.new-home-hero__bottom {
		gap: 7px;
		margin-top: 7px;
		margin-bottom: 28px;
	}

	.new-home-hero__bottom .new-home-button {
		min-height: 34px;
		font-size: 11px;
	}

	.new-home-hero__bottom .new-home-dots {
		top: -31px;
	}

	.new-home-dots {
		gap: 5px;
	}

	.new-home-dots button {
		width: 6px;
		height: 6px;
		border-width: 1.5px;
	}

	.new-home-quick {
		padding: 34px 5px 7px;
		border-radius: 20px;
	}

	.new-home-quick h2 {
		top: -27px;
		font-size: 14px;
	}

	.new-home-quick__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		overflow: hidden;
	}

	.new-home-quick__item {
		min-width: 0;
		min-height: 52px;
		padding: 0 5px;
		grid-template-columns: 20px 1fr;
		gap: 4px;
		font-size: 8px;
		border-right: 1px solid var(--nh-line);
	}

	.new-home-quick__item:last-child {
		border-right: 0;
	}

	.new-home-quick .new-home-icon {
		width: 20px;
		height: 20px;
	}

	.new-home-quick .new-home-icon svg {
		width: 10px;
		height: 10px;
	}

	.new-home-section-title {
		font-size: 17px;
	}

	.new-home-section-text {
		margin-top: 7px;
		font-size: 11px;
		line-height: 1.28;
	}

	.new-home-formats {
		padding-bottom: 34px;
	}

	.new-home-format-row {
		width: auto;
		margin: 18px 0 0 8px;
		padding-right: 8px;
		grid-auto-columns: clamp(190px, 62vw, 235px);
		gap: 8px;
		overflow-x: auto;
		overflow-y: visible;
		cursor: grab;
	}

	.new-home-format-card {
		min-height: 112px;
		padding: 16px 20px 15px 14px;
		border-radius: 19px;
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 8px;
	}

	.new-home-format-card .new-home-icon {
		width: 34px;
		height: 34px;
	}

	.new-home-format-card .new-home-icon svg {
		width: 16px;
		height: 16px;
	}

	.new-home-format-card strong {
		font-size: 12px;
	}

	.new-home-format-card__text {
		gap: 7px;
	}

	.new-home-format-card__text>span {
		font-size: 8px;
		line-height: 1.25;
	}

	.new-home-format-card .new-home-arrow {
		right: -15px;
		width: 30px;
		height: 30px;
		box-shadow: -6px 6px 0 #fff;
	}

	.new-home-format-card .new-home-arrow::before {
		width: 11px;
		height: 11px;
		border-width: 2px;
		transform: translateX(-2px) rotate(45deg);
	}

	.new-home-format-card .new-home-arrow::after {
		left: 9px;
		width: 13px;
		height: 2px;
	}

	.new-home-topup {
		padding-bottom: 34px;
	}

	.new-home-topup__box,
	.new-home-topup__box {
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 16px 12px 18px;
		border-radius: 22px;
	}

	.new-home-topup h2,
	.new-home-topup__box .new-home-input--phone,
	.new-home-topup__box .new-home-button {
		grid-column: 1;
	}

	.new-home-topup h2 {
		font-size: 15px;
		line-height: 1.14;
	}

	.new-home-input,
	.new-home-select {
		height: 38px;
		grid-template-columns: 38px 1fr;
		border-width: 1.5px;
	}

	.new-home-select {
		grid-template-columns: 1fr 38px;
	}

	.new-home-input input,
	.new-home-select select {
		padding: 0 10px;
		font-size: 9px;
	}

	.new-home-input span {
		font-size: 10px;
	}

	.new-home-select::before {
		right: 14px;
		top: 12px;
		width: 9px;
		height: 9px;
		border-width: 1.5px;
	}

	.new-home-topup .new-home-button {
		justify-self: center;
		width: auto;
		min-width: 96px;
		min-height: 34px;
		font-size: 10px;
	}

	.new-home-services {
		padding-bottom: 34px;
	}

	.new-home-services__grid {
		margin-top: 16px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 126px 72px 115px 94px;
		gap: 6px;
	}

	.new-home-service-card {
		min-height: 0;
		padding: 12px 10px;
		border-radius: 17px;
	}

	.new-home-service-card__title {
		font-size: 15px;
		line-height: 1.03;
	}

	.new-home-service-card__text {
		margin-top: 8px;
		font-size: 8px;
		line-height: 1.2;
	}

	.new-home-service-card--platform {
		grid-column: 1;
		grid-row: 1 / 3;
		min-height: 0;
		padding: 12px 10px;
	}

	.new-home-service-card--number {
		grid-column: 2;
		grid-row: 1;
	}

	.new-home-service-card--esim {
		grid-column: 1 / -1;
		grid-row: 3;
		min-height: 0;
	}

	.new-home-service-card--help {
		grid-column: 1 / -1;
		grid-row: 4;
		min-height: 0;
	}

	.new-home-service-card--platform::before {
		height: 76px;
	}

	.new-home-service-card--platform::after {
		display: none;
	}

	.new-home-service-card--platform .new-home-button {
		left: auto;
		right: 8px;
		bottom: 7px;
		width: auto;
		min-height: 25px;
		padding: 0 10px;
		font-size: 7px;
	}

	.new-home-service-card--number .new-home-arrow {
		right: 8px;
		bottom: 8px;
		width: 28px;
		height: 28px;
	}

	.new-home-service-card--esim .new-home-service-card__image {
		width: 46%;
		right: -4px;
		bottom: -7px;
	}

	.new-home-service-card--esim .new-home-button {
		left: 12px;
		right: auto;
		bottom: 8px;
		width: auto;
		min-height: 25px;
		padding: 0 10px;
		font-size: 7px;
	}

	.new-home-service-card--help .new-home-service-card__image {
		width: 105px;
		right: 2px;
		top: -17px;
	}

	.new-home-service-card--help .new-home-button {
		left: auto;
		right: 0;
		bottom: 0;
		width: auto;
		min-width: 110px;
		min-height: 25px;
		padding: 0 10px;
		font-size: 7px;
	}

	.new-home-business {
		padding-bottom: 34px;
	}

	.new-home-business__box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		min-height: 0;
		padding: 15px 12px;
		border-radius: 20px;
	}

	.new-home-business h2 {
		font-size: 13px;
	}

	.new-home-business p {
		margin-top: 5px;
		font-size: 8px;
	}

	.new-home-business .new-home-button {
		justify-self: start;
		width: auto;
		min-height: 26px;
		padding: 0 12px;
		font-size: 7px;
	}

	.new-home-media {
		padding-bottom: 34px;
	}

	.new-home-media__slide {
		min-height: 218px;
		border-radius: 20px;
	}

	.new-home-media__logo {
		left: 12px;
		top: 26px;
		max-width: 60px;
		max-height: 34px;
	}

	.new-home-media__content {
		width: 100%;
		padding: 122px 12px 34px;
	}

	.new-home-media__content span,
	.new-home-media__content p {
		font-size: 6.5px;
		line-height: 1.2;
	}

	.new-home-media__content h2 {
		margin: 4px 0;
		max-width: 82%;
		font-size: 10px;
		line-height: 1.08;
	}

	.new-home-media__button {
		width: auto;
		min-width: 72px;
		min-height: 24px;
		padding: 0 10px;
		font-size: 7px;
	}

	.new-home-media__nav {
		right: 4px;
		bottom: 3px;
		gap: 10px;
	}

	.new-home-media__nav .new-home-arrow-button {
		width: 27px;
		height: 27px;
	}

	.new-home-lists {
		padding-bottom: 52px;
	}

	.new-home-lists__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.new-home-list-card,
	.new-home-list-card--green {
		padding: 16px 10px 36px;
		border-radius: 20px;
	}

	.new-home-list-card:not(.new-home-list-card--green) {
		padding-left: 10px;
		padding-right: 10px;
	}

	.new-home-list-card h2 {
		margin-bottom: 10px;
		font-size: 13px;
	}

	.new-home-list-card a:not(.new-home-list-card__button) {
		grid-template-columns: 24px 1fr 20px;
		gap: 5px;
		min-height: 38px;
		font-size: 8px;
		line-height: 1.15;
	}

	.new-home-list-card a span {
		font-size: 10px;
	}

	.new-home-list-card i {
		width: 20px;
		height: 20px;
	}

	.new-home-list-card i::before {
		left: 3px;
		top: 9px;
		width: 14px;
		height: 1.5px;
	}

	.new-home-list-card i::after {
		right: 3px;
		top: 6px;
		width: 8px;
		height: 8px;
		border-width: 1.5px;
	}

	.new-home-list-card__button {
		min-width: 86px;
		min-height: 24px;
		border-width: 1.5px;
		padding: 0 10px;
		font-size: 7px;
	}
}

/* 480–640 frame: payment form uses the compact two-column variant. */
@media (min-width: 430px) and (max-width: 640px) {
	.new-home-topup__box {
		grid-template-columns: 1fr 1fr;
	}

	.new-home-topup h2,
	.new-home-topup__box .new-home-input--phone {
		grid-column: 1 / -1;
	}

	.new-home-topup__box .new-home-button {
		grid-column: 1 / -1;
	}
}

/* Very narrow 320-ish layouts */
@media (max-width: 390px) {
	.new-home__container {
		width: calc(100% - 12px);
	}

	.new-home-format-row {
		margin-left: 6px;
		grid-auto-columns: 190px;
	}

	.new-home-service-card__title {
		font-size: 13px;
	}

	.new-home-service-card__text {
		font-size: 7px;
	}
}

.new-home-business__box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	background: #F0EFEE;
	border-radius: 36px;

	@media screen and (max-width: 768px) {
		flex-direction: column;
		align-items: start;
	}
}

.new-home-business__box div {
	max-width: 500px;
}

.new-home-business__box h2 {
	font-weight: 700;
	font-size: 24px;
	color: #2C3E50;

	@media screen and (max-width: 1076px) {
		font-size: 20px;
	}
}

.new-home-business__box p {
	font-weight: 500;
	font-size: 16px;
	color: #2C3E50;
	margin: 12px 0 0;

	@media screen and (max-width: 1076px) {
		font-size: 16px;
	}
}

.new-home-button.new-home-button--dark {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	max-width: 247px;
	height: 49px;
	background: #2C3E50;
	border-radius: 20px;
	border: 1px solid #2C3E50;
	transition: all 0.5s;
	font-size: 18px;
	min-height: 0;

	@media screen and (max-width: 1076px) {
		font-size: 16px;
	}

	@media screen and (max-width: 768px) {
		height: 36px;
	}
}

.new-home-button.new-home-button--dark:hover {
	background: #fff;
	color: #2C3E50;
}

.new-home-business-banner {
	padding: 24px 0 60px;

	@media screen and (max-width:768px) {
		padding: 4px 0 40px;
	}
}

.main-posts-blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 23px;
	margin: 0 auto;
	padding: 40px 0;
}

.main-posts-blocks .articles,
.main-posts-blocks .news {
	position: relative;
	min-width: 0;
	padding: 34px;
	height: 400px;
}

.main-posts-blocks .articles {
	background: url(../images/articles-bg.svg) no-repeat center;
	border-radius: 28px 28px 28px 28px;
}

.main-posts-blocks .news {
	background: transparent;
}


.main-posts-blocks .posts-title {
	margin: 0 0 26px;
	font-size: 24px;
	font-weight: 600;
	color: #2c4054;
}


.main-posts-blocks .posts-content {
	counter-reset: posts-counter;

	display: flex;
	flex-direction: column;
	gap: 26px;
}


.main-posts-blocks .post-link {
	counter-increment: posts-counter;

	display: grid;
	grid-template-columns: 28px 1fr 28px;
	align-items: center;
	column-gap: 14px;

	min-height: 42px;

	text-decoration: none;
	color: #2c4054;

	transition: opacity 0.2s ease;
}

.main-posts-blocks .post-link:hover {
	opacity: 0.65;
}


.main-posts-blocks .post-link::before {
	content: "0" counter(posts-counter);

	font-size: 24px;
	font-weight: 700;

	color: #b7cc88;
}

.main-posts-blocks .articles .post-link::before {
	color: #fff;
}

.main-posts-blocks .post-link-text {
	display: block;

	font-size: 18px;
	font-weight: 500;

	color: #2c4054;

	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    max-height: calc(1.4em * 2);
}


.main-posts-blocks .post-link::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/articles-row.svg) no-repeat center;
	justify-self: center;

	transition: transform 0.2s ease;
}

.main-posts-blocks .post-link:hover::after {
	transform: translateX(10px);
}

.main-posts-blocks .button-all {
	position: absolute;
	right: 0;
	bottom: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 190px;
	height: 41px;

	padding: 0 15px;

	border: 2px solid #2c4054;
	border-radius: 999px;

	background: #fff;

	color: #2c4054;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	text-decoration: none;

	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.main-posts-blocks .button-all:hover {
	background: #2c4054;
	color: #fff;
}


@media (max-width: 1260px) {
	.main-posts-blocks .articles {
		background: url(../images/article-bg-mobile.svg) center no-repeat;
	}

	.main-posts-blocks .articles, .main-posts-blocks .news {
		height: 301px;
		max-width: 460px;
		padding: 32px 26px;
	}

	.main-posts-blocks {
		grid-template-columns: 460px 460px;
		justify-content: center;
	}

	.main-posts-blocks .posts-title {
		font-size: 20px;
	}

	.main-posts-blocks .post-link-text,
	.main-posts-blocks .post-link::before {
		font-size: 16px;
	}

	.main-posts-blocks .posts-content {
		gap: 12px;
	}

	.main-posts-blocks .post-link-text {
		max-width: 300px;
	}

	.main-posts-blocks .post-link::after {
		width: 23px;
		height: 23px;
	}

	.main-posts-blocks .button-all {
		max-width: 135px;
		height: 31px;
		font-weight: 500;
		font-size: 16px;
		color: #2C3E50;
	}

}

@media (max-width: 1024px) {
	.main-posts-blocks {
		grid-template-columns: 460px;
	}
}


@media (max-width: 480px) {
	.main-posts-blocks {
		grid-template-columns: 320px;
	}

	.main-posts-blocks .articles {
        background: url(../images/article-bg-mobile-2.svg) center no-repeat;
    }

	.main-posts-blocks .posts-title {
		font-size: 16px;
		margin: 0 0 14px;
	}

	.main-posts-blocks .articles, .main-posts-blocks .news {
		padding: 23px 14px;
		height: 263px;
	}

	.main-posts-blocks .post-link-text {
		font-size: 14px;
	}

	.main-posts-blocks {
		gap: 16px;
	}
}

.payment__content {
	padding: 33px 30px;
}

.payment.payment--home .payment__title {
	max-width: 270px;
	font-weight: 700;
	font-size: 24px;
	color: #2C3E50;
}

.payment.payment--home .payment__submit-btn {
	max-width: 149px;
	height: 57px;
	min-width: 0;
}

@media screen and (max-width: 1200px) {
	.payment.payment--home .form-row {
		display: flex;
		flex-wrap: wrap;
	}

	.payment.payment--home .form-row .form-group:first-child {
		min-width: 280px;
	}

	.payment.payment--home .form-row .form-group:last-child {
		max-width: 211px;
	}

	.payment.payment--home .payment__content {
		flex-direction: row;
	}
}

@media screen and (max-width: 768px) {
.payment.payment--home .payment__content {
		flex-direction: column;
		align-items: start;
	}
}

.communication-format {
    width: 100%;
    overflow: hidden;
}

.communication-format__title {
    margin: 0 0 24px;

    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;

    color: #2c3e50;
}


/* slider */
.communication-format__slider {
    display: flex;
    gap: 12px;

    overflow-x: auto;
    overflow-y: hidden;

    cursor: grab;

    user-select: none;
    -webkit-user-select: none;

    scrollbar-width: none;
    -ms-overflow-style: none;

    scroll-behavior: auto;
}

.communication-format__slider::-webkit-scrollbar {
    display: none;
}

.communication-format__slider.is-dragging {
    cursor: grabbing;
}

.communication-format__slider.is-dragging * {
    pointer-events: none;
}

/* card */
.communication-format__card {
    position: relative;

    flex: 0 0 300px;

    width: 300px;
    height: 170px;

    border-radius: 36px;

    color: #2c3e50;
    text-decoration: none;

    overflow: visible;

    box-sizing: border-box;
}


/* цвета */
.communication-format__card--dark {
    background: url(../images/communication-card-dark.svg) no-repeat center;
    color: #fff;
}

.communication-format__card--blue {
    background: url(../images/communication-card-blue.svg) no-repeat center;
}

.communication-format__card--beige {
    background: url(../images/communication-card-beige.svg) no-repeat center;
}

.communication-format__card--green {
    background: url(../images/communication-card-green.svg) no-repeat center;
}


/* содержимое */
.communication-format__content {
    position: absolute;

    left: 15px;
    top: 50%;

    display: flex;
    align-items: center;
    gap: 18px;

    transform: translateY(-50%);
}


/* icon */
.communication-format__icon {
    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.7);

    color: #2c3e50;
}


/* text */
.communication-format__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 166px;

    gap: 12px;
}

.communication-format__card-title {
    font-family: 'Manrope', sans-serif;

    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.communication-format__description {
    width: 200px;

    font-family: 'Manrope', sans-serif;

    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}


/* стрелка */
.communication-format__arrow {
    position: absolute;

    z-index: 2;

    top: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: #2c3e50;
    color: #fff;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.communication-format__card:hover .communication-format__arrow {
    transform: translateX(3px);
}


/*
 * Делаем визуальный вырез вокруг стрелки.
 * Если фон секции белый — получится как в макете.
 */
.communication-format__card::after {
    content: '';

    position: absolute;

    top: -6px;
    right: -6px;

    width: 60px;
    height: 60px;

    border-radius: 0 0 0 32px;

    pointer-events: none;
}


/* стрелку поверх выреза */
.communication-format__arrow {
    z-index: 3;
}


/* mobile */
@media (max-width: 767px) {
    .communication-format__title {
        font-size: 20px;
        line-height: 28px;

        margin-bottom: 16px;
    }

    .communication-format__slider {
        gap: 12px;
    }

    /*
     * Карточки намеренно НЕ уменьшаем,
     * чтобы они всегда были одного размера.
     */
    .communication-format__card {
        flex-basis: 300px;

        width: 300px;
        min-width: 300px;
        height: 170px;
    }
}