.section-tabs .tab-content__content{
    padding-top: 30px;
    padding-bottom: 120px;
}

.section-tabs .section-tabs__tablist{
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07);
    border-bottom: 0;
    background-color: #fff;
    overflow-x: auto;
}
.section-tabs .nav-tabs__item a{
    font-size: 15px;
    line-height: 1.33;
    color: #30373b;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
font-weight: 600;
    border: 0;
    background-color: #fff;
    padding: 30px 0;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
.section-tabs .nav-tabs__item.active a,
.section-tabs .nav-tabs__item.active a:hover,
.section-tabs .nav-tabs__item.active a:focus{
    border: 0;
    color: #30373b !important;
    background: none !important;
}
.section-tabs .nav-tabs__item a:focus{
    background: none !important;
}
.section-tabs .nav-tabs__item a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background: #128afb;
    opacity: 0;
    transition: opacity .3s linear;
}
.section-tabs .nav-tabs__item a:hover::after,
.section-tabs .nav-tabs__item.active a::after{
    opacity: 1;
}
.section-tabs .nav-tabs__item a:hover{
    background: none;
    border-bottom: none !important;
    color: #30373b !important;
}
.section-tabs .nav-tabs__item{
    flex-basis: calc(100%/6);
    margin: 0 30px;
}
.section-tabs .nav-tabs__item:first-child{
    margin-left: 0;
}
.section-tabs .nav-tabs__item:nth-last-child(2){
    margin-right: 0;
}

.sticky-tabs.sticky{
    width: 100%;
    position: sticky;
    z-index: 99999;
    top: 0;
    scroll-behavior: smooth;
}
.sticky-tabs.sticky::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tab-content__content .feature-link{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 0;
    margin-bottom: 30px;
}
.tab-content__content .feature-link:hover{
    background-color: transparent;
}
.tab-content__content .feature-link .title-content{
    font-size: 15px;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
    line-height: 1.6;
    color: #128afb;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: 0;
}

.tab-content__content .feature_devices-item .text-content {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    text-align: center;
    color: #30373b;
    margin-top: 0;
    margin-bottom: 0;
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.tab-content__content .feature_devices-item{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin: inherit;
    margin-bottom: 30px;
}
.tab-content__content .feature_devices-item .device-card{   
    padding: 10px 22px 13px;
    border-radius: 8px;
    border: solid 2px #ebeff3;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tab-content__content .feature_devices-item .title-content{
    margin-top: 0;
    margin-bottom: 8px;
}
.tab-content__content .feature_devices-item .title-content .title-logo{
    margin: 0 auto;
}
.tab-content__content .title-main{
    font-size: 31px;
    line-height: 1.35;
    color: #30373b;
    margin: 0;
    text-align: left;
    margin-bottom: 40px !important;
    margin-top: 50px;
}
.tab-content__content .splash3 .title{
    margin: 0;
}
.features-tabs{
    border-bottom: 0;
    display: flex;
}


/* index */
.section-tabs.tabs-index{
    margin-top: 50px;
}
.section-tabs.tabs-index .features-tabs{
    justify-content: center;
}
.tabs-index.section-tabs .section-tabs__tablist{
    box-shadow: none;
    background-color:transparent;
    overflow-x: initial;
    border: 0;
    position: relative;
    z-index: 5;
}
.tabs-index.section-tabs .nav-tabs__item a{
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
    align-items: flex-end;
}
.tabs-index.section-tabs .nav-tabs__item a:hover,
.tabs-index.section-tabs .nav-tabs__item.active a, 
.tabs-index.section-tabs .nav-tabs__item.active a:hover, 
.tabs-index.section-tabs .nav-tabs__item.active a:focus{
    color: #3097FC !important;
}
.tabs-index.section-tabs .nav-tabs__item a::after{
    background: #3097FC;
}
.tabs-index.section-tabs .nav-tabs__item{
    margin: 0 32px;
}
.tabs-index.section-tabs .nav-tabs__item:first-child{
    margin-left: 0;
}
.tabs-index.section-tabs .nav-tabs__item:last-child{
    margin-right: 0;
}
.tabs-index.section-tabs .nav-tabs__item{
    flex-basis: auto;
}
.tabs-index.section-tabs .img-bg{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.tabs-index.section-tabs .tab-content__content{
    padding-top: 0;
    position: relative;
    padding-bottom: 0;
    min-height: 653px;
}
.tabs-index.section-tabs .img-bg-2.img-parallax{
    transform: translate3d(-50%, calc(var(--viewport-y) * 3vh), 0);
    transition: transform 0.12s ease;
    will-change: transform;
}
.tabs-index.section-tabs .img-bg-3.img-parallax{
    transform: translate3d(-50%, calc(var(--viewport-y) * 4vh), 0);
    transition: transform 0.12s ease;
    will-change: transform;
}
.tabs-index.section-tabs .img-bg.img-bg-1{
    z-index: 3;
}
.tabs-index.section-tabs .img-bg.img-bg-2{
    z-index: 2;
}
.tabs-index.section-tabs .img-bg.img-bg-3{
    z-index: 1;
}
.tabs-index.section-tabs .tab-content_items{
    z-index: 4;
    width: 100%;
}
.tabs-index.section-tabs .tab-content{
    min-height: 653px;
    display: flex;
    align-items: flex-end;
}
.tabs-index.section-tabs .learn_more_block{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 77, 170, 0.15);
    display: inline-flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: transform .2s linear;
    min-width: 587px;
}
.tabs-index.section-tabs .learn_more_block--text{
    color: #495359;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    margin-right: 16px;
}
.tabs-index.section-tabs .btn-learn-more{
    border-radius: 6px;
    background: linear-gradient(81deg, #128AFB 0.49%, #38DBFF 99.35%);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    padding: 10px 15px;
    min-width: auto;
    border: 0;
    min-width: 129px;
}
.tabs-index.section-tabs .btn-learn-more:hover{
    background: linear-gradient(81deg, #2997FF 0%, #60E2FF 100%), linear-gradient(81deg, #128AFB 0.49%, #38DBFF 99.35%);
}
.tabs-index.section-tabs .btn-learn-more:focus{
    background: linear-gradient(81deg, rgba(0, 124, 240, 0.20) 0%, rgba(24, 212, 254, 0.20) 100%), linear-gradient(81deg, #128AFB 0.49%, #38DBFF 99.35%);
}
.tabs-index.section-tabs .tab-content_item-content .image{
    position: absolute;
    bottom: 0;
}
.tabs-index.section-tabs .tab-content_item-content{
    position: relative;
    margin: 0 149px 0 auto;
    width: fit-content;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-automotive .learn_more_block{
    margin-bottom: 149px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-automotive .image{
    right: 182px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-iot .learn_more_block{
    margin-bottom: 251px;
}
html[lang="ar"] .tabs-index.section-tabs .learn_more_block--text {
    margin-left: 17px;
    margin-right: 0;
    text-align: right;
}
@media (min-width:1280px) and (max-width:1405px) {
    .tabs-index.section-tabs .tab-content_items.tab-content_item-iot .learn_more_block{
        transform: translateX(-17%);
    }
}
@media (min-width:1405px) and (max-width:1510px) {
    .tabs-index.section-tabs .tab-content_items.tab-content_item-iot .learn_more_block{
        transform: translateX(-7%);
    }
}
/* @media (min-width:1280px) and (max-width:1510px) {
    .tabs-index.section-tabs .tab-content_items.tab-content_item-iot .learn_more_block{
        transform: translateX(-24%);
    }
} */
.tabs-index.section-tabs .tab-content_items.tab-content_item-iot .tab-content_item-content{
    margin-right: -122px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-iot .tab-content_item-content .image{
    right: 54px;
    bottom: 26px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .learn_more_block{
    margin-bottom: 295px;
}
@media (min-width:1280px) and (max-width:1425px) {
    .tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .learn_more_block{
        transform: translateX(-10%);
    }
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content .image{
    position: relative;
    margin-bottom: 7px;
    padding-left: 0;
    left: -11px;
}
html[lang="fr"] .tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content .image,
html[lang="de"] .tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content .image{
    left: 109px;
}
html[lang="es"] .tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content .image{
    left: 51px;
}
html[lang="it"] .tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content .image{
    left: 149px;
}
html[lang="ja"] .tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content .image{
    left: 36px;
}
html[lang="pt"] .tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content .image{
    left: 119px;
}
html[lang="ru"] .tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content .image{
    left: 172px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-cloud .tab-content_item-content{
    margin-right: -76px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-biometrics .learn_more_block{
    margin-bottom: 198px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-biometrics .tab-content_item-content{
    margin-left: 239px;
    margin-right: auto;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-biometrics .tab-content_item-content .image{
    right: -56px;
}
html[lang="de"] .tabs-index.section-tabs .tab-content_items.tab-content_item-biometrics .tab-content_item-content .image{
    right: -32px;
}
html[lang="ru"] .tabs-index.section-tabs .tab-content_items.tab-content_item-biometrics .tab-content_item-content .image{
    right: 47px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-health .learn_more_block{
    margin-bottom: 78px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-health .tab-content_item-content{
    margin-left: 234px;
    margin-right: auto;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-health .tab-content_item-content .image{
    position: relative;
    padding-left: 171px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-industrial .learn_more_block{
    margin-bottom: 148px;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-industrial .tab-content_item-content{
    margin-left: -20px;
    margin-right: auto;
}
.tabs-index.section-tabs .tab-content_items.tab-content_item-industrial .tab-content_item-content .image{
    left: 2px;
}

.tabs-index.section-tabs .tab-content_items{
    transition: opacity .5s ease-in-out;
    display: block;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
}
.tabs-index.section-tabs .tab-content_items.active{
    opacity: 1;
    z-index: 9999;
}



@media (min-width:1280px) {
    .tabs-index.section-tabs .container{
        max-width: 1230px;
        width: 1230px;
    }
}

@media(max-width: 992px){
    .tab-content__content .feature-link{
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-tabs .nav-tabs__item:nth-last-child(2) a{
        margin-right: 60px;
    }
}

@media(max-width: 767px){
    .section-tabs .nav-tabs__item a{
        padding: 20px 0;
    }
    .section-tabs .nav-tabs__item{
        margin: 0 22.5px;
    }
    .section-tabs .nav-tabs__item:nth-last-child(2) a{
        margin-right: 30px;
    }
    .section-tabs .nav-tabs__item:first-child{
        margin-left: 15px;
    }
    .section-tabs .tab-content__content .section-device{
        margin: 0;
    }
    .tab-content__content .title-main{
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 23px;
        line-height: 32px;
    }
    .tab-content__content .feature_devices-item{
        margin-bottom: 20px;
    }
    .tab-content__content .feature-link:first-child{
        margin-top: 10px;
    }
    .tab-content__content .feature_devices-item .text-content{
        margin-top: 16px;
    }
    .tab-content__content .container{
        min-width: auto;
    }
}
@media(max-width: 360px){
    .tab-content__content .feature_devices-item{
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width:0\0) and (min-resolution: 72dpi){
    /* IE10+ CSS styles go here */
    .tab-content__content .feature-link .title-content{
        display: block;
    }
    .tab-content__content .feature-link .title-content a{
        display: block;
        width: 100%;
    }
    .sticky-tabs.sticky{
        position: fixed;
    }
    .section-tabs .nav-tabs__item{
        flex: 0 0 20%;
        margin: 0;
        padding: 0 22.5px;
    }
}
