
/* ====================== banner-sh-general ====================== */

.banner-sh-general{
	position: relative;
	overflow: hidden;
	background-color: #f6f8fc;
	font-size: 14px;
	text-align: left;
	color: black;
	min-height: 680px;
	/*align to top */
	align-items: start;
	padding-top: 17px;
}
.banner-sh-general a:not(.button){
	color: var(--link-color);
}
html .banner-sh-general .background{
	background-position: 50% 15%;
	background-size: auto 100%;
}

.banner-sh-general .background {
	--banner-avif-1x: url(/wp-content/themes/enigma/images/pages/spyhunter/windows/banner-top.avif);
	--banner-avif-2x: url(/wp-content/themes/enigma/images/pages/spyhunter/windows/banner-top@2x.avif);
	--banner-jpg-1x:  url(/wp-content/themes/enigma/images/pages/spyhunter/windows/banner-top.jpg?v=7);
	--banner-jpg-2x:  url(/wp-content/themes/enigma/images/pages/spyhunter/windows/banner-top@2x.jpg?v=7);
}

.banner-sh-general.mac .background {
	--banner-avif-1x: url(/wp-content/themes/enigma/images/pages/spyhunter/mac/banner-top.avif);
	--banner-avif-2x: url(/wp-content/themes/enigma/images/pages/spyhunter/mac/banner-top@2x.avif);
	--banner-jpg-1x:  url(/wp-content/themes/enigma/images/pages/spyhunter/mac/banner-top.jpg?v=7);
	--banner-jpg-2x:  url(/wp-content/themes/enigma/images/pages/spyhunter/mac/banner-top@2x.jpg?v=7);
}

.banner-sh-general .background {
	background-image: var(--banner-jpg-1x);
	background-image: image-set(
			var(--banner-avif-1x) type("image/avif") 1x,
			var(--banner-avif-2x) type("image/avif") 2x,
			var(--banner-jpg-1x)  type("image/jpeg") 1x,
			var(--banner-jpg-2x)  type("image/jpeg") 2x
	);
}
.banner-sh-general .background:before{
	position: absolute;
	content: '';
	left: 0;
	right:50%;
	top:0;
	bottom:0;
	background-image: url(/wp-content/themes/enigma/images/pages/spyhunter/banner-table-left.jpg);
	background-size: 100% 100%;
	z-index: -1;
}
.banner-sh-general .background:after{
	position: absolute;
	content: '';
	left: 50%;
	right:0;
	top:0;
	bottom:0;
	background-image: url(/wp-content/themes/enigma/images/pages/spyhunter/banner-table-right.jpg);
	background-size: 100% 100%;
	z-index: -1;
}

.banner-sh-general .container{
	padding-top: 45px;
	padding-bottom: 30px;
}
.banner-sh-general .text{
	max-width: 600px;
	margin-right: auto;
}
.banner-sh-general select{
	margin: 5px 0 10px 0;
	padding: 15px 10px;
	border: 1px solid #B9C0D5;
	border-radius: 5px;
	font-size: 20px;
}
.banner-sh-general p.big{
	margin: 10px 0;
	font-size: 25px;
	line-height: 1.3;
}
.banner-sh-general .more{
	font-weight: normal;
	text-decoration: underline;
}
.banner-sh-general a{
	text-decoration: underline;
}
.banner-sh-general p {
	margin: 0.8em 0;
	font-size: 14px;
}
.banner-sh-general h2{
	margin: 15px 0px;
	font-size: 30px;
	font-weight: normal;
	color: #3279F6;
}
.banner-sh-general h3{
	margin: 10px 0;
	color: #2256B1;
	font-size: 36px;
	line-height: 1.2;
}
.banner-sh-general .price{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 0;
	font-size: 50px;
	font-size: clamp(40px, 4vw, 50px);
	font-weight: bold;
	line-height: 1;
}
.banner-sh-general .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;
}
.banner-sh-general .price-tag{
	position: absolute;
	margin-top: 24px;
	font-size: 24px;
	color: #FD2C2C;
	font-weight: bold;
}
.banner-sh-general .buttons{
	margin-top: 20px;
}
.banner-sh-general .buttons.flex-container{
	margin: 0;
	gap: 15px;
}
.banner-sh-general .buttons.flex-container .item{
	width: 200px;
	margin: 0;
}
html .banner-sh-general .buttons .button{
	min-height: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px !important;
}
.banner-sh-general .buttons .button.licenses{
	width: 310px;
}
.banner-sh-general .buttons .button.download{
	font-size: 26px;
	padding: 5px 86px 5px 20px;
}
.banner-sh-general .button,
body .banner-sh-general .button.icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 86px;
	min-width: 0;
	border-radius: 8px;
	font-size: 22px;
	text-decoration: none;
}
.banner-sh-general .buttons img{
	vertical-align: top;
	margin-top: 8px;
}
.banner-sh-general .video-container{
	position: absolute;
	top: 253px;
	right: calc(50% - 447px);
}
.banner-sh-general .features {
	margin: 20px 0 0 0;
	gap: 20px;
}
.banner-sh-general .features .item:not(:last-child) {
	border-right: 1px solid rgba(0,0,0,0.5);
}
.banner-sh-general .features .item {
	position: relative;
	display: inline-block;
	min-height: 24px;
	width: 150px;
	margin: 0;
	padding-left: 32px;
	padding-right: 20px;
	font-size: 13px;
}
.banner-sh-general .features .item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 24px;
	width: 24px;
	background: url(../../../images/pages/general/icons/check.svg) no-repeat left top;
}

.banner-sh-general a.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;
}
.banner-sh-general .video:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	background-image: url(../../../images/pages/general/icons/play-borders-hover.svg?v=4); /* preload */
}
.banner-sh-general .video:hover{
	background-image: url(../../../images/pages/general/icons/play-borders-hover.svg?v=4);
}
.banner-sh-general .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;
}
.banner-sh-general .video:hover .video-title{
	background-color: #0a60f5;
}
.banner-sh-general .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;
}
.banner-sh-general .terms{
	max-width: 550px;
}
.banner-sh-general .devices{
	font-weight: bold;
	font-size: 16px;
}
.banner-sh-general .certifications{
	margin: 20px 0 0 0;
}
.banner-sh-general .certifications .item{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.banner-sh-general .certifications a{
	text-decoration: none;
}
.banner-sh-general .certifications img{
	max-height: 65px;
	width: auto;
}
@media screen and (max-width: 1230px) {
	.banner-sh-general .container{
		padding-top: 80px;
	}
	.banner-sh-general .text{
		max-width: 550px;
	}
	body .banner-sh-general .background{
		background-position: 40% 15%;
	}
	.banner-sh-general .video-container{
		position: initial;
		margin-top: 20px;
		text-align: center;
	}
	.banner-sh-general a.video{
		background: none !important;
		padding-top: 0;
	}
	.banner-sh-general .video .video-title:before{
		display: none;
	}
	.banner-sh-general .terms{
		max-width: none;
	}
}
@media screen and (max-width: 900px) {
	.banner-sh-general .buttons .button,
	.banner-sh-general .buttons.flex-container .item{
		width: 290px;
	}
}
@media screen and (max-width: 800px) {
	.banner-sh-general .text{
		max-width: none;
	}
	.banner-sh-general .background {
		background: url(../../../images/pages/spyhunter/banner-top-line.png) repeat-x center bottom !important;
		background-size: auto 100% !important;
	}
	body .banner-sh-general a.video{
		background-size: auto 100px;
		padding-top: 100px;
	}
}

/* ====================== banner-sh-general ====================== */

.section-home-banners {
	position: relative;
}
.section-home-banners .switcher {
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 1;
	display: inline-block;
	left: 50%;
	transform: translate(-50%);
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 0;
}
.section-home-banners .switcher a{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 12px;
	margin: 0 2px;
	padding: 0;
	border-radius: 6px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background-color: #F5F9FD;
}
.section-home-banners .switcher a.active {
	background-color: #b6b6b9;
	border-color: #888;
	width: 12px;
}
.section-home-banners .switcher-button{
	position: absolute;
	bottom: 20px;
	right: 50px;
	border: none;
	background: none;
	width: 20px;
	height: 16px;
	padding: 0;
	z-index: 1;
}
.section-home-banners .switcher-button.stop:before{
	position:absolute;
	content: '';
	background-color: #777;
	top: 0;
	bottom: 0;
	left: 3px;
	width: 4px;
}
.section-home-banners .switcher-button.stop:after{
	position:absolute;
	content: '';
	background-color: #777;
	top: 0;
	bottom: 0;
	left: 12px;
	width: 4px;
}
.section-home-banners .switcher-button.play:after{
	position: absolute;
	content: '\25ba';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 1;
	color: #777;
}
.section-home-banners .navigators{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 90px;
	transform: translateY(-50%);
	z-index: 5;
	pointer-events: none;
}
.section-home-banners .navigators .container{
	position: relative;
	max-width: 1350px;
}
.section-home-banners .navigate{
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 0;
	border: solid #555;
	border-width: 0 2px 2px 0;
	background-color: transparent;
	outline: none;
	pointer-events: all;
	cursor: pointer;
	/* left */
	left: 30px;
	transform: rotate(135deg);
}
.section-home-banners .navigate:before{
	position: absolute;
	content: '';
	width: 52px;
	height: 52px;
	border: solid white;
	border-width: 0 1px 1px 0;
	margin: -24px 0 0 -24px;
}
.section-home-banners .navigate.foward{
	right: 30px;
	left: auto;
	transform: rotate(-45deg);
}
.section-home-banners .container{
	padding-top: 20px;
	padding-bottom: 60px;
}
.section-home-banners .home-banner{
	min-height: 680px;
}
@media screen and (max-width: 1330px) {
	.section-home-banners .navigators{
		display: none;
	}
	body .section-home-banners .buttons .button{
		font-size: 20px;
	}
}
@media screen and (max-width: 1230px) {
	.section-home-banners .certifications,
	.section-home-banners .features,
	.section-home-banners .video .video-title:before{
		display: none;
	}
	.section-home-banners .home-banner{
		min-height: 730px;
	}
	.section-home-banners .video{
		background: none !important;
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 910px) {
	.section-home-banners .home-banner{
		min-height: 650px;
	}
	.section-home-banners .text{
		max-width: none;
	}
	.section-home-banners .background,
	.section-home-banners .video:after{
		display: none;
	}
	.section-home-banners .video{
		background: none;
		padding-top: 0;
	}
}
@media screen and (max-width: 850px) {
	.section-home-banners .home-banner{
		min-height: 620px;
	}
	.section-home-banners .home-banner {
		align-items: center;
		display: flex;
	}
	.section-home-banners .home-banner h2{
		margin: 10px 0px;
		font-size: 28px;
	}
	.section-home-banners .home-banner h3{
		font-size: 32px;
	}
	.section-home-banners .home-banner p.big {
		font-size: 20px;
	}
}

/* ====================== banner-sws-home ====================== */

.banner-sws-home{
	min-height: 640px;
	background-color: #f1f6fd;
	background: linear-gradient(0deg, #e9f1fa 0%, #f9fbfe 100%);
	overflow-x: hidden;
	padding-top: 17px;
}
.banner-sws-home .container{
	padding-top: 45px;
	padding-bottom: 30px;
}
.banner-sws-home .text{
	max-width: 600px;
	margin-right: auto;
}
.banner-sws-home h2{
	margin: 15px 0px;
	font-size: 30px;
	font-weight: normal;
	color: #3279F6;
	line-height: 1.3;
}
.banner-sws-home h2 span{
	background-color: #FBB017;
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 4px 7px;
	margin-right: 7px;
	vertical-align: middle;
}
.banner-sws-home h3{
	margin: 10px 0;
	color: #2256B1;
	font-size: 36px;
	line-height: 1.2;
}
.banner-sws-home p.big {
	margin: 10px 0;
	font-size: 25px;
	line-height: 1.3;
}
.banner-sws-home .buttons{
	text-align: center;
	margin: 30px 0 0 0;
}
.banner-sws-home .button{
	margin-top: 14px;
}
.banner-sws-home .button.download.chrome::after { background-image: url(../../../images/core/browser/chrome-white.svg); }
.banner-sws-home .button.download.firefox::after { background-image: url(../../../images/core/browser/firefox-white.svg); }
.banner-sws-home .button.download.edge::after { background-image: url(../../../images/core/browser/edge-white.svg); }
.banner-sws-home .button.download.safari::after { background-image: url(../../../images/core/browser/safari-white.svg); }

.banner-sws-home .sws-terms{
	text-align: left;
	font-size: 14px;
}

.banner-sws-home .laptop-container{
	position: absolute;
	top: 77px;
	left: 50%;
	bottom: 0;
	right: 0;
	min-height: 363px;
	background: url(../../../images/pages/spyhunter/laptop.png?v=2) no-repeat left 13px;
	background-size: 832px auto;
	overflow: hidden;
}
.banner-sws-home video{
	position: absolute;
	top: 43px;
	left: 95px;
}
.banner-sws-home .video-container{
	position: absolute;
	top: 253px;
	left: calc(50% + 311px);
}
.banner-sws-home .video{
	position: relative;
	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;
}
.banner-sws-home .video:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	background-image: url(../../../images/pages/general/icons/play-borders-hover.svg?v=4); /* preload */
}
.banner-sws-home .video:hover{
	background-image: url(../../../images/pages/general/icons/play-borders-hover.svg?v=4);
}
.banner-sws-home .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 5px;
	text-align: center;
}
.banner-sws-home .video:hover .video-title{
	background-color: #0a60f5;
}
.banner-sws-home .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: 1230px) {
	.banner-sws-home .laptop-container{
		left: 65%;
	}
	.banner-sws-home .video-container {
		position: initial;
		margin-top: 20px;
		text-align: center;
	}
}
@media screen and (max-width: 910px) {
	.banner-sws-home .laptop-container{
		display: none;
	}
	.banner-sws-home .text{
		max-width: none;
	}
}
