.fun-casinogames-section--contact{
    background: url('/fun-casinogames-assets/fun-casinogames-img/fun-casinogames-city_image.webp');
    background-size: cover;
    background-position: center;
}

.fun-casinogames-contact__layout{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.fun-casinogames-contact__intro{
    max-width: 820px;
    width: 100%;
}

.fun-casinogames-contact__title{
    letter-spacing: 0.2em;
}

.fun-casinogames-contact__form{
    max-width: 820px;
    width: 100%;
    align-items: start;
}

.fun-casinogames-form__fields{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.fun-casinogames-form__field{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    width: 100%;
}

.fun-casinogames-form__field input{
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.5);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.fun-casinogames-form__field input::placeholder{
    color: #fff;
}

.fun-casinogames-form__field textarea{
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.5);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.fun-casinogames-form__field textarea::placeholder{
    color: #fff;
}

.fun-casinogames-form__submit{
    padding: 14px 71px;
}

.fun-casinogames-form p{
    display: none;
}

.fun-casinogames-form.fun-casinogames-active p{
    display: block;
}

@media screen and (max-width: 600px) {
    .fun-casinogames-form__submit{
        width: 100%;
    }
}
