.postpaid-offer.esim-2026 {
	transition: background-color 0.3s ease;
}
.postpaid-offer.esim-2026 .backgrounder {
	transition: background-color 0.3s ease;
}
.postpaid-offer.esim-2026.esim2026 {
	background-color: #FFFFFF;
}
.postpaid-offer.esim-2026.esim2026 .backgrounder {
	background-color: #FFFFFF;
}
.postpaid-offer.esim-2026.newClient .backgrounder {
	background-color: #C70909;
}
.postpaid-offer.esim-2026.newClient .legal {
	text-align: center;
}
.postpaid-offer.esim-2026.leadownik {
	background-color: #f3f2f0;
}
.postpaid-offer.esim-2026.leadownik .backgrounder {
	background-color: #C70909;
}
.postpaid-offer.esim-2026 .abo_heading {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: -10px;
}
.postpaid-offer.esim-2026 .abo_heading h1 {
	color: #fff;
}
.postpaid-offer.esim-2026 .abo_heading h2 {
	font-family: Poppins;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: 13%;
	text-align: center;

}

.postpaid-offer.esim-2026.esim2026 .abo_heading h1 {
	color: #151C33;
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .abo_heading {
		padding-left: 0;
		padding-top: 40px;
		padding-bottom: 8px;
		text-align: left;
	}

	.postpaid-offer.esim-2026 .abo_heading h2 {
		font-size: 18px;
		text-align: left;
	}

	.postpaid-offer.esim-2026 .abo_heading .client_choose {
		margin-bottom: 10px;
	}

	.postpaid-offer.esim-2026 .abo_heading .roll-panel__content {
		margin-top: -10px;
		line-height: 1.2;
	}
}
.postpaid-offer.esim-2026 .client_choose {
	margin: 35px auto;
	border: 2px solid transparent;
	padding: 0 4px;
	width: min-content;
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .client_choose {
		flex-wrap: wrap;
		width: 336px;
		border-radius: 24px;
	}
}

@media screen and (max-width: 364px) {
	.postpaid-offer.esim-2026 .client_choose {
		width: 306px;
	}
}
.postpaid-offer.esim-2026 .client_choose a {
	line-height: 56px;
	color: #FFFFFF;
	text-decoration: none;
	width: 283px;
	text-align: center;
	position: relative;
	z-index: 3;
	transition: all 0.3s ease;
}
@media screen and (max-width: 930px) {
	.postpaid-offer.esim-2026 .client_choose a {
		width: 240px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .client_choose a {
		width: 324px;
		font-size: 16px;
	}
}
@media screen and (max-width: 364px) {
	.postpaid-offer.esim-2026 .client_choose a {
		width: 294px;
	}
}
.postpaid-offer.esim-2026 .client_choose a.active {
	color: #151c33;
}
.postpaid-offer.esim-2026 .client_choose a.mobile {
	display: none;
}
.postpaid-offer.esim-2026 .client_choose .bg {
	width: 283px;
	left: 4px;
}
@media screen and (max-width: 930px) {
	.postpaid-offer.esim-2026 .client_choose .bg {
		width: 240px;
	}
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .client_choose .bg {
		height: 50px;
		border-radius: 20px;
		top: 3px;
	}
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .client_choose .bg {
		width: 324px;
	}
}
@media screen and (max-width: 364px) {
	.postpaid-offer.esim-2026 .client_choose .bg {
		width: 294px;
	}
}

.postpaid-offer.esim-2026 .why-esim {
	width: 100%;
	max-width: 900px;
	margin: 48px auto;
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .why-esim {
		width: calc(100% - 20px);
	}
}
.postpaid-offer.esim-2026 .why-esim h2 {
	color: #151C33;
	border-bottom: 1px solid #ffffff;
	position: relative;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .why-esim h2 {
		border: none;
	}
}

.postpaid-offer.esim-2026 .why-esim h2 span {
	font-weight: bold;
	display: block;
	font-size: 40px;
}
.postpaid-offer.esim-2026 .why-esim .esim-features {
	display: flex;
	margin-top: 28px;
	margin-bottom: 80px;
	gap: 50px;
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .why-esim .esim-features {
		flex-wrap: wrap;
		padding-left: 60px;
		gap: 10px;
	}

	.postpaid-offer.esim-2026 .why-esim h2:after {
		display: none;
	}
}
.postpaid-offer.esim-2026 .why-esim .esim-features > div {
	width: 33%;
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .why-esim .esim-features > div {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
	.postpaid-offer.esim-2026 .why-esim .esim-features > div img {
		position: absolute;
		left: -60px;
		top: 0;
	}
}
.postpaid-offer.esim-2026 .why-esim .esim-features > div:last-child {
	padding-right: 0;
}
.postpaid-offer.esim-2026 .why-esim .esim-features > div h3 {
	color: #151C33;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.postpaid-offer.esim-2026 .why-esim .esim-features > div h3 {
		margin-top: 0;
	}
}
.postpaid-offer.esim-2026 .why-esim .esim-features > div p {
	color: #151C33;
}