.download-other{
    margin-top: 90px;
    padding-top: 55px;
    position: relative;
    z-index: 10;
}
.download-other::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 88%;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(#f0f7fb, #ffffff);
    background-image: -o-linear-gradient(#f0f7fb, #ffffff);
    background-image: linear-gradient(#f0f7fb, #ffffff);
    z-index: 0; 
	display: block;
}
.download-other .text-content {
	margin-top: 15px;
	font-size: 20px;
	line-height: 28px;
	color: #637182;
}
.download-other .text-link {
	display: block;
	text-decoration: none;
	font-size: 20px;
	line-height: 26px;
	color: #0379ff;
	margin-top: 20px;
}
.download-other .snip-text {
	font-size: 14px;
	line-height: 21px;
	color: #637182;
	margin-top: 40px;
}
.download-other .snip-text a{
	color: #101010;
}


.features-products-index{
	padding-bottom: 100px;
}
.features-products-index.features-support{
	padding-bottom: 70px;
}
.features-products-index .items .media {
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #EBF0F5;
    border: 2px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 30px;
}
.features-products-index .items .media .title-content{
	margin-bottom: 4px;
}
.features-products-index .snip-text{
	margin-top: 10px;
}
.features-products-index .media-left{
	padding-right: 20px;
}
.features-products-technology .items .media{
	margin-bottom: 40px;
}
.features-products-technology .items .media .title-content{
	margin-top: 25px;
}
.features-products-technology{
	padding-bottom: 60px;
	position: relative;
	padding-top: 100px;
}

.features.section-features--supported  .snip-text{
    font-size: 14px;
    line-height: 1.57;
    color: #909090;
}
.features.section-features--supported  .snip-text a{
    color: #101010;
}


.features-media-ung--sdk {
	padding-bottom: 70px;
}
.features-media-ung--sdk .title-main{
	color: #000000;
	text-align: left;
}
.features-media-ung--sdk .items{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.features-media-ung--sdk .items .item{
	margin-bottom: 30px;
}
.features-media-ung--sdk .media{
	border-radius: 10px;
	background: #F9F9F9;
	padding: 32px;
	height: 100%;
}
.features-media-ung--sdk .media-top{
	margin-bottom: 15px;
}
.features-media-ung--sdk .media .title-content{
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 15px;
}
.features-media-ung--sdk .media .text-content{
	font-size: 20px;
	line-height: 28px;
	color: #333;
}

.fmedia-picture-right{
	padding-top: 100px;
	padding-bottom: 50px;
}
.fmedia-picture-right .media{
	padding: 50px;
    border-radius: 16px;
    background: linear-gradient(180deg, #F0F7FB 0%, rgba(240, 247, 251, 0.10) 100%);
	display: flex;
	align-items: flex-start;
	row-gap: 40px;
	justify-content: space-between;
}
.fmedia-picture-right .media .title-content{
	font-size: 26px;
	color: #141414;
	line-height: 30px;
	margin-bottom: 20px;
}
.fmedia-picture-right .media .text-content{
	font-size: 18px;
	line-height: 26px;
	color: #484A4D;
}
.fmedia-picture-right .media .media-body{
	max-width: 374px;
}
.fmedia-picture-right .media .media-right{
	padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.download-other::before {
		width: 85%;
	}
}

@media(max-width: 991px){
	.features-products-technology{
		padding-top: 60px;
	}

	.fmedia-picture-right{
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.fmedia-picture-right .media{
		flex-direction: column;
		padding: 50px 30px;
		align-items: center;
	}
	.fmedia-picture-right .media .media-body{
		max-width: 100%;
	}
	.fmedia-picture-right .media .text-content{
		text-align: left;
	}
}

@media (max-width: 767px) {
	.features-products-technology{
		padding-bottom: 40px;
	}
	.download-other{
		margin-top: 50px;
		margin-bottom: 30px;
		padding: 0 15px 0;
	}
	.download-other::before{
		top:40px;
		right: inherit;
		width: calc( 100% - 30px );
	}
	.download-other .text-link{
		text-align: center;
	}
	.download-other .snip-text{
		text-align: center;
		margin-top: 20px;
	}
	.download-other .media-left, .download-other .media-right, .download-other .media-body{
		display: block;
		text-align: center;
	}
	.features-products-index .items .media{
		margin-bottom: 20px;
		padding: 20px;
	}
	.features-products-index .snip-text{
		margin-top: 20px;
		text-align: center;
	}
	.features-products-index{
		padding-bottom: 190px;
	}
	.features-products-index.features-support{
		padding-bottom: 80px;
	}

	.features-media-ung--sdk{
		padding-top: 50px;
	}
	.features-media-ung--sdk .title-main{
		font-size: 26px;
		line-height: 36px;
	}
	.features-media-ung--sdk .media-image{
		margin-bottom: 15px;
	}
}