.card-item {
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0 3px 6px #00000029;
}

.card-item_special .price {
	color: #ffffff;
}

.card-item__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 490px;
}

.card-item__header {
	padding: 25px 15px 15px;
	border-bottom: 1px solid #CFEFBB;
	line-height: 1.3;
}

.card-item_special .card-item__header {
	background-color: #fcd900;
	border-bottom: none;
}

.card-item__title {
	margin-bottom: 20px;
	font-size: 24px;
	color: #3B3B3B;
	font-weight: 600;
}

.card-item_special .card-item__title {
	margin-bottom: 30px;
	color: #000000;
}

.card-item__select {
	margin-bottom: 30px;
}

.card-item__body {
	padding: 20px 15px 15px;
	color: #080f40;
}

.card-item__description + .card-item__features {
	margin-top: 20px;
}

.card-item__features ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.card-item__features li {
	position: relative;
	padding-left: 20px;
	margin-top: 3px;
}

.card-item__features li:first-child {
	margin-top: 0;
}

.card-item__features li:before {
	font-family: 'Ionicons';
	content: "\";
	color: #FFE121;
	font-size: "inherit";
	position: absolute;
	top: 0;
	left: 0;
}

.card-item__caption {
	margin-bottom: 10px;
	color: #64A36F;
	font-weight: 700;
}

.card-item__footer {
	padding: 0 7px 20px;
	font-size: 0;
}

.card-item__btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 0 8px;
	margin-top: 15px;
}

.card-item__btn .button {
	width: 100%;
}

.cards__items .card-img-payment img {
	width: 100%;
}
.cards__items .card-item__price {
	display: flex;
	gap: 10px;
}

@media (min-width: 480px) {

.card-item__btn {
	width: 50%;
}

}

@media (min-width: 1024px) {

.card-item__inner {
	min-height: 575px;
}

.card-item__header {
	padding: 30px 25px 25px;
}

.card-item__body {
	padding: 30px 25px 25px;
}

.card-item__footer {
	padding: 0 17px 30px;
}

}

