<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-popup-block-3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    z-index: 200;
    padding: 32px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

._is-cms.lp-popup-block-3 {
    position: relative;
    z-index: 1;
    min-height: 0vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp-popup-block-3._not_18 .lp-popup-block-3__confirm {
	display: none;
}

.lp-popup-block-3._not_18 .lp-popup-block-3__alert {
	display: block;
}

.lp-popup-block-3._open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp-popup-block-3__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-popup-block-3__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
}

.lp-popup-block-3__wrap {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 24px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

.lp-popup-block-3__icon {
    margin: 0 auto;
    width: 74px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 500px;
}

.lp-popup-block-3__title {
    margin-top: 8px;
}

.lp-popup-block-3__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.lp-popup-block-3__button {
    width: calc(50% - 12px);
    letter-spacing: .01em;
}

.lp-popup-block-3__desc {
    margin-top: 8px;
}

.lp-popup-block-3__alert {
    display: none;
}

.lp-popup-block-3__alert-icon {
    background: #EB5757;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px;
}

.lp-popup-block-3__alert-icon svg {
    width: 100%;
    height: 100%;
}

._overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 100;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    display: none;
}

._overlay._open {
    display: block;
}

.test {
    background: var(--text-color-base);
    height: 900px;
}

@media all and (min-width: 600px) {
    .lp-popup-block-3__wrap {
        width: 368px;
        padding: 32px 24px;
        margin: 0 auto;
    }

    .lp-popup-block-3__icon {
        width: 100px;
        height: 100px;
    }

    .lp-popup-block-3__title {
        margin-top: 16px;
    }

    .lp-popup-block-3__buttons {
        margin-top: 24px;
    }

    .lp-popup-block-3__desc {
        margin-top: 16px;
    }

    .lp-popup-block-3__alert-icon {
        padding: 22px;
    }
}

@media all and (min-width: 1200px) {
    .lp-popup-block-3__wrap {
        width: 408px;
        padding: 40px 24px;
    }

    .lp-popup-block-3__buttons {
        margin-top: 32px;
    }
}

.lp-popup-block-3 .lp-block-bg .lp-block-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.lp-popup-block-3__icon-in {
    width: 56px;
    height: 56px;
}

.lp-popup-block-3__icon-in svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}</pre></body></html>