.editor p:last-of-type,
.warranty-terms .content ul li:last-of-type,
.warranty-terms .top-title h2 {
	margin-bottom: 0
}
.heading-title h2,
.warranty-terms .top-title h2 {
	line-height: 1.722;
	font-weight: 800;
	font-size: 18px;
	color: #fff
}
@keyframes load {
	0%,
	15% {
		opacity: 0;
		-webkit-transform: translateY(-97px);
		transform: translateY(-97px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100%,
	85% {
		opacity: 0;
		-webkit-transform: translateY(97px);
		transform: translateY(97px)
	}
}
@-webkit-keyframes load {
	0%,
	15% {
		opacity: 0;
		-webkit-transform: translateY(-97px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
	100%,
	85% {
		opacity: 0;
		-webkit-transform: translateY(97px)
	}
}
.heading-title h2 img.pp-img,
.warranty-terms .top-title h2 img.pp-img,
body.timer-hidden #timeCount {
	display: none
}
.editor p,
.editor>div {
	margin-bottom: 20px
}
.heading-title,
header .logo {
	text-align: center
}
body {
	background-color: #f1f1f1;
	font-family: Roboto, sans-serif;
	line-height: 1.5;
	color: #000
}
main {
	padding: 0
}
.container {
	max-width: 970px
}
header {
	padding: 15px 0 10px;
	-webkit-box-shadow: unset;
	box-shadow: unset
}
header .navigation {
	display: none !important
}
header .logo img {
	max-width: 220px;
	display: inline
}
.section-1 {
	padding: 10px 0;
	background-color: #c01c2f
}
.heading-title h2 {
	position: relative
}
.heading-title h2 img,
.warranty-terms .top-title h2 img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	margin: 0 3px;
	max-height: 28px
}
.heading-title h2:before {
	content: "";
	background: url(/assets/img/warning-n.png) 0 0/cover no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}
.warranty-terms {
	max-width: 820px;
	margin: 90px -5px 30px;
	text-align: center;
	background-color: #fff;
	padding-bottom: 30px
}
.warranty-terms>div {
	margin: 0
}
.warranty-terms .top-title {
	background-color: #c90007;
	position: relative;
	overflow: visible;
	padding: 15px 10px;
	border-radius: 5px 5px 0 0
}
.warranty-terms .top-title p {
	margin-top: -85px;
	margin-bottom: 15px
}
.warranty-terms .top-title p img {
	max-width: 130px
}
.warranty-terms .content {
	padding: 30px 15px;
	text-align: left
}
.warranty-terms .content h3 {
	font-size: 21px;
	line-height: 1.15;
	margin-bottom: 0;
	margin-top: 40px;
	font-weight: 400;
	text-align: center
}
.warranty-terms .content h3 .spanUpsellPrice {
	font-size: 36px;
	font-weight: 900
}
.warranty-terms .content ul {
	padding: 0;
	margin: 0
}
.warranty-terms .content ul li {
	list-style: none;
	color: #000;
	font-size: 16px;
	letter-spacing: .18px;
	line-height: 1.625;
	margin-bottom: 30px;
	padding-left: 25px;
	position: relative
}
.warranty-terms .content ul li strong {
	font-size: 18px
}
.warranty-terms .content ul li:before {
	font-family: FontAwesome;
	font-size: 20px;
	content: "\f00c";
	color: #020202;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 5px;
}
.warranty-terms .js-btn-place-upsell-order {
	cursor: pointer;
	width: 100%;
	max-width: 290px;
	border-radius: 5px;
	padding: 12px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00d03e), to(#00bb19));
	background: linear-gradient(180deg, #00d03e 0, #00bb19 100%);
	border-bottom: 4px solid #008b0a;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25);
	margin-left: auto;
	margin-right: auto
}
.warranty-terms .js-btn-place-upsell-order p {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 1.15
}
.warranty-terms .js-btn-place-upsell-order img {
	position: relative;
	top: -4px;
	display: inline-block;
	vertical-align: middle;
	max-width: 43px;
	margin-right: 10px
}
.warranty-terms .js-btn-no-thanks {
	color: #1a0dab;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: .18px;
	line-height: 16px;
	margin-top: 40px;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto
}
@media (min-width:768px) {
	.section-1 {
		padding: 15px 0
	}
	.heading-title {
		text-align: left
	}
	.heading-title h2 {
		padding-left: 52px;
		font-size: 28px;
		line-height: 1.286
	}
	.heading-title h2 img,
	.warranty-terms .top-title h2 img {
		max-height: inherit;
		top: -2px
	}
	.heading-title h2:before {
		position: absolute;
		left: 0;
		top: 50%;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-right: 0
	}
	.warranty-terms {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto
	}
	.warranty-terms .top-title {
		text-align: left;
		margin: 0;
		padding: 0;
		display: -ms-flexbox;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-ms-flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.warranty-terms .top-title h2 {
		padding: 20px 10px 20px 25px;
		-ms-flex: 1 0 0%;
		-webkit-box-flex: 1;
		flex: 1 0 0%;
		font-size: 19px;
		line-height: 1.684
	}
	.warranty-terms .top-title p {
		margin: -15px -10px -15px 0
	}
	.warranty-terms .top-title p img {
		max-width: 150px
	}
	.warranty-terms .content {
		padding: 65px 15px 30px
	}
	.warranty-terms .content h3 .spanUpsellPrice {
		font-size: 51px
	}
	.warranty-terms .content ul li {
		margin-bottom: 25px
	}
	.warranty-terms .js-btn-place-upsell-order {
		max-width: 570px;
		padding: 18px 15px
	}
	.warranty-terms .js-btn-place-upsell-order p {
		font-size: 40px
	}
}
@media (min-width:992px) {
	.warranty-terms {
		padding-bottom: 60px
	}
	.warranty-terms .content {
		padding: 50px 50px 30px
	}
}