.app_download_steps {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 48px;
}
.app_download_steps__col {
    width: 25%;
    padding: 0 12px;
}
.app_download_steps__col .app_download_step {
    height: 100%;
    min-height: 182px;
}
.app_download_step {
    position: relative;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.app_download_step__icon {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.app_download_step__text {
    font-size: 18px;
    line-height: 24px;
}
.app_download_step__arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #939393;
    top: 50%;
    right: -43px;
    transform: translate(0, -50%);
}
.pop-up-apk__scroll .ps__scrollbar-x-rail {
    display: none !important;
}
.app_download_qr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.app_download_qr__col {
    width: 50%;
    padding: 0 15px;
}
.app_download_qr__icon {
    width: 48px;
    height: 48px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.app_download_qr__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}
.app_download_qr__text {
    color: #9e9e9e;
    font-size: 16px;
    line-height: 24px;
}
.app_download_qr__qr {
    background: #f5f5f5;
    border-radius: 8px;
    position: relative;
    text-align: center;
    min-height: 341px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app_download_qr__qr_img {
    width: 100%;
    max-width: calc(100% - 140px);
    max-height: 270px;
}
.app_download_qr__qr_border {
    position: absolute;
    top: 28px;
    left: 28px;
}
.app_download_qr__qr_border--2 {
    right: 28px;
    left: auto;
    transform: rotate(90deg);
}
.app_download_qr__qr_border--3 {
    bottom: 28px;
    top: auto;
    transform: rotate(-90deg);
}
.app_download_qr__qr_border--4 {
    top: auto;
    left: auto;
    bottom: 28px;
    right: 28px;
    transform: rotate(180deg);
}
@media (max-width: 1199px) {
    .app_download_step {
        padding: 32px 28px;
    }
    .app_download_step__icon {
        padding: 8px;
        width: 32px;
        height: 32px;
        margin-bottom: 20px;
    }
    .app_download_step__text {
        font-size: 16px;
        line-height: 22px;
    }
    .app_download_step__arrow {
        width: 40px;
        height: 40px;
        font-size: 10px;
        right: -28px;
    }
    .app_download_steps {
        margin-left: -7px;
        margin-right: -7px;
    }
    .app_download_steps__col {
        padding-left: 7px;
        padding-right: 7px;
    }
    .app_download_qr__title {
        font-size: 18px;
        line-height: 26px;
    }
    .app_download_qr__text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .pop-up-apk__scroll {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .app_download_steps {
        overflow: auto;
        white-space: nowrap;
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .app_download_steps__col {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        width: 170px;
        margin-right: 16px;
        white-space: normal;
    }
    .app_download_steps__col:last-child {
        margin-right: 0;
    }

    .app_download_qr__col {
        width: 100%;
        margin-bottom: 32px;
    }
    .app_download_qr__col:last-child {
        margin-bottom: 0;
    }
    .app_download_qr__qr {
        min-height: 279px;
        padding: 42px;
    }

    .app_download_qr__qr_border {
        top: 16px;
        left: 16px;
    }
    .app_download_qr__qr_border--2 {
        right: 16px;
        left: auto;
    }
    .app_download_qr__qr_border--3 {
        bottom: 16px;
        top: auto;
    }
    .app_download_qr__qr_border--4 {
        top: auto;
        left: auto;
        bottom: 16px;
        right: 16px;
    }
}

@media (max-width: 700px) {
    .app_download_qr {
        display: none;
    }
}