<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.coupon {
    width: 300px;
    height: 150px;
    border: 2px solid #000;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}

.card {
    width: 420px;
    height: 270px;
    margin: 2rem auto;
    /* border-radius: .5rem; */
    background: #5DA9E9;

    -webkit-mask-image: radial-gradient(circle at right 140px bottom 37px, transparent 37px, red 37.5px), linear-gradient(transparent 25%, red 0, red 75%, transparent 0);
    -webkit-mask-size: 100%, 3px 16px;
    -webkit-mask-repeat: repeat, repeat-y;
    -webkit-mask-position: 0 37px, calc(100% - 138.5px);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
}

.card-con {
    position: relative;
    filter: drop-shadow(.5rem .5rem 0rem #F3F4F5);
    --theme: #5DA9E9;
    top:0px;
}

.card-content {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.card-content-border-dash {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(4, 69, 87, 1);
    display: flex;
    flex-direction: row;
}

.coupon-header {
    text-align: center;
}

.coupon-ad {
    width: 100%;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.coupon-ad p {
    width: 96%;
    font-size: 15px;
    word-break: break-all;
}

.coupon-ad span {
    text-decoration: underline solid white;    text-decoration-thickness: 2px;
    text-underline-offset: 3.5px;
}

.card-left {
    width: calc(100% - -361.5px);
    height: 100%;
    padding: 20px 0px;
}

.card-right {
    width: -webkit-fill-available;
    height: 100%;
}

.coupon-header span {
    font-size: 30px;
    letter-spacing: .75px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 28px;
}

.coupon-form {
    height: -webkit-fill-available;
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
}

.coupon-description-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: fit-content;
    margin-left: 12px;
    align-items: center;
    margin-bottom: 18px;
    gap: 12px
}

.coupon-form img {
    max-width: 30%;
    position: absolute;
    top: 40px;
    right: 0px;
}

.coupon-description-inputs {}

.coupon-description-2 {
    /* width: 100%;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    margin-top: 10px; */
}

.card input {
    outline: none;
    width: 110px;
    border-radius: 25px;
    background-color: #f6f6f5;
    padding: 19px 2px;
    font-size: 13px;
    color: #282728;
    letter-spacing: .33px;
    margin-right: 5px;
    border: none;
    height: 30px;
}

.card button {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    padding: 0px 7px;
    background-color: #ff822e;
    border-radius: 38px;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    color: white;

    min-width: auto;

    position: absolute;
    left: 89px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .card button {
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        height: 40px;
        padding: 0px 7px;
        background-color: #ff822e;
        border-radius: 38px;
        -moz-border-radius: 38px;
        -webkit-border-radius: 38px;
        color: white;

        min-width: auto;

        position: absolute;
        left: 95px;
        margin-bottom: 14px;
    }

    .card input {
        width: 100px;

    }
}


/* сделать все для телефона поменьше */
@media (max-width: 450px) {

    .card {
        width: 360px;
        height: 230px;
        margin: 2rem auto;
        /* border-radius: .5rem; */
        background: #5DA9E9;

        mask-image: radial-gradient(circle at right 140px bottom 37px, transparent 30px, black 30.5px), linear-gradient(transparent 25%, black 0px, black 75%, transparent 0px) !important;
        -webkit-mask-image: radial-gradient(circle at right 140px bottom 37px, transparent 20px, black 20.5px), linear-gradient(transparent 25%, black 0px, black 75%, transparent 0px);
        -webkit-mask-size: 100%, 3px 16px;
        -webkit-mask-repeat: repeat, repeat-y;
        -webkit-mask-position: 0 37px, calc(100% - 138.5px);
        -webkit-mask-composite: source-out;
        mask-composite: subtract;
    }

    .card-content {
        padding: 7px;
    }

    .coupon-header {
        text-align: center;
    }

    .coupon-ad {

        margin-top: 1px;
    }

    .coupon-ad p {
        width: 95%;
        font-size: 15px;
        word-break: auto-phrase;
    }

    .coupon-ad span {
        text-decoration: underline solid white;
        text-decoration-thickness: 2px;
        text-underline-offset: 3.5px;
    }

    .card-left {
        padding: 8px 3px;
        width:calc(100% - -210.5px);;
    }

    .coupon-header span {
        font-size: 29px;
        letter-spacing: .75px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 28px;
    }

    .coupon-description-1 {
        margin-left: 6px;
        margin-bottom: 7px;
        gap: 6px
    }

    .coupon-form {
        margin-top: none;
        margin: 10px 0px;
    }

    .coupon-form img {
        max-width: 26%;
        position: absolute;
        top: 47px;
        right: 23px;
    }

    .card input {
        outline: none;
        width: 110px;
        border-radius: 25px;
        background-color: #f6f6f5;
        padding: 15px 2px;
        font-size: 13px;
        color: #282728;
        letter-spacing: .33px;
        margin-right: 5px;
        border: none;
        height: 40px;
    }

    .card button {
        height: 40px;
        left: 60px;
        margin-bottom: 3px;
    }

}

@media (min-width: 1000px) {
    .card-con{
        position: relative;
        top: 60px;
    }
}</pre></body></html>