.mobile__store {
    background-color: #fff;
}

.mobile__store .container {
    padding: 0;
}

.mobile__store .qr__section-title {
    margin-bottom: 30px;
}

.app__links {
    display: flex;
}

.app__links-inner,
.app__links-block {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.app__links-link {
    display: flex;
    align-items: center;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 8px;
    padding: 12px;
    gap: 8px;
    white-space: nowrap;
}

.app__links-link span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.app__links-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    color: #777f86;
}

.app__links-link img {
    display: block;
    height: 24px;
    object-fit: contain;
}

.app__links.app__links--iphone .app__links-block--android,
.app__links.app__links--android .app__links-block--iphone {
    display: none;
}

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

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

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

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

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

.qr__section .app__links {
    display: none;
    justify-content: center;
}

.qr__section .app__links.app__links--iphone,
.qr__section .app__links.app__links--android {
    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-link {
    background-color: #1f252d;
}

.qr__section .app__links-link.app__links-link--apk {
    background-color: transparent;
    border-color: #1f252d;
}

.qr__section .app__links-link.app__links-link--apk span {
    color: #1f252d;
}

.qr__block {
    display: flex;
    align-items: center;
    gap: 24px;
}

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

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

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

.qr__block-inner {
    color: #171717;
}

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

.qr__block-link,
.qr__block-link:active,
.qr__block-link:focus {
    outline: none;
    border: 0;
}

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

.qr__popup--show {
    display: flex !important;
}

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

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

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

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

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

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

.land_theme .qr__section-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
}

@media (hover: hover) and (pointer: fine) {
    .qr__block-link:hover img,
    .app__links-link:hover {
        opacity: 0.8;
    }
}

@media (max-width: 1280px) {
    .app__links-inner,
    .app__links-block {
        gap: 8px;
    }
}

@media (max-width: 1023px) {
    .qr__section {
        padding-top: 25px;
        text-align: center;
    }

    .qr__section-col.qr__section-col--left,
    .qr__section-col.qr__section-col--right {
        max-width: none;
    }

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

    .qr__block {
        display: none;
    }

    .qr__section .app__links {
        display: flex;
        margin: 20px auto 0;
    }

    .qr__section .app__links-inner,
    .qr__section .app__links-block {
        flex-direction: column;
        align-items: center;
    }

    .app__links-inner,
    .app__links-block {
        flex-direction: column;
        align-items: center;
    }

    .app__links-block,
    .app__links-link {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .app__links {
        justify-content: center;
    }

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

    .mobile__store .qr__section-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .qr__section-col {
        width: 100%;
    }
}
