.card {
	border-radius: 30px;
	box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	max-width: 395px;
	width: 100%;
	position: relative
}

.card__head {
	border-bottom: 1px dashed #9e9e9e;
	max-height: 250px;
	padding: 12px
}

.card__head img {
	max-width: 200px;
	margin: 0 auto
}

.free-test-card .card__head {
	max-height: 190px
}

.free-test-card .card__head img {
	max-width: 150px
}

.card__title {
	margin-bottom: 20px
}

.card__description {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	text-align: justify
}

.card__body a {
	margin-top: auto
}

.card__description:not(:last-child) {
	margin-bottom: 15px
}

.main-page-card .card__body {
	padding: 30px 24px 70px;
	min-height: 386px;
	display: flex;
	flex-direction: column
}

.free-test-card .card__body {
	padding: 20px 24px 30px
}

.card__price {
	font-weight: 500;
	font-size: 32px;
	position: absolute;
	bottom: 30px;
	right: 30px
}

.card .text-align--center {
	text-align: center
}

.card__button {
	box-shadow: 4px 4px 10px 0 rgba(4, 46, 112, .37);
	color: #000;
	background-color: #ffc700;
	width: 100%;
	margin-top: 30px
}

.purchase-card__info {
	display: inline-block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff
}

@media (max-width:1024px) {
	.main-page-card .card__body {
		min-height: unset
	}
}

@media (max-width:768px) {
	.card__head img {
		width: 150px;
		height: 150px
	}

	.main-page-card .card__body {
		padding: 20px 15px 55px
	}

	.card__price {
		bottom: 11px
	}

	.card__title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px
	}

	.card__description {
		font-size: 14px
	}
}

@media (max-width:575px) {
	.card {
		max-width: 300px
	}
}