.ew-mobile-apps-popup {
}

.ew-mobile-apps-popup-body-lock {
    overflow: hidden;
}

.ew-mobile-apps-popup__overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.ew-mobile-apps-popup__body {
    position: relative;
    padding: 36px;
    max-width: 360px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
    background:  #FFFFFF linear-gradient(180deg, rgba(30, 144, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50.09%);
}

.ew-mobile-apps-popup__header {
    display: flex;
    justify-content: center;
}

.ew-mobile-apps-popup__header-logo {
    border-radius: 16px;
    width: 64px;
    height: 64px;
}

.ew-mobile-apps-popup__content {
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.ew-mobile-apps-popup__title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.ew-mobile-apps-popup__description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;

}

.ew-mobile-apps-popup__features {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.ew-mobile-apps-popup__features ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.ew-mobile-apps-popup__features ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    list-style: none;
    text-align: left;
}

.ew-mobile-apps-popup__features ul li::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background: url("../img/check.png") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.ew-mobile-apps-popup__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.ew-rustore-button {
    border-radius: 16px;
    background-color: rgba(237, 237, 237, 1);
    width: 207px;
    height: 60px;
    padding: 8px;
}

.ew-mobile-apps-popup__footer a,
.ew-mobile-apps-popup__footer a:hover,
.ew-mobile-apps-popup__footer a:active,
.ew-mobile-apps-popup__footer a:focus {
    margin: 0;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ew-rustore-button__img {
    display: flex;
}

.ew-mobile-apps-popup__close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    margin: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ew-mobile-apps-popup__close-btn svg {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}
