.tariff-page .tariff-lead {
	margin-top: 18px;
	font-size: 1.25rem;
	color: #22282C;
	letter-spacing: 0.5px;
	max-width: 520px;
}

.tariff-trial {
	margin-top: 8px;
	padding: 4px 0 4px 18px;
	border-left: 3px solid #00A5FA;
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 0.4px;
	color: #22282C;
}

.tariff-result .tariff-trial p {
	margin-bottom: 0;
	color: #22282C;
	font-size: 1.125rem;
}

.tariff-trial strong,
.tariff-trial-price {
	font-family: "Open-Sans-Bold", sans-serif;
	font-weight: normal;
}

.tariff-trial-price {
	margin-top: 18px !important;
	font-family: "Open-Sans-ExtraBold", sans-serif;
	font-size: 1.75rem !important;
	color: #00A5FA !important;
	line-height: 1.2;
}

.tariff-controls {
	margin-top: 36px;
	max-width: 520px;
}

.tariff-field {
	border: 0;
	margin: 0 0 28px;
	padding: 0;
}

.tariff-field legend {
	font-family: "Open-Sans-Bold", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
	padding: 0;
}

.tariff-users-readout {
	font-family: "Open-Sans-Bold", sans-serif;
	font-size: 1.35rem;
	margin-bottom: 10px;
	line-height: 1.35;
}

.tariff-controls input[type="range"] {
	width: 100%;
	accent-color: #00A5FA;
}

.tariff-range-scale {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
	color: #7C8B93;
	font-size: 0.95rem;
}

.tariff-durations {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	max-width: 520px;
}

.tariff-duration {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 12px 8px;
	border: 0;
	background: #fff;
	color: #22282C;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.08);
	font-family: "Open-Sans-SemiBold", sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.2px;
	cursor: pointer;
	text-align: center;
}

.tariff-duration--trial {
	grid-column: 1 / -1;
}

.tariff-duration input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.tariff-duration.is-selected {
	background: #00A5FA;
	color: #fff;
	box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.18);
}

.tariff-result h2 {
	padding-bottom: 8px;
}

.tariff-status {
	color: #7C8B93;
	font-size: 1.125rem;
	margin-bottom: 0;
}

.tariff-status.is-error {
	color: #B42318;
}

.tariff-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 8px;
}

.tariff-table th,
.tariff-table td {
	padding: 14px 0;
	border-bottom: 1px solid #e8edf2;
	vertical-align: baseline;
	font-size: 1.125rem;
	letter-spacing: 0.3px;
}

.tariff-table th {
	text-align: left;
	font-family: "Open-Sans-Regular", sans-serif;
	font-weight: normal;
	color: #7C8B93;
	padding-right: 16px;
}

.tariff-table td {
	text-align: right;
	font-family: "Open-Sans-SemiBold", sans-serif;
	color: #22282C;
}

.tariff-table tr:last-child th,
.tariff-table tr:last-child td {
	border-bottom: 0;
}

.tariff-table .is-total th,
.tariff-table .is-total td {
	font-family: "Open-Sans-ExtraBold", sans-serif;
	color: #00A5FA;
	font-size: 1.75rem;
	padding-top: 18px;
}

@media (max-width: 991px) {
	.tariff-controls {
		margin-bottom: 28px;
	}

	.tariff-page .callback-form {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.tariff-table .is-total th,
	.tariff-table .is-total td {
		font-size: 1.35rem;
	}

	.tariff-duration {
		grid-column: span 1;
	}

	.tariff-durations {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
