<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/.default/components/bitrix/news/brands/style.css?17479115062143*/
.brand-detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 23px;
    margin-bottom: 40px;
}
.brand-detail__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.brand-detail__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.brand-detail__title {
    font-family: 'Jost';
    font-size: 1.63rem;
    line-height: 130%;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}
.brand-detail__description {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}
.brand-detail__description-text {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.brand-detail__description-text.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.brand-detail__button {
    background-color: transparent;
    border: none;
    color: #007bff;
    padding: 8px 0;
    margin-top: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}
.brand-detail__button:hover {
    text-decoration: underline;
}

.brand-detail__img {
    display: flex;
    order: -1;
}
.brand-detail__img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.brand-detail__bottom {}
.brand-detail__banner {}
.brand-detail__banner img {
    width: 100%;
    height: auto;
}
@media (min-width: 1140px) {
    .brand-detail {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) {
    .brand-detail__top {
        flex-direction: row;
        gap: 5%;
    }
    .brand-detail__text-wrapper {
        width: 65%;
        order: 0;
    }
    .brand-detail__title {
        text-align: center;
    }
    .brand-detail__img {
        align-items: center;
        order: 1;
        width: 30%;
    }
    .brand-detail__button {
        display: none !important;
    }
    .brand-detail__description-text.collapsed {
        display: block;
        -webkit-line-clamp: unset;
        max-height: none !important;
    }
     .brand-detail__description-text {
        max-height: none !important;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/brands/style.css?17479115062143 */
</pre></body></html>