﻿.mobile-app-popup * {
    margin: 0;
}
.mobile-app-popup {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    height: 70px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    font-family: Inter, Roboto, Helvetica, Arial, sans-serif;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
    -webkit-font-smoothing: antialiased;
}
.land_theme .mobile-app-popup {
    position: fixed !important;
}
.mobile-app-popup.mobile-app-popup--show {
    top: 0 !important;
    opacity: 1 !important;
}
.mobile-app-popup__block {
    display: none;
}
.mobile-app-popup.app-android .mobile-app-popup__block--android {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-app-popup.app-android .mobile-app-popup__description {
    display: none;
}
.mobile-app-popup.app-iphone .mobile-app-popup__block--iphone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-app-popup .apk__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 67px;
    height: 53px;
    border-radius: 4px;
    border: 1px solid #1f252d;
    letter-spacing: 0.01em;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #1f252d;
}
.mobile-app-popup .apk__link img {
    max-width: 18px;
    height: 18px;
    margin-bottom: 5px;
}
.mobile-app-popup .apk__link .apk__link-text {
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    display: none;
}
.mobile-app-popup .store__link img {
    max-width: 115px;
    height: 53px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.mobile-app-popup__close {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 0 5px;
}
.mobile-app-popup__icon-container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-app-popup__icon {
    display: block;
    width: 46px;
}
.mobile-app-popup__text {
    margin: 0 10px;
    padding: 4px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
}
.mobile-app-popup__title {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}
.mobile-app-popup.app-android .mobile-app-popup__title {
    margin-bottom: 8px;
}
.mobile-app-popup__description {
    margin: 3px 0;
    font-size: 10px;
    line-height: 11px;
    display: none;
}
.mobile-app-popup__raiting {
    width: 83px;
}
.mobile-app-popup__btn-container {
    margin-right: 5px;
    margin-left: auto;
}
.mobile-app-popup__btn {
    min-height: 34px;
    width: auto;
    padding: 5px 14px;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    background: #f39201;
    border: none;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header_img_with_title {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-app-popup--show .header_img_with_title {
    padding-top: 160px;
    height: auto;
}
body.land_theme,
body.admin-bar {
    padding-top: 0;
}
.mobile-app-popup--show .top_menu_section .header_nav .ubermenu.ubermenu-headermainmenu {
    top: 135px;
}
.compact_header.mobile-app-popup--show .top_menu_section .header_nav .ubermenu.ubermenu-headermainmenu {
    top: 65px;
}
.main_page_wrap {
    -webkit-transition: padding 0.3s ease-out;
    -o-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
}
.mobile-app-popup--show .main_page_wrap {
    padding-top: 70px;
}
body.mobile-app-popup--show .top_menu_section,
body.mobile-app-popup--show.mobile_menu_active .general_outer_wrapper .top_menu_section {
    top: 70px;
}
body.compact_header.mobile-app-popup--show .top_menu_section,
body.mobile-app-popup--show.compact_header.mobile_menu_active .general_outer_wrapper .top_menu_section {
    top: 0;
}
.admin-bar .mobile-app-popup {
    display: none !important;
}
.admin-bar.mobile-app-popup--show .main_page_wrap {
    padding-top: 0;
}

/* RTL start */
.mobile-app-popup.rtl {
    direction: rtl;
    font-family: Vazirmatn-Regular, Inter, Helvetica, Roboto, Arial, sans-serif;
}

.rtl .mobile-app-popup__close {
    padding: 0 5px 0 10px;
}

.rtl .mobile-app-popup__text {
    text-align: right;
}

.rtl .mobile-app-popup__btn-container {
    margin-left: 5px;
    margin-right: auto;
}

.rtl .mobile-app-popup__btn {
    text-align: center !important;
}
/* RTL end */

@media (min-width: 320px) {
    .mobile-app-popup .store__link img,
    .mobile-app-popup .apk__link {
        width: 56px;
        height: 45px;
    }
    .mobile-app-popup__title {
        font-size: 14px;
    }
}
@media (min-width: 360px) {
    .mobile-app-popup__title {
        font-size: 16px;
    }
    .mobile-app-popup__text {
        padding: 8px 0;
    }
    .mobile-app-popup .store__link img,
    .mobile-app-popup .apk__link {
        width: 67px;
        height: 53px
    }
    .mobile-app-popup__description {
        display: block;
    }
    .mobile-app-popup__title {
        margin-bottom: 0;
    }
}
@media (min-width: 440px) {
    .mobile-app-popup__btn-container {
        margin-right: 14px;
    }
    .rtl .mobile-app-popup__btn-container {
        margin-left: 14px;
    }
    .mobile-app-popup__close {
        padding-left: 8px;
    }
    .rtl .mobile-app-popup__close {
        padding-right: 8px;
    }
}
@media (min-width: 500px) {
    .mobile-app-popup__close {
        padding: 0 14px;
    }
    .rtl .mobile-app-popup__close {
        padding: 0 14px;
    }
    .mobile-app-popup__text {
        margin: 0 15px;
    }
    .mobile-app-popup .store__link img {
        height: 34px;
        width: auto;
    }
    .mobile-app-popup .apk__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 4px;
        width: auto;
        min-width: 136px;
        height: 34px;
        font-size: 13px;
    }
    .mobile-app-popup .apk__link img {
        -webkit-margin-end: 5px;
        margin-inline-end: 5px;
        margin-bottom: 0;
    }
    .mobile-app-popup .apk__link .apk__link-text {
        display: block;
    }
}
