.rs-app .mobile-phone {
    display:none;
}

.rs-app .image-wrapper {
    display:inline-block;
    position:relative;
}

.rs-app .app-button:hover {
    opacity:0.7;
}

.top-head {
    background:url(/templates/rsflat/resource/img/mobilersapp/head-back.svg) no-repeat center center;
    background-size:cover;
    color:white;
}

.top-head h1 {
    color:white;
    font-size:4em;
}

.top-head .text-part {
    width:70%;
}

.top-head .text-sub {
    font-size:1.3em;
    width:70%;
    margin-top:32px;
    margin-bottom:56px;
}

.top-head .download-links {
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    position: relative;
    z-index:2;
}

.top-head .image-part {
    position: absolute;
    top: -117px;
    right: 0;
    width: 71%;
    overflow: hidden;
    pointer-events: none;
}

.box-2in1 .caption {
    font-weight:bold;
    font-size:120px;
}

.box-2in1 .description {
    font-size:1.7em;
}

.box-2in1 .numbers {
    display:flex;
    width:100%;
    gap:40px;
    margin-top:60px;
}

.box-2in1 .numbers .item {
    background: #F6F6F7;
    flex:1;
    text-align:center;
    padding:0 3%;
}

.box-2in1 .numbers .item .number {
    font-size:120px;
    color: #FF4081;
    font-weight:bold;
    text-shadow:10px 10px 0 rgba(255, 64, 129, 0.1);
}

.box-2in1 .numbers .item .number-text {
    font-size:1.7em;
}

.top-head .mobile-phone {
    display:none;
}

.top-head .image-part img {
    position:relative;
    right:-48px;
}

.light-dark {
    background:#1D2331 url(/templates/rsflat/resource/img/mobilersapp/light-dark.svg) no-repeat 50% 0;
    background-size: 590px;
    color:white;
    transition:all ease 0.5s;
}

.light-dark.light {
    background-color:#F6F6F7;
    color:#262626;
}

.rs-app .light-dark .h2 {
    text-align: left;
}

.light-dark .switch-text {
    font-size: 1.3em;
    width:46%;
    display:flex;
    align-items: center;
    gap:30px;
    margin-bottom:45px;
    padding-right:10px;
}

.light-dark .switcher-box input {
    display:none;
}

.light-dark .switcher-box .switcher {
    border:2px solid rgba(255,255,255,0.2);
    border-radius:14px;
    padding:2px;
    position:relative;
    display:flex;
    cursor:pointer;
}

.light-dark.light .switcher-box .switcher {
    border-color:rgba(29, 35, 49, 0.1);
}

.light-dark.light .switcher-box .switcher .back {
    background:rgba(29, 35, 49, 0.1);
}

.light-dark.light .switcher-box .switcher .dark,
.light-dark.light .switcher-box .switcher .light {
    color:black;
}

.light-dark .switcher-box .switcher .back {
    position:absolute;
    top:2px;
    left:2px;
    width:60px;
    height:60px;
    background: rgba(255,255,255,0.2);
    border-radius:10px;
    transition:all ease 0.3s;
}

.light-dark .switcher-box input:checked + .switcher .back {
    left:62px;
}

.light-dark .switcher-box .switcher .dark {
    width:60px;
    height:60px;
    background: url(/templates/rsflat/resource/img/mobilersapp/dark.svg) no-repeat center center;
    display:flex;
    justify-content: center;
    align-items: center;
    color:white;
}

.light-dark .switcher-box .switcher .light {
    width:60px;
    height:60px;
    display:flex;
    justify-content: center;
    align-items: center;
    color:white;
}

.light-dark .devices {
    position:relative;
    height:878px;
    margin-top:-180px;
    pointer-events: none;
}

.light-dark .devices .cropline {
    display:flex;
    gap:45px;
    justify-content: right;
    align-items: end;
    position:absolute;
    right:0;
    top:0;
}

.light-dark .devices .tablet {
    width:1024px;
    position:relative;
}

.light-dark.light .devices .dark,
.light-dark .devices .light {
    display:none;
}

.light-dark.light .devices .light {
    display:inline;
}

.light-dark .devices .tablet svg {
    position:absolute;
    bottom:-5px;
    left:-5px;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
}

.light-dark .devices .phone {
    width:433px;
    position:relative;
}

.light-dark .devices .tablet img {
    border-radius:20px;
}

.light-dark .devices .phone img {
    border-radius:40px;
}

.light-dark .devices .phone svg {
    position:absolute;
    bottom:-5px;
    left:-5px;
    width:calc(100% + 10px);
    height:calc(100% + 10px);
}

.rs-app .screens {
    background:url(/templates/rsflat/resource/img/mobilersapp/screens.jpg) no-repeat 50% 0;
    background-size:cover;
    max-height: 720px;
    min-height: 400px;
    height: 60vw;
    position:relative;
}

.rs-app .screens::before {
    height:70px;
    content:"";
    background:linear-gradient(#1D2331FF, #1D233100);
    top:0;
    left:0;
    width:100%;
    position:absolute;
}

.rs-app .screens::after {
    height:70px;
    content:"";
    background:linear-gradient(#1D233100, #1D2331FF);
    bottom:0;
    left:0;
    width:100%;
    position:absolute;
}

@media (min-width: 1200px) {
    .top-head {
        padding:90px 0;
    }
}

@media (max-width: 1199px) {
    .top-head .image-part {
        top:-67px;
        right:10px;
    }
}

@media (min-width:640px) and (max-width:1199px) {
    .top-head {
        padding-top: 7.5vw;
        padding-bottom: 7.5vw;
    }

    .top-head h1 {
        font-size:4.5vw;
    }
    .top-head .text-sub {
        font-size:1.8vw;
    }

    .top-head .download-links img {
        height:5.7vw;
    }
}

.rs-app .pink {
    color: #FF4081;
}

.dark-features {
    background:#1D2331 url(/templates/rsflat/resource/img/mobilersapp/star.svg) no-repeat 50% 10px;
    text-align:center;
    color:white;
    display:flex;
    flex-direction: column;
    align-items: center;
    overflow:hidden;
}

.dark-features.right {
    background:#1D2331 url(/templates/rsflat/resource/img/mobilersapp/at.svg) no-repeat 50% 10px;
}

.rs-app {
    color:#262626;
}

.rs-app .text-lg {
    font-size:18px;
}

.rs-app .text-md {
    font-size:16px;
}

.rs-app .work-container {
    max-width:1200px;
    margin:0 auto;
}

.rs-app .h2 {
    font-size:68px;
    font-weight: 900;
    line-height: 110%;
    margin-bottom:32px;
    text-align: center;
    color:inherit;
}

.dark-features .h2 {
    color:white;
}

.rs-app .sub-text {
    font-size:1.3em;
    max-width:740px;
    margin-bottom:80px;
    padding:0 20px;
    text-align:center;
}

.dark-features .app-box {
    display:flex;
    max-width:1200px;
    width:100%;
}

.dark-features .app-box .items-side,
.dark-features .app-box .screen-side {
    flex:1;
    width:50%;
    min-width: 50%;
}

.dark-features .app-box .screen-side {
    position:relative;
    height:640px;
}

.dark-features .app-box .swiper-rtl {
    position:absolute;
    right:65px;
    width:1310px;
}

.dark-features.right .app-box .swiper-rtl {
    right: auto;
    left:64px;
}

.dark-features .app-box .screen-phone {
    position: absolute;
    right: -5px;
    top: -3px;
    height: 640px;
    z-index:2;
    pointer-events: none;
}

.dark-features.right .app-box .screen-phone {
    right:auto;
    left:-5px;
}

.dark-features .swiper {
    border-radius:30px;
}

.dark-features .swiper-slide {
    text-align: right;
}

.dark-features .swiper-slide img {
    border-radius:30px;
}

.dark-features .swiper-prev {
    position:absolute;
    width:40px;
    height:64px;
    background: white url(/templates/rsflat/resource/img/mobilersapp/prev.svg) no-repeat center center;
    border-radius:16px;
    top:50%;
    right:319px;
    margin-top:-20px;
    z-index:3;
}

.dark-features .swiper-next {
    position:absolute;
    width:40px;
    height:64px;
    background: white url(/templates/rsflat/resource/img/mobilersapp/next.svg) no-repeat center center;
    border-radius:16px;
    top:50%;
    right:-57px;
    margin-top:-20px;
    z-index:3;
}

.dark-features.right .swiper-prev {
    right:auto;
    left: -57px;
}

.dark-features.right .swiper-next {
    right:auto;
    left: 319px;
}

.dark-features .swiper-prev:hover,
.dark-features .swiper-next:hover {
    background-color: #c7c7c7;
}

.dark-features .text-box .image .icon {
    min-width:56px;
    min-height:56px;
    background-color: #FFFFFF0F;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.dark-features .text-box li {
    display:flex;
    gap:32px;
    margin-bottom:32px;
}

.dark-features .text-box li .text {
    padding-right:10px;
}

.dark-features .text-box li:not(:first-child) {
    align-items: center;
}

.dark-features .text-box {
    text-align: left;
    font-size:18px;
    padding-left:65px;
}

.access-roles {
    background: url(/templates/rsflat/resource/img/mobilersapp/king.svg) no-repeat 50% 10px;
}

.access-roles .uk-container {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.access-roles .columns {
    display:flex;
    gap:24px;
}

.access-roles .columns > .column {
    width:50%;
    display:flex;
    flex-direction: column;
    gap:24px;
}

.access-roles .role {
    background:#F6F6F7;
    padding:40px;
    text-align: center;
}

.access-roles .role-img {
    margin-bottom:12px;
}

.access-roles .role-title {
    font-size:2em;
    font-weight: 900;
    margin-bottom:12px;
    line-height:100%;
}

.access-roles .role-about {
    color: #FF4081;
    text-transform: uppercase;
    font-size:1.2em;
    font-weight: 500;
    margin-bottom:24px;
}

.access-roles .role-text {
    text-align: left;
    font-size:1.28em;
}

.access-roles .like {
    text-align:center;
}

.how-work {
    background:url(/templates/rsflat/resource/img/mobilersapp/eye.svg) no-repeat 50% 10px;
    background-size:500px;
    display:flex;
    flex-direction: column;
    align-items: center;
    border-bottom:1px solid #eee;
}

.how-work .video,
.how-work .video img {
    width:100%;
}

.how-to-start .h2 {
    text-align: left;
    max-width:700px;
}

.how-to-start .tabs {
    display:flex;
}

.how-to-start .tabs li {
    padding:20px 10px;
    flex:1;
    border-bottom:2px solid transparent;
    font-size:22px;
}

.how-to-start .tabs li.uk-active {
    color:#FF4081;
    border-bottom-color: #FF4081;
}

.how-to-start .tabs li.uk-active a {
    color:#FF4081;
}

.how-to-start .uk-switcher > li {
    background: #F6F6F7;
    padding:64px 40px 40px;
}

.how-to-start .tab-pane {
    gap:24px;
}

.how-to-start .tab-pane.uk-active {
    display:flex;
}

.how-to-start .tab-pane .image {
    flex:1;
    text-align: center;
}

.how-to-start .tab-pane .text {
    flex:1;
}

.how-to-start .doc-items {
    margin-top:48px;
}

.how-to-start .doc-items > li {
    display:flex;
    gap:32px;
    margin-bottom:52px;
}

.how-to-start .doc-items .icon {
    width:64px;
    height:64px;
    border-radius:14px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.icon.orange {
    background-color:rgba(255, 92, 0, 0.1);
}

.icon.blue {
    background-color:rgba(42, 64, 255, 0.1);
}

.icon.yellow {
    background-color:rgba(14, 183, 35, 0.1);
}

.icon.pink {
    background-color:rgba(196, 27, 255, 0.1);
}

.icon.blue {
    background-color:rgba(12, 112, 201, 0.1);
}

.icon.blue {
    background-color:rgba(12, 112, 201, 0.1);
}

.icon.red {
    background-color:rgba(255, 58, 68, 0.1);
}

.how-to-start .how-to-text {
    display:flex;
    margin-bottom:20px;
}

.how-to-start .how-to-text .h2 {
    flex:2;
}

.how-to-start .how-to-text .arrow {
    flex:1;
}

.how-to-start .how-to-text .arrow img {
    width: 60%;
    max-width: 255px;
}

.how-to-start .info {
    display:flex;
    align-items:end;
    justify-content: space-between;
}

.how-to-start .info .instruction {
    width:50%;
    flex:1;
}

.how-to-start .info .arrow {
    text-align: right;
    margin-right: 10%;
    flex:1;
}

.how-to-start .info .arrow img {
    min-width: 240px;
}

.how-to-start .links {
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin:40px 0;
}

@media (max-width: 959px) {
    .rs-app {
        font-size:85%;
    }

    .rs-app .h2 {
        font-size:48px;
    }

    .rs-app .text-lg {
        font-size:16px;
    }

    .dark-features .app-box .swiper-rtl {
        right:10px;
    }

    .dark-features.right .app-box .swiper-rtl {
        right:auto;
        left:10px;
    }

    .dark-features .text-box {
        font-size:16px;
    }

    .dark-features.right .text-box {
        padding-left:30px;
        padding-right:35px;
    }

    .dark-features .text-box li {
        gap:16px;
    }

    .back-icon {
        background-size:300px;
    }

    .access-roles .role {
        padding: 20px;
    }

    .light-dark .devices {
        height:537px;
    }

    .light-dark .devices .tablet {
        width:530px;
    }

    .light-dark .devices .phone {
        width:260px;
    }

    .light-dark .devices .phone img {
        border-radius:25px;
    }

    .light-dark .devices .tablet img {
        border-radius:8px;
    }

    .how-to-start .info .instruction {
        width:auto;
    }

    .how-to-start .links img {
        height:48px;
    }
}

@media (max-width: 768px) {
    .rs-app {
        font-size:80%;
    }

    .top-head .image-part {
        width:76%;
    }

    .box-2in1 .numbers {
        margin-top:48px;
    }

    .box-2in1 .numbers .item .number {
        font-size:72px;
    }

    .box-2in1 .caption {
        font-size:64px;
    }

    .dark-features .swiper-prev,
    .dark-features .swiper-next {
        transform:scale(0.5);
    }

    .dark-features .swiper-prev {
        right: 285px;
    }

    .dark-features .swiper-next {
        right: -23px;
    }

    .dark-features.right .swiper-prev {
        right:auto;
        left: -23px;
    }

    .dark-features.right .swiper-next {
        right:auto;
        left: 285px;
    }

    .dark-features .text-box {
        padding-left:24px;
    }

    .dark-features.right .text-box {
        padding-right:0;
    }

    .dark-features .text-box li {
        margin-bottom:24px;
    }

    .how-to-start .tab-pane {
        flex-direction: column;
    }

    .how-to-start .tab-pane .image {
        order:2;
    }

    .how-to-start .info .arrow {
        display:none;
    }
}


@media (max-width: 639px) {
    .top-head {
        padding-bottom:350px;
    }

    .top-head .download-links {
        height:65px;
    }

    .top-head h1,
    .rs-app .h2 {
        font-size:28px;
    }

    .top-head .text-sub {
        width:auto;
    }

    .top-head .text-part {
        width:auto;
    }

    .top-head .image-part {
        position:static;
        text-align: center;
        width: 100%;
    }

    .top-head .big-phone {
        display:none;
    }

    .top-head .mobile-phone {
        display:inline-block;
    }

    .download-links img {
        height:43px;
    }

    .top-head .image-part img {
        top:-20px;
        right:0;
        left: 50%;
        margin-left: -93%;
        width: 467px;
    }

    .back-icon {
        background-size:240px;
    }

    .dark-features .app-box {
        flex-direction:column;
    }

    .dark-features .app-box .items-side {
        width:auto;
    }

    .dark-features .app-box .screen-side {
        width:auto;
        flex:none;
        order:2;
        margin:32px 0;
    }

    .dark-features .text-box li {
        gap:16px;
    }

    .dark-features .text-box {
        padding:0 20px;
    }

    .dark-features.left .app-box .swiper-rtl {
        right:calc((100% - 302px) / 2);
    }

    .dark-features.right .app-box .swiper-rtl {
        left:calc((100% - 302px) / 2);
    }

    .access-roles .columns {
        flex-direction:column;
    }

    .access-roles .columns > .column {
        width:auto;
    }

    .access-roles .like {
        display:none;
    }

    .light-dark .tablet {
        display:none;
    }

    .light-dark .devices {
        margin-top:0;
        height:auto;
    }

    .light-dark .devices .cropline {
        justify-content: center;
        position:static;
    }

    .light-dark .devices .phone {
        width:360px;
    }

    .light-dark .devices .phone img {
        border-radius: 40px;
    }

    .rs-app .light-dark .h2 {
        text-align: center;
    }

    .light-dark .switch-text {
        flex-direction: column;
        width:100%;
        text-align: center;
        padding-right:0;
    }

    .how-to-start .tabs li {
        font-size:16px;
    }

    .how-to-start .how-to-text .arrow {
        display:none;
    }

    .how-to-start .how-to-text .h2 {
        text-align:center;
    }

    .rs-app .mobile-phone {
        display:block;
        margin:-370px auto -170px;
    }
}

@media (max-width: 479px) {
    .box-2in1 .numbers {
        flex-direction:column;
    }

    .how-to-start .tabs li {
        font-size:14px;
    }

    .how-to-start .doc-items > li {
        gap:16px;
    }

    .how-to-start .uk-switcher > li {
        padding:40px 20px 20px;
    }
}
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

@font-face{font-family:swiper-icons;src:url(/templates/rsflat/resource/css/libs/data:application/font-woff;charset=utf-8;base64, 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
