.mobile-tariff {
	padding: 0;
}

.mobile-tariff__banner {
	position: relative;
	display: flex;
	align-items: stretch;
	min-height: 340px;
	padding: 24px 32px;
	background-color: #D3E9E0;
	border-radius: 40px;
	overflow: hidden;
}

.mobile-tariff__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 635px;
	padding: 16px 20px;
	background-color: #ffffff;
	border-radius: 24px;
	overflow: hidden;
}

.mobile-tariff__head {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mobile-tariff__title {
	margin: 0;
	font-family: 'Halvar Breit Bd', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	color: #1B1B1B;
	text-transform: uppercase;
}

.mobile-tariff__description {
	margin: 0;
	font-family: 'Halvar Breit Rg', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: rgba(27, 27, 27, .6);
}

.mobile-tariff__features {
	display: flex;
	gap: 12px;
	width: 100%;
}

.mobile-tariff__feature {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.mobile-tariff__feature-value {
	font-family: 'Halvar Breit Bd', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #1B1B1B;
}

.mobile-tariff__feature-text {
	font-family: 'Rooftop', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: rgba(27, 27, 27, .6);
}

.mobile-tariff__offer {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 320px;
	font-family: 'Halvar Breit Bd', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	color: #1B1B1B;
}

.mobile-tariff__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 20px;
	background-color: #A7FC00;
	border-radius: 12px;
	color: #1B1B1B;
	text-decoration: none;
	white-space: nowrap;
}

.mobile-tariff__button:hover {
	background-color: #74C800;
}

.mobile-tariff__old-price {
	width: 100%;
	text-align: center;
}

.mobile-tariff__art {
	position: absolute;
	right: 25px;
	top: 74px;
	z-index: 1;
	width: 280px;
	height: 266px;
	pointer-events: none;
}

.mobile-tariff__art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}

@media screen and (max-width: 1199px) {
	.mobile-tariff__banner {
		min-height: 294px;
		padding: 16px;
	}

	.mobile-tariff__content {
		width: 100%;
		gap: 20px;
		padding: 16px 14px;
	}

	.mobile-tariff__title {
		font-size: 20px;
	}

	.mobile-tariff__description,
	.mobile-tariff__feature-text {
		font-size: 12px;
	}

	.mobile-tariff__art {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.mobile-tariff {
		padding-bottom: 0;
	}

	.mobile-tariff__banner {
		min-height: 400px;
		padding: 16px;
		border-radius: 40px;
	}

	.mobile-tariff__content {
		width: 100%;
		min-height: 368px;
		justify-content: space-between;
	}

	.mobile-tariff__features {
		flex-direction: column;
		gap: 12px;
	}

	.mobile-tariff__offer {
		width: 100%;
	}
}
