@font-face {
	font-family: "Helvetica Neue";
	src: url("../fonts/HelveticaNeue.ttf");
}
@font-face {
	font-family: "Helvetica Neue Light";
	src: url("../fonts/HelveticaNeueLight.otf");
}
@font-face {
	font-family: "Proxima Nova";
	src: url("../fonts/ProximaNova.woff");
}
@font-face {
	font-family: "Proxima Nova Light";
	src: url("../fonts/ProximaNova-Light.woff");
}
@font-face {
	font-family: OpenSans;
	src: url("../fonts/OpenSans-Light.ttf");
}
@font-face {
	font-family: OpenSans-Semibold;
	src: url("../fonts/OpenSans-Semibold.ttf");
}
@font-face {
	font-family: OpenSans-Italic;
	src: url("../fonts/OpenSans-Italic.ttf");
}
body {
	margin: 0 auto;
	padding: 0;
	min-width: 320px;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	position: relative;
	background-color: #f1f1f1;
	background-size: contain;
	background-repeat: repeat-y;
	top: 0px !important;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
.text-header-green {
	color: #8bbd3b;
}
.text-green {
	color: #c1da33;
}
.text-black {
	color: #000;
}
.text-gray {
	color: #a5a5a5;
}
.text-half-light {
	color: rgba(255, 255, 255, 0.5);
}
.text-through-line {
	text-decoration: line-through;
}
#spy-remove-main {
	max-width: 1280px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
}

@media (max-width: 900px) {

	#spy-remove-main {
		padding: 0;
	}
}


@media (min-width: 900px) and (max-width: 1280px) {

	body {
		font-size: calc(1vw * 0.78947 + 5.89477px);
	}
}


@media (min-width: 450px) and (max-width: 900px) {

	body {
		font-size: calc(1vw * 0.4444444 + 14px);
	}
}

.header-main {
	height: 140px;
	background-color: #2a4485;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header-main-logo-language {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-main-logo-language .logo {
	width: 50%;
}
.header-main-logo-language .logo img {
	width: 140px;
	margin: 10px 0 10px 14px;
}
.header-main-text p {
	width: 250px;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 0.75em;
	color: #ffffff;
	margin: 4px auto;
}
.header-main-text-p {
	text-align: left;
}
.header-main-text span {
	color: #8bbd3b;
}
.header-main-text .mobile-discount {
	position: absolute;
	right: 0;
	top: 47px;
	height: 43px;
	width: 55px;
	text-align: center;
	background-image: url("../images/mobile-stiker.png");
}
.header-main-text .mobile-discount-p {
	color: #2a4485;
	width: 100%;
	font-size: 0.875em;
}
.header-main-text .desktop-discount {
	display: none;
}
.header-main-text .header-main-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	margin-top: 15px;
}
.header-main-text .header-main-timer p.time-left {
	margin: 0 auto;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 0.875em;
	letter-spacing: 1px;
}
.header-main-text .header-main-timer .timer-function {
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 1.125em;
	font-weight: 400;
	letter-spacing: 0;
}
.main-content {
	border-top: 1px solid #fff;
	padding-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #222;
	padding-bottom:128px; color:#FFF;
}
.main-content h1 {
	font-size: 1.125em;
	font-weight: normal;
	margin: 0 0 0 10px;
	letter-spacing: 0.5px;
	width: 80%;
}
.main-content .windows-logo img {
	width: 102px;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.main-content .desktop-h1 {
	display: none;
}
.main-content .main-content-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-content .desktop-pay-methods {
	margin: 10px;
}
.footer-main {
	position:absolute; bottom:0px; width:100%;
	background-color: #2a4485;
	font-family: "Proxima Nova", sans-serif;
}
.footer-main-text {
	padding: 30px 10px;
	max-width: 1280px;
	margin: 10px auto 0;
	color: rgba(255, 255, 255, 0.6);
	overflow: hidden;
}
ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
ul.footer-menu li {
	display: inline-block;
	padding: 0 10px;
}
ul.footer-menu li a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	transition: all .4s;
}
ul.footer-menu li:hover a {
	color: rgba(255, 255, 255, 1.0);
}
.popup-main {
	position: fixed;
	z-index: -999999;
	opacity: 0;
	transition: all .5s;
}
.popup-main.active {
	z-index: 999999;
	opacity: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.popup-main.active .popup-main-background {
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup-main.active .popup-main-div {
	max-width: 600px;
	min-width: 300px;
	max-height: 562px;
	min-height: 420px;
	border-radius: 4px;
	height: 420px;
	width: 300px;
	background-color: #fff;
	margin: auto;
}
.popup-main.active .popup-main-div-header {
	color: #fff;
	height: 18%;
	background-color: #3658ac;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	text-align: center;
	font-size: 1.5em;
	font-family: "Proxima Nova", sans-serif;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.popup-main.active .popup-main-div-content {
	height: 54%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1em;
}
.popup-main.active .popup-main-div-content .popup-main-div-content-img {
	max-width: 350px;
}
.popup-main.active .popup-main-div-content .popup-main-div-content-img img {
	width: 100%;
}
.popup-main.active .popup-main-div-content .popup-main-div-content-list {
	height: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.popup-main.active .popup-main-div-content .popup-main-div-content-list ul {
	margin: 0 5px;
	padding: 0;
}
.popup-main.active .popup-main-div-content .popup-main-div-content-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 5% 0;
	letter-spacing: 0;
}
.popup-main.active .popup-main-div-content .popup-main-div-content-list ul li .popup-point {
	margin-right: 14px;
	max-width: 20px;
}
.popup-main.active .popup-main-div-content .popup-main-div-content-list ul li .popup-point img {
	width: 100%;
}
.popup-main.active .popup-main-div-buttons {
	height: 28%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup-main.active .popup-main-div-buttons .popup-main-div-buttons-yes,.popup-main.active .popup-main-div-buttons .popup-main-div-buttons-no {
	width: 46%;
	border: none;
	outline: none;
	font-size: 1em;
	letter-spacing: 0.5px;
	text-shadow: 1px 0 0 rgba(10, 11, 11, 0.15);
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.5s;
}
.popup-main.active .popup-main-div-buttons .popup-main-div-buttons-yes {
	height: 40%;
	background-color: #8bbd3b;
	color: #fff;
}
.popup-main.active .popup-main-div-buttons .popup-main-div-buttons-yes:hover {
	transition: background-color 0.5s;
	background-color: #a2cd5e;
}
.popup-main.active .popup-main-div-buttons .popup-main-div-buttons-no {
	height: 50%;
	background-color: #fff;
}
.popup-main.active .popup-main-div-buttons .popup-main-div-buttons-no:hover {
	transition: background-color 0.5s;
	background-color: #f2f2f2;
}
.mobile-choose-language-and-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 51px;
	width: 35%;
}
.mobile-choose-language-and-menu .choose-language {
	margin-top: 0;
	position: relative;
}
.mobile-choose-language-and-menu .choose-language .current-language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-choose-language-and-menu .choose-language .current-language-arrow {
	margin-right: 5px;
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.mobile-choose-language-and-menu .choose-language .current-language-flag {
	display: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 27px;
}
.mobile-choose-language-and-menu .choose-language .current-language-flag img {
	width: 100%;
}
.mobile-choose-language-and-menu .choose-language .choose-language-ul {
	display: none;
	width: 27px;
	padding: 0;
}
.mobile-choose-language-and-menu .choose-language .choose-language-ul li {
	list-style: none;
	cursor: pointer;
	max-width: 27px;
}
.mobile-choose-language-and-menu .choose-language .choose-language-ul li img {
	width: 100%;
}
.mobile-choose-language-and-menu .choose-language.active .choose-language-ul {
	display: inherit;
	z-index: 1;
	position: absolute;
	left: 14px;
	top: 30px;
	margin: 0;
}
.mobile-choose-language-and-menu .choose-language.active .current-language-arrow {
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.mobile-choose-language-and-menu .menu-header {
	margin: 4px 0 0 0;
	padding: 0 2px 0 0;
}
.desktop-choose-language-and-menu {
	display: none;
}

@media (min-width: 900px) {

	.mobile-choose-language-and-menu {
		display: none;
	}
	.desktop-choose-language-and-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.content-choose-and-pay .quantity-devices .remove-device,.content-choose-and-pay .quantity-devices .add-device {
	width: 60px;
	height: 60px;
	background-color: #769dd4;
	border-radius: 4px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.5s;
}
.content-choose-and-pay .quantity-devices .remove-device:hover,.content-choose-and-pay .quantity-devices .add-device:hover {
	background-color: #9db9e0;
	transition: background-color 0.5s;
}
.content-choose-and-pay .quantity-devices .remove-device img,.content-choose-and-pay .quantity-devices .add-device img {
	max-width: 20px;
}
.content-choose-and-pay-before-paying .before-paying-includes,.content-choose-and-pay-before-paying .before-paying-boost {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.content-choose-and-pay-before-paying .before-paying-includes .text-before-paying,.content-choose-and-pay-before-paying .before-paying-boost .text-before-paying {
	font-size: 0.875em;
	margin: 0;	
	letter-spacing: 0.5px;
}
.content-choose-and-pay-before-paying .before-paying-includes .img-question-min,.content-choose-and-pay-before-paying .before-paying-boost .img-question-min,.content-choose-and-pay-before-paying .before-paying-includes .img-shield-min,.content-choose-and-pay-before-paying .before-paying-boost .img-shield-min {
	max-width: 15px;
	margin:auto 5px;
	display:inline-block;
}
.content-choose-and-pay-before-paying .before-paying-includes .img-question-min img,.content-choose-and-pay-before-paying .before-paying-boost .img-question-min img,.content-choose-and-pay-before-paying .before-paying-includes .img-shield-min img,.content-choose-and-pay-before-paying .before-paying-boost .img-shield-min img {
	width: 100%;
}
.content-choose-and-pay .pay-buttons .pay-by-credit-card,.content-choose-and-pay .pay-buttons .pay-by-pay-pal {
	width: calc(100% - 20px);
	color: #fff;
	margin: 10px 0;
	border: none;
	cursor: pointer;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 1em;
	border-radius: 4px;
	line-height: 45px;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 0 rgba(10, 11, 11, 0.15);
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: background-color 0.5s;
}
.content-choose-and-pay .pay-buttons .pay-by-credit-card img,.content-choose-and-pay .pay-buttons .pay-by-pay-pal img {
	margin-right: 10px;
}
.content-choose-and-pay-inner {
	max-width: 480px;
	background-color: #edf4ff;
	color: #486a98;
	padding: 1px 0px 1px 0px;
	border-radius: 4px;
}
.content-choose-and-pay-header {
	border-bottom: 1px solid #d3e2ea;
}
.content-choose-and-pay-header p {
	font-size: 0.875em;
	text-align: center;
	width: 60%;
	margin: 8px auto;
}
.content-choose-and-pay .quantity-devices {
	display: block;
	margin:0;
}
.content-choose-and-pay .quantity-devices .current-quantity-device {
	background-color: #fff;
	width: calc(100% - 140px);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.content-choose-and-pay .quantity-devices .current-quantity-device p {
	height: 20px;
}
.content-choose-and-pay .quantity-devices .current-quantity-device .text-through-line {
	font-size: 0.875em;
}
.content-choose-and-pay-before-paying {
	font-size: 0.875em;
	font-family: "Proxima Nova", sans-serif;
	margin: 12px 10px 10px 10px;
}

.content-choose-and-pay-before-paying .before-paying-includes label {
	display: block;
	cursor: pointer;
}
.content-choose-and-pay-before-paying .before-paying-includes input[type=checkbox] {
	display: none;
}
.content-choose-and-pay-before-paying .before-paying-includes input[type=checkbox]+label::before {
	content: '';
	display: inline-block;
	margin: 0 10px 0 0;
	height: 15px;
	width: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.content-choose-and-pay-before-paying .before-paying-includes input[type=checkbox]:checked+label::before {
	background-image: url("../images/list-point.png");
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center center;
}
.content-choose-and-pay-before-paying .before-paying-boost .text-before-paying {
	margin: 0 10px;
}
.content-choose-and-pay-before-paying .img-shield-min,.content-choose-and-pay-before-paying .img-question-min {
	color: #fff;
	border-radius: 100%;
	font-size: 8px;
	padding: 3px;
}
.content-choose-and-pay-before-paying .img-shield-min {
	background-color: #c20e1a;
}
.content-choose-and-pay-before-paying .img-question-min {
	cursor: pointer;
	width: 12px;
	text-align: center;
	font-size: 0.675em;
	background-color: #3d74c3;
}
.content-choose-and-pay-before-paying .before-paying-includes img {
	width: 11px;
	height: 9px;
	padding: 3px 2px;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
}
.content-choose-and-pay .pay-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-choose-and-pay .pay-buttons .pay-by-credit-card {
	background-color: #8bbd3b;
}
.content-choose-and-pay .pay-buttons .pay-by-credit-card:hover {
	transition: background-color 0.5s;
	background-color: #a2cd5e;
}
.content-choose-and-pay .pay-buttons .pay-by-pay-pal {
	background-color: #2a4485;
}
.content-choose-and-pay .pay-buttons .pay-by-pay-pal:hover {
	transition: background-color 0.5s;
	background-color: #3658ac;
}
.content-choose-and-pay .terms-and-conditions {
	text-align: left;
	font-size: 0.625em;
	font-family: "Proxima Nova Light", sans-serif;
	margin: 10px 20px;
	line-height: 1.25;
}
.content-software-support {
	max-width: 440px;
}
.content-software-support-main-img {
	margin: 21px auto 0 auto;
	width: 168px;
}
.content-software-support-main-img img {
	max-width: 100%;
	height: auto;
}
.content-software-support-list {
	margin-top: 30px;
}
.content-software-support-list p {
	margin: 5px 0 5px 10px;
	font-size: 1.125em;
	font-family: 'Proxima Nova', sans-serif;
	letter-spacing: 0.5px;
}
.content-software-support-list ul {
	list-style: none;
	margin: 0;
	line-height: 1.3;
	padding: 0 10px;
}
.content-software-support-list ul li {
	position: relative;
	font-family: OpenSans;
	font-size: 12px;
	margin-bottom: 3px;
	color: #000000;
	list-style-image: url(../images/check2.png);
}
.content-software-support-list ul li:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 14px;
}
.content-software-support-list ul li img {
	margin-right: 14px;
}
.content-software-support-list ul li p {
	font-size: 0.875em;
	font-family: 'Proxima Nova', sans-serif;
	letter-spacing: 0.1px;
	text-align: left;
	text-shadow: 0 1px 0 rgba(10, 11, 11, 0.15);
	margin: 15px 0 15px 34px;
}
.content-software-support-list-purchased {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: #e8eff9;
	font-weight: 100;
	margin: 20px 10px;
	padding: 10px 0;
}
.content-software-support-list-purchased p {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 0.875em;
	margin: 0;
	letter-spacing: 0;
	line-height: 1.45;
}
.content-software-support-list-purchased .min-ago {
	font-family: 'Proxima Nova Light', sans-serif;
	color: rgba(255, 255, 255, 0.3);
}
.content-software-support-list-purchased .list-purchased-recent {
	width: 100%;
	display: inherit;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-software-support-list-purchased .list-purchased-recent .list-purchased-p {
	width: 66%;
}
.content-software-support-list-purchased .list-purchased-recent .list-purchased-img {
	max-width: 50px;
	margin: 0 20px;
}
.content-software-support-list-purchased .list-purchased-recent .list-purchased-img img {
	width: 100%;
}
.pay-methods-list {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pay-methods-list li {
	width: calc(16.66666667% - 7.5px);
}
.pay-methods-list li img {
	width: 100%;
}
.content-secure {
	width: calc(100% - 20px);
	margin: 3px auto 30px auto;
	background-color: rgba(61, 116, 195, 0.6);
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
}
.content-secure-lock {
	margin: 16px auto 0 auto;
	max-width: 60px;
	width: 10%;
}
.content-secure-lock img {
	width: 100%;
}
.content-secure-text {
	margin: 10px 32px 10px 20px;
	font-family: "Proxima Nova Light", sans-serif;
	font-size: 0.875em;
	line-height: 1.25;
}
.content-secure-img {
	width: calc(100% - 40px);
	margin: 0 auto 16px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-secure-img div {
	width: 40%;
}
.content-secure-img div img {
	width: 100%;
	max-width: 160px;
}
.content-secure .safe-cart {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

@media (min-width: 900px) {

	.header-main {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100px;
	}
	.header-main:before {
		content: '';
		background-color: #2a4485;
		position: absolute;
		border-bottom: 1px solid #fff;
		top: 0;
		left: 0;
		height: 100px;
		width: 100%;
		z-index: -1;
	}
	.header-main-logo-language {
		width: 25%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-main-logo-language .logo {
		width: 100%;
	}
	.header-main-logo-language .logo img {
		max-width: 225px;
		width: 100%;
		margin: 0;
	}
	.header-main-text {
		width: 60%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-main-text p {
		width: 65%;
		font-size: 1.5em;
		font-weight: bold;
		margin: 0;
		letter-spacing: 0.5px;
	}
	.header-main-text .desktop-discount {
		width: 20%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		position: relative;
	}
	.header-main-text .desktop-discount .desktop-discount-img {
		background-image: url("../images/desktop-stiker.png");
		position: absolute;
		top: -20px;
		z-index: 0;
	}
	.header-main-text .desktop-discount .desktop-discount-p {
		color: #2a4485;
		z-index: 1;
	}
	.header-main-text .header-main-timer {
		width: 15%;
		margin: 0;
	}
	.header-main-text .header-main-timer .timer-function {
		font-size: 1.5em;
		font-weight: bold;
	}
	.header-main .mobile-discount {
		display: none;
	}
	.header-main .desktop-choose-language-and-menu {
		width: 15%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #ffffff;
		font-size: 0.875em;
	}
	.header-main .desktop-choose-language-and-menu select {
		border: 0;
		color: #fff;
		background-color: #2a4485;
		font-size: 1em;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
}


@media (min-width: 900px) {

	.main-content {
		padding: 0;
	}
	.main-content h1 {
		font-size: 1.875em;
		font-weight: bold;
		letter-spacing: 1px;
		width: 100%;
	}
	.main-content .desktop-h1 {
		display: block;
		margin: 0;
	}
	.main-content .desktop-h1 .windows-logo img {
		width: 184px;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	.main-content .mobile-h1 {
		display: none;
	}
	.main-content .main-content-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 10px;
	}
	.main-content .main-content-desktop .content-choose-and-pay {
		width: 35.5%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
	}
	.main-content .main-content-desktop .content-choose-and-pay-header p {
		font-size: 1.125em;
		font-weight: bold;
		margin: 17px auto;
		letter-spacing: 0.6px;
		width: 100%;
	}
	.main-content .main-content-desktop .content-choose-and-pay .quantity-devices {
		margin-top: 20px;
	}
	.main-content .main-content-desktop .content-choose-and-pay .quantity-devices .current-quantity-device {
		width: calc(100% - 200px);
		letter-spacing: 1px;
	}
	.main-content .main-content-desktop .content-choose-and-pay .quantity-devices .add-device,.main-content .main-content-desktop .content-choose-and-pay .quantity-devices .remove-device {
		width: 70px;
		height: 70px;
	}
	.main-content .main-content-desktop .content-choose-and-pay-before-paying {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 18px 30px 0 30px;
		font-family: "Proxima Nova Light", sans-serif;
	}
	.main-content .main-content-desktop .content-choose-and-pay .pay-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 10px 20px 0 20px;
	}
	.main-content .main-content-desktop .content-choose-and-pay .pay-buttons .pay-by-pay-pal,.main-content .main-content-desktop .content-choose-and-pay .pay-buttons .pay-by-credit-card {
		width: 200px;
		font-size: 1.125em;
		line-height: 60px;
		margin: 0 auto;
		padding: 0;
	}
	.main-content .main-content-desktop .content-choose-and-pay .terms-and-conditions {
		font-size: 0.875em;
		font-weight: 100;
		margin: 20px 30px 25px 30px;
		padding: 10px;
		background-color: rgba(180, 180, 180, 0.08);
	}
	.main-content .main-content-desktop .content-choose-and-pay .terms-and-conditions span {
		box-sizing: content-box;
	}
	.main-content .main-content-desktop .content-software-support {
		max-width: 807px;
		margin-right: 0px;
		width: 64.5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.main-content .main-content-desktop .content-software-support .desktop-software-support {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 45px;
	}
	.main-content .main-content-desktop .content-software-support-main-img {
		width: 81%;
		margin: 0;
	}
	.main-content .main-content-desktop .content-software-support-main-img img {
		display: inherit;
		width: 100%;
		/*max-width: 280px;*/
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.main-content .main-content-desktop .content-software-support-list {
		margin: 0 0 0 0%;
		width: 35.0%;
		background-color: #fafafa;
	}
	.main-content .main-content-desktop .content-software-support-list p {
		margin: 0 0 6px 0;
		font-family: OpenSans-Semibold;
		font-size: 16px;
		color: #3f3f3f;
	}
	.main-content .main-content-desktop .content-software-support-list ul {
		padding: 0;
	}
	.main-content .main-content-desktop .content-software-support-list ul li::before {
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 18px;
		height: 14px;
	}
	.main-content .main-content-desktop .content-software-support-list ul li p {
		font-size: 1.125em;
		line-height: 1.5;
		margin-left: 34px;
	}
	.main-content .main-content-desktop .content-software-support-list-purchased {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 437px;
		margin: 40px 0 0 0;
	}
	.main-content .main-content-desktop .content-software-support-list-purchased .list-purchased-recent .list-purchased-p {
		width: 70%;
	}
	.main-content .main-content-desktop .content-software-support-list-purchased .list-purchased-recent .list-purchased-img {
		max-width: 64px;
		margin: 10px 18px 6px 18px;
	}
	.main-content .main-content-desktop .content-software-support-list-purchased p {
		font-size: 0.875em;
		margin: 0;
		line-height: 1.4;
	}
	.main-content .desktop-pay-methods {
		margin: 0px 30px 5px 30px;
	}
	.main-content .content-secure {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 20px 0 0;
	}
	.main-content .content-secure-lock {
		margin: 0 55px;
	}
	.main-content .content-secure-text {
		font-size: 1.125em;
		width: 48.63%;
		margin: 52px 0;
		letter-spacing: 0;
	}
	.main-content .content-secure-img {
		width: 38%;
		margin: 0;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	.main-content .content-secure .safe-cart {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
}


@media (min-width: 450px) and (max-width: 900px) {

	.main-content h1 {
		text-align: center;
		width: 90%;
		margin: 1% auto;
	}
}


@media (min-width: 450px) and (max-width: 900px) {

	.popup-main.active .popup-main-div {
		width: calc(100vw * 0.3333333 + 150px);
	}
}


@media (min-width: 900px) {

	.popup-main.active .popup-main-div {
		width: 600px;
		height: 562px;
	}
	.popup-main.active .popup-main-div-header {
		height: 15%;
		letter-spacing: 0.4px;
		font-size: 1.8em;
	}
	.popup-main.active .popup-main-div-content {
		height: 61%;
		font-size: 1.6em;
	}
	.popup-main.active .popup-main-div-content .popup-main-div-content-img {
		max-width: 472px;
	}
	.popup-main.active .popup-main-div-content .popup-main-div-content-list {
		height: 35%;
	}
	.popup-main.active .popup-main-div-content .popup-main-div-content-list ul li {
		letter-spacing: 0.4px;
	}
	.popup-main.active .popup-main-div-content .popup-main-div-content-list ul li .popup-point {
		margin-right: 20px;
		max-width: 30px;
	}
	.popup-main.active .popup-main-div-buttons {
		height: 24%;
	}
	.popup-main.active .popup-main-div-buttons .popup-main-div-buttons-yes,.popup-main.active .popup-main-div-buttons .popup-main-div-buttons-no {
		width: 44%;
		height: 44%;
		font-size: 1em;
		letter-spacing: 0.5px;
		text-shadow: 1px 0 0 rgba(10, 11, 11, 0.15);
		border-radius: 4px;
	}
}


#pcclean * {
	box-sizing: border-box;
}
.ctop {
	padding: 0 38px;
}
.ctop ul {
	width: 100%;
	float: left;
	height: 85px;
	display: table;
	margin: 0;
	padding: 0;
}
.ctop ul li {
	width: 50%;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}
.ctop ul li:nth-child(2n) {
	text-align: right;
}
.boyps {
	width: 100%;
	float: left;
	background: #181818;
	text-align: center;
	padding: 15px 0 15px 0;
}
.boyps h1 {
	font-size: 32px;
	line-height: 36px;
	color: #fff;
}
.boyps span {
	display: inline-block;
	background: #a13d2e;
	color: #fff;
	font-size: 16px;
	border-radius: 30px;
	padding: 0 28px;
	line-height: 36px;
	margin: 12px 0 0;
}
.pclenr {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eaeaea;
}
.pcLeft {
	float: left;
	width: 219px;
	min-height: 288px;
	text-align: center;
	border-right: 1px solid #eaeaea;
	padding: 20px 0 0;
	position: relative;
}
.pcLeft:before {
	content: '';
	position: absolute;
	right: -22px;
	top: 43%;
	background: url(../../wp-content/themes/gspy/images/cpArw.jpg) no-repeat;
	width: 22px;
	height: 57px;
}
.pcRight {
	width: 380px;
	float: right;
}
.pcRight ul {
	float: left;
	padding: 18px 15px 15px 40px;
	margin: 0;
}
.pcRight ul li {
	width: 100%;
	float: left;
	position: relative;
	font-size: 17px;
	color: #2d2d2d;
	padding: 0 0 9px 33px;
	list-style: none;
}
.pcRight ul li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../../wp-content/themes/gspy/images/cpRgt.png) no-repeat;
	width: 16px;
	height: 13px;
}
.poPrice {
	width: 100%;
	float: left;
	border-top: 1px solid #eaeaea;
	text-align: center;
	padding: 10px 0;
}
.poPrice h2 {
	display: inline-block;
	color: #4ea017;
	font-size: 24px;
	line-height: 32px;
}
.poPrice h2 span {
	font-size: 16px;
	color: #a8b2be;
	line-height: 28px;
	vertical-align: top;
	display: inline-block;
	padding: 0 15px;
}
.poPrice label {
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	font-size: 16px;
}
.popBtn {
	width: 100%;
	float: left;
	margin: 0;
	padding: 12px 38px 4px;
}
.popBtn ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.popBtn ul li {
	float: left;
	width: 48%;
	text-align: center;
	list-style: none;
}
.popBtn ul li:nth-child(2) {
	float: right;
}
.popBtn ul li a {
	width: 230px;
	display: inline-block;
	line-height: 38px;
	border: 2px solid #e5e8eb;
	border-radius: 4px;
	font-size: 17px;
	color: #a8b2be;
	text-transform: uppercase;
	cursor: pointer;
}
.popBtn ul li:nth-child(2) a {
	background: #4ea017;
	border-color: #189600;
	color: #fff;
}
.popBtn ul li a:hover {
	background: #124185;
	border-color: #124185;
	color: #fff;
}
.popBtn ul li span {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #a8b2be;
	margin: 2px 0 0;
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
	}
	55% {
		-webkit-transform: scale(1.2, 1.2);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}


@keyframes zoom {
	0% {
		transform: scale(1, 1);
	}
	55% {
		transform: scale(1.2, 1.2);
	}
	100% {
		transform: scale(1, 1);
	}
}

#yesplease {
	-webkit-animation: zoom 2.2s infinite;
	animation: zoom 2.2s infinite;
}

@media (min-width: 900px) {

	.header-main-logo-language {
		width: 20%;
	}
	.header-main-text {
		width: 55%;
	}
	.desktop-choose-language-and-menu {
		width: 15%;
	}
	#google_translate_element {
		height: 36px;
		overflow: hidden;
	}
	#google_translate_element select {
		display: block;
		height: 36px;
		box-sizing: border-box;
		font-size: 16px;
		background: #1764be;
		line-height: 26px;
		padding: 5px 10px;
		border-radius: 5px;
		-webkit-appearance: menulist;
		-moz-appearance: menulist;
		margin: 0;
	}
	.footer-main .copyright {
		float: left;
		width: 30%;
	}
	.footer-main .footer-menu {
		float: right;
		width: 70%;
	}
}

.goog-te-banner-frame {
	display: none !important;
}

@media (max-width: 900px) {

	.ctop {
		padding: 0 10px;
	}
	.ctop ul {
		height: 60px;
	}
	.ctop li img {
		height: 34px;
	}
	.pcLeft {
		display: none;
	}
	.pcRight {
		width: auto;
	}
	.pcRight ul {
		padding: 10px 15px 10px 24px;
	}
	.pcRight ul li {
		font-size: 14px;
	}
	.boyps {
		padding: 6px 0 10px 0;
	}
	.boyps h1 {
		font-size: 17px;
		line-height: 24px;
		font-weight: normal;
	}
	.boyps span {
		font-size: 14px;
		line-height: 28px;
		margin-top: 5px;
	}
	.poPrice {
		padding: 4px 0;
	}
	.poPrice h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.poPrice h2 span,.poPrice h2 label {
		font-size: 14px;
	}
	.popBtn {
		padding: 12px 10px 4px;
	}
	.popBtn ul li a {
		width: 100%;
		font-size: 14px;
		line-height: 28px;
	}
	.popBtn li span {
		display: none;
	}
	#yesplease {
		font-weight: bold;
		-webkit-animation: zoom 1.7s infinite;
		animation: zoom 1.7s infinite;
	}
	.footer-main .copyright {
		margin-bottom: 15px;
		text-align: center;
	}
	.footer-main .footer-menu {
		text-align: center;
	}
	ul.footer-menu li {
		padding: 0 7px;
	}
}

.quantity-devices .itm {
	display:block;
	padding:4px;
	margin:-30px 30px 20px;
	border:1px solid #2a4485;
	background:#FFF;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
	line-height:14px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.quantity-devices .itm small {
	text-decoration:line-through;
	color: #999999;
	font-weight:normal;
	margin-left:15px;
	line-height:15px;
}
.quantity-devices .itm small.txt {
	text-decoration: none;
}
.quantity-devices .itm.active, .quantity-devices .itm:hover {
	border-color: #2a4485;
	background-color: #1764be;
	color:#FFF;
}
.quantity-devices .itm.active small, .quantity-devices .itm:hover small { color:#FFF; }

.itm span {
	font-size: 12px;
	font-weight: 300;
}

#err-dialog {
	width: 120px;
	height: 80px;
	right: -90px;
	top: 320px;
	text-align: center;
	background: red;
	position: absolute;
	-moz-border-radius:    10px;
	-webkit-border-radius: 10px;
	border-radius:         10px;
}
#err-dialog:before {
	content:"";
	position: absolute;
	right: 100%;
	top: 26px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-right: 26px solid red;
	border-bottom: 13px solid transparent;
}