.wau-footer-newsletter {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    background: #e60000;
    color: #fff;
    font-family: "Montserrat", "Open Sans", Arial, sans-serif;
    overflow: hidden;
    min-height: 440px;
}

.wau-footer-newsletter * {
    box-sizing: border-box;
}

.wau-footer-newsletter__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.wau-footer-newsletter__content {
    position: relative;
    z-index: 2;
    width: min(909px, calc(100vw - 40px));
    margin: 0 auto;
    padding: 60px 0 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.wau-footer-newsletter__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.wau-footer-newsletter__title h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.wau-footer-newsletter__title span {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.wau-footer-newsletter__subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.wau-footer-newsletter__subtitle p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.wau-footer-newsletter__points {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wau-footer-newsletter__points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.wau-footer-newsletter__form {
    width: min(700px, 100%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wau-footer-newsletter__name {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.wau-footer-newsletter__name::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.wau-footer-newsletter__field-row {
    display: flex;
    width: 100%;
    height: 56px;
}

.wau-footer-newsletter__email {
    width: 100%;
    height: 56px;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 20px;
    background: transparent;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.wau-footer-newsletter__email::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.wau-footer-newsletter__email.is-error {
    border-color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.wau-footer-newsletter__button {
    width: 220px;
    height: 56px;
    flex: 0 0 220px;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: #fff;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.wau-footer-newsletter__button:hover {
    opacity: 0.92;
}

.wau-footer-newsletter__button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.wau-footer-newsletter__consent {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.wau-footer-newsletter__consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wau-footer-newsletter__checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.wau-footer-newsletter__consent
input:checked
+ .wau-footer-newsletter__checkbox::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wau-footer-newsletter__consent-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.wau-footer-newsletter__error {
    display: none;
    width: 100%;
    min-height: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
}

.wau-footer-newsletter__error.is-visible {
    display: block;
}

.wau-paw-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.wau-bg-paw {
    position: absolute;
    display: block;
    transform-origin: center center;
    pointer-events: none;
}

.wau-bg-paw svg,
.wau-mini-paw svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    overflow: visible;
}

.wau-mini-paw {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #fff;
}

.wau-paw--1 {
    left: 10px;
    top: 62px;
    width: 72.29px;
    height: 71.82px;
    color: rgba(255, 255, 255, 0.14);
    transform: rotate(-8.38deg);
}

.wau-paw--2 {
    left: 327.23px;
    top: 54.79px;
    width: 96.64px;
    height: 97.61px;
    color: rgba(255, 255, 255, 0.3);
    transform: rotate(77.54deg);
}

.wau-paw--3 {
    left: 68px;
    top: 210px;
    width: 126.15px;
    height: 125.31px;
    color: rgba(255, 255, 255, 0.12);
    transform: rotate(-172.9deg);
}

.wau-paw--4 {
    left: 355.6px;
    top: 283.43px;
    width: 156.32px;
    height: 155.39px;
    color: rgba(255, 255, 255, 0.2);
    transform: rotate(-13.37deg);
}

.wau-paw--5 {
    left: 1513.85px;
    top: -3px;
    width: 125.12px;
    height: 126.42px;
    color: rgba(255, 255, 255, 0.2);
    transform: matrix(0.17, -0.99, -0.99, -0.17, 0, 0);
}

.wau-paw--6 {
    left: 1345.28px;
    top: 267.03px;
    width: 126.15px;
    height: 125.31px;
    color: rgba(255, 255, 255, 0.12);
    transform: matrix(-0.99, 0.12, 0.12, 0.99, 0, 0);
}

.wau-paw--7 {
    left: 1691.93px;
    top: 198.74px;
    width: 156.32px;
    height: 155.39px;
    color: rgba(255, 255, 255, 0.35);
    transform: matrix(0.97, 0.23, 0.23, -0.97, 0, 0);
}

@media (max-width: 1500px) {
    .wau-paw--5 {
        left: auto;
        right: 280px;
        top: 0;
        transform: rotate(-80deg);
    }

    .wau-paw--6 {
        left: auto;
        right: 470px;
        top: 267px;
        transform: rotate(173deg);
    }

    .wau-paw--7 {
        left: auto;
        right: 70px;
        top: 198px;
        transform: rotate(13deg) scaleY(-1);
    }
}

@media (max-width: 1199px) {
    .wau-footer-newsletter__content {
        width: min(909px, calc(100vw - 32px));
    }

    .wau-paw--2 {
        left: 190px;
    }

    .wau-paw--4 {
        left: 220px;
    }

    .wau-paw--6 {
        right: 240px;
    }
}

@media (max-width: 991px) {
    .wau-paw--2,
    .wau-paw--5 {
        display: none;
    }

    .wau-paw--4 {
        left: 120px;
    }

    .wau-paw--6 {
        right: 90px;
    }
}

@media (max-width: 767px) {
    .wau-footer-newsletter {
        min-height: 526px;
    }

    .wau-footer-newsletter__content {
        width: 100%;
        max-width: 390px;
        padding: 78px 24px 72px;
        gap: 28px;
    }

    .wau-footer-newsletter__title {
        gap: 14px;
    }

    .wau-footer-newsletter__title h2 {
        font-size: 36px;
        line-height: 1.08;
    }

    .wau-footer-newsletter__title span {
        font-size: 24px;
        line-height: 1.12;
    }

    .wau-footer-newsletter__subtitle {
        gap: 24px;
    }

    .wau-footer-newsletter__subtitle p {
        font-size: 24px;
        line-height: 1.35;
    }

    .wau-footer-newsletter__points {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .wau-footer-newsletter__points li {
        font-size: 24px;
        line-height: 1.2;
        white-space: normal;
        text-align: left;
    }

    .wau-mini-paw {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .wau-footer-newsletter__form {
        gap: 20px;
    }

    .wau-footer-newsletter__field-row {
        display: contents;
    }

    .wau-footer-newsletter__email {
        order: 1;
        width: 100%;
        height: 56px;
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 0 18px;
        text-align: center;
        font-size: 24px;
    }

    .wau-footer-newsletter__consent {
        order: 2;
        align-items: flex-start;
        gap: 16px;
    }

    .wau-footer-newsletter__checkbox {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        border-radius: 3px;
    }

    .wau-footer-newsletter__consent
    input:checked
    + .wau-footer-newsletter__checkbox::after {
        left: 10px;
        top: 5px;
        width: 8px;
        height: 15px;
    }

    .wau-footer-newsletter__consent-text {
        font-size: 22px;
        line-height: 1.35;
    }

    .wau-footer-newsletter__button {
        order: 3;
        width: 100%;
        height: 56px;
        flex: 0 0 56px;
        margin-top: 14px;
        border-radius: 8px;
        font-size: 28px;
    }

    .wau-footer-newsletter__error {
        order: 4;
        font-size: 16px;
        text-align: left;
    }

    .wau-paw--1 {
        left: -18px;
        top: 36px;
        width: 64px;
        height: 64px;
    }

    .wau-paw--2 {
        display: block;
        left: 56px;
        top: 302px;
        width: 88px;
        height: 88px;
        transform: rotate(77.54deg);
    }

    .wau-paw--3 {
        left: auto;
        right: 22px;
        top: 370px;
        width: 96px;
        height: 96px;
        transform: rotate(-172.9deg);
    }

    .wau-paw--4 {
        left: 42px;
        top: auto;
        bottom: -10px;
        width: 126px;
        height: 125px;
        transform: rotate(-13.37deg);
    }

    .wau-paw--5 {
        display: block;
        left: auto;
        right: -12px;
        top: auto;
        bottom: -18px;
        width: 78px;
        height: 78px;
        transform: rotate(-80deg);
    }

    .wau-paw--6,
    .wau-paw--7 {
        display: none;
    }
}

@media (max-width: 374px) {
    .wau-footer-newsletter__content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .wau-footer-newsletter__title h2 {
        font-size: 31px;
    }

    .wau-footer-newsletter__title span {
        font-size: 21px;
    }

    .wau-footer-newsletter__subtitle p,
    .wau-footer-newsletter__consent-text {
        font-size: 20px;
    }

    .wau-footer-newsletter__points li {
        font-size: 22px;
    }

    .wau-footer-newsletter__button {
        font-size: 24px;
    }
}
 .wau-popup-root,
 .wau-popup-root * {
     box-sizing: border-box;
 }

.wau-popup-root {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    font-family: "Montserrat", "Open Sans", Arial, sans-serif;
}

.wau-popup-root.is-open {
    display: block;
}

.wau-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.wau-popup-dialog {
    position: absolute;
    left: 50%;
    top: calc(50% - 40px);
    width: 1130px;
    max-width: calc(100vw - 40px);
    transform: translate(-50%, -50%);
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}

.wau-popup-dialog.is-small {
    width: 954px;
}

.wau-popup-visual {
    position: relative;
    width: 550px;
    min-height: 621px;
    flex: 0 0 550px;
    overflow: hidden;
    background: #e60000;
    border-radius: 30px 0 0 30px;
}

.wau-popup-dialog.is-small .wau-popup-visual {
    width: 318px;
    min-height: 277px;
    flex-basis: 318px;
}

.wau-popup-dialog[data-screen="exists"].is-small .wau-popup-visual {
    min-height: 302px;
}

.wau-popup-content {
    position: relative;
    width: 580px;
    min-height: 621px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #fff;
    border-radius: 0 30px 30px 0;
}

.wau-popup-dialog.is-small .wau-popup-content {
    width: 636px;
    min-height: 277px;
}

.wau-popup-dialog[data-screen="exists"].is-small .wau-popup-content {
    width: 645px;
    min-height: 302px;
}

.wau-popup-close {
    position: absolute;
    z-index: 10;
    right: 24px;
    top: 24px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #f7f8fb;
    cursor: pointer;
}

.wau-popup-close::before,
.wau-popup-close::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 15px;
    width: 14px;
    height: 2px;
    background: #768292;
    border-radius: 2px;
}

.wau-popup-close::before {
    transform: rotate(45deg);
}

.wau-popup-close::after {
    transform: rotate(-45deg);
}

.wau-popup-screen {
    display: none;
}

.wau-popup-screen.is-active {
    display: contents;
}

.wau-popup-visual__pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.wau-popup-visual__title {
    position: absolute;
    left: 50%;
    top: 46px;
    z-index: 2;
    width: 397px;
    transform: translateX(-45%);
    color: #fff;
    font-size: 82px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.wau-popup-visual__title::before {
    content: attr(data-title);
    position: absolute;
    left: -4px;
    top: 2px;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.wau-popup-dialog.is-small .wau-popup-visual__title {
    display: none;
}

.wau-popup-visual__img {
    position: absolute;
    z-index: 3;
    display: block;
    max-width: none;
    pointer-events: none;
    user-select: none;
}

.wau-popup-visual__img--main {
    left: -44px;
    bottom: -88px;
    width: 660px;
}

.wau-popup-visual__img--success,
.wau-popup-visual__img--exists {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
    transform: none;
}

.wau-popup-paw-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.wau-popup-bg-paw {
    position: absolute;
    display: block;
    color: rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

.wau-popup-bg-paw svg,
.wau-popup-point-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.wau-popup-paw--1 {
    left: 90px;
    top: 33px;
    width: 63px;
    height: 63px;
    transform: rotate(-8deg);
}

.wau-popup-paw--2 {
    left: 307px;
    top: 2px;
    width: 97px;
    height: 98px;
    color: rgba(255, 255, 255, 0.2);
    transform: rotate(78deg);
}

.wau-popup-paw--3 {
    left: -11px;
    top: 210px;
    width: 126px;
    height: 125px;
    transform: rotate(-173deg);
}

.wau-popup-paw--4 {
    left: 336px;
    top: 230px;
    width: 156px;
    height: 155px;
    color: rgba(255, 255, 255, 0.2);
    transform: rotate(-13deg);
}

.wau-popup-paw--5 {
    left: 158px;
    top: 475px;
    width: 125px;
    height: 126px;
    transform: rotate(80deg);
}

.wau-popup-dialog.is-small .wau-popup-paw--1 {
    left: 60px;
    top: 28px;
    width: 36px;
    height: 36px;
}

.wau-popup-dialog.is-small .wau-popup-paw--2 {
    left: 184px;
    top: 10px;
    width: 55px;
    height: 56px;
}

.wau-popup-dialog.is-small .wau-popup-paw--3 {
    left: 3px;
    top: 129px;
    width: 72px;
    height: 72px;
}

.wau-popup-dialog.is-small .wau-popup-paw--4 {
    left: 200px;
    top: 141px;
    width: 89px;
    height: 89px;
}

.wau-popup-dialog.is-small .wau-popup-paw--5 {
    left: 99px;
    top: 281px;
    width: 72px;
    height: 72px;
}

.wau-popup-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wau-popup-title {
    margin: 0;
    color: #e60000;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.wau-popup-desc {
    margin: 0;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.wau-popup-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wau-popup-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    font-size: 18px;
    line-height: 1;
}

.wau-popup-point-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #e60000;
}

.wau-popup-note {
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 1;
}

.wau-popup-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wau-popup-input {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    background: #fcfcfc;
    border: 1px solid #e4e9ef;
    border-radius: 6px;
    outline: none;
    color: #222;
    font-size: 16px;
}

.wau-popup-input::placeholder {
    color: #757c83;
}

.wau-popup-input.is-error {
    border-color: #e60000;
    box-shadow: 0 0 0 2px rgba(230, 0, 0, 0.12);
}

.wau-popup-check {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    cursor: pointer;
}

.wau-popup-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wau-popup-check-box {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: #fcfcfc;
    border: 1px solid #e4e9ef;
    border-radius: 2px;
}

.wau-popup-check input:checked + .wau-popup-check-box {
    background: #e60000;
    border-color: #e60000;
}

.wau-popup-check input:checked + .wau-popup-check-box::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wau-popup-check-text {
    color: #222;
    font-size: 12px;
    line-height: 1.4;
}

.wau-popup-error {
    display: none;
    color: #e60000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.wau-popup-error.is-visible {
    display: block;
}

.wau-popup-button {
    width: 220px;
    height: 50px;
    margin-top: 16px;
    padding: 0 32px;
    border: 0;
    border-radius: 8px;
    background: #e60000;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.wau-popup-button:hover {
    background: #bd0808;
}

.wau-popup-widget {
    position: fixed;
    z-index: 99998;
    right: 24px;
    bottom: 120px;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.wau-popup-widget:hover {
    transform: scale(1.04);
}

.wau-popup-widget img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.wau-popup-lock {
    overflow: hidden;
}

.wau-popup-dialog.is-small .wau-popup-visual__pattern,
.wau-popup-dialog.is-small .wau-popup-visual__title {
    display: none !important;
}

.wau-popup-dialog.is-small .wau-popup-visual__img--success,
.wau-popup-dialog.is-small .wau-popup-visual__img--exists {
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: fill !important;
    object-position: center center !important;
    transform: none !important;
    border-radius: inherit;
}

@media (max-width: 767px) {
    .wau-popup-dialog,
    .wau-popup-dialog.is-small {
        top: 50%;
        width: 342px;
        max-width: calc(100vw - 48px);
        display: flex;
        flex-direction: column;
        border-radius: 20px;
    }

    .wau-popup-visual,
    .wau-popup-dialog.is-small .wau-popup-visual,
    .wau-popup-dialog[data-screen="exists"].is-small .wau-popup-visual {
        width: 100%;
        min-height: 148px;
        flex: 0 0 148px;
        border-radius: 20px 20px 0 0;
    }

    .wau-popup-content,
    .wau-popup-dialog.is-small .wau-popup-content,
    .wau-popup-dialog[data-screen="exists"].is-small .wau-popup-content {
        width: 100%;
        min-height: 0;
        padding: 30px 30px 40px;
        gap: 24px;
        border-radius: 0 0 20px 20px;
    }

    .wau-popup-dialog.is-small .wau-popup-content {
        gap: 12px;
    }

    .wau-popup-close {
        right: 12px;
        top: 12px;
        width: 16px;
        height: 16px;
        background: #bd0808;
        border-radius: 3px;
    }

    .wau-popup-close::before,
    .wau-popup-close::after {
        left: 4px;
        top: 7px;
        width: 8px;
        height: 1.5px;
        background: #fff;
    }

    .wau-popup-visual__title {
        left: auto;
        right: 30px;
        top: 22px;
        width: 204px;
        transform: none;
        font-size: 35px;
        letter-spacing: -1px;
    }

    .wau-popup-visual__img--main {
        left: -62px;
        top: -8px;
        bottom: auto;
        width: 242px;
        transform: rotate(15deg);
    }

    .wau-popup-title {
        font-size: 21px;
        line-height: 1.25;
    }

    .wau-popup-desc {
        font-size: 14px;
        line-height: 1.4;
    }

    .wau-popup-points {
        gap: 8px;
    }

    .wau-popup-points li {
        gap: 8px;
        font-size: 14px;
    }

    .wau-popup-point-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .wau-popup-note {
        font-size: 14px;
        line-height: 1.4;
    }

    .wau-popup-form {
        gap: 12px;
    }

    .wau-popup-input {
        height: 54px;
        font-size: 14px;
    }

    .wau-popup-check {
        align-items: flex-start;
        gap: 8px;
    }

    .wau-popup-check-box {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .wau-popup-check input:checked + .wau-popup-check-box::after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 9px;
    }

    .wau-popup-check-text {
        font-size: 12px;
    }

    .wau-popup-button {
        width: 100%;
        margin-top: 12px;
        font-size: 18px;
    }

    .wau-popup-widget {
        right: 18px;
        bottom: 72px;
        width: 64px;
        height: 64px;
    }

    .wau-footer-newsletter__name {
        order: 0;
        width: 100%;
        height: 56px;
        padding: 0 18px;
        text-align: center;
        font-size: 24px;
    }
}
