.header-app-download {
    width: 100%;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-app-download:hover,
.header-app-download:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.header-app-download__qr {
    width: 116px;
    height: 116px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    display: grid;
    place-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.header-app-download__qr canvas,
.header-app-download__qr img {
    display: block;
    width: 100px !important;
    height: 100px !important;
    max-width: none !important;
}

.header-app-download__qr--unavailable {
    display: none;
}

.header-app-download__title {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.header-app-download__hint {
    display: block;
    width: 100%;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.55;
}

.header-app-download:focus-visible {
    outline: 2px solid #fcd903;
    outline-offset: 5px;
}

.article-app-download {
    --article-app-gold: #ad7f17;
    width: 100%;
    max-width: 560px;
    margin: 28px auto;
    padding: 22px 26px 24px;
    border: 1px solid #c59a37;
    border-radius: 16px;
    background: #fffdf8;
    color: #20242a;
    box-shadow:
        0 8px 24px rgba(43, 37, 23, 0.08),
        inset 0 0 0 1px rgba(197, 154, 55, 0.08);
    direction: rtl;
    clear: both;
}

.article-app-download,
.article-app-download * {
    box-sizing: border-box;
}

.article-app-download__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--article-app-gold);
    direction: ltr;
}

.article-app-download__title {
    display: block;
    margin: 0;
    color: inherit;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    direction: rtl;
}

.article-app-download__download-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid rgba(173, 127, 23, 0.22);
    border-radius: 50%;
    background: #fff3d5;
    color: var(--article-app-gold);
    box-shadow: inset 0 0 12px rgba(173, 127, 23, 0.07);
}

.article-app-download__download-arrow {
    position: relative;
    display: block;
    width: 20px;
    height: 24px;
    border-bottom: 2px solid currentColor;
    border-radius: 0 0 3px 3px;
}

.article-app-download__download-arrow::before {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 2px;
    height: 14px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transform: translateX(-50%);
}

.article-app-download__download-arrow::after {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: translateX(-50%) rotate(45deg);
}

.article-app-download__subtitle {
    margin: 8px 0 18px !important;
    color: #3f454d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    text-align: center;
    letter-spacing: 0;
}

.article-app-download__stores {
    display: flex;
    width: 100%;
    gap: 12px;
    direction: ltr;
}

.article-app-download__store {
    display: flex;
    min-width: 0;
    height: 58px;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 13px;
    border: 1px solid #92979f;
    border-radius: 8px;
    background: #ffffff;
    color: #15191f;
    direction: ltr;
    text-decoration: none !important;
    box-shadow: 0 2px 7px rgba(27, 31, 36, 0.05);
}

.article-app-download__store:hover {
    border-color: var(--article-app-gold);
    background: #fffaf0;
    color: #15191f;
    text-decoration: none !important;
}

.article-app-download__store:focus-visible {
    border-color: var(--article-app-gold);
    outline: 2px solid rgba(173, 127, 23, 0.38);
    outline-offset: 3px;
}

.article-app-download__store img {
    display: block;
    width: 34px;
    height: 39px;
    flex: 0 0 34px;
    object-fit: contain;
}

.article-app-download__store--apple img {
    filter: invert(1);
}

.article-app-download__store--google img {
    width: 30px;
    height: 35px;
    flex-basis: 30px;
}

.article-app-download__store-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #15191f;
    line-height: 1;
    white-space: nowrap;
}

.article-app-download__store-copy > span {
    width: 100%;
    margin-bottom: 3px;
    color: #343941;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
}

.article-app-download__store-copy strong {
    color: #111419;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

@media (max-width: 480px) {
    .article-app-download {
        margin: 22px auto;
        padding: 18px 14px 20px;
        border-radius: 14px;
    }

    .article-app-download__heading {
        gap: 9px;
    }

    .article-app-download__title {
        font-size: 21px;
    }

    .article-app-download__download-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .article-app-download__subtitle {
        margin-top: 6px !important;
        margin-bottom: 14px !important;
        font-size: 14px;
    }

    .article-app-download__stores {
        gap: 8px;
    }

    .article-app-download__store {
        height: 52px;
        gap: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .article-app-download__store img {
        width: 28px;
        height: 33px;
        flex-basis: 28px;
    }

    .article-app-download__store--google img {
        width: 22px;
        height: 27px;
        flex-basis: 22px;
    }

    .article-app-download__store-copy > span {
        font-size: 10px;
    }

    .article-app-download__store-copy strong {
        font-size: 16px;
    }
}

.mobile-app-footer {
    width: calc(100% + 3rem);
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding: 22px 14px 28px;
    background: var(--dark, #111111);
    color: #ffffff;
    direction: rtl;
}

.mobile-app-footer,
.mobile-app-footer * {
    box-sizing: border-box;
}

.mobile-app-footer__inner {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.mobile-app-footer__card {
    width: 100%;
    border-radius: 16px;
    background: #121315;
}

.mobile-app-footer__download-card {
    padding: 15px 20px 14px;
    border: 1px solid #ac8a42;
    box-shadow:
        0 0 0 1px rgba(205, 165, 77, 0.12),
        0 0 18px rgba(198, 153, 54, 0.2);
}

.mobile-app-footer__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #deb953;
    direction: ltr;
}

.mobile-app-footer__heading h2 {
    margin: 0;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
    direction: rtl;
}

.mobile-app-footer__download-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border: 1px solid rgba(205, 165, 77, 0.15);
    border-radius: 50%;
    background: #292824;
    color: #deb953;
    box-shadow: inset 0 0 18px rgba(222, 185, 83, 0.06);
}

.mobile-app-footer__download-arrow {
    position: relative;
    display: block;
    width: 18px;
    height: 21px;
    border-bottom: 2px solid currentColor;
    border-radius: 0 0 3px 3px;
}

.mobile-app-footer__download-arrow::before {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 2px;
    height: 12px;
    border-radius: 3px;
    background: currentColor;
    content: "";
    transform: translateX(-50%);
}

.mobile-app-footer__download-arrow::after {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: translateX(-50%) rotate(45deg);
}

.mobile-app-footer__subtitle {
    margin: 7px 0 12px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0;
}

.mobile-app-footer__stores {
    display: flex;
    gap: 10px;
    width: 100%;
    direction: ltr;
}

.mobile-app-footer__store {
    display: flex;
    min-width: 0;
    height: 48px;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 9px;
    border: 1px solid #70737a;
    border-radius: 7px;
    background: #090a0c;
    color: #ffffff;
    direction: ltr;
    text-decoration: none;
}

.mobile-app-footer__store:hover,
.mobile-app-footer__store:focus-visible {
    border-color: #deb953;
    color: #ffffff;
    text-decoration: none;
}

.mobile-app-footer__store:focus-visible,
.mobile-app-footer__qr:focus-visible {
    outline: 2px solid #deb953;
    outline-offset: 3px;
}

.mobile-app-footer__store img {
    display: block;
    width: 29px;
    height: 34px;
    flex: 0 0 29px;
    object-fit: contain;
}

.mobile-app-footer__store img.mobile-app-footer__google-play-mark {
    width: 25px;
    height: 30px;
    flex-basis: 25px;
}

.mobile-app-footer__store-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
}

.mobile-app-footer__store-copy > span {
    width: 100%;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.05;
    text-align: center;
}

.mobile-app-footer__store-copy strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.mobile-app-footer__scan-card {
    position: relative;
    display: grid;
    min-height: 126px;
    grid-template-columns: 68px minmax(0, 1fr) 46px;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 14px 14px 25px;
    border: 1px solid #606266;
    direction: ltr;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.17);
}

.mobile-app-footer__qr {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    padding: 5px;
    border: 1px solid #e2bf5c;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(226, 191, 92, 0.48);
    overflow: hidden;
}

.mobile-app-footer__qr > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
}

.mobile-app-footer__qr canvas,
.mobile-app-footer__qr img {
    display: block;
    width: 58px !important;
    height: 58px !important;
    max-width: none !important;
}

.mobile-app-footer__scan-copy {
    min-width: 0;
    direction: rtl;
    text-align: right;
}

.mobile-app-footer__scan-copy h3 {
    margin: 0 0 4px;
    color: #deb953;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0;
}

.mobile-app-footer__scan-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
}

.mobile-app-footer__phone-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(222, 185, 83, 0.28);
    border-radius: 50%;
    background: #272620;
    color: #deb953;
}

.mobile-app-footer__phone-icon > span {
    position: relative;
    display: block;
    width: 17px;
    height: 26px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

.mobile-app-footer__phone-icon > span::before {
    position: absolute;
    top: 3px;
    left: 50%;
    width: 7px;
    height: 1px;
    border-radius: 1px;
    background: currentColor;
    content: "";
    transform: translateX(-50%);
}

.mobile-app-footer__phone-icon > span::after {
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: currentColor;
    content: "";
    transform: translateX(-50%);
}

.mobile-app-footer__scan-chevron {
    position: absolute;
    bottom: 5px;
    left: 50%;
    display: inline-flex;
    color: rgba(255, 255, 255, 0.62);
    transform: translateX(-50%);
}

.mobile-app-footer__scan-chevron .header-mask-icon {
    background-color: currentColor;
}

@media (max-width: 359.98px) {
    #footer .mobile-app-footer {
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile-app-footer__download-card {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile-app-footer__heading {
        gap: 10px;
    }

    .mobile-app-footer__heading h2 {
        font-size: 21px;
    }

    .mobile-app-footer__download-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .mobile-app-footer__stores {
        gap: 7px;
    }

    .mobile-app-footer__store {
        height: 46px;
        gap: 6px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .mobile-app-footer__store img {
        width: 26px;
        height: 31px;
        flex-basis: 26px;
    }

    .mobile-app-footer__store img.mobile-app-footer__google-play-mark {
        width: 23px;
        height: 28px;
        flex-basis: 23px;
    }

    .mobile-app-footer__store-copy > span {
        font-size: 11px;
    }

    .mobile-app-footer__store-copy strong {
        font-size: 17px;
    }

    .mobile-app-footer__scan-card {
        min-height: 120px;
        grid-template-columns: 60px minmax(0, 1fr) 42px;
        gap: 6px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .mobile-app-footer__qr {
        width: 60px;
        height: 60px;
        padding: 5px;
    }

    .mobile-app-footer__qr > span,
    .mobile-app-footer__qr canvas,
    .mobile-app-footer__qr img {
        width: 50px !important;
        height: 50px !important;
    }

    .mobile-app-footer__scan-copy h3 {
        font-size: 14px;
        white-space: nowrap;
    }

    .mobile-app-footer__scan-copy p {
        font-size: 11px;
    }

    .mobile-app-footer__phone-icon {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 991.98px) {
    .header-app-download {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-height: 800px) {
    .header-app-download {
        margin-top: 14px;
        padding-top: 14px;
    }

    .header-app-download__qr {
        width: 104px;
        height: 104px;
        padding: 7px;
    }

    .header-app-download__qr canvas,
    .header-app-download__qr img {
        width: 90px !important;
        height: 90px !important;
    }

    .header-app-download__title {
        margin-top: 7px;
        font-size: 12px;
    }

    .header-app-download__hint {
        font-size: 9px;
    }
}
