.page .header-top{
    background-color: var(--blue) !important;
    padding: 60px 80px 50px 80px;
}

.page .header-top.header-croll-down,
.page .header-top.header-croll-up{
    background-color: transparent !important;
}

.page article{
    padding: 260px 80px 50px 80px;
}

.page article h1{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 700;
    text-wrap: balance;
}


.page article h1::before {
    content: "";
    display: block;
    width: 140px;
    height: 90px;
    background-image: url(/wp-content/themes/blankslate/img/icon-left-tittle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    position: absolute;
    left: -115px;
    top: -10px;
    z-index: -1;
}


@media (max-width: 1100px) {
    .page .header-top{
        background-color: var(--blue) !important;
        padding: 30px 30px 30px 30px;
    }

    .page article {
        padding: 180px 30px 50px 30px;
    }

    .page article h1 {
        font-size: 40px;
        line-height: 1.8;
    }
}

@media (max-width: 768px) {
    #site-title svg {
        width: 70%;
    }

    .page article h1 {
        font-size: clamp(1.8rem, 0.6vw + 3.4vw, 6.3rem);
    }

    .page article {
        padding: 160px 30px 50px 30px;
    }

    .cibor-ref__filter-label {
        font-weight: 600;
        font-size: 14px;
    }
}

