/* Стили, необходимые для отображения блока верификации */
.rs-verify-code-block {
    margin-bottom:20px;
}

.rs-verify-code-block .rs-verify-error {
    display:block;
}

.rs-verify-code-block .rs-verify-error.hidden {
    display:none;
}

.rs-verify-code-block .rs-verify-send-message {
    font-size:12px;
    color:gray;
}

.rs-verify-code-block .rs-verify-timer {
    font-size:12px;
}

.rs-verify-code-block .rs-verify-timer-line .rs-verify-timer,
.rs-verify-code-block .rs-verify-timer-line.rs-wait .rs-verify-refresh-code {
    display:none;
}

.rs-verify-code-block .rs-verify-timer-line.rs-wait .rs-verify-timer {
    display:inline;
}

/* Инлайн форма подтверждения номера телефона */

.rs-verify-code-block.rs-inline .rs-verify-line {
    display:flex;
    align-items: center;
}

.rs-verify-code-block.rs-inline .rs-verify-line input[data-key] {
    width:100px;
}
/* Блок с маркетплейсами */
h2, .uk-h2 {
    font-weight: 700;
    color:#444;
}

.news-block {
    position:relative;
    margin-top:26px;
    padding:36px;
    box-shadow: 0 0 60px #eee;
    border-radius:20px;
    display:inline-block;
}

.news-block.marketplaces {
    padding:0;
}

.news-block.marketplaces .more {
    position:absolute;
    bottom:48px;
    left:56px;
    width:230px;
    display:block;
}

.news-block.marketplaces .message {
    position:absolute;
    left: 0;
    right:0;
    top: 7%;
    background: linear-gradient(356.58deg, #112FC1 -11.36%, #01D3D3 162.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
    line-height: 28px;
    padding: 0 10%;
}

.news-block.marketplaces .galaxy {
    position:relative;
}

.news-block.marketplaces .galaxy .pic {
    position:absolute;
    border-radius:50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px #dfdfdf;
}

.news-block.marketplaces .galaxy .ozon {
    left: 83%;
    top: 83.7%;
    width: 13.7%;
}

.news-block.marketplaces .galaxy .sber {
    left: 82.5%;
    top: 37.7%;
    width: 11.7%;
}

.news-block.marketplaces .galaxy .telegram {
    left: 27.9%;
    top: 55.7%;
    width: 7.5%;
}

.news-block.marketplaces .galaxy .wb {
    left: 7.6%;
    top: 71.7%;
    width: 7%;
}

.news-block.marketplaces .galaxy .ymarket {
    left: 19%;
    top: 30.2%;
    width: 11%;
}

@media (max-width:1024px) {
.news-block {
    margin-top: 0;
    align-self: flex-start;
}

.news-block.marketplaces .more {
    width:180px;
    bottom: 7%;
    left: 16px;
}

.news-block.marketplaces .message {
    font-size:17px;
    top:5%;
    text-align: center;
}

.news-block.marketplaces .galaxy {
    margin-top:35px;
}
}

/* Блок: Маркетплейс услуг */
.services-cats {
    display:flex;
    gap:8%;
    margin-top:30px;
    margin-bottom:60px;
}

.services-back {
    position:absolute;
    right:0;
    width:70%;
    z-index:-1;
}

.services-cats a {
    font-size:28px;
    color: #FF4081;
}

.services-cats a:hover {
    color:#ed165f;
}

.services-cats a::before {
    background-color: #FF4081;
}

@media (max-width:840px) {
    .services-cats {
        margin-bottom:40px;
    }
    .services-cats a {
        font-size:22px;
    }
}

@media (max-width:639px) {
    .services-back {
        width:100%;
        top:0;
    }
}

/* Блок мобильного приложения на главной */
.mobile-app {
    background:
            url(/templates/rsflat/resource/img/mobileapp2/triangle-left.svg) no-repeat calc(50% - 367px) center,
            url(/templates/rsflat/resource/img/mobileapp2/triangle-right.svg) no-repeat calc(50% + 410px) center,
            linear-gradient(356.58deg, #112FC1 -11.36%, #01D3D3 162.12%);
    height:600px;
    overflow:hidden;
    position:relative;
}

.mobile-app .uk-container {
    height:600px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.mobile-app:before {
    content:'';
    width:695px;
    height:600px;
    background:url(/templates/rsflat/resource/img/mobileapp2/phones-left2.png) no-repeat center 66%;
    position:absolute;
    left:50%;
    top:0;
    margin-left:-980px;
}

.mobile-app:after {
    content:'';
    width:698px;
    height:600px;
    background:url(/templates/rsflat/resource/img/mobileapp2/phones-right2.png) no-repeat center 31%;
    position:absolute;
    left:50%;
    top:0;
    margin-left:310px;
    transform: translateZ(0);
}

.mobile-app .box {
    width:570px;
    max-width:100%;
    text-align:center;
}

.mobile-app h2 {
    color:white;
}

.mobile-app p {
    color:white;
    font-size:18px;
}

@media (max-width:1200px) {
    .mobile-app:before {
        margin-left:-930px;
    }
    .mobile-app:after {
        margin-left:250px;
    }
}

@media (max-width:639px) {
    .mobile-app:before {
        content:none;
    }

    .mobile-app .uk-container {
        height:auto;
    }

    .mobile-app {
        height: auto;
        padding-bottom:0;
    }

    .mobile-app .box {
        margin-top:32px;
    }

    .mobile-app:after {
        margin-top:48px;
        position:static;
        background-size:100%;
        background-position:0 0;
        width:140%;
        height:470px;
        margin-left:-27%;
    }

    .mobile-app p {
        font-size:14px;
    }
}
/* Конец: Баннер мобильного приложения на главной */


.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;
}

.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-weight: 500;
    margin-bottom:32px;
    text-align: center;
    color:inherit;
}

.dark-features .h2 {
    color:white;
    padding:0 20px;
}

.rs-app .sub-text {
    font-size:16px;
    max-width:740px;
    margin:0 auto 80px;
    padding:0 20px;
    display:flex;
    align-items: center;
    gap:20px;
    text-align: left;
}

.rs-app .app-wrapper {
    width:100%;
    overflow:hidden;
    position:relative;
    padding:3px 0;
}

.rs-app .app-workzone {
    display:flex;
    transition: all 0.5s ease;
}

.rs-app.rs-mode .app-workzone {
    transform: translateX(-100vw);
    position:relative;
}

.dark-features .app-screen-wide {
    width:100vw;
    min-width:100vw;
}

.dark-features .app-box {
    display:flex;
    max-width:1200px;
    margin:0 auto;
}

.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;
}

.app-box.right .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;
}

.app-box.right .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;
}

.app-box.right .swiper-prev {
    right:auto;
    left: -57px;
}

.app-box.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;
}


@media (max-width: 959px) {
    .rs-app {
        font-size:85%;
    }

    .rs-app .text-lg {
        font-size:16px;
    }

    .dark-features .app-box .swiper-rtl {
        right:10px;
    }

    .app-box.right .swiper-rtl {
        right:auto;
        left:10px;
    }

    .dark-features .text-box {
        font-size:16px;
    }

    .app-box.right .text-box {
        padding-left:30px;
        padding-right:35px;
    }

    .dark-features .text-box li {
        gap:16px;
    }

    .back-icon {
        background-size:300px;
    }
}

@media (max-width: 768px) {
    .rs-app {
        font-size:80%;
    }

    .dark-features .swiper-prev,
    .dark-features .swiper-next {
        transform:scale(0.5);
    }

    .dark-features .swiper-prev {
        right: 285px;
    }

    .dark-features .swiper-next {
        right: -23px;
    }

    .app-box.right .swiper-prev {
        right:auto;
        left: -23px;
    }

    .app-box.right .swiper-next {
        right:auto;
        left: 285px;
    }

    .dark-features .text-box {
        padding-left:24px;
    }

    .app-box.right .text-box {
        padding-right:0;
    }

    .dark-features .text-box li {
        margin-bottom:24px;
    }
}


@media (max-width: 639px) {

    .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);
    }

    .app-box.right .swiper-rtl {
        left:calc((100% - 302px) / 2);
    }
}

.rs-app .switcher-box input {
    display:none;
}

.rs-app .switcher-box .switcher {
    border:2px solid rgba(255,255,255,0.2);
    border-radius:14px;
    padding:2px;
    position:relative;
    display:flex;
    cursor:pointer;
    width:120px;
}

.rs-app .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;
}

.rs-app .switcher-box input:checked + .switcher .back {
    left:62px;
}

.rs-app .switcher-box .switcher .light,
.rs-app .switcher-box .switcher .dark {
    width:60px;
    height:60px;
    display:flex;
    justify-content: center;
    align-items: center;
    color:white;
    background:url(/templates/rsflat/resource/img/mobilersapp/shop.svg) no-repeat center center;
}

.rs-app .switcher-box .switcher .light {
    background:url(/templates/rsflat/resource/img/mobilersapp/logo_white.svg) no-repeat center center;
}

.news-block.indexai {
    padding:0;
    border-radius:25px;
    background:none;
    text-align: center;
}

.news-block .indexai-text {
    position:absolute;
    top:0;
    left:0;
    right:0;
    padding:20px;
    font-weight:bold;
    font-size:15px;
    color:white;
}

.news-block .indexai-button-wrapper {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:30px 40px;
}

.news-block .indexai-button {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.news-block .indexai-button:hover {
    background-color: #531883;
}

@media (min-width:460px) {
    .news-block .indexai-text {
        font-size:18px;
    }
}

@media (min-width:640px) {
    .news-block .indexai-text {
        font-size:15px;
    }
}

@media (min-width:900px) {
    .news-block .indexai-text {
        font-size:20px;
        padding:30px 40px;
    }

    .news-block .indexai-button {
        height:60px;
        font-size:14px;
    }
}

.mp-h2-text {
    font-size:18px;
}

.mp-blocks {
    display:grid;
    gap:24px;
    grid-template-areas:
            "mp-export mp-process mp-control"
            "mp-centre mp-centre mp-control";
    font-size: min(16px, max(14px, calc(14px + 2 * (100vw - 768px) / (1200 - 768))));
}

.mp-more {
    border:2px solid #FF4182;
    padding:24px;
    text-align:center;
    border-radius:25px;
    display:block;
    margin-top:24px;
    color:#FF4182;
    font-size:18px;
    font-weight:bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mp-more:hover {
    background:#FF4182;
    color:white;
}

.mp-blocks .mp-block {
    border-radius:25px;
    overflow: hidden;
    color:white;
    padding:13% 13% 0;
    position: relative;
}

.mp-blocks .mp-head {
    display:flex;
    align-items: center;
    gap:8px;
    font-size:min(26px, max(14px, calc(14px + 12 * (100vw - 768px) / (1200 - 768))));
    font-weight:bold;
}

.mp-blocks .mp-subtext {
    padding:16px 0 0;
}

.mp-blocks .mp-graphic {
    position: absolute;
    max-width:74%;
}

.mp-blocks .mp-export {
    background:#FF7F11;
    grid-area: mp-export;
    padding-bottom:40%;
}

.mp-blocks .mp-export .mp-graphic {
    bottom:-8%;
}

.mp-blocks .mp-process {
    background:#0d53c5;
    grid-area: mp-process;
    padding-bottom:33%;
}

.mp-blocks .mp-process .mp-graphic {
    bottom:-22%;
}

.mp-blocks .mp-control {
    background: #523994;
    grid-area: mp-control;
    padding-bottom:115%;
}

.mp-blocks .mp-control .mp-graphic {
    bottom:-100px;
}

.mp-blocks .mp-centre {
    background: #000;
    grid-area: mp-centre;
    padding:6.5%;
    overflow: hidden;
}

.mp-blocks .mp-centre .some-text {
    width:38%;
}

.mp-blocks .mp-centre .mp-h {
    font-size:min(26px, max(14px, calc(14px + 12 * (100vw - 768px) / (1200 - 768))));
    font-weight:bold;
    line-height: 1.2;
}

.mp-blocks .mp-centre .picture {
    border:1px solid white;
    border-radius:0 0 0 80px;
    background:rgba(255,255,255,0.15);
    height:120%;
    position:absolute;
    right:-1px;
    width:60%;
    bottom:40px;
    pointer-events: none;
}

.mp-blocks .mp-centre .picture:before {
    position:absolute;
    content:'';
    width:512px;
    height:112px;
    background:url(/templates/rsflat/resource/img/ai/main/dock.png) no-repeat top left;
    bottom:40px;
    left:32px;
}

@media (max-width:767px) {
    .mp-blocks {
        grid-template-areas:
            "mp-export mp-process"
            "mp-centre mp-control";
    }

    .mp-h2-text {
        font-size:16px;
    }

    .mp-blocks .mp-centre {
        padding:13%;
    }

    .mp-blocks .mp-centre .some-text {
        width:100%;
        text-align: center;
        padding-top: 8px;
    }

    .mp-blocks .mp-control {
        padding-bottom: 73%;
    }

    .mp-blocks .mp-centre .picture {
        border:none;
        border-bottom: 1px solid white;
        border-radius: 0;
        width: 100%;
        right: 0;
        bottom: 40px;
    }

    .mp-blocks .mp-centre .picture:before {
        bottom: 15px;
        left: 50%;
        background-size: contain;
        transform: translateX(-50%);

        width: 292px;
        height: 64px;
    }
}

@media (max-width:479px) {
    .mp-blocks {
        display:flex;
        flex-direction: column;
    }

    .mp-blocks .mp-head,
    .mp-blocks .mp-centre .mp-h {
        font-size:24px;
    }

    .mp-blocks .mp-centre {
        padding-bottom:180px;
    }

    .mp-blocks .mp-process {
        padding-bottom:40%;
    }

    .mp-blocks .mp-centre .picture:before {
        width: 288px;
        height: 63px;
    }

    .mp-blocks .mp-control {
        padding-bottom: 83%;
    }
}

.mir {
    overflow: hidden;
}

.mir-container {
    position:relative;
}

.mir .stickers {
    display:inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:16px;
}

.mir .some-text {
    width:61%;
}

.mir-h2 {
    display:flex;
    align-items:center;
    gap:12px;
}

.mir .flag {
    position: absolute;
    right: -5%;
    top: 50%;
    width: 54%;
    transform: translateY(-49%);
}

@media (max-width:767px) {
    .mir .some-text {
        width:100%;
        text-align:center;
        padding-bottom:120px;
    }

    .mir-h2 {
        flex-direction: column;
    }

    .mir .flag {
        top:auto;
        bottom:-11%;
        left: 50%;
        right:auto;
        width: 650px;
        transform: translateX(-56%);
        z-index: -1;
    }
}
.fast-create-grid {

}
/*
.fast-create-grid .cell-email {
    grid-area: cell-email;
}
.fast-create-grid .cell-policy {
    grid-area: cell-policy;
}
.fast-create-grid .cell-button {
    grid-area: cell-button;
}
.fast-create-grid .cell-help {
    grid-area: cell-help;
}*/
/* CSS для блока Telegram на главной */
.telegram-webapp {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%),
    url(/templates/rsflat/resource/img/tg/tg_pattern.svg?v=2) 0 / 427px repeat,
    radial-gradient(65.45% 35.57% at 9.38% 93.17%, rgba(239, 248, 208, 0.60) 0%, rgba(234, 244, 201, 0.00) 100%), radial-gradient(143.94% 79.17% at 85.69% 7.28%, rgba(233, 244, 159, 0.60) 0%, rgba(248, 255, 209, 0.00) 100%), #93BD8B;
    position: relative;
    overflow: hidden;
}

.telegram-webapp:before {
    content: '';
    background:url(/templates/rsflat/resource/img/tg/draw_phone1.svg) no-repeat;
    width:459px;
    height:103px;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-792px;
}

.telegram-webapp:after {
    content: '';
    width:647px;
    height:217px;
    background:url(/templates/rsflat/resource/img/tg/draw_phone2.svg) no-repeat;
    position:absolute;
    top:0;
    left:50%;
    margin-left:310px;
}

@media (max-width: 1200px) {
    .telegram-webapp:before {
        margin-left:-742px;
    }
    .telegram-webapp:after {
        margin-left:250px;
    }
}

@media (max-width: 639px) {
    .telegram-webapp:before {
        content:none;
    }
    .telegram-webapp:after {
        content:none;
    }
}

@media (min-width:640px) {
    .telegram-webapp {
        padding-top:110px;
    }
}

.telegram-webapp .tg-title {
    text-align:center;
    max-width:750px;
    margin:0 auto 48px;
}

.telegram-webapp .tg-messages {
    max-width:368px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.telegram-webapp .tg-today {
    display: flex;
    padding: 3px 12px 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: #FBFBFB;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.20);
}

.telegram-webapp .tg-quest,
.telegram-webapp .tg-answer {
    width: 320px;
    padding: 24px;
    border-radius: 20px 20px 20px 0px;
    background: #FBFBFB;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.20);
    margin-right:48px;
    position:relative;
    font-size:16px;
}

.telegram-webapp .tg-quest {
    margin-right: 0;
    margin-left:48px;
    border-radius: 20px 20px 0px 20px;
}

.telegram-webapp .tg-quest:before,
.telegram-webapp .tg-answer:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -11px;
    bottom: 0;
    background:url(/templates/rsflat/resource/img/tg/corner_left.svg) no-repeat;
}


.telegram-webapp .tg-quest:before {
    right: -11px;
    left:auto;
    background:url(/templates/rsflat/resource/img/tg/corner_right.svg) no-repeat;
}

.telegram-webapp .tg-bottom {
    max-width:660px;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin:48px auto 0;
    font-size: 18px;
    font-weight: 500;
}

.telegram-webapp .tg-bottom-text {
    margin-bottom:32px;
    text-align:center;
}

@media (min-width: 640px) {
    .telegram-webapp .tg-bottom {
        flex-direction:row;
    }

    .telegram-webapp .tg-bottom-text {
        margin-bottom:0;
        margin-right:20px;
        text-align:left;
    }
}
.admin-app {
    background:url(/templates/rsflat/resource/img/mobilersapp/main-bg.svg) no-repeat 50% 0;
    background-size:cover;
}

.admin-app .pink-c {
    color: #FF4081;
}

.admin-app .apps {
    display:flex;
    max-width:1200px;
    margin:0 auto;
    color:white;
    gap:40px;
}

.admin-app .apps .shop-mode,
.admin-app .apps .rs-mode {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.admin-app .apps .shop-mode {
    order:1;
}

.admin-app .apps .rs-mode {
    order:3;
}

.admin-app .apps .app-2in1 {
    flex:0.8;
    order:2;
}

.admin-app .apps .app-2in1 {
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:30px;
}

.admin-app h2 {
    margin-bottom:60px;
}

.admin-app .uk-h3 {
    color:white;
    font-weight:bold;
}

.admin-app .phone-image {
    border-radius:8%;
    padding:5px;
}

.admin-app .phone-frame {
    position:relative;
    display:inline-block;
    height:500px;
    overflow:hidden;
}

.admin-app .phone-frame:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100px;
    background:linear-gradient(0, rgba(36,58,97,1) 0%, rgba(36,58,97,0) 100%);
    z-index:2;
}

.admin-app .phone-frame .phone-border {
    position:absolute;
    top:0;
    right:0;
}

.admin-app .phone-center {
    text-align:center;
    line-height:0;
    margin-top:50px;
}

.admin-app .uk-tab {
    display:flex;
    margin-bottom:32px;
}

.admin-app .uk-tab li {
    padding:10px;
    flex:1;
    border-bottom:2px solid rgba(255,255,255,0.2);
    color:rgba(255,255,255,0.7);
    margin:0;
}

.admin-app .uk-tab li.uk-active {
    border-color: rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}

.admin-app .uk-tab li a {
    color:inherit;
}

@media (max-width:1199px) {
    .admin-app .uk-button-lager {
        font-size:12px;
        padding:0 22px;
    }

    .admin-app .apps .app-2in1 {
        gap:55px;
    }
}

@media (max-width:959px) {
    .admin-app .phone-frame {
        height:auto;
        overflow:visible;
    }

    .admin-app .phone-frame:after {
        content:none;
    }
}

@media (max-width:639px) {
    .admin-app h2 {
        margin-bottom:32px;
    }

    .admin-app .view-zone {
        overflow:hidden;
        position:relative;
    }

    .admin-app .apps .shop-mode,
    .admin-app .apps .rs-mode {
        min-width:100%;
    }

    .admin-app .apps {
        transition: all ease 0.5s;
    }

    .admin-app .view-zone.rs .apps {
        transform:translateX(calc(-100% - 40px));
    }
}

@media (max-width:400px) {
    .admin-app .uk-tab li {
        font-size:12px;
        padding:10px 0;
    }
}
