.typeheat {
    padding-top: 50px;
    padding-bottom: 60px;
}
.typeheat.--pt0 {
	padding-top: 0px !important;
}
.typeheat__title {
    margin-bottom: 40px;
}
.typeheat__items-wrapper {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typeheat__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: -30px -15px 0px -15px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typeheat__item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 15px 0px 15px;
	padding: 30px 30px 30px 30px;
	position: relative;
	width: calc(50% - (15px * 2));
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e6e4e3;
}
.typeheat__item-img-wrapper {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 172px;
}
.typeheat__item-img {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typeheat__item-img img {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	max-width: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.typeheat__item-content-wrapper {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: calc(100% - 172px - 30px);
}
.typeheat__item-content {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typeheat__item-title {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
    font-size: 20px;
    line-height: 26px;
	font-weight: 700;
}
.typeheat__item-title > span {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px calc(38px + 20px) 0px 0px;
	position: relative;
}
.typeheat__item-title > span > span {
	display: inline;
}
.typeheat__item-title > span > i {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: calc(50% - (38px / 2) - 0px);
	right: 0px;
    width: 38px;
    height: 38px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.typeheat__item.--cold .typeheat__item-title > span > i {
	background-image: url(../../uploads/icons/icon-typeheat-cold.png);
}
.typeheat__item.--warm .typeheat__item-title > span > i {
	background-image: url(../../uploads/icons/icon-typeheat-warm.png);
}
.typeheat__item-text {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typeheat__item-text > p {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.typeheat__item-text > p:first-child {
	margin-top: 0px;
}
.typeheat__item-text > p > strong, 
.typeheat__item-text > p > b {
	color: #000;
	font-weight: 500;
}
.typeheat__item-text > p > a, 
.typeheat__item-text-link, 
.typeheat__item-text > ul li a {
	color: var(--primary-color);
	border-color: var(--primary-color);
	cursor: pointer;
}
.typeheat__item-text > p > a:hover, 
.typeheat__item-text > p > a:active, 
.typeheat__item-text-link:hover, 
.typeheat__item-text-link:active, 
.typeheat__item-text > ul li a:hover, 
.typeheat__item-text > ul li a:active {
	color: var(--primary-color-active);
	border-color: transparent;
}
.typeheat__item-text > ul {
	display: table;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
.typeheat__item-text > ul:first-child {
	margin-top: 0px;
}
.typeheat__item-text > ul li {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px calc(14px + 5px);
	position: relative;
}
.typeheat__item-text > ul li:first-child {
	margin-top: 0px;
}
.typeheat__item-text > ul li:before {
	content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 8px;
	height: 8px;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
}
.typeheat__item-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: calc(15px + 3px) 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typeheat__item-footer-btn-wrapper {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typeheat__item-footer-price-wrapper {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typeheat__item-footer-btn-wrapper + .typeheat__item-footer-price-wrapper {
	margin-left: 20px;
}
.typeheat__item-footer-price {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
    font-size: 18px;
    line-height: 26px;
	font-weight: 500;
}
.typeheat__item-footer-price sup {
    font-size: 0.6em;
	line-height: 0px;
}
@media screen and (max-width: 1220px) {
	.typeheat__item {
		width: calc(100% - (15px * 2));
	}
}
@media screen and (max-width: 767px) {
	.typeheat {
		padding-top: 40px;
		padding-bottom: 45px;
	}
	.typeheat__title {
		margin-bottom: 35px;
	}
	.typeheat__items {
		margin-top: -25px;
		margin-left: -12.5px;
		margin-right: -12.5px;
	}
	.typeheat__item {
		margin-top: 25px;
		margin-left: 12.5px;
		margin-right: 12.5px;
		padding: 25px 25px 25px 25px;
		width: calc(100% - (12.5px * 2));
	}
	.typeheat__item-content-wrapper {
		width: calc(100% - 172px - 25px);
	}
}
@media screen and (max-width: 650px) {
	.typeheat__item-img-wrapper {
		width: 140px;
	}
	.typeheat__item-content-wrapper {
		width: calc(100% - 140px - 25px);
	}
}
@media screen and (max-width: 550px) {
	.typeheat__item-img-wrapper {
		display: none;
	}
	.typeheat__item-content-wrapper {
		width: 100%;
	}
}