/* Перезапись стилей карточки */
.iq-pricing-table {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	gap: 20px;
	overflow: hidden;
}

.package-card {
	transform: scale(1.03);
}

.package-card .iq-pricing-table::after {
	content: "Хит!";
	position: absolute;
	top: 15px;
	right: -40px;
	width: 150px;
	height: 40px;
	text-align: center;
	background-color: red;
	transform: rotate(45deg);
	color: white;
	font-size: 20px;
}

.iq-pricing-table .try-button {
	margin: 0 !important;
}

/* Стили для основной информации пакета */
.package-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.package-descr {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 14px;
}

.package-price {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 30px;
}

.package-price-money {
	margin: 0 !important;
	font-size: 30px !important;
}

.package-price-month {
	line-height: 1;
}

.package-included-list {
	width: 100%;
	padding: 0;
	margin: 0;
}

.package-included-item {
	display: flex;
	gap: 6px;
	align-items: center;
}

.package-included-item:not(:last-of-type) {
	margin-bottom: 18px;
}

.package-included-item-title {
	text-align: left;
	line-height: 100%;
}

.fa.fa-check {
	width: 16px;
	color: #1dcc9b;
	margin-right: 0;
}

.fa.fa-times {
	width: 16px;
	color: #f87171;
	margin-right: 0;
}

.highlight-number {
	background-color: #17a57e;
	color: #fff;
	padding: 0 4px;
	border-radius: 4px;
	font-weight: 600;
}

/* Стили для блока сервисов по скидке */
.additionals-title {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
}

.additionals-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
}

.additionals-item {
	display: flex;
	margin: 0 !important;
	justify-content: space-between;
	outline-offset: 2px;
	outline: 1px solid transparent;
	border-radius: 2px;
	gap: 7px;
}

.additionals-item .additionals-item-title-wrapper {
	text-align: left;
}

.additionals-item .additionals-title {
	font-weight: 400;
}

.additionals-price-wrapper {
	white-space: nowrap;
}

/* Стили отдельных карточек по сервисам */
.service-price {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.service-descr {
	margin: 0;
}