.support .support-header{
	padding:0px 20px;
	background:url(../images//archive-support/header-background.jpg) center no-repeat;
	background-size: cover;
	color:#fff;
}
.support .support-header .container{
	position:relative;
	overflow:visible;
	padding:230px 0px 90px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap:30px;
}
.support .support-header .support-header-content{
	width: calc(100% - 600px);
}
.support .support-header .support-header-content h1{
	margin-bottom: 20px;
	line-height: 40px;
}
.support .support-header .support-header-content p.el-text{
	color:rgba(255,255,255,0.7);
	font-size:20px;
	font-weight: 100;
	margin-bottom: 40px;
}

.support .support-header .support-header-content .ui-button{
	display:none;
	margin-bottom: 30px;
}
.support .support-header .support-header-content .contact-data{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	gap: 50px;
}
.support .support-header .support-header-content .contact-data a{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}
.support .support-header .support-header-content .contact-data a i{
	font-size:50px;
	text-align: center;
	min-width: 0px;
	margin-right:15px;
}
.support .support-header .support-header-content .contact-data a p{
	line-height: 120%;
	font-size:14px;
	margin:0px;
	color:#fff;
}
.support .support-header .support-header-content .contact-data a p strong{
	display:block;
}
.support .support-header .support-header-form{
	width: 40%;
	max-width: 380px;
	background: #fff;
	color:#333;
	padding:30px;
}
.support .support-header .support-header-form h6{
	font-size: 24px;
    margin-bottom: 15px;
}

.support .support-container{
	padding:50px 20px 100px 20px;
}
.support .support-container .container{
	overflow:visible;
}
.support .support-container .support-list{
	margin:auto;
	max-width:800px; 
}
.support .support-container .support-list .support-block{
	margin-top: 50px;
}
.support .support-container .support-list .support-block h6{
	margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}
.support .support-container .support-list .support-block ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.support .support-container .support-list .support-block ul li{
	width: 100%;
}
.support .support-container .support-list .support-block ul li a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
	box-shadow: 0 0 10px 2px rgb(85 139 251 / 10%);
}


@media all and (max-width: 1100px){
	.support .support-header .support-header-content{
		width: 60%;
	}
	.support .support-header .support-header-graphic{
		bottom: -50px;
		right: -60px;
	}
}
@media all and (max-width: 950px){
	.support .support-header .support-header-content .contact-data{
		gap: 30px;
	}
}
@media all and (max-width: 768px){
	.support .support-header .container{
		padding:100px 0px 80px;
	}
	.support .support-header .support-header-content{
		width: 100%;
	}
	.support .support-header .support-header-content .ui-button{
		display:inline-block;
	}
	.support .support-header .support-header-content .contact-data{
		gap: 50px;
	}
	.support .support-header .support-header-form {
		display:none;
	}
}
@media all and (max-width: 600px){
	.support .support-header .support-header-content .ui-button{
		width: 100%;
	}
}