
section .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
section h2{
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}

/* ====================== tabs-container ====================== */

.tabs-container{
	position: absolute;
	left: 0;
	right: 0;
	padding-top: 20px;
	z-index: 2;
}
@media screen and (max-width: 910px) {
	.tabs.small span{
		display: none;
	}
}

/* ====================== section-bannerTop ====================== */

.spyhunter-bannerTop{
	position: relative;
	overflow: hidden;
	background-color: #f6f8fc;
	/*background: #dee0df url(../../images/pages/spyhunter/windows/banner-top.jpg?v=3) no-repeat center center;*/
	background-size: cover;
	font-size: 14px;
	text-align: left;
	color: black;
	min-height: 880px;
	/*align to top */
	align-items: start;
	padding-top: 17px;
}
.spyhunter-bannerTop.mac{
	/*background-image: url(../../images/pages/spyhunter/mac/banner-top.jpg?v=3);*/
}
.spyhunter-bannerTop a:not(.button){
	color: var(--link-color);
}
.spyhunter-bannerTop .background{
	background-position: 50% 15%;
}
.spyhunter-bannerTop .container{
	padding-top: 45px;
	padding-bottom: 45px;
}
.spyhunter-bannerTop .text{
	max-width: 600px;
	margin-right: auto;
}
.spyhunter-bannerTop select{
	margin: 5px 0 10px 0;
	padding: 15px 10px;
	border: 1px solid #B9C0D5;
	border-radius: 5px;
	font-size: 20px;
}
.spyhunter-bannerTop p.big{
	margin: 10px 0;
	font-size: 25px;
	font-size: clamp(20px, 3vw, 25px);
	line-height: 1.3;
}
.spyhunter-bannerTop .more{
	font-weight: normal;
	text-decoration: underline;
}
.spyhunter-bannerTop .more:after{
	filter: brightness(0) grayscale(1) invert(1);
	background-size: auto 0.7em;
}
.spyhunter-bannerTop a{
	text-decoration: underline;
}
.spyhunter-bannerTop p {
	margin: 0.8em 0;
	font-size: 14px;
}
.spyhunter-bannerTop h1{
	margin: 15px 0px;
	font-size: 30px;
	font-weight: normal;
	color: #3279F6;
}
.spyhunter-bannerTop h2{
	margin: 10px 0;
	color: #2256B1;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.2;
}
.spyhunter-bannerTop .billed{
	margin: 0 0 1.5em 0;
	font-size: 18px;
}
.spyhunter-bannerTop .price{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 0;
	font-size: 70px;
	font-size: clamp(30px, 6vw, 70px);
	font-weight: bold;
	line-height: 1;
}
.spyhunter-bannerTop sub{
	display: inline-block;
	height: auto;
	font-size: 20px;
	line-height: 1.2;
}
.spyhunter-bannerTop .discount-container{
	vertical-align: top;
	border-left: 1px solid #8e8f90;
	padding-right: 15px;
	display: inline-block;
	margin-right: 35px;
	height: 54px;
	margin-left: 15px;
	padding-left: 20px;
}
.spyhunter-bannerTop .price-tag{
	position: absolute;
	margin-top: 24px;
	font-size: 24px;
	color: #FD2C2C;
	font-weight: bold;
}
.spyhunter-bannerTop .buttons{
	margin-top: 20px;
}
.spyhunter-bannerTop .buttons.flex-container{
	margin: 0 -10px 0 -10px;
}
.spyhunter-bannerTop .buttons.flex-container .item{
	width: 200px;
	margin: 0 10px 20px 10px;
}
.spyhunter-bannerTop .buttons .button.licenses{
	width: 300px;
}
.spyhunter-bannerTop .button,
body .spyhunter-bannerTop .button.icon {
	margin-right: 10px;
	padding: 24px 86px 24px 20px;
	min-width: 0;
	border-radius: 8px;
	font-size: 22px;
	text-decoration: none;
}
.spyhunter-bannerTop .buttons img{
	vertical-align: top;
	margin-top: 8px;
}
.spyhunter-bannerTop .button.buy .discount{
	position: absolute;
	background-color: #ffc402;
	color: black;
	top: 0;
	right: 0;
	z-index: 10;
	border-radius: 999px;
	width: 74px;
	height: 74px;
	line-height: 1.1;
	padding: 0 5px;
	font-size: 17px;
	transform: translate(50%, -50%);
	/* center */
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	word-wrap: break-word;
}
.spyhunter-bannerTop .video-container{
	position: absolute;
	top: 340px;
	right: calc(50% - 486px);
}
.spyhunter-bannerTop .video{
	display: inline-block;
	background: url(../../images/pages/general/icons/play-borders.svg?v=4) no-repeat center top;
	background-size: 136px auto;
	min-width: 136px;
	padding-top: 134px;
	text-decoration: none;
}
.spyhunter-bannerTop .video:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4); /* preload */
}
.spyhunter-bannerTop .video:hover{
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4);
}
.spyhunter-bannerTop .video .video-title{
	display: block;
	margin-top: 8px;
	background: #3279F6;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 4px 13px;
	text-align: center;
}
.spyhunter-bannerTop .video:hover .video-title{
	background-color: #0a60f5;
}
.spyhunter-bannerTop .video .video-title:before{
	position: absolute;
	content: '';
	margin-top: -14px;
	left: calc(50% - 8px);
	border-bottom: 10px solid #3279F6;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.spyhunter-bannerTop .terms{
	max-width: 550px;
}
.spyhunter-bannerTop .devices{
	font-weight: bold;
	font-size: 16px;
}
.spyhunter-bannerTop .certifications{
	margin: 20px 0 0 0;
}
.spyhunter-bannerTop .certifications .item{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.spyhunter-bannerTop .certifications a{
	text-decoration: none;
}
.spyhunter-bannerTop .certifications img{
	max-height: 65px;
	width: auto;
}
@media screen and (max-width: 1230px) {
	.spyhunter-bannerTop .container{
		padding-top: 100px;
	}
	.spyhunter-bannerTop .background{
		background-position: 43% 15%;
	}
	.spyhunter-bannerTop .video-container{
		position: initial;
		margin-top: 20px;
		text-align: center;
	}
	.spyhunter-bannerTop .video{
		background-size: 80px auto;
		min-width: 80px;
		padding-top: 85px;
	}
	.spyhunter-bannerTop .terms{
		max-width: none;
	}
	.spyhunter-bannerTop .button,
	body .spyhunter-bannerTop .button.icon {
		font-size: 20px;
	}
}
@media screen and (max-width: 900px){
	.spyhunter-bannerTop{
		min-height: 0;
	}
	.spyhunter-bannerTop .text{
		max-width: none;
	}
	.spyhunter-bannerTop .background{
		background-image: none !important;
	}
	.spyhunter-bannerTop .buttons.flex-container .item{
		width: 290px;
	}
}
@media screen and (max-width: 700px) {
	.spyhunter-bannerTop .certifications img{
		max-height: 50px;
		max-width: 90px;
	}
}

/* ====================== section-tour ====================== */

.section-tour{
	background-color: #F5F8FD;
	font-size: 20px;
	overflow-x: hidden;
}
body .section-tour .container{
	overflow-x: initial;
}
.section-tour .container{
	padding-top: 40px;
	padding-bottom: 40px;
}
.section-tour h2{
	font-size: 42px;
	font-size: clamp(30px, 3vw, 42px);
}
.section-tour .tour-container{
	position: relative;
	margin-top: 55px;
	text-align: center;
}
.section-tour .tour-container img{
	box-shadow: 0px 2px 16px rgba(36, 84, 167, 0.5);
}
.section-tour .tour-container .button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #E05750;
	border-radius: 4px;
	padding: 38px 38px;
	padding-right: calc(38px + 3em);
	font-size: 32px;
	box-shadow: 0px 2px 16px rgba(36, 84, 167, 0.5);
}
.section-tour .button.red:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 3em;
	background: #D54E47 url(../../images/pages/general/icons/play-minimal.svg) no-repeat center center;
	background-size: auto 1.2em;
	border-radius: 5px;
}
.section-tour .flex-container{
	margin-top: 80px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.4;
}
.section-tour .flex-container .item{
	width: 250px;
}
.section-tour .flex-container img{
	display: block;
	margin: 0 auto 20px auto;
	transform: translateX(-10px);
}
.section-tour .button.big{
	border-radius: 4px;
	font-size: 30px;
}
.section-tour .highlight{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
@media screen and (max-width: 1230px) {
	.section-tour .button.red{
		padding: 20px 20px;
		padding-right: calc(20px + 3em);
		font-size: 22px;
	}
}

/* ====================== section-WhatcanDo ============================ */

.section-WhatcanDo{
	background-color: white;
	font-size: 20px;
}
.section-WhatcanDo .container{
	padding-bottom: 20px;
}
.section-WhatcanDo .more{
	font-weight: normal;
}

/* =========== section-feature ============================================== */

.section-feature {
	background-color: white;
	font-size: 20px;
}
.section-feature .container {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1350px;
	overflow: hidden;
}
.section-feature .flex-container{
	display: flex;
	align-items: center;
	margin: 30px -30px;
}
.section-feature .flex-container .item{
	width: 400px;
	margin: 0 30px 20px 30px;
}
.section-feature .flex-container.reverse{
	flex-direction: row-reverse;
}
.section-feature h3{
	margin: 0 auto;
	max-width: 950px;
	font-size: 35px;
	font-size: clamp(25px, 3vw, 35px);
	font-weight: bold;
}
.section-feature h4{
	font-size: 30px;
	color: #2256B1;
}
.section-feature h5{
	font-size: 20px;
}
.section-feature .flex-container img{
	max-width: 100% !important;
	background-color: white;
}
.section-feature .flex-container img:not(.clean){
	box-shadow: 0px 3px 30px rgba(50, 121, 246, 0.2);
}
.section-feature .more{
	margin-top: 10px;
	font-weight: normal;
}
.section-feature .sh-pro-icon{
	margin-bottom: 30px;
}
.section-feature .align-top{
	align-items: start;
}
.feature-helpdesk h4{
	margin: 5px 0;
	color: black;
	font-size: 35px;
	font-size: clamp(25px, 3vw, 35px);
}
.feature-helpdesk .tabs-container-helpdesk{
	text-align: center;
	margin: 40px 0;
}
.feature-helpdesk .terms{
	margin: 10px 0;
	font-size: 16px;
}
@media screen and (max-width: 700px) {
	.section-feature {
		font-size: 18px;
	}
	.section-feature .flex-container{
		margin-top:10px;
		margin-bottom: 10px;
	}
}

/* ====================== feature-sws ====================== */

.feature-sws h3{
	max-width: none;
}
.feature-sws h4{
	color: black;
}
.feature-sws .tabs-container-sws{
	text-align: center;
	margin: 40px 0;
}
.feature-sws .more{
	margin: 0 0 15px 0;
}
.feature-sws .browsers-list{
	background-color: #eaf1ff;
	margin-top: 20px;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
.feature-sws .browsers-list h4{
	position: relative;
	color: black;
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 25px;
}
.feature-sws .browsers-list .tabs{
	margin: 15px 0;
	box-shadow: none;
	border: 1px solid #0a60f5;
	padding: 2px;
}
.feature-sws .browsers-list .button{
	margin: 20px 0 5px 0;
	font-size: 20px !important;
	padding: 20px calc(20px + 3em) 20px 20px !important;
}
.feature-sws .button.download.chrome::after { background-image: url(../../images/core/browser/chrome-white.svg); }
.feature-sws .button.download.firefox::after { background-image: url(../../images/core/browser/firefox-white.svg); }
.feature-sws .button.download.edge::after { background-image: url(../../images/core/browser/edge-white.svg); }
.feature-sws .button.download.safari::after { background-image: url(../../images/core/browser/safari-white.svg); }

.feature-sws .sws-terms{
	font-size: 14px;
	text-align: left;
}
.feature-sws .laptop-container{
	position: relative;
	background: url(../../images/pages/spyhunter/laptop.png?v=2) no-repeat center center;
	background-size: contain;
	min-height: 400px;
	padding: 15px 25px 0 0;
}
.feature-sws video{
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	max-height: 295px;
	max-width: 76%;
}
.feature-sws img{
	box-shadow: none !important;
}
.feature-sws .video{
	position: absolute;
	top: calc(50% - 78px);
	left: calc(50% - 60px);
	display: inline-block;
	background: url(../../images/pages/general/icons/play-borders.svg?v=4) no-repeat center top;
	background-size: 120px auto;
	min-width: 120px;
	padding-top: 117px;
	text-decoration: none;
}
.feature-sws .video:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4); /* preload */
}
.feature-sws .video:hover{
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4);
}
.feature-sws .video .video-title{
	display: block;
	margin-top: 8px;
	background: #3279F6;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 4px 5px;
	text-align: center;
}
.feature-sws .video:hover .video-title{
	background-color: #0a60f5;
}
.feature-sws .video .video-title:before{
	position: absolute;
	content: '';
	margin-top: -14px;
	left: calc(50% - 8px);
	border-bottom: 10px solid #3279F6;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
@media screen and (max-width: 1200px) {
	.section-feature .flex-container.laptop .item{
		width: 100%;
	}
	.feature-sws video{
		max-height: 316px;
		top: 46%;
	}
}
@media screen and (max-width: 1000px) {
	.feature-sws .flex-container .item{
		width: 100%;
	}
	.feature-sws .video{
		min-height: 63vw;
	}
}

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

.section-gallery{
	position: relative;
	background-color: white;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
}
.section-gallery .container{
	padding-top: 20px;
}
.section-gallery:before {
	position: absolute;
	content: '';
	left: -22%;
	top: 60%;
	right: -10%;
	bottom: -50%;
	background-color: #F5F8FD;
	transform: rotate(-10deg);
	transform-origin: 50% 0%;
}
.section-gallery .gallery-container{
	margin-top: 50px;
}

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

body.page-pricing .section-compare{
	margin-top: -35px;
}
.section-compare{
	background-color: #F5F8FD;
}
.section-compare h2{
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	text-align: center;
}
.section-compare h3{
	margin: 10px 0;
}
.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/icons/yes.svg?v=2);
	background-position: center center;
	font-size: 0;
}
.section-compare td.no{
	background-image: url(../../images/pages/spyhunter/icons/no.svg?v=2);
	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: 3px;
	padding: 0;
	background-color: transparent;
	width: 25px;
	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{
	font-size: 20px;
	padding: 15px 50px;
	padding-left: 20px;
	padding-right: calc(20px + 3em);
	min-width: 300px;
}
.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{
	color: #3279F6;
}
.section-compare h3.title{
	margin: 0 0;
	font-size: 34px;
}
.section-compare h3.title.mobile{
	display: none;
}
.section-compare .terms{
	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;
}

@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{
		font-size: 14px;
	}
}

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

.section-certifications{
	background-color: #F5F8FD;
}
.section-certifications .container{
	padding-top: 20px;
}
.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{
	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{
		width: 90px;
	}
	.section-certifications img{
		max-width: 90px;
		max-height: 80px;
		object-fit: contain;
	}
}

/* ==================== section-blueBanner ======================================== */

.section-blueBanner{
	min-height: 450px;
}
.section-blueBanner h2{
	margin: 0 auto 15px auto;
	max-width: 1000px;
}
.section-blueBanner p{
	font-size: 25px;
	text-align: left;
}
.section-blueBanner .buttons{
	margin: 25px 0;
}
.section-blueBanner .button{
	font-size: 22px;
	font-size: clamp(18px, 2vw, 22px);
}
.section-blueBanner .terms{
	font-size: 16px;
	text-align: center;
}

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

.section-press{
	text-align: center;
}
.section-press h2{
	font-size: 42px;
	font-size: clamp(30px, 4vw, 42px);
}
.section-press .infinite-slider-container .slider{
	min-height: 75px;
}

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

.section-requirements{
	text-align: center;
	word-break: break-word;
}
.section-requirements .container{
	padding-top: 20px;
}
.section-requirements .content{
	padding-top: 60px;
	padding-bottom: 80px;
}
.section-requirements h2{
	font-size: 30px;
	color: #3279F6;
	margin-bottom: 15px;
}
.section-requirements .tabs-content{
	min-height: 290px;
	padding: 40px 15% 0 15%;
	text-align: left;
}
@media screen and (max-width: 700px) {
	.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-riskFree ====================== */

.section-riskFree{
	font-size: 22px;
}
.section-riskFree .container{
	padding-top: 20px;
}
.section-riskFree h2{
	text-align: center;
	font-size: 42px;
	font-size: clamp(30px, 4vw, 42px);
}
.section-riskFree h3{
	text-align: center;
	font-size: 30px;
	font-size: clamp(25px, 3vw, 30px);
}
.section-riskFree .text{
	margin-left: 50%;
}
.section-riskFree .flex-container{
	margin-top: 40px;
}
.section-riskFree .flex-container .item:not(:empty){
	width: 300px;
	padding-top: 110px;
	background-position: center top;
}
.section-riskFree .item.protection{ background-image: url(../../images/pages/spyhunter/icons/protection.svg?v=5); }
.section-riskFree .item.guarantee{ background-image: url(../../images/pages/spyhunter/icons/guarantee.svg?v=3); }
.section-riskFree .item.support{ background-image: url(../../images/pages/spyhunter/icons/support.svg); }

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

.section-faq .content{
	border-top: 1px solid #ccd5e1;
}
.section-faq h2{
	margin-bottom: 50px;
	text-align: center;
}

/* ==================== section-news ========================= */

.section-news{
	background-color: #F5F8FD;
}
.section-news .container{
	padding-top: 20px;
}
.section-news h2{
	font-size: 37px;
	font-size: clamp(30px, 3vw, 37px);
	text-align: center;
}
.section-news .right-link{
	margin-bottom: 45px;
	text-align: center;
	font-size: 20px;
}
.section-news .flex-container{
	margin-top: 20px;
	clear: both;
}
.section-news .flex-container .item{
	width: 300px;
}
@media screen and (max-width: 1230px) {
	.section-news .right-link{
		margin: 0 0 25px 0;
	}
}

/* articles styles */
.section-news .flex-container {
	margin-bottom: 10px;
}
.section-news .flex-container .flex {
	flex: auto;
	width: 300px;
	margin: 0 10px 10px 10px;
	height: fit-content;
}
.section-news article h3{
	text-align: left;
	font-size: 30px !important;
}

/* ==================== modal ========================= */

body.tobii-is-open-sh5pro-tour .tobii,
body.tobii-is-open-shm-tour .tobii{
	background-color: rgb(246, 249, 253, 0.9);
}
body.tobii-is-open-sh5pro-tour .tobii__btn--close,
body.tobii-is-open-shm-tour .tobii__btn--close{
	filter: invert(1);
}
body.tobii-is-open-sh5pro-tour main,
body.tobii-is-open-shm-tour main{
	filter: blur(5px);
}
