.page {
	background: #fff;
	padding: 30px 25px 40px;
	margin-bottom: 30px;
}

.page h1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}

.page .page__lead {
	text-align: center;
	color: #666;
	margin-bottom: 30px;
}

.page h2 {
	font-size: 19px;
	border-bottom: 3px solid #168de2;
	padding-bottom: 12px;
	padding-top: 18px;
	margin-bottom: 14px;
}

.page p,
.page li {
	line-height: 1.6;
	margin-bottom: 12px;
}

.page ul,
.page ol {
	padding-left: 22px;
	margin-bottom: 16px;
}

.page table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.page table th,
.page table td {
	border: 1px solid #dae1e8;
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
}

.page table th {
	background: #eef3f7;
	width: 40%;
}

.page .callout {
	background: #eef7fd;
	border-left: 4px solid #0085cf;
	padding: 15px 18px;
	margin-bottom: 20px;
}

.breadcrumbs {
	font-size: 13px;
	padding: 10px 0;
}

.breadcrumbs a {
	color: #23527c;
}

.page-form {
	max-width: 420px;
	margin: 0 auto;
}

.page-form label {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

.page-form input,
.page-form select,
.page-form textarea {
	width: 100%;
	margin-bottom: 16px;
	font-family: Arial, sans-serif;
}

.page-form textarea {
	height: 130px;
	padding: 12px 15px;
	font-size: 16px;
	color: grey;
	font-weight: bold;
	border: none;
	box-shadow: 0 0 2px 1px grey;
	resize: vertical;
}

.page-form button {
	text-transform: uppercase;
	background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185));
	border: none;
	border-radius: 28px;
	color: #fff;
	font-size: 20px;
	font-family: Arial, sans-serif;
	padding: 12px 20px;
	cursor: pointer;
	display: block;
	width: 100%;
	margin-top: 5px;
}

.page-form button:hover {
	background: rgb(60, 176, 253) linear-gradient(to bottom, rgb(60, 176, 253), rgb(52, 152, 219));
}

.form-status {
	display: none;
	background: #e6f7e9;
	border-left: 4px solid #2e9e4f;
	color: #1f6b36;
	padding: 15px 18px;
	margin-top: 20px;
	font-weight: bold;
}

.form-status.is-visible {
	display: block;
}

.thankyou {
	text-align: center;
}

.thankyou .thankyou__check {
	width: 88px;
	height: 88px;
	line-height: 88px;
	border-radius: 50%;
	background: #2e9e4f;
	color: #fff;
	font-size: 46px;
	margin: 10px auto 20px;
}

.thankyou .order-summary {
	max-width: 420px;
	margin: 0 auto 25px;
	text-align: left;
}

.license-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	align-items: flex-start;
}

.license-grid__img {
	flex: 0 0 240px;
	max-width: 100%;
}

.license-grid__img img {
	width: 100%;
	display: block;
}

.license-grid__body {
	flex: 1 1 320px;
}

@media (max-width: 1000px) {
	.page {
		padding: 20px 15px 30px;
	}

	.page h1 {
		font-size: 22px;
	}

	.nav {
		line-height: normal;
		padding: 8px 0;
	}

	.nav .burg-item {
		display: block;
		padding: 4px 8px;
	}

	.nav.is-open {
		padding-bottom: 12px;
	}

	.nav.is-open li {
		display: block;
		padding: 8px;
	}
}

.burg-item {
	display: none;
}
