
/* ==================== Reset ===================================================== */

body{
	margin-top: 110px;
	font-size: 19px;
	font-family: "roboto", Tahoma, Arial, Verdana;
	line-height: 1.4;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.wrapper, .main{
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}
a{
	color: #1d8ca6;
}
h1 {
	margin: 40px 0px;
	font-size: 60px;
	font-weight: normal;
	color: black;
}
h2 {
	font-size: clamp(30px, 4vw, 50px);
	padding: 0px;
	margin: 35px 0px;
	font-weight: normal;
	color: black;
}
h3{
	font-size: 24px;
	font-weight: normal;
	color: black;
}
hr{
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #d9dde0;
	margin: 0 0;
}
hr.white{
	background-color: white;
	margin: 0 0;
}
img, iframe{
	max-width: 100%;
}
p{
	color: #1f2023;
	font-weight: 100;
}
@media screen and (max-width:600px) {
	h2 {
		margin: 25px 0px;
	}
}

/* ==================== Header ===================================================== */

.header{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 110px;
	z-index: 11;
	background-color: #333641;
	color: white;
	box-shadow: 0 5px 9px rgba(0,0,0,0.2);
	border: none;
}
.admin-bar .header{
	top: 32px;
}
@media screen and (max-width:782px) {
	.admin-bar .header{
		top: 46px;
	}
}
.header.fixed{
	position:fixed;
}
.header .container{
	position: relative;
	width: 88%;
	height: 100%;
	padding: 0 10px;
	overflow: unset !important;
}
.header .logo{
	display: inline-block;
	background: url('../images/logo.svg?v=2') no-repeat center center;
	width: 220px;
	height: 48px;
}
.header .logo{
	position: absolute;
	margin-top: 31px;
}
.header .menu{
	font-size: 18px;
	display: inline-block;
	margin-left: 260px;
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
}
.header .menu a{
	padding: 0px 16px;
	text-decoration: none;
	color: white;
	text-align: center;
	white-space: nowrap;
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.header .menu a:not(.button):hover{
	background-color: rgba(255,255,255,0.1);
}
.header .menu a.button{
	display: inline-block;
	height: auto;
	margin: 0 10px;
	border-radius: 999px;
	padding: 14px 30px;
	flex: none;
}
.header .header-languages-wrapper{
	position: absolute;
	top: 0;
	right: 11px;
	margin-top: 38px;
	border: none;
}
.header .phones{
	display: none !important; /* disabled */

	position: absolute;
	right: 0;
	top: 30px;
	width: 350px;
	min-height: 82px;
	display: flex;
	align-items: center;
	margin-left: 10px;
	padding-left: 50px;
	background: url(../images/phone.svg) no-repeat 0% 50%;
	background-size: 40px 40px;
	font-size: 14px;
}
.header .phones .title{
	font-weight: bold;
}
.header .phones .phone{
	color: #d73f3d;
	font-weight: bold;
}
.header .etranslate-mainlink{
	color: white;
	font-size: 14px;
}
.header .etranslate-mainlink::after{
	border-top-color: #ccc;
}

@media screen and (max-width:1320px){
	.header .phones{
		display: none;
	}
}
@media screen and (max-width: 1230px){
	.header .etranslate-mainlink{
		color: transparent;
	}
}
@media screen and (max-width: 1200px){
	.header .menu{
		font-size: 16px;
	}
	.header .menu a{
		padding: 20px 5px;
		margin: 0 5px;
	}
}
@media screen and (max-width: 1000px){
	.header .menu.mobile-active{
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 50px 70px 50px 50px;
		background-color: #001F3B !important;
		background: white !important;
		text-align: left;
		transition: top 0.3s ease-in-out;
	}
	.header .menu{
		height: 100vh;
		overflow: hidden;
		border-radius: 0px;
		display: none;
	}
	.header .menu.mobile-active{
		display: block;
	}
	.header .menu.mobile-active .item{
		display: block;
	}
	.header .menu.mobile-active a{
		display: block;
		opacity: 1;
		float: none;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
		padding: 15px 20px;
		border: 0;
		border-radius: 5px;
		width: auto;
		background: none;
		background-image: none;
		background-color: rgba(0, 0, 0, 0.03);
		font-size: 20px;
		color: #000000;
		font-weight:normal;
		line-height: inherit;
		text-transform: none;
	}
	.header .menu .item:hover .header-hover{
		display: none;
	}
}
@media screen and (max-width: 700px){
	.header .menu a{
		width: 0;
		color: transparent;
		margin-right: 5px;
		margin-left: 5px;
	}
	.header .menu a:hover{
		border: 0;
		opacity: 0.6;
	}
}

/* ========= disclaimer ================================ */

.disclaimer{
	clear: both;
	background-color: #333641;
	border-top: 1px solid #555;
	color: white;
}
.disclaimer .container{
	padding-top:10px;
	padding-bottom:10px;
	font-size: 13px;
}
.disclaimer .container:empty{
	border: none;
	padding:0;
}
.disclaimer p{
	color: white;
}
body .disclaimer a{
	color: white;
	text-decoration: underline;
}
.disclaimer h2{
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
.disclaimer h3{
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
.disclaimer .tabs{
	background: transparent;
}
.disclaimer .tabs a{
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 2px;
	color: white;
}
.disclaimer .tabs a.active{
	color: #2d2f39;
	background: rgba(255,255,255,0.8);
	border-color: rgba(255,255,255,0.8);
	border-radius: 2px;
}

/* ==================== copyrights ===================================================== */

footer{
	width: 100% !important;
}
footer p{
	color: inherit;
}
footer .copyrights{
	background-color: #1f2023;
	color: white;
	font-size: 14px;
	padding: 0;
}
footer .logo{
	display: none;
}
footer .copyrights .copyrights-content{
	padding: 20px 15px;
	max-width: 1200px;
	margin: 0 auto;
}
footer .copyrights .links a{
	color: #1d8ca6;
	text-decoration: underline;
	font-weight: bold;
}
footer .copyrights .links a:hover{
	text-decoration: underline;
}
footer .copyrights .social a{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	overflow: hidden;
	color: transparent;
}

/* ========================= buttons ==================================================== */

.button, a.button, input.button{
	position: relative;
	display: inline-block;
	border: 0;
	min-width: 0;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 13px 40px 15px 40px;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	border-radius: 8px;
}
.button.download{
	color: white;
	background-color: #ff6534;
	margin-right: 20px;
}
.button.buy {
	color: white;
	background-color: #d64141;
}
@media screen and (max-width: 800px){
	.button, a.button, input.button{
		margin-bottom: 5px;
	}
}

/* ========================= close icon ==================================================== */

.close {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	color: transparent;
}
.close:before, .close:after {
	position: absolute;
	content: ' ';
	left: 0;
	margin-left: 50%;
	height: 100%;
	width: 2px;
	background-color: #333;
}
.close.white:before, .close.white:after {
	background-color: #fff;
}
.close:before { transform: rotate(45deg); }
.close:after { transform: rotate(-45deg); }

/* ========================= details ==================================================== */

details {
	padding: 10px 10px 10px 50px;
	margin: 10px 0;
}
summary {
	position: relative;
	margin-bottom: 0;
	outline: none;
	cursor: pointer;
	padding-left: 50px;
	margin-left: -50px;
}
details[open] summary {
	margin-bottom: 10px;
}
details.static summary {
	display:none;
}

/* change icon */
summary::-webkit-details-marker {
	display: none;
}
summary {
	list-style: none;
}
summary:after {
	position: absolute;
	content: '+';
	color: white;
	background-color: #18acc2;
	left: 5px;
	transform: scale(1.6);
	font-weight: 100;
	text-align: center;
	width: 22px;
	border-radius: 2px;
}
details[open] summary:after {
	position: absolute;
	content: '—';
	color: white;
	background-color: #18acc2;
	left: 5px;
	transform: scale(1.6);
	font-weight: 100;
	text-align: center;
	width: 22px;
	border-radius: 2px;
}

/* ==================== Content ==================================================== */

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 10;
	pointer-events: none;
	display: none;
}
.container, .content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
}
.banner{
	background-color: #34b9c9;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 366px;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner h2{
	margin: 20px 0 30px 0;
}
.banner p{
	font-size: 20px;
}
.banner .alt-links{
	font-size: 16px;
	margin-top: 10px;
}
.banner .button{
	margin-top: 15px;
}

.social .facebook{ background-image: url('../images/social/facebook.svg'); }
.social .google-plus{ background-image: url('../images/social/google-plus.svg'); }
.social .linkedin{ background-image: url('../images/social/linkedin.svg'); }
.social .twitter{ background-image: url('../images/social/twitter.svg'); }
.social .youtube{ background-image: url('../images/social/youtube.svg'); }
.social .instagram{ background-image: url('../images/social/instagram.svg'); }

/* ==================== section-home-banner ======================================== */

.section-home-banner{
	position: relative;
	background: #2b2c36;
	min-height: 660px;
	display: block;
	padding-top: 40px;
}
.section-home-banner .background-back{
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: #463f53 url('../images/banner-bg-dark.png') no-repeat center top;
	background-size: cover;
}
.version2 .section-home-banner .background-back{
	background-color: #333642;
	background-image: none;
}
.section-home-banner .background-front{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/banner-top-win.png) no-repeat calc(50% + 500px) center;
	background-size: auto 500px;
	z-index: 2;
}
.version2 .section-home-banner .background-front{
	background-image: url(../images/banner-top-win-2.png?v=2);
	background-position: calc(50% + 500px) bottom;
	background-size: auto 650px;
}
.mac.section-home-banner .background-front{
	background-image: url(../images/banner-top-mac.png);
}
.version2 .mac.section-home-banner .background-front{
	background-image: url(../images/banner-top-mac-2.png?v=2);
}
.section-home-banner .content{
	z-index: 5;
	text-align:left;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 35px;
}
.section-home-banner .text{
	max-width: 620px;
}
.section-home-banner h1{
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	font-size: 36px;
	max-width: 500px;
}
.section-home-banner.banner h2{
	margin-top: 5px;
	font-size: 27px;
	color: white;
}
.section-home-banner.banner h2 span{
	color:#03a9f4;
}
.section-home-banner.banner.mac h2 span{
	color:#ff6435;
}
.section-home-banner.banner p{
	font-size: 20px;
	color: white;
}
.section-home-banner .price{
	font-size: 32px;
}
.section-home-banner .price-value{
	font-size: 36px;
}
.section-home-banner.banner .alt-links{
	margin-bottom: 10px;
}
.section-home-banner.banner .terms{
	font-size: 14px;
}
.section-home-banner.banner .shadow{
	background-color: rgba(0,0,0,0.4);
	padding: 10px 10px;
	border-radius: 5px;
}
.section-home-banner p.alt-links{
	font-size: 16px;
}
.section-home-banner a{
	color: white;
}
.section-home-banner .video-container{
	position: absolute;
	top: 210px;
	right: 2%;
	width: 135px;
}
.section-home-banner .video{
	position: relative;
	display: block;
	padding-top: 135px;
	background: url(../images/play-white.png) no-repeat center top;
	color: white;
	text-decoration: none;
	text-align: center;
}
.version2 .section-home-banner .video-container{
	top: 290px;
}
.section-home-banner .video .video-title{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	color: white;
	padding: 3px 20px;
	border-radius: 999px;
	background: rgba(0,0,0,0.7);
	white-space: nowrap;
	text-decoration: none;
}
.section-home-banner .terms{

}
.section-home-banner p.billed{
	font-size: 16px;
	margin: 6px 0;
}
@media screen and (max-width: 1200px){
	.section-home-banner .video-container{
		position: initial;
		margin: 20px auto;
		display: block;
	}
	.section-home-banner .text{
		max-width: none;
	}
	.section-home-banner h1 br, .section-home-banner h2 br{
		display: none;
	}
	.section-home-banner .background-front{
		background-image: none !important;
	}
}
@media screen and (max-width:1003px){
	.video-sidebar, .video-container, .video-container h1{
		width:100% !important;
	}
}


/* ==================== section-home-item ======================================== */

.section-home-item{
	background-color: white;
}
.section-home-item .content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-home-item .flex-container{
	align-items: center;
	min-height: 600px;
}
.section-home-item .item{
	width: 400px;
}
.section-home-item .item.media{
	text-align: center;
}
.section-home-item h2.multicolor:first-line{
	color: initial;
}
.section-home-item h2.multicolor{
	color: #18acc2;
}

/* ==================== section-home-features ======================================== */

.section-home-features{
	position: relative;
}
.section-home-features:before{
	position: absolute;
	content: '';
	top:0;
	right:0;
	bottom:0;
	width: 30%;
	background: url('../images/Monitor.png') no-repeat left center;
}
.mac.section-home-features:before{
	background-image: url('../images/Monitor-mac.png');
}
.section-home-features:after{
	position: absolute;
	content: '';
	top:0;
	right:0;
	bottom:0;
	width: calc(30% - 40px);
	background: url(../images/2-scan.jpg) no-repeat 0% 42%;
	background-size: 690px auto;
}
.mac.section-home-features:after{
	display: none;
}
.section-home-features.mac:after{
	background-image: url('../images/Monitor-mac.png?v2');
}
.section-home-features .content{
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-home-features h2{
	text-align: center;
	margin-top: -35px;
}
.section-home-features .flex-container{
	padding-right: 33%;
}
.section-home-features .item{
	padding-top: 60px;
	font-size:16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 200px;
}
.section-home-features.mac .item{
	background-size: auto 50px;
}
.section-home-features .item h3{
	font-size:20px;
	font-weight: bold;
}
.section-home-features .item.malware{	background-image: url('../images/features-icons/malware.png'); }
.section-home-features .item.detection{	background-image: url('../images/features-icons/detection.png'); }
.section-home-features .item.capabilities{	background-image: url('../images/features-icons/capabilities.png'); }
.section-home-features .item.updates{	background-image: url('../images/features-icons/updates.png'); }
.section-home-features .item.support{	background-image: url('../images/features-icons/support.png'); }
.section-home-features .item.customfix{	background-image: url('../images/features-icons/customfix.png'); }
.section-home-features .item.startup{	background-image: url('../images/features-icons/startup.png'); }
.section-home-features .item.optimization{	background-image: url('../images/features-icons/optimization.png'); }
.section-home-features .item.uninstaller{	background-image: url('../images/features-icons/uninstaller.png'); }
.section-home-features .item.detection{	background-image: url('../images/features-icons/scanner.png'); }
.section-home-features .item.helpdesk{	background-image: url('../images/features-icons/helpdesk.png'); }
.section-home-features .item.sheduler{	background-image: url('../images/features-icons/sheduler.png'); }
.section-home-features .item.custom-scan{	background-image: url('../images/features-icons/custom-scan.png'); }
.section-home-features .item.quarantine{	background-image: url('../images/features-icons/quarantine.png'); }
.section-home-features .item.exclusion{	background-image: url('../images/features-icons/exclusion.png'); }
.section-home-features .item.general{	background-image: url('../images/features-icons/general.png'); }

@media screen and (max-width: 1000px){
	.section-home-features:before, .section-home-features:after{
		display: none !important;
	}
	.section-home-features .flex-container{
		padding-right: 0;
	}
}

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

.section-home-gallery{
	overflow: hidden;
	background-color: #42d0e2;
	color: white;
}
.section-home-gallery .content{
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-home-gallery h2{
	text-align: center;
	color: white;
}
.section-home-gallery p{
	color: white;
}
@media screen and (max-width: 1230px) {
	.section-home-gallery h2{
		margin-bottom: 20px;
	}
}

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

.section-home-certifications{
	background-color: #e8ebed;
	text-align: center;
}
.section-home-certifications .content{
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1000px;
}
.section-home-certifications h2{
	font-size: 30px;
	margin-bottom: 10px;
}
.section-home-certifications h3{
	margin: 10px 0 40px 0;
}
.section-home-certifications .truste img{
	transform: scale(1.25);
}
.section-home-certifications .item {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 500px) {
	.section-home-certifications img {
		max-height: 70px;
	}
	.section-home-certifications img.img-avtest{
		max-width: 140px;
	}
}

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

.section-home-requirements{
	background-color: #e8ebed;
	text-align: center;
	word-break: break-word;
}
.section-home-requirements .content{
	padding-top: 60px;
	padding-bottom: 80px;
}
.section-home-requirements h2{
	font-size: 30px;
	color: #18acc2;
	margin-bottom: 15px;
}
.section-home-requirements .tabs-content{
	min-height: 290px;
	padding: 40px 15% 0 15%;
	text-align: left;
	font-size: 16px;
}
.section-home-requirements .tabs-linear a.active{
	color: #18acc2;
	border-color: #18acc2;
}

/* ==================== section-home-keyboard ======================================== */

.section-home-keyboard{
	min-height:494px;
	background-color: #71625a;
	background-image: url('../images/keyboard.jpg');
}
.section-home-keyboard .content{
	text-align: left;
	max-width: 1000px;
}
.section-home-keyboard p{
	color: white;
	margin: 10px auto;
}
.section-home-keyboard h2{
	color: white;
}
.section-home-keyboard a{
	color: white;
}
.section-home-keyboard .alt-links{
	font-size: 13px;
}
.section-home-keyboard .leftside{
	display: inline-block;
	vertical-align: top;
}
.section-home-keyboard .rightside{
	display: inline-block;
	vertical-align: top;
}
.section-home-keyboard .terms-text{
	text-align: center;
}
.section-home-keyboard .comment {
	font-size: 14px;
	margin: 20px auto 0 auto !important;
	border: none;
	background: transparent;
	text-align: center;
	display: block;
}

/* ==================== section-home-contact ======================================== */

.section-home-contact{
	background-color: #e8ebed;
}
.section-home-contact .content{
	max-width: 900px;
}
.section-home-contact h2{
	color: #18acc2;
	text-align: center;
}

/* form */
.section-home-contact form{
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 40px;
}
.section-home-contact .flex-container .item{
	width: 300px;
}
.section-home-contact label{
	display: block;
	font-size: 20px;
	color: #797979;
	margin: 10px 0;
	font-weight: normal;
	padding-left: 20px;
}
.section-home-contact label.left{
	float: left;
	width: 45%;
	margin-top: 0;
}
.section-home-contact label.right{
	float: right;
	width: 45%;
	margin-top: 0;
}
.section-home-contact input[type="text"], .section-home-contact textarea, .section-home-contact select{
	display: inline-block;
	width: calc(100% + 20px);
	border-radius: 32px;
	margin-top: 7px;
	border: 1px solid #dee3e5;
	padding: 18px 22px;
	background-color: white;
	height: 64px;
	margin-left: -20px;
}
.section-home-contact textarea{
	height: auto;
}
.section-home-contact .selectWrapper{
	display: block;
	margin-left: -20px;
}
.section-home-contact .selectWrapper select{
	width: 100%;
	margin: 0;
	border: 0;
}

/* ==================== dialog-fixed-products ======================================== */

@media screen and (min-width: 1251px) {
	body.sticky-footer-dialog {
		margin-bottom: 200px;
	}
	body.sticky-footer-dialog.cookieWarning-active {
		margin-bottom: 277px;
	}
}
.dialog-fixed-products{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color: #333641;
	color: white;
	font-size: 18px;
	transition: transform 0.4s ease-in-out;
	transform: translateY(100%);
	z-index: 30;
	height: 200px;
}
.cookieWarning-active .dialog-fixed-products{
	bottom:77px;
}
.dialog-fixed-products .content{
	padding: 20px 50px 20px 20px;
}
.dialog-fixed-products.active{
	transform: translateY(0%);
}
.dialog-fixed-products .close{
	position: absolute;
	top: 20px;
	right: 20px;
	filter: invert(1);
}
.dialog-fixed-products .flex-container{
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 -10px 0 -10px;
}
.dialog-fixed-products .item{
	margin: 10px;
}
.dialog-fixed-products .text{
	width: 320px;
}
.dialog-fixed-products .plus{
	font-size:24px;
	width: 10px;
}
.dialog-fixed-products .button{
	white-space: nowrap;
}
.dialog-fixed-products h2{
	font-size: 20px;
	color: #17acc2;
	margin: 0 0 10px 0;
}
.dialog-fixed-products .alt-links, .dialog-fixed-products .alt-links a{
	color: white;
	font-size: 13px;
}

@media screen and (max-width: 1200px){
	.dialog-fixed-products{
		display: none;
	}
}

/* ==================== footer-links ===================================================== */

.footer-links{
	background-color: #333641;
	color: white;
}
.footer p{
	color: white;
}
.footer-links .container{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 18px;
	text-align: center;
}
.footer-links a{
	padding: 20px 10px;
	margin: 0 5px;
	text-decoration: none;
	color: white;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
.footer-links a:hover{
	background-color: rgba(255,255,255,0.1);
}
.footer-links .social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-right: 15px;
}
.footer-links .social a:hover{
	transform: translate(1px,1px);
}

/* ==================== dialog-fixed-infected ======================================== */

.dialog-fixed-infected{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	display: flex;
}
.dialog-fixed-infected.hidden{
	display: none;
}
.dialog-fixed-infected .content{
	position: relative;
	background: white;
	margin: auto;
	max-width: 850px;
	border-top: 5px solid #ccc;
	padding: 60px 70px;
}
.dialog-fixed-infected p{
	color: #777a85;
}
.dialog-fixed-infected .close{
	position: absolute;
	top: 20px;
	right: 20px;
	filter: invert(1);
}
.dialog-fixed-infected h3{
	color: #18acc2;
	font-size: clamp(30px, 4vw, 50px);
	text-align: center;
	margin: 0 0 50px 0;
}

/* ==================== tabs ======================================== */

.tabs.tabs-sh{
	position: absolute;
	margin-top: 60px;
	z-index: 10;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}
.tabs.tabs-sh a{
	color: white;
	font-size: 14px;
	background: transparent;
	border-color: rgba(255,255,255,0.8);
}
.tabs.tabs-sh a.active{
	color: #2d2f39;
	background: rgba(255,255,255,0.8);
	border-color: rgba(255,255,255,0.8);
}
.tabs.tabs-sh a:first-child{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.tabs.tabs-sh a:last-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.tabs.tabs-sh a:not(:last-child):after{
	display: none;
}
.tabs.tabs-sh.dark a{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.tabs.tabs-sh.dark a span span{
		display: none;
	}
}

/* --------------------------------------------- */

.download_terms h2{
	font-size: 25px;
}

.price-discount s{
	font-weight: normal;
}
