.splash3{
	text-align: center;
	color: #495359;
	padding-top: 50px
}
.splash3 .icon-block{
	margin-bottom: 10px;
	text-align: center
}
.splash3 .title{
	margin-bottom: 10px
	
}
.splash3 .text{
    font-size: 17px;
}

.icon-download2{
	width: 108px;
	height: 98px;
	background-position: 0 -284px;
}

.splash3.theme-index{
	padding-top: 90px;
	padding-bottom: 90px;
}
.splash3.theme-index .title{
	margin-bottom: 0;
}
.splash3.theme-index .title-main{
	font-size: 31px;
	line-height: 1.35;
	color: #30373b;
	margin-bottom: 15px;
	margin-top: 0;
}
.splash3.theme-index .text{
	font-size: 17px;
 	 color: #495359;
	  margin-bottom: 35px;
}
.splash3.theme-index .index-button-footer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.splash3.theme-index a{
	font-size: 17px;
	line-height: 1.53;
	font-weight: 700;
}
.splash3.theme-index .index-button-footer .watch-link{
	margin-left: 40px;
}
html[lang="ar"] .splash3.theme-index .index-button-footer .watch-link {
	margin-left: 0;
	margin-right: 40px;
}
html[lang="ar"] .splash3.theme-index a {
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
	gap: 8px;
}
html[lang="ar"] .splash3 a.arr-link-left:before,
html[lang="ar"] .splash3 a.watch-link::before {
	margin-right: 0;
	transform: scaleX(-1);
}
.splash3.theme-index--custom {
	padding-top: 48px;
}
.splash3.theme-index--custom {
	padding-bottom: 70px;
}
@media (max-width: 767px) {
	.splash3{
		padding-top: 40px
	}
	.splash3 .icon-block {
    	margin-bottom: 0px;
	}
	.splash3.theme-index{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.splash3.theme-index .title-main{
		font-size: 23px;
		line-height: 1.39;
		margin-bottom: 10px;
	}
	.splash3.theme-index .text{
		font-size: 15px;
		line-height: 1.67;
		margin-bottom: 30px;
	}
	.splash3.theme-index .index-button-footer{
		flex-direction: column;
	}
	.splash3.theme-index .index-button-footer .watch-link{
		margin-left: 0;
	}
	html[lang="ar"] .splash3.theme-index .index-button-footer .watch-link {
		margin-right: 0;
	}
	.splash3.theme-index .index-button-footer .cell.controls{
		margin-top: 15px;
	}
	.splash3.theme-index .index-button-footer a{
		font-size: 15px;
		line-height: 1.67;
	}
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.icon-download2{
		background-size: 108px 98px;
		background-position: 0 0;
		background-image: url('/images/download2/downloadHeadImage@2x.png');
	}

}