.event-form .form-consent {
    font-size: 14px;
    display: none;
    padding-top: 20px;
}
.event-form .form-field input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    outline: none;
    height: 34px;
    transition: 400ms;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.118%;
    color: inherit
}
.event-form .form-field-title {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.118%;
    position: absolute;
    top: -2px;
    transition: 600ms;
    white-space: nowrap;
    pointer-events: none;
}
.event-form .form-field {
    position: relative;
}
.event-form .form-field input[type="text"].focus + .form-field-title {
    font-size: 14px;
    top: -21px;
    z-index: 0;
}
.event-form .form-fields-wrapper {
    margin: 0 -75px;
}
.event-form .form-field-wrapper {
    padding: 29px 75px;
}
.event-form .consent-confirm-wrapper {
    margin-top: 29px;
    margin-bottom: 107px;
}
.event-form .consent-confirm-wrapper a {
    color: inherit
}
.event-form .submit-button {
    background-color: #FBBE07;
    padding: 20px 41px;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #222;
    text-decoration: none;
    border-radius: 0 42px 0 42px;
    transition: 400ms;
    cursor: pointer;
    border: none;
}
.event-form .submit-button:hover {
    opacity: 0.7;
}
.event-form [name="consent-confirm"] {
    margin-right: 10px;
}
.event-form .form-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 185.714%;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.event-form .form-description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 55px;
    max-width: 687px;
}
.event-form .form-send-block-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 185.714%;
color: #FBBE07;
}
.event-form .form-send-block-description {
font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
margin: 20px 0 30px 0;
}

.result-tg-button {
padding: 10px;
    font-size: 14px;
color: white;
width: fit-content;
background-color: #4faee6;
border-radius: 5px;
gap: 6px;
transition: 350ms;
}

.result-tg-button-icon {
font-size: 0;
line-height: 0;
}
.result-tg-button:hover {
opacity: 0.7;
}
.event-form .google-calendar-link {
display: inline-block;
margin-top: 30px;
color: white;
text-decoration: none !important;
}
@media (max-width: 950px) {
    .event-form .form-title {
font-size: 27px;
}

.event-form .form-send-block-title {
        font-size: 19px;
    }
    .event-form .form-description {
        font-size: 16px;
    }
    .event-form .form-field input[type="text"],
    .event-form .form-field-title {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .event-form .form-fields-wrapper {
        margin: 0;
    }
    .event-form .form-field-wrapper {
        padding: 20px 0;
    }
    .event-form .form-title {
        margin-bottom: 16px;
    }
    .event-form .form-description {
        margin-bottom: 37px;
    }
    .event-form .consent-confirm-wrapper {
        margin-top: 20px;
        margin-bottom: 73px;
    }
}