
.container, .content {
	padding-top: 40px;
	padding-bottom: 40px;
}
h2,
.banner h2{
	margin: 0 0 30px 0;
	font-size: 40px;
}

/* ================ general ========================================== */

.header .buttons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 130px;
}
.header .buttons .button {
	font-size: 16px;
	padding: 13px 19px;
	border-radius: 4px;
}
.header .buttons .button:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 16%;
	box-shadow: 0 0 0 0 rgba(255, 101, 52, 0.5);
	animation: pulse 1.5s infinite;
}
@keyframes pulse {
	0% {
	}
	70% {
		box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
	}
}

@media screen and (max-width: 1220px) {
	.header .buttons {
		display: none;
	}
}
.button.download{
	background-color: #EF4C22;
}
.button.buy{
	background-color: #08C16C;
}
.button.download.icon{
	background-image: url(../../images/pages/spyhunter-dark/button-download-anim.gif);
	background-size: auto 39px;
	background-position: 15px center;
}

/* ------------ tabs ----------------------------------------- */

.tabs-container{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.tabs.round{
	background-color: #F5F8FD;
	position: unset !important;
	border-radius: 999px;
	display: inline-block;
	margin: 0;
	box-shadow: inset rgba(0, 0, 0, 0.20) 0px 3px 5px;
	padding: 4px;
}
.tabs.round a{
	display: inline-block;
	min-height: 0;
	padding: 6px 20px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	color: #22A0B5;
	font-weight: normal;
	font-size: 18px;
}
.tabs.round a.active{
	background-color: #22A0B5;
	border-radius: 999px;
	color: white;
	font-weight: bold;
}
.tabs.round a:before,
.tabs.round a:after,
.tabs.round a:hover:before{
	display: none;
}
@media screen and (max-width: 1230px) {
	.tabs.round{
		box-shadow: none;
		background-color: transparent;
	}
	.tabs.round a{
		background-color: #F5F8FD;
		box-shadow: inset rgba(0, 0, 0, 0.20) 0px 3px 5px;
		border-radius: 999px !important;
		margin: 5px 0;
	}
}
@media screen and (max-width: 910px) {
	.tabs.round span {
		display: none;
	}
}

/* ====================== section-top-banner ============================================ */

.section-top-banner{
	position: relative;
	background: #2b2c36;
	min-height: 790px;
	display: block;
	padding-top: 80px;
	color: white;
}
.section-top-banner .background-back{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-top-banner.windows video{
	display: none;
}
.section-top-banner .buttons{
	margin-top: 20px;
}
.section-top-banner .buttons.flex-container{
	margin: 20px -10px 15px -10px;
	max-width: 450px;
}
.section-top-banner .buttons.flex-container .item{
	width: 150px;
	margin: 0 10px 20px 10px;
}
.section-top-banner .buttons .button.licenses{
	width: 200px;
	padding: 10px 15px 10px 50px;
}
.section-top-banner .button,
.section-top-banner .button.icon{
	background-size: 30px auto;
	background-position: 10px center;
	padding: 15px 15px 15px 50px;
	font-size: 18px;
}
.section-top-banner .button.licenses {
	font-size: 16px;
}
.section-top-banner .button.licenses small {
	font-size: 12px;
}

/* ---------- version 1 or default ------------------ */

.section-top-banner.windows{
	color: white;
}
.section-top-banner.mac{
	color: black;
}
.section-top-banner.windows .background-back{
	background-color: #26272f;
	background-image: url('../../images/pages/spyhunter-dark/banners/windows/1.jpg?v=2');
}
.section-top-banner.mac .background-back{
	background-color: #e7ebee;
	background-image: url('../../images/pages/spyhunter-dark/banners/mac/1.jpg?v=2');
}
.section-top-banner .certifications img.dark-image {
	background-color: white;
	border-radius: 3px;
	padding: 5px 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.section-top-banner.windows .background-back{
		background-image: url('../../images/pages/spyhunter-dark/banners/windows/1@2x.jpg');
	}
	.section-top-banner.mac .background-back{
		background-image: url('../../images/pages/spyhunter-dark/banners/mac/1@2x.jpg');
	}
}

/* ---------- version 2 ------------------ */

.version2 .section-top-banner.windows .background-back{
	background-color: #150551;
	background-image: url('../../images/pages/spyhunter-dark/banners/windows/2.jpg?v=2');
}
.version2 .section-top-banner.windows h2,
.version2 .section-top-banner.windows h3,
.version2 .section-top-banner.windows p{
	margin-right: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.version2 .section-top-banner.windows .background-back{
		background-image: url('../../images/pages/spyhunter-dark/banners/windows/2@2x.jpg?v=2');
	}
}
.version2 .section-top-banner.windows .video{
	top: calc(31% - 3vw);
	left: 67%;
}
@media screen and (min-width: 1600px){
	.version2 .section-top-banner.windows .video{
		left: calc(45% + 17vw);
	}
}

/* ---------- version 3 ------------------ */

.version3 .section-top-banner.windows .background-back{
	background-color: #150551;
	background-image: url('../../images/pages/spyhunter-dark/banners/windows/3.jpg?v=2');
}
.version3 .section-top-banner.windows h2,
.version3 .section-top-banner.windows h3,
.version3 .section-top-banner.windows p{
	margin-right: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.version3 .section-top-banner.windows .background-back{
		background-image: url('../../images/pages/spyhunter-dark/banners/windows/3@2x.jpg?v=2');
	}
}
.version3 .section-top-banner.windows .video{
	top: calc(73% - 3vw);
	left: 72%;
	transform: scale(0.8);
}
@media screen and (min-width: 1600px){
	.version3 .section-top-banner.windows .video{
		left: calc(41% + 23vw);
	}
}

/* ---------- version 4 ------------------ */

.version4 .section-top-banner.windows .background-back{
	background-image: url('../../images/pages/spyhunter-dark/banners/windows/4.jpg');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.version4 .section-top-banner.windows .background-back{
		background-image: url('../../images/pages/spyhunter-dark/banners/windows/4@2x.jpg');
	}
}

/* ---------- version 5 ------------------ */

.version5 .section-top-banner.windows .background-back{
	background-image: url('../../images/pages/spyhunter-dark/banners/windows/5.jpg');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.version5 .section-top-banner.windows .background-back{
		background-image: url('../../images/pages/spyhunter-dark/banners/windows/5@2x.jpg');
	}
}

/* ---------- version 6 ------------------ */

.version6 .section-top-banner.windows{
	color: black;
}
.version6 .section-top-banner.windows h2,
.version6 .section-top-banner.windows h3,
.version6 .section-top-banner.windows p{
	margin-right: 100px;
}
.version6 .section-top-banner img {
	max-height: 50px;
	width: auto;
}
.version6 .section-top-banner.windows .background-back{
	background-color: #e7ebee;
	background-image: url('../../images/pages/spyhunter-dark/banners/windows/6.jpg?v=2');
}
.version6 .section-top-banner .certifications img.dark-image {
	background-color: transparent;
	padding: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.version6 .section-top-banner.windows .background-back{
		background-image: url('../../images/pages/spyhunter-dark/banners/windows/6@2x.jpg?v=2');
	}
}
.version6 .section-top-banner.windows .video{
	top: 150px;
	left: 67%;
}
@media screen and (min-width: 1700px){
	.version6 .section-top-banner.windows .video{
		left: calc(44% + 15vw);
	}
}

/* ---------- version 7 ------------------ */

.version7 .section-top-banner.windows{
	color: white;
}
.version7 .section-top-banner.windows h2,
.version7 .section-top-banner.windows h3,
.version7 .section-top-banner.windows p{
	margin-right: 60px;
}
.version7 .section-top-banner.windows .background-back{
	background-color: #3a3e4d;
	background-image: none;
}
.version7 .section-top-banner.windows video{
	display: block;
	position: absolute;
	top: 5%;
	left: 52%;
}
.version7 .section-top-banner img {
	max-height: 50px;
	width: auto;
}
.version7 .section-top-banner.windows .video {
	display: none;
}

/* --------------------------------------------- */

.section-top-banner .content{
	z-index: 5;
	text-align:left;
	position: relative;
}
.section-top-banner .text{
	max-width: 675px;
}
.section-top-banner.mac .text{
	max-width: 585px;
}
.section-top-banner.banner h2{
	margin: 0 0 20px 0;
}
.section-top-banner.banner h3{
	margin: 0 0 10px 0;
	font-size: 28px;
	font-size: clamp(20px, 3vw, 28px);
}
.section-top-banner.banner p{
	margin: 15px 0;
	font-size: 20px;
}
.section-top-banner .pricing{
	line-height: 1.1;
}
.section-top-banner .price{
	font-size: 50px;
}
.section-top-banner .pricing small{
	font-size: 18px;
}
.section-top-banner .terms-text{
	font-size: 16px;
}
.section-top-banner .video-container{
	position: absolute;
	top: 231px;
	left: 67%;
	width: 135px;
}
/* video */
.section-top-banner .video{
	position: absolute;
	display: block;
	top: calc(50% - 105px);
	left: calc(75% - 95px);
	width: 190px;
	text-decoration: none;
}
.section-top-banner.mac .video{
	top: 150px;
	left: 67%;
}
@media screen and (min-width: 1700px){
	.section-top-banner.mac .video{
		left: calc(44% + 15vw);
	}
}
.section-top-banner .video::before{
	content: '';
	width: 135px;
	display: block;
	margin: 0 auto 15px auto;
	height: 135px;
	background: url(../../images/pages/spyhunter-dark/play.svg) no-repeat center top;
	background-size: 100% auto;
}
.section-top-banner .video .title{
	display: block;
	padding: 9px 20px;
	background-color: white;
	border: 3px solid #666;
	border-radius: 999px;
	font-size: 24px;
	color: #444;
	text-align: center;
	/*white-space: nowrap;*/
	text-decoration: none;
	text-transform: uppercase;
}

.section-top-banner .certifications{
	margin: 20px 0;
}
.section-top-banner .item{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	text-decoration: none;
}
.section-top-banner img{
	max-height: 65px;
}
.section-top-banner p{
	color: inherit;
}
@media screen and (max-width: 1200px){
	.section-top-banner{
		min-height: 0;
		min-height: 830px;
		display: flex;
	}
	.section-top-banner .background-back{
		background-image: none !important;
	}
	.section-top-banner .text{
		margin-left: auto;
		margin-right: auto;
	}
	.section-top-banner h2,
	.section-top-banner h3,
	.section-top-banner p{
		margin-right: 0 !important;
	}
	.section-top-banner.windows video{
		display: none !important;
	}
	.section-top-banner .video{
		position: initial;
		margin: 25px auto 0 auto;
		transform: none !important;
	}
	.section-top-banner .video::before{
		display: none;
	}
	.section-top-banner .video .title{
		font-size: 20px;
		padding: 5px 10px;
		white-space: initial;
	}
	.section-top-banner .buttons.flex-container{
		margin-left: auto;
		margin-right: auto;
	}
}

/* ====================== section-3steps ============================================ */

.section-3steps h2{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.section-3steps .flex-container{
	display: flex;
	align-items: center;
	margin: 0 -30px 0 -30px;
}
.section-3steps .flex-container .item{
	width: 400px;
	margin: 0 30px 20px 30px;
}
.section-3steps .flex-container .item.media{
	width: 250px;
}
.section-3steps .flex-container.reverse{
	flex-direction: row-reverse;
}
.section-3steps .flex-container h3{
	margin: 0;
	font-size: 35px;
	font-weight: bold;
}
.section-3steps .flex-container img{
	max-width: 100% !important;
	background-color: white;
	border-radius: 10px;
}
.section-3steps .list{
	list-style: none;
	margin: 0 0;
	padding: 0;
}
.section-3steps .list li{
	position: relative;
	margin: 0;
	padding: 20px 30px 20px 130px;
	font-size: 20px;
}
.section-3steps .list li:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 80px;
	height: 80px;
	left: 10px;
	top: 32px;
	background: #22A0B5;		/*	#FF0500	*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	border-radius: 50%;
	z-index: 9;
}
.section-3steps .list li.detect:before{ background-image: url(../../images/pages/spyhunter-dark/steps/icons/detect.svg); }
.section-3steps .list li.remove:before{ background-image: url(../../images/pages/spyhunter-dark/steps/icons/remove.svg); }
.section-3steps .list li.optimize:before{ background-image: url(../../images/pages/spyhunter-dark/steps/icons/optimize.svg); }
.section-3steps .list li.block:before{ background-image: url(../../images/pages/spyhunter-dark/steps/icons/protect.svg); }

.section-3steps .list li.active:before{
	background-color: #FF0500;
}
.section-3steps .list li:last-child{
	margin: 0;
}
.section-3steps .list li h4{
	font-size: 25px;
	margin: 0 0 7px 0;
}
.section-3steps .features-rel-container div{
	text-align: center;
	display: none;
}
.section-3steps .features-rel-container div.active{
	display: block;
}


/* animation */

.circle-wrapper {
	display: none;
	position: relative;
	position: absolute;
	margin: 40px auto;
	background: white;
}
li.active .circle-wrapper {
	display: block;
}
li.active .circle-wrapper,
li.active .circle-wrapper * {
	box-sizing: border-box;
}
li.active .circle-wrapper {
	width: 90px; /* +5px */
	height: 90px; /* +5px */
	left: 5px;
	top: -13px;
	background-color: white;
	z-index: 1;
}
li.active .circle-wrapper .pie {
	width: 50%;
	height: 100%;
	transform-origin: 100% 50%;
	position: absolute;
	background: transparent;
	border: 5px solid #c90300;
}
li.active .circle-wrapper .spinner {
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	z-index: 200;
	border-right: none;
	animation: rota 5s linear infinite;
}
li.active .circle-wrapper:hover .spinner,
li.active .circle-wrapper:hover .filler,
li.active .circle-wrapper:hover .mask {
	animation-play-state: running;
}
li.active .circle-wrapper .filler {
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	left: 50%;
	opacity: 0;
	z-index: 100;
	animation: opa 5s steps(1, end) infinite reverse;
	border-left: none;
}
li.active .circle-wrapper .mask {
	width: 50%;
	height: 100%;
	position: absolute;
	background: inherit;
	opacity: 1;
	z-index: 300;
	animation: opa 5s steps(1, end) infinite;
}
@keyframes rota {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
@keyframes opa {
	0% {opacity: 1;}
	50%, 100% {opacity: 0;}
}

/* ==================== section-package ========================================= */

.section-package{
	font-size: 24px;
}
.section-package h3{
	font-size: 30px;
}
.section-package .flex-container .item{
	width: 500px;
}
.section-package .item.borders{
	width: 400px;
	border: 7px solid #22A0B5;
	border-radius: 15px;
	background-color: #F3F9FF;
	padding: 20px 40px;
	text-align: center;
	font-size: 23px;
}
.section-package .borders h2{
	margin: 0 0 20px 0;
	font-size: 38px;
	font-size: clamp(35px, 3vw, 38px);
}
.section-package .price-discount{
	margin: 15px 0;
}
.section-package .price{
	display: block;
	line-height: 1;
	font-size: 81px;
	font-size: clamp(40px, 6vw, 81px);
	font-weight: 400;
}
.section-package .pricing .price{
	display: block;
	line-height: 1;
	font-size: 81px;
	font-size: clamp(40px, 6vw, 81px);
	font-weight: 400;
}
.section-package .button.buy{
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 8px 0;
}
.section-package .terms-text{
	font-size: 16px;
}

/* ====================== section-features ============================================ */

.section-features {
	background-color: #343641;
	color: white;
}
.section-features h2 {
	text-align: center;
}
.section-features  p {
	color: inherit;
	font-size: 23px;
}
.section-features .item.text{
	z-index: 1;
	padding-right: 40px;
}
.section-features .flex-container.reverse .item.text{
	padding-left: 40px;
	padding-right: 0;
}
.section-features .terms-text {
	font-size: 18px;
}
.section-features .compact  p {
	font-size: 20px;
}
.section-features .flex-container{
	margin: 100px -20px;
	min-height: 600px;
}
.section-features .flex-container.reverse{
	flex-direction: row-reverse;
}
.section-features .flex-container .item .media{
	position: absolute;
	left: calc(50% + 40px);
}
.section-features .flex-container.reverse .item .media{
	right: calc(50% + 40px);
	left: auto;
}
.section-features h3{
	position: relative;
	min-height: 40px;
	padding-left: 60px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 28px;
}
.section-features h3.removal { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/removal.svg);  }
.section-features h3.issues { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/issues.svg); }
.section-features h3.vulnerability { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/vulnerability.svg); }
.section-features h3.options { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/options.svg); }
.section-features h3.optimization {
	background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/optimization.svg);
	background-size: 40px 60px;
	min-height: 60px;
}
.section-features h3.uninstaller { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/uninstaller.svg); }
.section-features h3.startup { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/startup.svg); }
.section-features h3.duplicate { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/duplicate.svg); }
.section-features h3.large { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/large.svg); }
.section-features h3.interface { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/interface.svg); }
.section-features h3.privacy { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/privacy.svg); }
.section-features h3.shredder { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/shredder.svg); }
.section-features h3.guards { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/guards.svg); }
.section-features h3.disk { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/disk.svg); }
.section-features h3.save-removal { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/save-removal.svg); }
.section-features h3.guards { background-image: url(../../images/pages/spyhunter-dark/steps/features/icons/guards.svg); }

.section-features p{
	position: relative;
}
.section-features .toggle{
	position: relative;
}
.section-features .toggle:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background-color: #aaa;
}
.section-features .toggle .parent{
	background: white;
	padding: 0 9px;
	background-color: #343641;
	z-index: 2;
	position: relative;
}
.section-features .toggle{
	position: relative;
	border: none;
	background: transparent;
	color: #aaa;
	font-size: inherit;
	width: 100%;
}
.section-features .toggle .icon{
	font-size: 15px;
}

@media screen and (max-width: 1000px){
	.section-features .flex-container .item{
		width: 100%;
	}
	.section-features .flex-container,
	.section-features .flex-container.reverse{
		flex-direction: row;
		min-height: 0;
		margin: 50px -20px;
	}
	.section-features .item.text,
	.section-features .flex-container.reverse .item.text{
		padding-right: 0;
		padding-left: 0;
	}
	.section-features .flex-container .item .media{
		position: initial;
		margin: 0 auto;
		display: block;
	}
}

/* ====================== section-helpdesk ============================================ */

.section-helpdesk{
	background-color: #EBF5F9;
	font-size: 24px;
}
.section-helpdesk .content{
	position: relative;
}
.section-helpdesk .tabs-container{
	position: initial;
	margin: 45px 0;
	text-align: center;
}
.section-helpdesk h2{
	text-align: center;
}
.section-helpdesk p.center{
	margin: 10px 0;
}
.section-helpdesk .flex-container .item.text{
	z-index: 1;
}
.section-helpdesk .flex-container .item.media{
	text-align: center;
}
.section-helpdesk h3{
	font-weight: normal;
	font-size: 28px;
}
.section-helpdesk .button{
	margin-top: 10px;
}
.section-helpdesk .button.buy{
	margin-right: 0;
}
.section-helpdesk .terms-text{
	font-size: 15px;
	max-width: 500px;
}
@media screen and (max-width: 1000px) {
	.section-helpdesk .flex-container .item.text{
		width: 100%;
	}
}

/* ===================== section-discover ============================================ */

.section-discover h2{
	text-align: center;
	margin: 58px 0;
}
.section-discover .flex-container{
	margin: 0 -30px -20px -30px;
}
.section-discover .flex-container .item{
	position: relative;
	width: 400px;
	font-size: 24px;
	margin: 30px;
	margin-top: 0;
	padding-top: 100px;
}
.section-discover .flex-container .item:empty{
	padding: 0;
}
.section-discover h3{
	margin: 10px 0;
	font-size: 30px;
	text-align: center;
}
.section-discover .item:not(:empty):before{
	position: absolute;
	content: "";
	top:0;
	left:0;
	right:0;
	height: 80px;
	padding-left: 60px;
	background-size: 100% 80px;
	background-repeat: no-repeat;
	background-position: center center;
}
.section-discover .item.network:before { background-image: url(../../images/pages/spyhunter-dark/network.svg);  }
.section-discover .item.schedule:before { background-image: url(../../images/pages/spyhunter-dark/schedule.svg);  }
.section-discover .item.quarantine:before { background-image: url(../../images/pages/spyhunter-dark/quarantine.svg);  }
.section-discover .item.exclusion:before { background-image: url(../../images/pages/spyhunter-dark/exclusion.svg);  }
.section-discover .item.config:before { background-image: url(../../images/pages/spyhunter-dark/config.svg);  }
.section-discover .item.user-friendly:before { background-image: url(../../images/pages/spyhunter-dark/user-friendly.svg);  }

/* ====================== section-gallery ============================================ */

.section-gallery{
	text-align: center;
	font-size: 24px;
}
.section-gallery.blue{
	background-color: #EBF5F9;
}
.section-gallery .gallery-container{
	margin-top: 50px;
	margin-bottom: 50px;
}

/* ====================== section-compare ============================================== */

.section-compare{
	background-color: white;
}
.tobii .section-compare .container{
	padding-top: 20px;
}
.section-compare .terms{
	text-decoration: underline;
	font-size: 15px;
}

body.page-pricing .section-compare{
	margin-top: -35px;
}
.section-compare{
	background-color: #F5F8FD;
}
.section-compare h2{
	text-align: center;
}
.section-compare h3{
	margin: 10px 0;
	font-size: 26px;
}
.section-compare p.big{
	font-size: 20px;
}
.section-compare .compare{
	border-collapse: initial;
}
.section-compare td {
	background-color: white;
	border: 1px solid #B9C0D5;
	border-width: 0 1px 1px 0;
	padding: 30px 20px;
	width: 25%;
}
.section-compare.mac td {
	width: 33%;
}
.section-compare tr.details td .price{
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.section-compare .active td{
	background-color: #F5F8FD;
}
.section-compare tr td:last-child{
	position: relative;
	background-color: #F9EAC3;
}
.section-compare tr td:last-child:before{
	position: absolute;
	content: '';
	top:0;
	bottom:0;
	left:0;
	width: 30px;
	box-shadow: rgba(50, 121, 246, 0.22) 0 0 15px;
	z-index: -1;
}
.section-compare tr td:last-child:after{
	position: absolute;
	content: '';
	top:0;
	bottom:0;
	right:0;
	width: 30px;
	box-shadow: rgba(50, 121, 246, 0.22) 0 0 15px;
	z-index: -1;
}
.section-compare td.no-borders{
	border: none;
}
.section-compare tr td:first-child,
.section-compare .empty{
	position: relative;
	border-left: none;
	background-color: transparent;
}
.section-compare td.yes{
	background-image: url(../../images/pages/spyhunter-dark/yes.svg);
	background-position: center center;
	font-size: 0;
}
.section-compare td.no{
	background-image: url(../../images/pages/spyhunter-dark/no.svg);
	background-position: center center;
	font-size: 0;
}
.section-compare .description{
	display: none;
	font-size: 14px;
	line-height: 1.3;
}
.section-compare .active .description:not(:empty){
	display: block;
}
.section-compare tr.recommended td{
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-compare tr td.recommended{
	background-color: #FEC949;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #B9C0D5;
	word-break: break-word;
}
.section-compare .feature{
	padding-left: 50px;
}
.section-compare .feature button{
	position: absolute;
	margin-left: -33px;
	margin-top: 5px;
	padding: 0;
	background-color: transparent;
	width: 25px;
	border: none;
	color: #3279F6;
	font-size: 37px;
}
.section-compare .active button{
	transform: scaleX(1.5) translateY(-2px);
}
.section-compare.windows .button.download,
.section-compare.windows .button.buy{
	font-size: 20px;
	/*padding: 15px 50px;
	padding-left: 20px;
	padding-right: calc(20px + 3em);*/
}
.section-compare .button.download,
.section-compare .button.buy{
	min-width: 300px;
	margin: 5px 10px 5px 0;
}
.section-compare .price-description{
	font-size: 14px;
	display: block;
	margin: 12px 0;
}
.section-compare.mac .price-description{
	min-height: 42px;
}
.section-compare .devices{
	margin: 10px 0 5px 0;
}
.section-compare.mac .devices{
	min-height: 86px;
}
.section-compare .devices-title{
	font-weight: bold;
}
.section-compare .devices select{
	margin: 0 0 10px 0;
	padding: 15px 10px;
	border: 1px solid #B9C0D5;
	border-radius: 5px;
}
.section-compare .price-container{
	font-size: 20px;
	margin: 15px 0 20px 0;
	line-height: 1;
}
.section-compare .price-container .price{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 0;
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
	color: #3279F6;
}
@media screen and (max-width: 1230px) {
	.section-compare .price-container .price{
		font-size: 50px;
	}
}
.section-compare .price-container .small{
	font-size: 18px;
}
.section-compare .price-container.small .price{
	font-size: 50px;
}

.section-compare h3.title{
	margin: 0 0;
	font-size: 34px;
}
.section-compare h3.title.mobile{
	display: none;
}
.section-compare .comment{
	color: #25272E;
	font-size: 15px;
}
.section-compare .terms-text{
	font-size: 16px;
}
.section-compare .price-old{
	text-align: center;
	margin: 7px 0 -6px 0;
	padding-right: 8%;
}
.section-compare .price-old strike{
	color: #81848E;
	font-size: 24px;
	font-weight: bold;
}
.section-compare .price-old .comment{
	display: inline-block;
	padding: 1px 6px;
	background-color: #FF6000;
	border-radius: 3px;
	font-size: 15px;
	color: white;
	font-weight: bold;
}
.section-compare .logo{
	background: none;
}
@media screen and (max-width: 1230px) {
	.section-compare td {
		padding: 20px 10px;
	}
	.section-compare .price{
		font-size: 40px;
	}
	.section-compare .price sub{
		margin-left: -7px;
	}
	.section-compare .button.download:before,
	.section-compare .button.download:after,
	.section-compare .button.buy:before,
	.section-compare .button.buy:after{
		display: none !important;
	}
	.section-compare .button.download,
	.section-compare .button.buy,
	.section-compare.windows .button.download,
	.section-compare.windows .button.buy{
		min-width: auto;
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-compare tr td.recommended{
		text-transform: none;
		font-size: 14px;
	}
}
@media screen and (max-width: 910px) {
	.section-compare .price{
		font-size: 50px;
	}
	.section-compare .feature{
		padding-left: 10px;
	}
	.section-compare .feature h3{
		font-size: 18px;
		word-break: break-word;
	}
	.section-compare .feature button,
	.section-compare .feature .description,
	.section-compare .non-mobile{
		display: none !important;
	}
	.section-compare h3.title.mobile{
		display: block;
	}
	.section-compare .button.download,
	.section-compare .button.buy,
	.section-compare.windows .button.download,
	.section-compare.windows .button.buy{
		display: none;
	}
	.section-compare h3.title {
		font-size: 24px;
	}
	.section-compare td.yes,
	.section-compare td.no{
		background-size: auto 20px;
	}
	.section-compare .devices select{
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.section-compare .feature h3{
		font-size: 16px;
	}
	.section-compare .terms-text{
		font-size: 14px;
	}
}

/* ==================== section-press ======================================== */

.section-press{
	text-align: center;
}
.section-press .infinite-slider-container .slider{
	min-height: 75px;
}

/* ==================== section-requirements ======================================== */

.section-requirements{
	text-align: center;
	word-break: break-word;
	font-size: 22px;
	color: #1f2023;
	font-weight: normal;
}
.section-requirements h3{
	margin: 15px 0;
	font-size: 24px;
	font-weight: bold;
}
.section-requirements .tabs-content{
	padding: 40px 10% 0 10%;
	text-align: left;
}
.section-requirements .tabs-linear{
	text-align: center;
}
.section-requirements .tabs-linear a,
.section-requirements .tabs-linear.tabs a{
	display: inline-block;
	margin: 0 -3px;
	padding: 20px 20px;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid #dbdfe2;
	color: #888;
	font-size: 28px;
	text-decoration: none;
	box-shadow: none;
	min-height: 0;
}
.section-requirements .tabs-linear a.active{
	border-bottom: 3px solid #1E9DB5;
	color: black;
}
@media screen and (max-width: 1100px) {
	.section-requirements{
		font-size: 20px;
	}
	.section-requirements .tabs-linear a{
		padding: 10px 10px;
		font-size: 25px;
	}
	.section-requirements .tabs-content{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 500px) {
	.section-requirements .tabs-content{
		padding-left: 0;
		padding-right: 0;
	}
}

/* ====================== section-solution ====================== */

.section-solution{
	color: white;
	background-color: #343641;
	min-height: 650px;
	border-top: 24px solid #22A0B5;
}
.section-solution .content{
	position: relative;
}
.section-solution .content:after{
	position: absolute;
	content: '';
	width: 611px;
	height: 560px;
	background: url(../../images/products/spyhunter5/boxes.png) no-repeat top center;
	left: 57%;
	top: 44px;
}
.mac.section-solution .content:after{
	background-image: url('../../images/products/spyhunter-mac/boxes.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.section-solution .content:after{
		background-image: url('../../images/products/spyhunter5/boxes@2x.png');
		background-size: 623px auto;
	}
	.mac.section-solution .content:after{
		background-image: url('../../images/products/spyhunter-mac/boxes@2x.png');
	}
}


.section-solution .text{
	max-width: 645px;
}
.section-solution h2{
	font-size: 45px;
	font-size: clamp(35px, 4vw, 45px);
	font-weight: normal;
}
.section-solution h3{
	font-size: 28px;
	font-weight: normal;
}
.section-solution p{
	max-width: 550px;
	font-size: 20px;
	color: white;
}
.section-solution .comment-text{
	font-size: 16px;
}
.section-solution a{
	color: white;
}
.section-solution .button{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.section-solution.mac .button{
	color: white;
}
.section-solution .button,
.section-solution .button.download,
.section-solution .button.buy{
	font-size: 22px;
}
.section-solution .button.buy{
	margin-right: 0;
}
.section-solution .features{
	margin: 30px -10px 0 -10px;
	font-size: 15px;
}
.section-solution .features .item{
	width: 190px;
	margin: 0 10px 10px 10px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: 40px 40px;
	min-height: 44px;

	display: flex;
	align-items: center;
}
.section-solution .features .item.protection{ background-image: url(../../images/pages/spyhunter-dark/protection.svg); }
.section-solution .features .item.days30{ background-image: url(../../images/pages/spyhunter-dark/30days.svg); }
.section-solution .features .item.premium{ background-image: url(../../images/pages/spyhunter-dark/premium.svg); }

@media screen and (max-width: 1200px){
	.section-solution .text,
	.section-solution p{
		max-width: none;
	}
	.section-solution .content:after{
		position: initial;
		display: block;
		width: auto;
		margin-top: 50px;
	}
}

/* ====================== section-faq =================================================== */

.section-faq{
	background-color: #F6F8FC;
	color: #1f2023;
	font-weight: 300;
}
.section-faq h2{
	text-align: center;
}
.section-faq .item{
	border: 1px solid #e4e4e5;
	background-color: white;
	margin-bottom: 20px;
}
.section-faq .item > h3 {
	position: relative;
	background-color: white;
	padding: 20px 40px 20px 69px;
	cursor: pointer;
	margin: 0;
	font-size: 24px;
}
.section-faq .item > h3:before{
	content: '+';
	position: absolute;
	width: 30px;
	height: 30px;
	color: #3CAABF;
	font-weight: normal;
	margin-right: 10px;
	margin-top: -2px;
	display: inline-block;
	text-align: center;
	font-size: 35px;
	line-height: 30px;
	left: 20px;
}
.section-faq .item > h3.active:before{
	content: "\2013";
	color: #3CAABF;
}
.section-faq .faq h3 {
	font-size: 22px;
}
.section-faq .faq{
	margin: 0 40px;
}

/* ====================== section-social ====================== */

.section-social{
	background-color: #082a40;
	text-align: center;
	color: white;
}
.section-social p{
	color: white;
}
.section-social a{
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 20px;
	filter: brightness(0) grayscale(1) invert(1);
}
.section-social .facebook { background-image: url('../../images/pages/spyhunter-dark/social/facebook.png'); }
.section-social .linkedin { background-image: url('../../images/pages/spyhunter-dark/social/linkedin.png'); }
.section-social .youtube { background-image: url('../../images/pages/spyhunter-dark/social/youtube.png'); }
.section-social .twitter { background-image: url('../../images/pages/spyhunter-dark/social/twitter.png'); }
.section-social .instagram { background-image: url('../../images/pages/spyhunter-dark/social/instagram.png'); }

/* ==================== tabs-sh ======================================== */

.tabs.tabs-dark{
	position: absolute;
	margin-top: 28px;
	z-index: 22;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.tabs.tabs-dark a{
	color: white;
	font-size: 14px;
	background: transparent;
	border-color: rgba(255,255,255,0.8);
	border-width: 1px 1px 1px 0px;
}
.tabs.tabs-dark a.active{
	color: white;
	background: rgba(255,255,255,0.3);
	border-color: rgba(255,255,255,0.8);
}
.tabs.tabs-dark a:first-child{
	border-left-width: 1px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.tabs.tabs-dark a:last-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* ==================== common ============================ */

.sh-pro-icon{
	display: inline-block;
	color: #70EDF3;
	font-size: 16px;
	font-family: Arial;
	text-transform: uppercase;
}
.sh-pro-icon img{
	vertical-align: sub;
	box-shadow: none !important;
}

/* ==================== section-certifications ======================================== */

.section-certifications{
	background-color: #F5F8FD;
}
.section-certifications h2{
	font-size: 42px;
	font-size: clamp(30px, 3vw, 42px);
	text-align: center;
}
.section-certifications .certification{
	min-height: 70px;
	font-size: 16px;
}
.section-certifications .certification:not(:last-child){
	border-bottom: 1px solid #e8e8e8;
}
.section-certifications .certification .item{
	display: flex;
	margin: 20px 20px;
	align-items: center;
}
.section-certifications .certification .logo-img{
	flex: none;
	width: 130px;
	margin-right: 10px;
}
.section-certifications .certification .text{
	color: #002a5f;
	font-size: 17px;
}
.section-certifications .certification h3{
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 17px;
}
@media screen and (max-width: 700px) {
	.section-certifications .certification .logo-img{
		width: 90px;
	}
	.section-certifications img{
		max-width: 90px;
		max-height: 80px;
		object-fit: contain;
	}
}
