.fkb-list,
.fkb-form-wrap {
    color: #08111f;
    font-family: inherit;
    font-size: 20px;
    line-height: 1.38;
    max-width: 980px;
	margin-top: 50px;
}

.fkb-event {
    margin: 0 0 50px;
    padding: 0 0 4px;
}

.fkb-event__date {
    font-size: 21px;
    line-height: 1.2;
    text-align: right;
    margin-bottom: 18px;
    font-weight: 300;
}

.fkb-event__title {
    color: inherit;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
	letter-spacing: unset !important;
    text-transform: unset  !important;
	margin: 0 0 0;
    padding: 0;
}

.fkb-event__subtitle {
    font-size: 20px;
    line-height: 1.38;
    margin: 0 0 17px;
}

.fkb-event__speakers {
    margin: 0 0 17px;
}

.fkb-event__label {
    margin-bottom: 0;
}

.fkb-event__speaker-lines p {
    margin: 0;
}

.fkb-event__speaker-lines strong,
.fkb-event__registration-info strong {
    font-weight: 800;
}

.fkb-event__registration-info {
    margin: 0 0 16px;
}

.fkb-event__buttons {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 8px;
    width: 100%;
    margin: 0;
}

.fkb-button,
.fkb-button:visited {
    align-items: center;
    background: #bd9051;
    border: 0;
    color: #ffffff;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: flex-start;
    letter-spacing: 0;
    min-height: 44px;
    padding: 0 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition: filter 0.15s ease;
}

.fkb-button:hover,
.fkb-button:focus {
    color: #ffffff;
    filter: brightness(0.94);
    text-decoration: none;
}

.fkb-button--flyer {
    justify-content: center;
}

.fkb-button--disabled {
    cursor: default;
    opacity: 0.58;
}

.fkb-empty {
    font-size: 18px;
}

.fkb-form-wrap {
    font-size: 18px;
}

.fkb-form {
    display: grid;
    gap: 18px;
}

.fkb-form__row {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
}

.fkb-form__field label,
.fkb-checkbox {
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
}

.fkb-form__field input,
.fkb-form__field textarea,
.fkb-form__field select {
    background: #ffffff;
    border: 1px solid #c9cdd3;
    border-radius: 0;
    box-sizing: border-box;
    color: #08111f;
    font: inherit;
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
}

.fkb-form__field textarea {
    min-height: 112px;
}

.fkb-checkbox {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
}

.fkb-checkbox input {
    margin-top: 4px;
}

.fkb-form__submit {
    background: #bd9051;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    min-height: 46px;
    padding: 0 24px;
    text-transform: uppercase;
    width: fit-content;
}

.fkb-form__submit:hover,
.fkb-form__submit:focus {
    filter: brightness(0.94);
}

.fkb-message {
    border-left: 4px solid;
    margin: 0 0 20px;
    padding: 12px 14px;
}

.fkb-message--success {
    background: #eef8f0;
    border-color: #2f8f46;
}

.fkb-message--error {
    background: #fff2f1;
    border-color: #c9362a;
}

.fkb-message ul {
    margin: 8px 0 0 22px;
}

@media (max-width: 700px) {
    .fkb-list,
    .fkb-form-wrap,
    .fkb-event__date,
    .fkb-event__title,
    .fkb-event__subtitle {
        font-size: 17px;
    }

    .fkb-event__date {
        text-align: left;
    }

    .fkb-event__buttons,
    .fkb-form__row {
        grid-template-columns: 1fr;
    }

    .fkb-button--flyer {
        justify-content: flex-start;
    }
}
