﻿.mobile__app .container {
    padding: 0;
}

.qr__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Inter, Roboto, Helvetica, Arial, sans-serif;
    padding: 50px 15px 0;
}

.mobile__app .qr__section-title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 500;
}

.qr__section-col {
    width: 50%;
    padding: 0 15px;
}

.qr__section-col--left {
    max-width: 549px;
    padding-bottom: 32px;
}

.qr__section-col--right {
    max-width: 544px;
}

.qr__section-img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.qr__section .app-links {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qr__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.qr__block-inner {
    color: #171717;
}

.qr__block-link {
    max-width: 174px;
    background-color: #f3f5f6;
    padding: 18px;
    border-radius: 15px;
}

.qr__block img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.qr__block h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 14px;
    font-weight: 400;
}

.qr__block p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    opacity: 0.4;
    font-weight: 400;
}

.qr__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
    background-color: rgba(23, 23, 23, 0.4);
    font-family: Inter, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.qr__popup-inner {
    text-align: center;
    max-width: 345px;
    width: 100%;
    padding: 48px 32px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.qr__popup--show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.qr__popup-title {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 22px;
}

.qr__popup-text {
    margin-bottom: 30px;
    font-size: 14px;
    color: #7c878f;
}

.qr__popup img {
    display: block;
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 200px;
}

.qr__popup-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
    border: none;
    color: #7c878f;
    padding: 0;
    background: #fff url('../image/close.svg') no-repeat center center / contain;
    z-index: 2;
}

.qr__popup-close:focus {
    outline: none;
}

.js-show-qr {
    outline: none;
    border: none;
}

.js-show-qr:hover,
.js-show-qr:active,
.js-show-qr:focus {
    outline: none;
}

[lang="fa"] .qr__section,
.rtl .qr__section {
    direction: rtl;
    text-align: right;
    font-family: 'Vazirmatn-Regular', Inter, Roboto, Helvetica, Arial, sans-serif;
}

[lang="fa"] .qr__popup,
.rtl .qr__popup {
    font-family: 'Vazirmatn-Regular', Inter, Roboto, Helvetica, Arial, sans-serif;
}

/* app badges styling START */
.qr__section .app-links__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qr__section .app-links__block:not(:last-child) {
    margin-inline-end: 8px;
}

.qr__section .app-links__block-text {
    margin: 8px;
}

.qr__section .app-links__link {
    display: block;
}

.qr__section .app-links__link img {
    display: block;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
}

.qr__section .app-links__apk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    min-width: 136px;
    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;
}

.qr__section .app-links__apk:hover {
    color: inherit;
}

.qr__section .app-links--front a:hover {
    opacity: 0.8;
}

.qr__section .app-links__apk img {
    max-width: 18px;
    height: 18px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.qr__section .app-links.app-links--iphone,
.qr__section .app-links.app-links--android {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qr__section .app-links.app-links--iphone .app-links__block--android,
.qr__section .app-links.app-links--android .app-links__block--iphone {
    display: none;
}

.qr__section .app-links.app-links--android .app-links__block:not(:last-child),
.qr__section .app-links.app-links--iphone .app-links__block:not(:last-child) {
    margin: 0;
}
/* app badges styling END */

@media (max-width: 1023px) {
    .qr__section {
        -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;
        text-align: center;
        padding-top: 25px;
    }

    [lang="fa"] .qr__section,
    .rtl .qr__section {
        text-align: center;
    }

    .qr__section-col {
        width: 100%;
    }

    .qr__section-col--left {
        padding-bottom: 0;
    }

    .qr__section-img {
        max-width: 300px;
    }

    .qr__block {
        display: none;
    }

    .qr__section .app-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px auto 50px;
    }
}

@media (max-width: 992px) {
    .mobile__app .qr__section-title {
        font-size: 22px;
    }

    .qr__section {
        text-align: center;
    }

    .qr__section-title {
        margin: 0 auto;
    }

    .qr__section-btn {
        margin-bottom: 40px;
    }

    .qr__section .app-links {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .qr__section .app-links {
        -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;
    }

    .qr__section .app-links__block:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@media (max-width: 460px) {
    .qr__section .app-links__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
