.fabula-advt-services-section {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2px;
    margin-bottom: 2px;
    position: relative;
}
.fabula-advt-services-section:hover .fabula-elem-bitrix-url,
.fabula-advt-services-section:hover .fabula-elem-deactivate-block {display: block}
.fabula-advt-services-section .fabula-elem-deactivate-block {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
}
.fabula-advt-service { 
    position: relative;
    min-height: 426px;
    flex-direction: column;
}
.fabula-advt-service-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.fabula-advt-service-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.fabula-advt-service-title {
    font-size: 32px;
    line-height: 34px;
    align-self: flex-end;
}
.fabula-advt-service-subtitle {
    align-self: flex-start;
    font-size: var(--small-text-size);
    line-height: 18px;
    color: lightgrey;
    text-transform: uppercase;
    font-weight: 700;
}
.fabula-advt-services-section .fabula-price-list-price {padding: 4px 13px}
.fabula-advt-service-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
}
.fabula-advt-services-top-list {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    flex-direction: column;
}
.fabula-advt-service-link {
    font-size: var(--small-text-size);
    line-height: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
} 
.fabula-advt-service-link img {
    object-fit: contain;
    width: 15px;
    height: 13px;
}
.fabula-advt-services-top-list .fabula-appointment-actions {margin-top: 37px}
.fabula-advt-service .fabula-appointment-actions {
    align-items: center;
    margin-top: 38px;
    flex-wrap: nowrap;
    min-height: 51.7px;
}
.fabula-advt-services-section .fabula-appointment-btn {
    font-size: var(--small-text-size);
    padding: 16px 33px;
}
.fabula-advt-services-top-list-title-container {
    margin-bottom: 38px;
    gap: 15px;
}
.fabula-advt-services-top-list li {align-items: center}
.fabula-advt-services-top-list-item-header {
    cursor: pointer;
    gap: 10px;
}
.fabula-advt-services-top-list-item-header:hover .fabula-advt-services-top-list-item-title {color: var(--brand-color-active)}
.fabula-advt-services-top-list-item-title {
    width: 65%;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}
.fabula-advt-services-top-list-item-body {
    display: grid;
    min-height: 0;
    grid-template-rows: 0fr;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    margin-top: 0;
}
.fabula-advt-services-top-list-item-body_active {
    grid-template-rows: 1fr;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    margin-top: 8px;
}
.fabula-advt-services-top-list-item-body .fabula-advt-services-top-list-item-body-info {
    min-height: 0;
    margin: 0;
    font-weight: normal;
}
.fabula-advt-services-top-list-item-actions {
    display: flex;
    gap: 15px;
    margin-top: 14px;
}
.fabula-advt-services-top-list-item-btn {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    text-transform: uppercase;
    color: var(--brand-color);
}
.fabula-advt-services-top-list-item-btn:hover,
.fabula-advt-services-top-list-item-btn:active,
.fabula-advt-services-top-list-item-btn:focus {
    color: var(--brand-color-active);
}
.fabula-advt-services-top-list-item-actions {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.fabula-advt-services-top-list-item-body-info ul {
    padding-left: 20px;
    list-style-type: disc;
}
.fabula-advt-services-top-list-item-body-info ul li::marker {
    color: var(--brand-color);
}
.fabula-advt-services-top-list-item-body-info ul li,
.fabula-advt-services-top-list-item-body-info ol li {
    border: none;
    padding: 0;
}
.fabula-advt-services-top-list-item-body-info ol {
    padding-left: 20px;
}

@media (max-width: 1565.5px) {
    .fabula-advt-service {min-height: 435px}
}
@media (max-width: 1440px) {
    .fabula-advt-service-title {
        font-size: 27px;
        line-height: 29px;
    }
    .fabula-advt-services-section .fabula-container-half-block {padding: 50px 25px}
    .fabula-advt-service { min-height: 379px}
    .fabula-advt-services-top-list li {padding: 22px 0}
    .fabula-advt-services-top-list-item-title {
        font-size: 16px;
        line-height: 20px;
    }
    .fabula-advt-services-section .fabula-appointment-btn {padding: 13px 23px}
        .fabula-advt-service .fabula-appointment-actions {
        min-height: 45.7px;
    }
}
@media (max-width: 1261.5px) {
    .fabula-advt-service { min-height: 0}
    .fabula-advt-services-section {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
    }
    .fabula-advt-services-section .fabula-container-half-block {padding: 50px 35px}
    .fabula-advt-services-top-list {
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .fabula-advt-service-title {
        font-size: 25px;
        line-height: 27px;
    }
}