.item-freezone-price {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	border: 1px solid #d8d8d8;
}
.freezon-price_custom .item-freezone-price {
	border-color: #545c69;
}
.item-freezone-price__caption {
	padding: 20px;
	font-size: 22px;
	line-height: 135%;
	color: #fff;
	background-color: #545c69;
}
.item-freezone-price:nth-child(3) .item-freezone-price__caption {
	background-color: #909cf8;
}
.item-freezone-price__content {
	height: 100%;
	padding: 20px;
}
.item-freezone-price__list {
	list-style-type: none;
}
.item-freezone-price__list-item {
	position: relative;
	padding-left: 26px;
}
.item-freezone-price__list-item:not(:last-child) {
	margin-bottom: 10px;
}
.item-freezone-price__list-item::before {
	position: absolute;
	top: 0.35em;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	background: url('data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.3346 4L6.0013 11.3333L2.66797 8%27 stroke=%27%23909CF8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A')
		center center/cover no-repeat;
}
.item-freezone-price__list-item_close::before {
	background-image: url('data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 4L4 12%27 stroke=%27%239A9FA7%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M4 4L12 12%27 stroke=%27%239A9FA7%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A');
}
.item-freezone-price__additional {
	margin-top: 20px;
	font-size: 16px;
	line-height: 135%;
}
.item-freezone-price__additional-list {
	padding-left: 18px;
	margin-top: 10px;
}
.item-freezone-price__additional-list li:not(:last-child) {
	margin-bottom: 6px;
}
.item-freezone-price__price {
	padding-top: 20px;
	margin-top: auto;
	color: #545c69;
}
.item-freezone-price__price strong {
	font-size: 32px;
	line-height: 120%;
}
.item-freezone-price__subprice {
	margin-top: 5px;
	font-size: 16px;
	line-height: 135%;
	color: #545c69;
}
.freezon-price {
	background-color: #fff;
	padding: 80px 0 40px;
}
.freezon-price__title {
	margin-bottom: 30px;
}
.freezon-price__subtitle {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 140%;
}
.freezon-price__items {
	margin: -10px;
}
.freezon-price__items > * {
	width: calc(33.3333333333% - 20px);
	margin: 10px;
}
@media only screen and (max-width: 992px) {
	.item-freezone-price__caption {
		font-size: 20px;
	}
	.item-freezone-price__list-item::before {
		top: 0.3em;
	}
	.item-freezone-price__additional {
		margin-top: 15px;
	}
	.item-freezone-price__price {
		padding-top: 15px;
	}
	.item-freezone-price__price strong {
		font-size: 28px;
	}
	.item-freezone-price__subprice.is-hidden {
		display: none;
	}
	.freezon-price {
		padding: 60px 0 30px;
	}
	.freezon-price__title {
		margin-bottom: 20px;
	}
	.freezon-price__subtitle {
		margin-bottom: 20px;
		font-size: 25px;
	}
	.freezon-price__items {
		margin: -6px;
	}
	.freezon-price__items > * {
		width: calc(50% - 12px);
		margin: 6px;
	}
}
@media only screen and (max-width: 768px) {
	.freezon-price__items {
		margin: -5px;
	}
	.freezon-price__items > * {
		width: calc(100% - 10px);
		margin: 5px;
	}
}
@media only screen and (max-width: 576px) {
	.freezon-price__subtitle {
		font-size: 18px;
	}
	.item-freezone-price__caption {
		padding: 15px 10px;
		font-size: 18px;
	}
	.item-freezone-price__list-item::before {
		top: 0.25em;
	}
	.item-freezone-price__additional {
		font-size: 14px;
	}
	.item-freezone-price__price strong {
		display: block;
		font-size: 24px;
	}
	.item-freezone-price__subprice {
		font-size: 14px;
	}
	.freezone-examples__subtitle {
		font-size: 18px;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.item-freezone-price__caption {
		min-height: 100px;
	}
}
@media only screen and (min-width: 993px) {
	.item-freezone-price__subprice.is-hidden {
		opacity: 0;
	}
}
