.template {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  padding-left: 0;
}
.template p {
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 3px;
}
.template p:nth-of-type(2) {
  line-height: 40px;
}
.template li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.template li .item {
	position: relative;
	width: 360px;
}
.template.plain li .item {
	height: 450px;
}
.template.full li .item {
	height: 460px;
}

.template img {
	width: 100%;
	height: 100%;
}

.template.plain {
	padding-top: 90px;
}

.template.plain .icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
}
.template.plain .card {
	width: 360px;
	height: 360px;
	padding: 130px 26px 0;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 5px 20px 0px rgba(199, 222, 255, 0.5);
	border-radius: 10px;
}
.template .card p:nth-child(2) {
  margin-top: 38px;
}

.template.full .bg,
.template.full .container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
}
.template.full .bg-modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.template.full .icon {
	width: 120px;
	height: 120px;
	margin-top: 78px;
}
.template.full p:first-of-type {
	margin: 42px 0 22px 0;
}

@media screen and (max-width: 1024px) {
	.template li:not(:last-child) {
		margin-bottom: 20px;
	}
}
