.fabula-desc-form-block {
    position: relative;
    display: grid;
    grid-template-columns: 65% 1fr;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding-right: 160px;
    padding-left: 160px;
}
.fabula-desc-form-block .fabula-block-title {
    margin: 0;
}
@media (max-width: 1565px) {
    .fabula-desc-form-block {
        padding-right: 100px;
        padding-left: 100px;
    }
}
@media (max-width: 1440px) {
    .fabula-desc-form-block {
        padding-right: 60px;
        padding-left: 60px;
    }
}
@media (max-width: 1262px) {
    .fabula-desc-form-block {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width: 1016px) {
    .fabula-desc-form-block {
        padding: 0;
        grid-template-columns: 1fr;
        background: transparent !important;
    }
}
.fabula-desc-form__desc {
    padding: 60px 48px;
    border-radius: 40px;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 1262px) {
    .fabula-desc-form__desc {
        padding: 30px 25px;
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1016px) {
    .fabula-desc-form__desc {
        padding: 40px;
        border-radius: 30px;
        margin-bottom: 2px;
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 768px) {
    .fabula-desc-form__desc {padding: 40px 25px}
}

.fabula-desc-form__desc-header {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
   .fabula-desc-form__desc-header {
        gap: 30px;
        margin-bottom: 24px;
    } 
}

.fabula-desc-form-icon-action {
    width: 66px;
    height: 66px;
    object-fit: contain;
}
@media (max-width: 768px) {
    .fabula-desc-form-icon-action {
        width: 40px;
        height: 40px;
    }
}

.fabula-desc-form__desc-content {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.fabula-desc-form__desc-content >*:first-child {
    margin-top: 0;
}
.fabula-desc-form__desc-content >*:last-child {
    margin-bottom: 0;
}
.fabula-desc-form__desc-content ul,
.fabula-desc-form__desc-content ol {
    padding-left: 15px;
    margin: 24px 0;
}
.fabula-desc-form__desc-content ul li::marker {
    color: var(--brand-color);
}
.fabula-desc-form__desc-content ul > li:not(:last-child),
.fabula-desc-form__desc-content ol > li:not(:last-child) {
    margin-bottom: 8px;
}
.fabula-desc-form__desc-content h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 20px 0;
}
.fabula-desc-form__desc-content h4 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin: 20px 0;
}
@media (max-width: 768px) {
    .fabula-desc-form__desc-content h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

.fabula-desc-form__desc-content .flex {
    display: flex;
    align-items: center;
    gap: 8px;
}
.fabula-desc-form__desc-content .flex h3,
.fabula-desc-form__desc-content .flex h4, 
.fabula-desc-form__desc-content .flex h5 {
    margin: 0;
}
@media (max-width: 768px) {
    .fabula-desc-form__desc-content .flex {
        flex-wrap: wrap;
    }
}
.fabula-desc-form__desc-content del {
    color: #AEAEAE;
}
.fabula-desc-form__desc-content .fabula-price-list-price {
    font-size: 16px;
    font-weight: 600;
}
.fabula-desc-form__desc-content .fabula-price-list-price + del {
    font-size: 16px;
}
@media (max-width: 767px) {
    .fabula-desc-form__desc-content .fabula-price-list-price {
        order: 0;
    }
}


.fabula-desc-form__form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 40px;
    background: linear-gradient(45deg, #0273FF 0%, #013FFF 100%);
    padding: 60px;
    color: #ffffff;
}
@media (max-width: 1262px) {
    .fabula-desc-form__form {
        padding: 30px;
    }
}
@media (max-width: 1016px) {
    .fabula-desc-form__form {
        border-radius: 30px;
        padding: 40px 30px;
    }
}
.fabula-block-form-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.fabula-block-form-logo {
    width: 31px;
    height: 25px;
    object-fit: contain;
}
@media (max-width: 768px) {
    .fabula-block-form-logo {
        width: 26px;
        height: 20px;
    }
}
.fabula-block-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fabula-block-form .fabula-form__form-inputs {grid-template-columns: 1fr}
@media (max-width: 768px) {
    .fabula-block-form .fabula-form__form-inputs {margin-bottom: 20px}
}

.fabula-block-form .fabula-form__form-inputs label:first-child,
.fabula-block-form .fabula-form__form-inputs label:last-child {
    grid-column-start: auto;
    grid-column-end: auto;
}
.fabula-block-form .fabula-checkbox-link {
    color: #ffffff;
    text-decoration: underline;
}
.fabula-block-form .fabula-checkbox-link:hover {
    color: #ffffff;
    text-decoration: none;
}
.fabula-block-form .fabula-hidden-input:checked + .fabula-checkbox-label__text::before,
.fabula-block-form .fabula-hidden-input:checked + .fabula-checkbox-label__text::after {
    border-color: #ffffff;
}
.fabula-block-form .fabula-form_btn_submit {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 20.4px 33px;
    background: #ffffff;
    color: var(--brand-color);
}
.fabula-block-form .fabula-form_btn_submit:hover {
    background: #ffffff;
}
.fabula-block-form .fabula-form_btn_submit[disabled],
.fabula-block-form .fabula-form_btn_submit[disabled]:hover {
    background: linear-gradient(123.75deg, #FAFAFA -30.52%, #D7DBE0 89.61%);
    color: #AEAEAE;
    opacity: 0.5;
}
.fabula-block-form .fabula-checkbox-label {margin: 0}
.fabula-block-form .fabula-form__fail {
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
}
.fabula-block-form .fabula-form__message {margin-top: 10px}
.fabula-block-form .fabula-error-text {
    width: max-content;
    background: #ffffff;
    padding: 1px 5px;
    border-radius: 10px;
    margin: 4px 0 0 0;
    border: 1px solid #e80c0c;
}
