.lotto777-so-hero-section.contact_us{
    padding: 24px 0px;
}

.lotto777-so-form-section{
    color: #5b2f12;
    gap: 40px;
}

.lotto777-so-contact-form{
    max-width: 823px;
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.lotto777-so-form-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #5b2f12;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    gap: 8px;
}

.lotto777-so-form-field input{
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 14px 16px;
    background: #5b2f12;
    color: white;
}

.lotto777-so-submit-button{
    border-radius: 1000px;
    border: 0px;
    padding: 14px 24px;
    background: #5b2f12;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    max-width: 246px;
    margin-top: 8px;
}

textarea{
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #5b2f12;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #999;
    color: white;
}

@media screen and (max-width: 600px) {
    .lotto777-so-hero-section.lotto777-so-contact_us{
        background: url(../lotto777-so-assets/lotto777-so-img/lotto777-so-small-hero-bg.webp);
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 450px) {
    .lotto777-so-submit-button{
        width: 100%;
        max-width: none;
    }
}

form p{
    display: none;
}

form.lotto777-so-active p{
    display: block;
}