html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

body {
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	background: #fdfdfd;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header {
	background: #fff;
	padding: 12px 0;
	border-bottom: 1px solid #d5d5d5;
}

.inner {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.logo {
	display: block;
	width: 129px;
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.top-part {
	background: url(../images/header.webp) no-repeat center right;
	background-size: cover;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 165px;
}

.faded {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.55);
}

.top-part-content {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 15px;
	color: #fff;
	z-index: 10;
	position: relative;
}

.top-part-content h1 {
	font-weight: 600;
	max-width: 768px;
	margin-bottom: 24px;
	font-size: 1.5rem;
}

.top-part-content p {
	max-width: 768px;
	font-size: 1.125rem;
	margin-top: 16px;
}

.wrapper {
	position: relative;
	z-index: 25;
	margin: -100px auto 0;
	max-width: 1024px;
	padding: 0 15px;
}

.update {
	font-size: 0.875rem;
	letter-spacing: 0.5px;
	background: rgba(0,0,0,0.3);
	padding: 2px 7px;
	color: #fff;
	display: inline-block;
}

.update span {
	font-weight: 600;
}

.wrapper-top {
	position: relative;
	margin-top: 8px;
	background: #f7f7f7;
	padding: 6px 15px;
}

.wrapper-top span {
	font-weight: 600;
	font-size: 0.875rem;
}

.advertiser-disclosure {
	position: absolute;
	right: 0;
	top: 0;
}

.advertiser-disclosure button {
	padding: 0 7px;
	border: 0;
	cursor: pointer;
	font-family: 'Jost', sans-serif;
	background: transparent;
	text-decoration: underline;
	height: 34px;
	line-height: 34px;
	font-weight: 600;
}

.advertiser-disclosure p {
	line-height: 1.3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.875rem;
	-webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
	-moz-box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
	box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px;
	width: 436px;
	padding: 16px;
	background: #fff;
	position: absolute;
	top: 32px;
	right: 0;
	display: none;
	z-index: 250;
}

.advertiser-disclosure p button {
	display: none;
}

.advertiser-disclosure button span {
	z-index: 30;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -7px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 6px 7px;
	border-color: transparent transparent #ffffff transparent;
	display: none;
	z-index: 300;
}

.product-box {
	font-size: 0;
	position: relative;
	margin-bottom: 10px;
	z-index: 100;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0 0 7px rgb(0 0 0 / 25%);
	box-shadow: 0 0 7px rgb(0 0 0 / 25%);
	background: #fff;
	padding: 25px;
}

.product-box.main-product {
	padding-top: 50px;
}

.top-choice {
	position: absolute;
	top: 8px;
	font-size: 0.875rem;
	left: -9px;
	font-weight: 600;
	background: #25770c;
	padding: 5px 10px;
	color: #fff;
}

.top-choice:before {
	content: '';
    border-style: solid;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    top: -6px;
    left: 0;
    border-width: 6px 9px 0 0;
    border-color: transparent #053d33 transparent transparent;
}

.list-number {
	width: 42px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #000;
	background: #fff;
	position: absolute;
	bottom: 35px;
	left: -25px;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
}

.product-left {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}

.product-left a {
	display: block;
}

.product-left a img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.product-middle {
	padding: 0 4%;
	display: inline-block;
	vertical-align: top;
	width: 55%;
	font-size: 1rem;
}

.product-stars {
	font-size: 0.875rem;
}

.product-stars i {
	color: #ffa620;
}

.product-stars a {
	color: #1564bf;
	text-decoration: none;
	font-weight: 600;
}

.product-middle h3 {
	font-weight: 600;
	margin: 8px 0;
}

.product-middle ul li {
	font-weight: 300;
}

.product-middle ul li:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f00c";
    color: #1564bf;
    margin-right: 8px;
}

.product-right {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 1rem;
	text-align: right;
}

.product-rating {
	margin-bottom: 40px;
}

.product-rating > * {
	display: inline-block;
	vertical-align: middle;
}

.product-rating p {
	margin-right: 4px;
	font-weight: 600;
	color: #1564bf;
	font-size: 1.063rem;
}

.product-rating span {
	font-size: 1.5rem;
	padding: 2px 6px;
	font-weight: 600;
	color: #fff;
	background: #1564bf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.product-rating span i {
	color: #ffd700;
}

.visit-box {
	text-align: center;
	display: inline-block;
}

.cta-btn {
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #1564bf;
	color: #fff;
	text-decoration: none;
	margin-bottom: 6px;
}

.new-price {
	font-weight: 600;
	font-size: 1rem;
	color: #29b60d;
	max-width: 120px;
	margin: 0 auto;
	line-height: 1.25;
}

.separator {
	margin: 60px 0;
	border-top: 1px solid #ccc;
}

.main-content {
	margin-left: 120px;
}

.main-content > h2 {
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #2d2d2d;
}

.main-content > p {
	margin-bottom: 20px;
	line-height: 1.65;
}

.main-content > p a, .main-ul-list li a {
	color: #1564bf;
	font-weight: 600;
}

.img-link {
	display: block;
}

.img-link img {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.trust-pilot-review {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.main-ul-list {
	margin: 20px 0;
}

.main-ul-list li {
	position: relative;
	line-height: 1.65;
	padding-left: 25px;
}

.main-ul-list li:before, .question:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #1564bf;
}

.bold {
	font-weight: 600;
}

.quote {
	position: relative;
	padding: 20px;
	font-size: 1.25rem;
	text-indent: 64px;
	font-weight: 600;
	background: #f1f1f1;
}

.quote:after {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f10e";
    color: #2d2d2d;
    font-size: 3rem;
    position: absolute;
    top: 5px;
    left: -32px;
}

.popbox {
	border-left: 10px solid #2d2d2d;
    background: #f1f1f1;
    font-weight: 300;
    padding: 10px;
}

.popbox span {
	font-weight: 600;
	display: block;
}

.question {
	position: relative;
	text-indent: 16px;
	font-weight: 600;
}

.answer {
	text-indent: 32px;
	font-style: italic;
}

.summary {
	position: relative;
	background: #cde2ff;
	border-left: 15px solid #3d84e5;
	border-right: 5px solid #3d84e5;
	color: #3a3b3c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px 15px 70px;
}

.summary i {
	font-size: 2.25rem;
	color: #3d84e5;
	position: absolute;
	top: 15px;
	left: 20px;
}

.summary-update {
	display: block;
	font-weight: 600;
}

.cta-btn-end {
	display: block;
	font-weight: 600;
	font-size: 1.25rem;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 6px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006274+0,01a24e+100 */
	background: #006274; /* Old browsers */
	background: -moz-linear-gradient(left,  #006274 0%, #01a24e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #006274 0%,#01a24e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #006274 0%,#01a24e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006274', endColorstr='#01a24e',GradientType=1 ); /* IE6-9 */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.cta-btn-end span {
	display: block;
	padding: 10px 20px;
	background: #fff;
	color: #2d2d2d;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;
	transition: all 250ms linear;
}

.cta-btn-end:hover span {
	background: transparent;
	color: #fff;
}

/* FOOTER */

.footer {
	background: #2d2d2d;
	color: #fff;
	margin-top: 60px;
	padding: 40px 20px;
}

.inner-footer {
	font-size: 0;
	max-width: 1000px;
	margin: 0 auto;
}

.footer-logo {
	width: 30%;
	max-width: 230px;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
}

.footer-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}

.footer-logo p {
	font-size: 0.875rem;
	font-weight: 300;
	margin-top: 10px;
}

.footer-text {
	width: 65%;
	max-width: 630px;
	display: inline-block;
	vertical-align: top;
	font-size: 0.875rem;
}

.footer-text ul {
	font-size: 0;
}

.footer-text ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.footer-text ul li:last-child {
	margin: 0;
}

.footer-text ul li a {
	font-size: 0.875rem;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	padding: 
}

.footer-text p {
	margin-top: 10px;
}

.advertiser-disclosure-mobile {
	background: rgba(0,0,0,0.65);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

/* PAGES */

.pages {
	max-width: 1024px;
	margin: 40px auto 0;
	padding: 0 15px;
}

.inner-pages {
	margin-left: 140px;
}

.pages h3 {
	color: #2d2d2d;
	font-weight: 600;
	font-size: 2.125rem;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.pages h3:before {
	content: "";
	width: 75px;
	background: #ddd;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pages h4 {
	color: #2d2d2d;
	font-weight: 600;
	font-size: 1.5rem;
	margin: 20px 0;
}

.pages h5 {
	font-size: 1.063rem;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 600;
}

.pages p {
	margin-bottom: 20px;
    line-height: 1.65;
}

.img-responsive {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100%;
}

.pages p a {
	color: #1564bf;
    font-weight: 600;
}

/* PAGES END */

@media screen and (max-width: 1023px) {
	.main-content {
		margin-left: 60px;
	}
}

@media screen and (max-width: 767px) {
	.advertiser-disclosure p {
		top: 10px;
		left: 5%;
		width: 90%;
		position: fixed;
		font-size: 0.75rem;
		z-index: 2000;
	}

	.advertiser-disclosure button span {
		position: fixed;
		top: -9999px;
		left: -9999px;
	}

	.advertiser-disclosure-mobile.opened {
		display: block;
	}

	.advertiser-disclosure p button {
		display: block;
		text-decoration: underline;
		color: #1564bf;
		text-align: center;
		width: 120px;
		margin: 5px auto 0;
		padding: 3px;
	}

	.top-part {
		padding: 20px 0 105px;
	}

	.top-part-content h1 {
		font-size: 1.375rem;
		margin-bottom: 12px;
	}

	.top-part-content p {
		font-size: 1rem;
		margin-bottom: 8px;
		line-height: 1.3;
	}

	.product-box {
		padding: 15px;
	}

	.list-number {
		width: 38px;
		height: 38px;
		line-height: 36px;
		font-size: 1.375rem;
		left: -10px;
		bottom: auto;
		top: 25px;
	}

	.main-product .list-number {
		top: 55px;
	}

	.product-left, .product-middle, .product-right {
		padding: 0;
		display: block;
		width: 100%;
	}

	.product-middle {
		margin: 16px 0;
	}

	.product-right {
		text-align: center;
	}

	.product-rating {
		margin-bottom: 16px;
	}

	.visit-box {
		display: block;
	}

	.cta-btn {
		display: block;
		width: 100%;
	}

	.new-price {
		display: inline-block;
		vertical-align: middle;
		line-height: 32px;
		max-width: 380px;
	}

	.separator {
		margin: 40px 0;
	}

	.main-content {
		margin: 0 -10px;
	}

	.expert {
		border-left-width: 8px;
		margin-top: 110px;
		position: relative;
		padding: 120px 15px 15px 50px;
	}

	.text-expert {
		padding: 0;
		width: 100%;
		display: block;
	}

	.text-expert:before {
		font-size: 2.375rem;
		left: -40px;
	}

	.expert-stars {
		margin: 5px 0 25px;
	}

	.img-expert {
		width: 200px;
		margin-left: -100px;
		position: absolute;
		left: 50%;
		top: -100px;
	}

	.expert-name {
		font-size: 1rem;
	}

	.expert-title {
		font-size: 0.875rem;
	}

	.footer {
		margin-top: 40px;
		padding: 25px 10px;
		text-align: center;
	}

	.footer-logo {
		width: 100%;
		display: block;
		max-width: 1024px;
	}

	.footer-text {
		width: 100%;
		display: block;
		margin: 20px auto 0;
	}

	.inner-pages {
		margin-left: 30px;
	}

	/* FACEBOOK POST */

	.facebook-reaction-buttons > div a span {
		display: none;
	}
}