.mobile-landing__head {
    background: #CCDEF5;
    padding:20px 0;
    overflow:hidden;
    position:relative;
}

.mobile-landing__head .screens {
    width:100%;
    min-height:500px;
    height:calc(100vw * 0.6);
    max-height:826px;

    background:url(/templates/rsflat/resource/img/mobileapp2/landing-head.png) no-repeat center 20px;
}

.mobile-landing__head .bottom-white {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24.48%,
                                        rgba(255, 255, 255, 0.556714) 47.79%,
                                        rgba(255, 255, 255, 0.933313) 70.45%,
                                        #FFFFFF 94.68%);
}

@media (max-width:959px) {
    .mobile-landing__head .bottom-white {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #FFFFFF 59%);
    }
}


@media (max-width:639px) {
    .mobile-landing__head .bottom-white {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #FFFFFF 46%);
    }
}

.mobile-landing__head .bottom-center {
    position:absolute;
    bottom:58px;
    width:100%;
    left:0;
    display:flex;
    justify-content: center;
}

.mobile-landing__head .bottom-text {
    width:700px;
    max-width:100%;
    padding:20px;
    text-align: center;
}

.mobile-landing__features .video-features {
    position:relative;
    margin-top:64px;
}

.mobile-landing__features .video {
    flex:1;
}

.mobile-landing__features .phone {
    position:sticky;
    top:100px;
    text-align: center;
}

.mobile-landing__features .phone .phone-inner {
    max-width:100%;
    max-height:79vh;
    display:inline-block;
    position:relative;
}

.mobile-landing__features .phone video {
    position:absolute;
    top: 6%;
    left: 3.8%;
    width: 92.4%;
}

.mobile-landing__features .phone img {
    max-height:79vh;
    position: relative;
    z-index:2;
    pointer-events: none;
}

.mobile-landing__features .features {
    flex:1;
    padding-left:20px;
}

.mobile-landing__features .features-item {
    display:flex;
    align-items: center;
}

.mobile-landing__features .features-item p {
    margin:0;
}

.mobile-landing__features .features-item .picture {
    min-width:48px;
    margin-right:16px;
}

.mobile-landing__features .features ul li:not(:last-child) {
    margin-bottom:64px;
}

.mobile-landing__features .features .caption {
    font-size:16px;
    font-weight: 500;
    color: #112FC1;
    text-align: left;
}

.mobile-landing__features .features .description {
    font-size:14px;
    color: #747474;
    text-align: left;
}

.mobile-landing__features .column-wrapper {
    display:flex;
}

.mobile-landing__tablet {
    border-bottom:1px solid #eee;
}

@media (max-width:767px) {
    .mobile-landing__features .column-wrapper {
        flex-direction: column;
    }

    .mobile-landing__features .features {
        margin-top:48px;
        text-align:center;
        padding-left: 0;
    }

    .mobile-landing__head .bottom-text h1 {
        font-size:20px;
    }

}

.tablet .tablet-inner {
    display:inline-block;
    position:relative;
}

.tablet .tablet-inner video {
    position:absolute;
    top: 5.1%;
    left: 1.4%;
    width: 97.2%;
}

.tablet .tablet-inner img {
    position:relative;
    z-index:2;
    pointer-events: none;
}

.app-usage-list {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:40px;
}

.app-usage-list .item {
    background: #F4F4F4;
    box-sizing: border-box;
    padding:24px 14px;
    width:270px;
    min-width:260px;
    height:216px;
    text-align: center;
    border-radius:14px;
}

.app-usage-list .item .app-image {
    height:40px;
    margin-bottom:20px;
}

.app-usage-list .item .app-image img {
    max-height:100%;
}

.app-usage-list .item .app-name {
    margin-bottom:32px;
    font-size:16px;
}

.app-usage-list .item .app-buttons {
    display:flex;
    justify-content: center;
    gap:8px;
}

.app-usage-list .item .app-buttons a {
    border-radius: 10px;
    background-color: #E5E5E5;
    width:39px;
    height:40px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.app-usage-list .item .app-buttons a:hover {
    background-color:#ddd;
}

@media screen and (max-width: 1023px) {
    .app-usage-list {
        flex-wrap: nowrap;
        justify-content: left;
        overflow-x: auto;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        margin-bottom:-25px !important;
        padding-bottom:25px;
    }
}

.app-usage-list-wrapper {
    overflow: hidden;
}
