body{
	background-color: white;
}
.banner-sh-general{
	min-height: 0;
}
.banner-sh-general .container{
	padding-bottom: 10px;
}
#content{
	overflow: auto;
}

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

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

/* ====================== banner-sh-general ====================== */

@media screen and (max-width: 700px) {
	.banner-sh-general{
		display: none;
	}
}

/* ====================== products-list ============================================= */

.products-list {
	position: relative;
	background-color: white;
	overflow: hidden;
}
.products-list:before {
	position: absolute;
	content: '';
	left: -70%;
	top: 39%;
	right: -10%;
	bottom: -50%;
	background-color: #F5F8FD;
	transform: rotate(-10deg);
	transform-origin: 50% 0%;
}
.products-list .container {
	position: relative;
}
.products-list h2{
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	text-align: center;
}

.products-list .about{
	margin-bottom: 30px;
}
.products-list .about p{
	margin: 15px 0;
}

.products-list .flex-container{
	margin: 0 -15px 0 -15px;
}
.products-list .box{
	margin: 0 15px 30px 15px;
	padding: 20px 30px;
	width: 400px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 0 25px rgb(50 121 246 / 22%);
}
.products-list .box .flex-container{
	margin: 0 -10px 0 -10px;
}
.products-list .box .item{
	margin: 0 10px 10px 10px;
}

.products-list .has-recommended .box{
	margin-top: 41px;
}
.products-list .box.has-recommended{
	position: relative;
	border-radius: 0 0 10px 10px;
	border: 3px solid #377DF3;
}
.products-list .recommended{
	position: absolute;
	left: -3px;
	right: -3px;
	top: -41px;
	background-color: #377DF3;
	border-radius: 6px 6px 0 0;
	padding: 7px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.products-list .media{
	max-width: 100px;
	margin: 0 20px -20px 0;
	float: left;
}
.products-list .rightside{
	overflow: auto;
}
.products-list .rightside{
	min-height: 170px;
}
.products-list .box h2{
	clear: none;
	text-align: left;
	margin: 0;
}
.products-list h2 img{
	max-height: 36px;
	width: auto;
}
.products-list h3{
	font-size: 18px;
	margin: 0 0 2px 0;
}
.products-list .trademark{
	margin: 5px 0;
	font-size: 15px;
}
.products-list .browsers{
	margin: 5px 0;
	font-size: 15px;
}
.products-list .more{
	font-weight: normal;
	font-size: 16px;
	text-decoration: underline;
}
.products-list .item .about{
	clear: both;
}
.products-list .item .about hr{
	margin: 0 0 20px 0;
}
.products-list .features{
	clear: both;
	margin: 15px -10px 0 -10px !important;
	padding-top: 0;
}
.products-list ul.features{
	padding-bottom: 10px;
}
@media screen and (min-width: 911px) {
	.products-list .item .about{
		/*min-height: 290px;*/
	}
}
.products-list .item .about{
	margin: 0;
	font-size: 16px;
}
.products-list .features .item{
	margin: 0 10px 10px 10px;
}
.products-list .features .item ul{
	margin: 0;
	padding-left: 0;
}
.products-list .features li{
	background: url(../../images/pages/general/icons/list-blue.svg) no-repeat 0px 6px;
	padding-left: 24px;
	background-size: auto 16px;
	list-style: none;
	font-size: 16px;
	background-size: auto 12px;
}
.products-list .features li.star{ background-image: url(../../images/pages/general/icons/star.svg); }
.products-list .features li.no{ background-image: url(../../images/pages/products/icons/no.svg); }

.products-list .price{
	color: #25272E;
	text-align: center;
}
.products-list .price .price{
	color: #3279F6;
	font-size: 30px;
	font-weight: bold;
}
.products-list .billing{
	color: #25272E;
	font-size: 15px;
	margin-bottom: 5px;
}
.products-list .billing:not(.align-left){
	text-align: center;
}
.products-list .billing a{
	font-weight: bold;
}
.products-list .download-comment{
	text-align: center;
	font-size: 16px;
}
.products-list .buttons{
	margin-top: 17px;
	margin-bottom: 17px;
}
.products-list .button{
	margin: 12px 0 0 0;
	padding: 20px calc(5px + 3em) 20px 5px !important;
	display: block;
}
.products-list .buttons.center .button{
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}
.products-list .terms{
	margin: 8px 0 0 0;
	text-align: center;
	font-size: 13px;
}
.products-list .terms.sws{
	text-align: left;
}
@media screen and (max-width: 800px) {
	.products-list .box{
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.products-list {
		margin-top: 60px;
	}
}
@media screen and (max-width: 500px) {
	.products-list .button{
		margin: 5px 0 0 0;
		padding: 15px calc(5px + 3em) 15px 5px !important;
	}
}

/* ====================== products-help ============================================= */

.products-help{
	background-color: white;
	color: black;
	background-image: url(../../images/pages/general/banners/banner-help.jpg);
	background-position: 50% 0;
	background-size: cover;
	text-align: left;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.products-help{
		background-image: url(../../images/pages/general/banners/banner-help@2x.jpg);
	}
}
.products-help .container{
	padding-top: 40px;
	padding-bottom: 40px;
}
.products-help .text{
	max-width: 668px;
}
.products-help h2{
	margin: 0 0 20px 0;
	font-size: 32px;
	font-weight: bold;
	z-index: 1;
}
@media screen and (max-width: 500px) {
	.products-help .button{
		padding: 10px 15px;
	}
}
