.lang a,
.products-item .products-item__title,
.products-item .products-item__description h4,
.banner-title,
.faq-title
{
	text-transform:uppercase
}
.banner-title.no-left
{
	left:6px
}
.text-block-wrap h1,
.text-block-wrap h2,
.text-block-wrap h3,
.text-block-wrap h4,
.text-block-wrap h5,
.text-block-wrap h6{
	font-weight:500;
	letter-spacing:0.3px;
	line-height:23px;
	color:#515150;
	padding:15px 0;
}
.text-block-wrap h1{
	font-size:32px;
}
.text-block-wrap h2{
	font-size:28px;
}
.text-block-wrap h3{
	font-size:24px;
}
.text-block-wrap h4,
.text-block-wrap h5,
.text-block-wrap h6{
	font-size:22px;
}
img.hs1-banner-img
{
	min-width:56%
}
.faq-content-wbg
{
	background:none!important;
	position:relative
}
.faq-content-wbg::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-filter: grayscale(100%);
	filter:grayscale(100%);
	background-position:150% 150%;
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0.2;
}