
body .tobii__slide .tobii-html {
	max-width: 1190px;
}

/* ========= header ================================================= */

.header .enigma-logo {
	height: 80px;
}
.header .custom_logo .windows .enigma-logo{
	background-image: url(../../images/products/spyhunter5/logo.svg);
	width: 160px;
}
.header .custom_logo .mac .enigma-logo{
	background-image: url(../../images/products/spyhunter-mac/logo.svg);
	width: 205px;
}

.header .item.myaccount,
.header .item.myaccount:hover{
	position: relative;
	background-color: white;
}
.header .item.myaccount:before {
	position: absolute;
	content: '';
	left: 0;
	width: 1px;
	top: 27px;
	bottom: 27px;
	border-left: 1px solid #C4C4C4;
}
.header .myaccount a{
	color: black;
	background-image: url(../../images/core/login-blue.svg);
	background-size: auto 20px;
}

.header .custom_button{
	text-align: right;
	padding: 0 10px;
}
.header .custom_button .button.buy{
	font-size: 14px;
	padding: 13px 60px 13px 20px;
}
@media screen and (max-width: 800px){
	.header .custom_button{
		display: none !important;
	}
}

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

.tabs-container{
	position: relative;
	margin-bottom: -40px;
	background-color: #f6f9fe;
	z-index: 2;
}

/* ========= section-main ================================================= */

.section-main{
	position: relative;
	overflow: hidden;
	min-height: 690px;
}
body .section-main .container {
	overflow-x: initial;
}
.section-main:before {
	position: absolute;
	content: '';
	left: -100px;
	right: -100px;
	bottom: 59%;
	height: 1000px;
	background-color: #f6f9fe;
	z-index: -1;
	transform: rotate(-9deg);
}
.section-main h1{
	margin: 25px 0 10px 0;
	font-size: 28px;
	color: #3279F6;
	text-align: center;
}
.section-main h3{
	margin: 15px 0;
	font-size: 22px;
	text-align: center;
}
.section-main .buttons{
	margin: 10px 0;
}
.section-main .flex-container.top{
	margin-top: 20px;
}
.section-main .media{
	position: relative;
	padding-top: 30px;
}
.section-main .media img.absolute{
	position: absolute;
	max-width: none;
}
.section-main .terms{
	font-size: 15px;
}
.section-main .terms a{
	text-decoration: underline;
}

/*price */
.section-main .price.big{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 5px;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
}

.section-main .discount{
	display: inline-block;;
	border-left: 1px solid #898c8f;
	margin-left: 10px;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.section-main .discount s{
	position: initial;
}
.section-main .discount .red{

}
.section-main .billing{
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.section-main .certifications{
	position: relative;
	margin-top: 400px;
	left: 210px;
	z-index: 2;
}
.section-main .certifications .item{
	display: inline-block;
	width: auto;
	margin: 0 4px 10px 4px;
	vertical-align: middle;
}
.section-main .certifications a{
	text-decoration: none;
}
.section-main .certifications img{
	max-height: 60px;
	width: auto;
}
.section-main .certifications .truste-badge img{
	max-width: 100px;
}

.section-main .features{
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}
.section-main .features li{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 5px 0 0 65px;
	list-style: none;
	margin: 20px 0;
	font-size: 24px;
	line-height: 1.3;
}
.section-main .features li:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
.section-main .features li.protection:before{ background-image: url(../../images/pages/spyhunter-installed/protection.svg); }
.section-main .features li.guarantee:before{ background-image: url(../../images/pages/spyhunter-installed/guarantee.svg); }
.section-main .features li.support:before{ background-image: url(../../images/pages/spyhunter-installed/support.svg); }

.section-main .star{
	position: absolute;	top: -43px;
	z-index: 1;
	right: calc(0% - 130px);
	width:150px;
	height:150px;
	background: url(../../images/pages/spyhunter-installed/discount.svg) no-repeat center center;
	background-position: center;
	background-size: contain;
	padding-top: 43px;
	text-align: center;
	font-size: 26px;
	line-height: 1;
}
.section-main .star::first-line{
	font-size: 48px;
}
@media screen and (max-width: 1450px) {
	.section-main .star{
		right: 0%;
	}
}
@media screen and (max-width: 1230px) {
	.section-main .certifications{
		margin-top: 435px;
		left: 34px;
	}
}

@media screen and (max-width: 800px){
	.section-main .media,
	.section-main .discount{
		display: none;
	}
}
