html body #sipa.sub {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: auto !important;
    transform: none !important;
    background: rgba(20, 27, 17, 0.58);
    backdrop-filter: blur(4px);
    z-index: 10000 !important;
}

html body #sipa .sub-box {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: minmax(250px, 40%) minmax(0, 1fr);
    width: min(888px, 100%) !important;
    height: auto !important;
    min-height: 400px;
    max-height: calc(100vh - 48px);
    margin: auto !important;
    overflow: auto !important;
    transform: none !important;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(18, 25, 15, 0.26);
}

html body #sipa .p-1o {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 400px;
    margin: 0 !important;
    padding: 28px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: none !important;
}

html body #sipa .p-1o img {
    display: block;
    width: min(240px, 90%);
    height: auto;
    max-height: 280px;
    object-fit: contain;
}

html body #sipa .p-2t {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 48px 42px 36px !important;
    justify-content: center;
    transform: none !important;
}

html body #sipa #closeModalBtn {
    position: absolute !important;
    top: 12px !important;
    left: 14px !important;
    right: auto !important;
    display: inline-flex;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    color: #26331f;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(38, 51, 31, 0.18);
    border-radius: 50%;
    line-height: 1;
    transform: none !important;
    z-index: 5;
}

html body #sipa #inpa,
html body #sipa #mes,
html body #sipa #sp0,
html body #sipa #tellz,
html body #sipa #p-pr,
html body #sipa #p-e,
html body #sipa #timerWrap {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
}

html body #sipa #inpa {
    min-height: 48px;
}

html body #sipa #mes {
    min-height: 50px;
    margin-top: 10px !important;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 800;
}

html body #sipa #sp0 {
    min-height: 26px;
    line-height: 1.7;
}

@media (max-width: 700px) {
    html body #sipa.sub {
        padding: 14px !important;
    }

    html body #sipa .sub-box {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 28px);
    }

    html body #sipa .p-1o {
        min-height: 130px;
        padding: 18px;
    }

    html body #sipa .p-1o img {
        max-height: 105px;
    }

    html body #sipa .p-2t {
        padding: 30px 22px 24px !important;
    }
}
