
/* section */
section .container{
	padding-top: 50px;
	padding-bottom: 50px;
}
section h2{
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
}

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

.tabs-container{
	position: absolute;
	left: 0;
	right: 0;
	/*margin-top: 20px;*/
	margin-top: 5px;
	z-index: 2;
}
@media screen and (max-width: 910px) {
	.tabs.small span{
		display: none;
	}
}

/* ====================== section-bannerTop ====================== */

.helpdesk-bannerTop{
	position: relative;
	overflow: hidden;
	background-color: #f6f8fc;
	background-size: cover;
	font-size: 14px;
	color: black;
	text-align: left;
	min-height: 650px;
	align-items: start;
}
.helpdesk-bannerTop .background{
	background-position: 50% 15%;
}
.helpdesk-bannerTop a:not(.button){
	color: var(--link-color);
}
.helpdesk-bannerTop .container{
	padding-top: 100px;
	padding-bottom: 30px;
}
.helpdesk-bannerTop .text{
	width: 630px;
	margin-right: auto;
}
.helpdesk-bannerTop select{
	margin: 10px 0;
	padding: 23px 10px;
	border: 1px solid #B9C0D5;
	border-radius: 5px;
	font-size: 20px;
}
.helpdesk-bannerTop p{
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.3;
}
.helpdesk-bannerTop p.terms{
	font-size: 14px;
}
.helpdesk-bannerTop .more{
	font-weight: normal;
	text-decoration: underline;
}
.helpdesk-bannerTop .more:after{
	filter: brightness(0) grayscale(1) invert(1);
	background-size: auto 0.7em;
}
.helpdesk-bannerTop a{
	text-decoration: underline;
}
.helpdesk-bannerTop p {
	margin: 0.8em 0;
}
.helpdesk-bannerTop h1{
	margin: 15px 0px;
	font-size: 30px;
	font-weight: normal;
	color: #3279F6;
}
.helpdesk-bannerTop h2{
	margin: 10px 0;
	color: #2256B1;
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.2;
}
.helpdesk-bannerTop .buttons{
	margin-top: 20px;
	width: 630px;
}
.helpdesk-bannerTop .buttons.flex-container{
	margin: 0 -10px 0 -10px;
	max-width: 620px;
}
.helpdesk-bannerTop .buttons.flex-container .item{
	width: 200px;
	margin: 0 10px 20px 10px;
}
.helpdesk-bannerTop .buttons .button.licenses{
	width: 300px;
}
.helpdesk-bannerTop .button,
body .helpdesk-bannerTop .button.icon {
	margin-right: 10px;
	padding: 24px 86px 24px 20px;
	min-width: 0;
	border-radius: 8px;
	font-size: 19px;
	text-decoration: none;
}
.helpdesk-bannerTop .buttons img{
	vertical-align: top;
	margin-top: 8px;
}
.helpdesk-bannerTop .video-container{
	position: absolute;
	top: 245px;
	right: calc(50% - 472px);
}
.helpdesk-bannerTop 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;
}
.helpdesk-bannerTop .video:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4); /* preload */
}
.helpdesk-bannerTop .video:hover{
	background-image: url(../../images/pages/general/icons/play-borders-hover.svg?v=4);
}
.helpdesk-bannerTop .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;
}
.helpdesk-bannerTop .video:hover .video-title{
	background-color: #0a60f5;
}
.helpdesk-bannerTop .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;
}
.helpdesk-bannerTop ul{
	list-style: none;
	margin: 20px 0;
	padding: 0;
	font-size: 22px;
	font-size: clamp(18px, 3vw, 22px);
}
.helpdesk-bannerTop li{
	background: url(../../images/pages/general/icons/list-blue.svg) no-repeat 0px 7px;
	padding-left: 27px;
}
@media screen and (max-width: 1230px) {
	.helpdesk-bannerTop h3{
		margin-top: 70px;
	}
	.helpdesk-bannerTop .background{
		background-position: 25% 15%;
	}
}
@media screen and (max-width: 900px){
	.helpdesk-bannerTop{
		min-height: 0;
	}
	.helpdesk-bannerTop .text{
		width: 100%;
		min-height: 0;
	}
	.helpdesk-bannerTop .background{
		background-image: none !important;
	}
	.helpdesk-bannerTop .video-container{
		position: initial;
		margin-top: 20px;
		text-align: center;
	}
	.helpdesk-bannerTop .video{
		background-size: 80px auto;
		min-width: 80px;
		padding-top: 85px;
	}
	.helpdesk-bannerTop .buttons{
		width: auto;
	}
	.helpdesk-bannerTop .buttons.flex-container{
		max-width: none;
	}
	.helpdesk-bannerTop .buttons.flex-container .item{
		width: 290px;
	}
}
@media screen and (max-width: 700px) {
	.helpdesk-bannerTop .button,
	body .helpdesk-bannerTop .button.icon{
		padding: 15px 75px 15px 15px;
		font-size: 18px;
	}
}

/* ====================== section-why ====================== */

.section-why{
	background-color: #F5F8FD;
	font-size: 22px;
	font-size: clamp(20px, 3vw, 22px);
}
.section-why h2{
	text-align: center;
	font-size: 42px;
	font-size: clamp(30px, 4vw, 42px);
}
.section-why h3{
	font-size: 30px;
}
.section-why .flex-container{
	margin-top: 40px;
}
.section-why .flex-container .item{
	width: 350px;
	background-position: calc(50% - 10px) 0;
}
body .mac .section-why .flex-container .item{
	width: 450px;
}
.section-why .flex-container .item:not(:empty){
	padding-top: 110px;
}
.section-why .item.fix{ background-image: url(../../images/pages/helpdesk/icons/fix.svg?v=2); }
.section-why .item.support{ background-image: url(../../images/pages/helpdesk/icons/support.svg); }
.section-why .item.malware{ background-image: url(../../images/pages/helpdesk/icons/malware.svg); }

/* ====================== section-integrated ====================== */

.section-integrated{
	position: relative;
	background-color: #F5F8FD;
	overflow: hidden;
}
.section-integrated:before {
	position: absolute;
	content: '';
	left: -22%;
	top: 80%;
	right: -10%;
	bottom: -50%;
	background-color: white;
	transform: rotate(-10deg);
	transform-origin: 50% 0%;
}
.section-integrated .container{
	position: relative;
}
.section-integrated h2{
	font-size: 42px;
	font-size: clamp(30px, 4vw, 42px);
	text-align: left;
}
.section-integrated .flex-container .item{
	width: 400px;
}

/* ====================== section-integrated ====================== */

.section-deal{
	background-color: white;
	font-size: 22px;
	font-size: clamp(20px, 3vw, 22px);
}

/* =========== section-feature ============================================== */

.section-feature {
	background-color: white;
}
.section-feature .container {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1350px;
	overflow: hidden;
}
.section-feature .flex-container{
	display: flex;
	align-items: center;
	margin: 30px -30px;
}
.section-feature .flex-container .item{
	width: 400px;
	margin: 0 30px 20px 30px;
}
.section-feature .flex-container.reverse{
	flex-direction: row-reverse;
}
.section-feature .flex-container h3{
	margin: 0;
	font-size: 35px;
	font-size: clamp(25px, 3vw, 35px);
	font-weight: bold;
}
.section-feature h4{
	font-size: 30px;
}
.section-feature h4.blue{
	color: #2256B1;
}
.section-feature .flex-container img{
	max-width: 100% !important;
	background-color: white;
}
.section-feature .flex-container img:not(.clean){
	box-shadow: 0px 3px 30px rgba(50, 121, 246, 0.2);
}

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

.section-gallery{
	position: relative;
	background-color: white;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
}
.section-gallery{
	overflow-x: hidden;
}
body .section-gallery .container{
	overflow-x: initial;
}
.section-gallery:before {
	position: absolute;
	content: '';
	left: -22%;
	top: 60%;
	right: -10%;
	bottom: -50%;
	background-color: #F5F8FD;
	transform: rotate(-10deg);
	transform-origin: 50% 0%;
}
.section-gallery .gallery-container{
	margin-top: 40px;
}

/* ==================== section-blueBanner ======================================== */

.section-blueBanner{
	text-align: left;
	font-size: 25px;
	font-size: clamp(20px, 3vw, 25px);
}
.section-blueBanner .container{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-blueBanner h2{
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	margin-bottom: 20px;
}
.section-blueBanner p{
	font-size: 25px;
	font-size: clamp(20px, 3vw, 25px);
	margin: 15px 0;
}
.section-blueBanner .item{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 400px;
}
.section-blueBanner ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.section-blueBanner li{
	margin: 0 0 20px 0;
	background-position: 4px 0;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 70px;
	min-height: 60px;
}
.section-blueBanner .fix{ background-image: url(../../images/pages/helpdesk/icons/fix-alt.svg); background-position: 0px 0; }
.section-blueBanner .support{ background-image: url(../../images/pages/helpdesk/icons/support-alt.svg); }
.section-blueBanner .malware{ background-image: url(../../images/pages/helpdesk/icons/malware-alt.svg); }

.section-blueBanner .terms{
	font-size: 15px;
}

@media screen and (max-width: 910px) {
	.section-blueBanner li{
		background-size: auto 40px;
		min-height: 40px;
	}
}