.splash-product h1.title-main--44,
.splash-product .title-main.title-main--44 {
    font-size: 44px;
    line-height: 58px;
}
.splash-product .text-main.text-main--big {
    font-size: 24px;
    line-height: 1.42;
    color: #454a52;
    margin-bottom: 60px;
}

.splash-product .glyphicon.glyphicon-download {
    color: #0088d3;
    vertical-align: top;
    font-size: 22px;
    margin: 0 8px 10px 0;
}
.splash-product .lh-1-5 {
    line-height: 1.5;
}

.splash-product .download-link {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #0088d3;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.splash-product .download-link:hover {
    text-decoration: underline;
    color: #337ab7;
}

.splash-product .footnote {
    margin-top: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #909090;
}

.splash-product.annotation {
    border-radius: 4px;
    background-color: #eff3f3;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #303030;
}

.splash-product.annotation b {
    font-weight: bold;
}

/* index */
.splash-index{
    padding-top: 60px;
}
.splash-index.splash-index--drive{
    padding-bottom: 20px;
}
.splash-index.splash-index--collaborate{
    padding-bottom: 90px;
}
.splash-index .top-text{
    font-size: 17px;
    font-weight: 600;
    color: #30373b;
    margin-bottom: 10px;
    line-height: 1.53;
}
.splash-index .title-main{
    font-size: 31px;
    line-height: 1.35;
    color: #30373b;
    margin-bottom: 30px;
    margin-top: 0;
}
.splash-index .text-main{
    font-size: 17px;
    line-height: 1.53;
    color: #495359;
}

.splash-index .image img{
    will-change: transform;
}
.splash-index.splash-industries{
    padding-top: 90px;
}
.splash-index.splash-industries .splash-product{
    padding-top: 0;
}
.splash-index.splash-industries .top-text{
    margin-bottom: 10px;
}
.splash-index.splash-industries .title-main{
    margin-bottom: 10px;
}

/*about*/
.splash-index.splash-index--about{
    padding-top: 120px;
}
.splash-index.splash-index--about .image_right{
    padding-top: 42px;
    padding-left: 65px;
}
.splash-index.splash-index--about .title-main{
    margin-bottom: 15px;
}
.splash-index.splash-index--about .text-main{
    font-size: 15px;
    line-height: 25px;
    color: #30373B;
}
.splash-index.splash-index--about .splash-product{
    padding-top: 0;
}


.images_parallax{
    position: relative;
    margin: 0 auto;
}
.parallax[data-scroll]{
    position: absolute;
    top: 0px;
    left: 0;
    transform: translate3d(0, calc(var(--viewport-y) * -2vh), 0);
    transition: transform 0.13s ease;
}
.scroll-parallax[data-scroll-parallax] {
    transform: translate3d(0, calc(var(--viewport-y) * 1vh), 0);
    transition: transform 0.12s ease;
    will-change: transform;
}


/* splash obd */

.splash-obd {
    padding-top: 30px;
    padding-bottom: 30px;
}
.splash-obd .title-main{
    font-size: 24px;
    line-height: 32px;
    color: #101010;
    margin-bottom: 12px;
}
.articles-content .splash-obd .text-main{
    color: rgba(16, 16, 16, 0.6);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
}
.articles-content.articles-content--obd{
    background: #EBF4FC;
    border-radius: 8px;
    padding-bottom: 0;
    margin-bottom: 36px;
}
.splash-obd .btn-solutions{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 29px;
    margin-bottom: 30px;
}

html[lang="ar"] .splash-product:not(.floatn) .top-text,
html[lang="ar"] .splash-product:not(.floatn) .title-main,
html[lang="ar"] .splash-product:not(.floatn) .text-main {
    text-align: right;
}

html[lang="ar"] .splash-product:not(.floatn) .top-text {
    display: flex;
    align-items: center;
}


html[lang="ar"] .splash-product:not(.floatn) .text-main a {
    display: flex;
    align-items: center;
    gap: 8px;
}

html[lang="ar"] .splash-product:not(.floatn) a.arr-link:after {
    transform: scale(-1);
} 

html[lang="ar"] .splash-product:not(.floatn) .top-drive::before,
html[lang="ar"] .splash-product:not(.floatn) .top-collab::before,
html[lang="ar"] .splash-product:not(.floatn) .top-industies::before {
    margin-right: 0;
    margin-left: 8px;
}

html[lang="ar"] .splash-product:not(.floatn) a.arr-link:after {
    margin: 0;
}

/* splash obd */
@media (min-width: 992px) {
    .splash-index .splash-product{
        padding-top: 145px;
    }
    .splash-index.splash-index--collaborate .splash-product{
        padding-top: 98px;
    }
}
@media (max-width: 992px) {
    .splash-index .image_right {
        margin-top: 50px;
    }
    .splash-index.splash-index--about .image_right{
        margin-top: 0;
    }
    .splash-index.splash-index--collaborate{
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {

    .splash-product .productLogo {
        margin-bottom: 5px;
    }
    .splash-product .text-main.text-main--big {
        font-size: 20px;
        line-height: 28px;
    }
    .splash-index.splash-industries{
        padding-top: 80px;
    }
    .splash-index .title-main{
        font-size: 23px;
        line-height: 1.39;
        margin-bottom: 20px;
    }
    .splash-index .text-main,
    .splash-index .top-text{
        font-size: 15px;
		line-height: 1.67;
    }
    .splash-index .img-splash.relax{
        width: 100%;
        height: auto;
    }
    .splash-index.splash-index--about{
        padding-bottom: 20px;
    }
    .splash-index.splash-index--about .title-main{
        font-size: 31px;
        line-height: 42px;
        margin-bottom: 50px;
    }
    .splash-index.splash-index--about .text-main{
        margin-top: 30px;
    }
    .splash-obd .title-main{
        font-size: 23px;
        line-height: 32px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .splash-obd .image{
        padding: 0;
    }
}
@media (max-width: 480px) {

    .splash-product h1.title-main--44,
    .splash-product .title-main.title-main--44 {
        line-height: 36px;
    }

}