.krsc-wrap,.krsc-wrap * {
    box-sizing: border-box
}

.krsc-wrap {
    --navy: #073466;
    --red: #ed123f;
    --pink: #f58b99;
    --gray: #9aa4b5;
    --text: #4b5565;
    --border: #edf0f5;
    --input: #f8f9fb;
    --green: #079b48;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px;
    font-family: Inter,Arial,sans-serif
}

.krsc-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 18px 45px rgba(15,23,42,.08)
}

.krsc-form h2,.krsc-success h2 {
    color: var(--navy);
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 26px;
    m
    }

.krsc-form label {
    display: block;
    color: var(--gray);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 12px
}

.krsc-form input,.krsc-form select {
    width: 100%;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--border);
    color: var(--navy);
    padding: 24px 14px;
    outline: none;
    margin: 0 0 16px;
}

.krsc-form input::placeholder {
    color: #c8ced8
}

.krsc-form input:focus,.krsc-form select:focus {
    border-color: rgba(237,18,63,.35);
    box-shadow: 0 0 0 4px rgba(237,18,63,.08)
}

.krsc-btn {
    border: none;
    cursor: pointer;
    min-height: 50px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: transform .18s ease,opacity .18s ease
}

.krsc-btn:hover {
    transform: translateY(-1px)
}

.krsc-next {
    width: 100%;
    background: #ec282d;
    margin: 0 0 16px;
}

.krsc-submit {
    width: 100%;
    background: var(--red)
}

.krsc-actions {
    display: inline-flex;
    align-items: center;
    margin: 15px 0 30px;
    width: 100%;
}

.krsc-back {
    border: none;
    background: transparent;
    color: var(--gray);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.krsc-consent {
    color: var(--gray);
    font-size: 14px;
    line-height: 1.55;
    text-align: center;
    margin: 0 auto;
    font-weight: 500
}

.krsc-message {
    color: var(--red);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: -14px 0 18px
}

.krsc-success {
    text-align: center;
    padding: 30px 10px
}

.krsc-check-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d8fbe4;
    display: grid;
    place-items: center;
    margin: 0 auto 8px;
}

.krsc-check {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--green);
    color: var(--green);
    display: grid;
    place-items: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 1
}

.krsc-success h2 {
    margin-bottom: 14px;
}

.krsc-success p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.4;
    margin: 0 auto;
}

#krscStartOver {
    border: none;
    background: transparent;
    color: var(--red);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer
}

@media(max-width: 768px) {
    .krsc-wrap {
        padding:10px
    }

    .krsc-card {
        padding: 30px 22px;
        border-radius: 24px
    }

    .krsc-form h2,.krsc-success h2 {
        font-size: 32px;
        margin-bottom: 28px
    }

    .krsc-form label {
        font-size: 14px
    }

    .krsc-form input,.krsc-form select {
        height: 58px;
        font-size: 18px;
        border-radius: 14px;
        margin-bottom: 22px
    }

    .krsc-btn,.krsc-back {
        min-height: 62px;
        font-size: 21px
    }

    .krsc-actions {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .krsc-back {
        order: 2
    }

    .krsc-success p {
        font-size: 20px
    }
}
.nice-select {
    display: block !important;
    width: 100% !important;
    border-radius: 12px !important;
    height: 49px !important;
    border-radius: 12px !important;
    border: 1px solid var(--border) !important;
    color: var(--navy);
    outline: none;
    line-height: 3.3 !important;
}

