<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-link {
    padding-bottom: 4px;
    margin-bottom: 10px;
    width: fit-content;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.15rem;
    border-bottom: 1px solid var(--theme-border);
    text-decoration: none;
    cursor: pointer;
}
html.inverted .block-link {
    cursor: pointer;
    border-bottom: 1px solid #000;
    filter: invert(1);
}
.block-link {
    background-color: #000;
    border-radius: 21px;
    cursor: pointer;
    font-weight: 400;
    /* text-transform: uppercase; */
    text-transform: lowercase;
    display: inline-block;
    font-size: 0.9rem;
    color: #fff;
    padding: 11px 1.5rem;
    padding-top: 11px;
    text-decoration: none;
    text-align: center;
    border: 1px black solid;
}

.block-link:first-letter,
.block-link span:first-letter {
    text-transform: uppercase;
}
html.inverted .block-link {
    cursor: pointer;
    border-bottom: 1px solid #000;
    filter: invert(1);
}
.section-btn-link__text {
    line-height: 1rem;
    margin-right: 0;
    font-size: 0.9rem;
    font-weight: 400;
    padding-bottom: 0;
    border: none;
}
.block-link:hover {
    color: #000;
    background-color: #fff;
}
.section-btn-link:hover .section-btn-link__text {
    color: #000;
}
.project-main-slider .container-slider {
    margin-bottom: 3rem;
}
.catalog-item__thumb .caption.small {
    position: absolute;
    top: unset;
    left: 50px;
    bottom: 16px;
}
.swiper-slide__description {
    margin-top: 2rem;
    max-width: 800px;
}
.swiper-slide__description h4 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-weight: 600;
}
.swiper-slide__description p {
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: 400;
}

.description-overlay .carousel-inner::after {
    position: absolute;
    z-index: 5;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 35%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0) 80%) repeat
        scroll 0% 0%;
    opacity: 0.8;
}
.swiper-slide__description {
    position: absolute;
    bottom: 0;
    z-index: 10;

    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    width: 100%;
    margin-top: 2rem;
    max-width: 800px;

    color: #fff;
}
@media (min-width: 1440px) {
    .swiper-slide__description {
        padding-left: 2rem;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
}
@media (max-width: 1023px) {
    .swiper-slide__description h4 {
        padding-bottom: 5px;

        font-size: 19px;
        line-height: 24px;
    }
    .swiper-slide__description p {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }

    .description-overlay .carousel-inner::after {
        height: 55%;
        background: rgba(0, 0, 0, 0)
            linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0) 80%)
            repeat scroll 0% 0%;
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .swiper-slide__description {
        margin-top: 2.5rem;
    }

    .caption.small {
        bottom: 27% !important;
        left: 36% !important;
    }
}
</pre></body></html>