

.email-input {
    display: flex;
    padding: 24px 0px;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
}

.title-spre {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

input {
    width: 100%;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #A1A1A1;
    padding-left: 50px !important;
    color: var(--AAA, var(--text-gray, #AAA));
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

textarea {
    width: 100%;
    border: 1px solid #EBEBE6;
    border-radius: 12px;
    padding: 15px;
    height: 170px;
}

.icon-email {
    position: absolute;
    left: 20px;
    top: 34px;
}

.email-input {
    position: relative;
    width: 100%;
}

.texta {
    display: flex;
    width: 100%;
}

.texta textarea {
    display: flex;
    padding: 18px 20px;
    align-items: flex-start;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid #EEE;
    color: var(--AAA, var(--text-gray, #AAA));
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.button-cane-comf {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.buton-cancel {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    background: var(--EEE, #EEE);
    color: var(--text-gray, #AAA);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.buton-conf {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    background: var(--main-purple, #815FF5);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content {
    color: #AAA;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

input::placeholder,
textarea::placeholder
{
    color: #AAA;
}

.popup-sponsor input,
.popup-sponsor textarea
{
    color: #000;
}
@media only screen and (max-width: 640px) {
   .is_web header.header-back.header_fixed{
        top: 60px;
    }
}