
.tabs-container{
	position: absolute;
	width: 100%;
	margin-top: 10px;
	z-index: 5;
}
.button.download.chrome::after{ background-image: url('../../images/core/browser/chrome-white.svg') }
.button.download.firefox:after{ background-image: url('../../images/core/browser/firefox-white.svg') }
.button.download.safari:after{ background-image: url('../../images/core/browser/safari-white.svg') }
.button.download.edge:after{ background-image: url('../../images/core/browser/edge-white.svg') }

button:disabled{
	opacity: 0.6;
	filter: grayscale(1);
	cursor: not-allowed;
}

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

.sws-banner{
	position: relative;
	background-color: #f1f6fd;
	background: linear-gradient(0deg, #e9f1fa 0%, #f9fbfe 100%);
	min-height: 610px;
	color: black;
	text-align: left;
	line-height: 1.2;
	overflow: hidden;
}
.sws-banner .container{
	padding-top: 120px;
	padding-bottom: 50px;
}
.sws-banner .text{
	max-width: 50%;
}
.sws-banner h1{
	color: #1E6CF6;
	font-size: 30px;
	font-size: clamp(28px, 3vw, 30px);
	font-weight: normal;
}
.sws-banner h2,
.page-sws .sws-banner .content h2{
	margin: 15px 0 8px 0;
	line-height: 1.2;
	color: #2256B1;
	font-size: 36px;
	font-size: clamp(32px, 3vw, 36px);
}
.sws-banner .sws-terms{
	font-size: 15px;
	margin-top: 10px;
	max-width: 655px;
	line-height: 1.3;
}
.sws-banner .sws-terms a{
	color: black;
}
.sws-banner .button{
	margin: 10px 0;
}
.sws-banner p{
	font-size: 25px;
}
.sws-banner .laptop-container{
	position: absolute;
	top: 77px;
	left: 50%;
	bottom: 0;
	right: 0;
	min-height: 363px;
	background: url(../../images/pages/spyhunter-web-security/computer.png) no-repeat left 13px;
	background-size: 832px auto;
	overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sws-banner .laptop-container{
		background-image: url('../../images/pages/spyhunter-web-security/computer@2x.png');
		background-size: auto 423px;
	}
}

.sws-banner .video-container{
	position: absolute;
	top: 253px;
	left: calc(50% + 311px);
}
.sws-banner .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 !important;
}
.sws-banner .video:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4); /* preload */
}
.sws-banner .video:hover{
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4);
}
.sws-banner .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;
}
.sws-banner .video:hover .video-title{
	background-color: #0a60f5;
}
.sws-banner .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) {
	.sws-banner .laptop-container{
		left: 65%;
	}
	.sws-banner .video-container {
		position: initial;
		margin-top: 20px;
		text-align: center;
	}
	.sws-banner .video {
		background: none !important;
		padding-top: 0 !important;
	}
	.sws-banner .video .video-title:before{
		display: none;
	}
}
@media screen and (max-width: 910px) {
	.sws-banner{
		min-height: 0;
	}
	.sws-banner .text{
		max-width: none;
	}
	.sws-banner .laptop-container{
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.sws-banner .container{
		padding-top: 140px;
	}
	.sws-banner p{
		font-size: 20px;
	}
}

/* =========== sws-features ========================================================================================= */

.sws-features {
	background-color: white;
}
.sws-features .container {
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1350px;
	overflow: hidden;
}
.sws-features h2{
	max-width: 1200px;
	margin: 30px auto;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	text-align: center;
}
.sws-features h2.margins{
	margin: 70px auto;
}
.sws-features h3{
	max-width: 1200px;
	margin: 0 auto 80px auto;
	font-size: 30px;
	font-weight: normal;
}
.sws-features .flex-container{
	display: flex;
	align-items: center;
	margin: 30px -30px;
}
.sws-features .flex-container .item{
	width: 400px;
	margin: 0 30px 20px 30px;
}
.sws-features .flex-container.reverse{
	flex-direction: row-reverse;
}
.sws-features .flex-container h3{
	margin: 0;
	font-size: 35px;
	font-weight: bold;
}
.sws-features .flex-container img{
	max-width: 100% !important;
	background-color: white;
	border-radius: 10px;
}
.sws-features .flex-container img:not(.clean){
	box-shadow: 0px 3px 30px rgba(50, 121, 246, 0.2);
}
.sws-features .list{
	list-style: none;
	counter-reset: item;
	margin: 0 0;
	padding: 0;
}
.sws-features .list li{
	position: relative;
	margin: 0 0 30px 0;
	padding: 30px 30px 30px 150px;
	counter-increment: item;
}
.sws-features .list li.active{
	background-color: #F5F8FD;
	border-radius: 10px;
}
.sws-features .list li:not(.active):before{
	position: absolute;
	display: inline-block;
	content: "0" counter(item);
	width: 60px;
	height: 60px;
	left: 43px;
	top: 32px;
	background: white;
	border-radius: 50%;
	border: 1px solid #2966D0;
	box-shadow: 0px 3px 6px rgba(50, 121, 246, 0.22);
	color: #2966D0;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 2;
}
.sws-features .list li.active:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	left: 48px;
	top: 37px;
	/*background: url(../../images/pages/spyhunter-web-security/play.svg) no-repeat center center;*/
	background-size: auto 100%;
	background-color: #e05750;
	border-radius: 999px;
	z-index: 2;
}
.sws-features .list li.active:after{
	position: absolute;
	content: "";
	left: 65px;
	top: 49px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid white;
	z-index: 3;
}
.sws-features .list li:last-child{
	margin: 0;
}
.sws-features .list li h4{
	font-size: 26px;
	margin: 0 0 7px 0;
}
.sws-features .features-rel-container div{
	text-align: center;
	display: none;
}
.sws-features .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: 60px;
	height: 60px;
	left: 43px;
	top: -8px;
	background-color: #F5F8FD;
	z-index: 1;
}
li.active .circle-wrapper .pie {
	width: 50%;
	height: 100%;
	transform-origin: 100% 50%;
	position: absolute;
	background: transparent;
	border: 5px solid #e05750;
}
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;}
}

/* =========== sws-gallery ========================================================================================== */

.sws-gallery{
	position: relative;
	background-color: white;
	overflow: hidden;
}
.sws-gallery:before{
	position: absolute;
	content: '';
	left: -22%;
	top: 60%;
	right: -10%;
	bottom: -50%;
	background-color: #F5F8FD;
	transform: rotate(-10deg);
	transform-origin: 50% 0%;
}
body .sws-gallery .container{
	overflow-x: initial;
	padding-bottom: 50px;
}
.page-sws .sws-gallery h2{
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}
.page-sws .sws-gallery p{
	margin: 30px 0;
}
.sws-gallery .gallery-container{
	min-height: clamp(350px, 35vw, 500px);
}

/* =========== sws-browserRequirements ============================================================================== */

.sws-browserRequirements{
	background-color: #F5F8FD;
}
.sws-browserRequirements .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-sws .sws-browserRequirements h2{
	margin-top: 0;
	text-align: center;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}
.sws-browserRequirements .flex-container{
	margin-top: 50px;
}
.sws-browserRequirements .item{
	width: 150px;
	text-align: center;
}
.sws-browserRequirements img{
	display: block;
	margin: 0 auto 10px auto;
	filter: invert(1) opacity(0.4);
}
@media screen and (max-width: 700px) {
	.sws-browserRequirements .item{
		width: 100px;
	}
	.sws-browserRequirements img{
		max-width: 60px;
		max-height: 60px;
		object-fit: contain;
	}
}

/* =========== sws-bannerSafety ===================================================================================== */

.sws-bannerSafety{
	background-color: #d8d6e1;
	background-image: url('../../images/pages/spyhunter-web-security/banner-safety.jpg?v=3');
	min-height: 550px;
	color: black;
	text-align: left;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.sws-bannerSafety{
		background-image: url('../../images/pages/spyhunter-web-security/banner-safety@2x.jpg');
	}
}
.sws-bannerSafety .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sws-bannerSafety .text{
	margin-left: calc(50% + 50px);
}
.sws-bannerSafety h2{
	margin: 10px 0;
	font-size: 25px;
	font-weight: normal;
}
.sws-bannerSafety ul{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
.sws-bannerSafety li{
	position: relative;
	display: inline-block;
	margin: 0 25px 10px 0;
	padding-left: 30px;
}
.sws-bannerSafety li:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	background: url(../../images/pages/general/icons/check.svg) no-repeat center center;
}
.sws-bannerSafety li:not(:last-child):after{
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	right:-15px;
	width:1px;
	background-color: #bfbbb9;
}
.sws-bannerSafety .button.download{
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 22px;
}

@media screen and (max-width: 910px) {
	.sws-bannerSafety{
		background-image: none;
		min-height: 0;
	}
	.sws-bannerSafety .text{
		margin-left: 0;
	}
	.sws-bannerSafety h2{
		font-size: 20px;
	}
}
@media screen and (max-width: 700px) {

}

/* =========== sws-products ============================================================================================= */

.sws-products {
	background-color: #F5F8FD;
	font-size: 20px;
}
.sws-products .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sws-products h2{
	margin: 0 auto 20px auto;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}
.sws-products .product_entry{
	max-width: 600px;
	margin: 40px auto 0 auto;
}
.sws-products .product_entry h3{
	font-size: 26px;
}
.sws-products .button{
	text-align: center;
	font-size: 22px;
}
.sws-products .button small{
	font-size: 14px;
}
.sws-products .product_entry img, #content .product_entry .image-box{
	max-width: none;
	float: left;
	margin-right: 25px;
}
.sws-products .terms{
	font-size: 15px;
}

@media screen and (max-width: 700px) {
	.sws-products .product_entry img,
	#content .product_entry .image-box{
		float: none;
		max-height: 200px;
	}
	.sws-products .product_entry h3{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.sws-products .product_entry p{
		margin: 10px 0 15px 0;
	}
}
