.hydro-popup-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 125%; /* 1.875rem */
    letter-spacing: -0.03rem;

    margin-block: 0 1rem;
}

.hydro-popup-text {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */

    text-align: initial;
}

.hydro-popup-text > * {
    margin: 0;
}

.hydro-popup-text > * + * {
    margin-top: 1.5rem;
}

.hydro-popup-text ul {
    padding: 0;
    list-style-type: none;
}

.hydro-popup-text ul li {
    position: relative;
    padding-inline-start: 1rem;
}

.hydro-popup-text ul li:not(:first-child) {
    margin-top: .5rem;
}

.hydro-popup-text ul li:before {
    content: '';

    position: absolute;

    top: 0.4375rem;
    inset-inline-start: 0;

    width: 0.5rem;
    height: 0.43138rem;

    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M0 3.49409L1.99482 0.0478516H5.998L2.96199 3.49883L0 3.49409Z' fill='white'/%3E%3Cpath d='M5.9988 6.93958L2.04975 6.94986L0 3.49414L4.52696 4.39306L5.9988 6.93958Z' fill='white'/%3E%3Cpath id='Vector_3' d='M5.99817 0.0478516L8.00016 3.49013L5.99897 6.93953L4.51758 2.59992L5.99817 0.0478516Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hydro-popup-review {
    display: none;
}

.hydro-popup-body {
    position: relative;
    z-index: 20;
}

.hydro-popup-body__start {
    color: var(--white-100, #FFF);
}

.hydro-popup-body__start a {
    color: var(--white-100, #FFF);
    text-decoration: underline;
}

.hydro-popup-body__end {
    margin-top: 1.5rem;
}

.hydro-popup-body__bgi {
    display: none;
}

@media (min-width:992px) {
    .hydro-popup-body__bgi {
        display: block;

        position: absolute;
        bottom: 0;
        inset-inline-start: 0;
    }

    .hydro-popup-body {
        display: grid;

        grid-template-columns: 1fr 26.25rem;
        gap: 1rem;
    }

    .hydro-popup-body__start {
        display: grid;
        grid-template-rows: auto 1fr auto;
    }

    .hydro-popup-body__end {
        margin-top: 0;
    }

    .hydro-popup-title {
        font-size: 2rem;
        font-weight: 400;
        line-height: 125%; /* 3.75rem */
        letter-spacing: -0.06rem;

        margin-bottom: 1.5rem;

        max-width: 20.0625rem;
    }

    .hydro-popup-text {
        font-size: 1.125rem;
    }

    .hydro-popup-text ul li {
        padding-inline-start: 1.5rem;
    }

    .hydro-popup-text ul li:not(:first-child) {
        margin-top: 1rem;
    }

    .hydro-popup-text ul li:before {
        width: 1rem;
        height: 0.86275rem;
    }

    .hydro-popup-review {
        display: block;
        margin-top: 1.5rem;
    }
}

@media (min-width:1400px) {
    .hydro-popup-title {
        font-size: 2rem;
        line-height: 125%; /* 2.5rem */
        max-width: none;
        letter-spacing: 0;
    }
}

@media (min-width:1600px) {
    .hydro-popup-body {
        grid-template-columns: 1fr auto;
    }

    .hydro-popup-body__start {
        max-width: calc(28.625rem + 1.5rem);
    }

    .hydro-popup-title {
        font-size: 2.5rem;
        letter-spacing: -0.05rem;
    }

    .hydro-popup-text ul li {
        padding-inline-start: 2rem;
    }
}