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

/* Start:/local/templates/topsantehnika/css/manufacturers.css?174747557311617*/
.collection-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.collection-main__pic {
    flex-shrink: 0;
    width: 49%;
    height: auto;
    display: flex;
    margin-left: 5%;
    justify-content: flex-end;
    @media (max-width: 991px) {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}

.collection-main__pic img {
    height: auto;
    max-height: 300px;
    object-fit: contain;

}

.collection-main p {
    line-height: 1.9;
    font-size: 14px;
}

.collection-sign {
    width: 110px;
}

.collection-sign img {
    height: auto;
}

.manufacturers-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manufacturers-head__title {
    display: flex;
    align-items: flex-start;
    @media (max-width: 767px) {
        flex-direction: column;
    }
}

.manufacturers-head__count {
    margin-left: 12px;
    @media (max-width: 767px) {
        margin-left: 0;
        margin-top: 10px;
    }
}

.manufacturers-head__sign {
    display: flex;
    width: 110px;
    @media (max-width: 767px) {
        display: none;
    }
}

.manufacturers-head__sign img {
    height: auto;
}

.manufacturers-content {
    font-size: 14px;
    @media (max-width: 767px) {
        line-height: 1.4;
    }
}

.manufacturers-content p {
    margin-top: 32px;
}

.manufacturers-content p:first-child {
    margin-top: 0;
}

.manufacturers-content__more {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #2B7DC0;
    text-decoration: none;
    line-height: 1;
    border-bottom: 1px solid;
    display: none;
    @media (max-width: 767px) {
        margin-bottom: 0;
    }
}

.manufacturers-head__sign-mobile {
    display: none;

    .manufacturers-head__sign-mobile {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 30px;
        margin-top: -15px;
        pointer-events: none;
    }
}

.manufacturers-detail {
    margin-bottom: 50px;
    @media (max-width: 767px) {
        margin-bottom: 30px;
    }
}

.brand-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: -60px;
    @media (max-width: 991px) {
        margin-top: -40px;
    }
    @media (max-width: 767px) {
        justify-content: space-between;
    }
}

.brand-item {
    flex-basis: calc(25% - 60px);
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 80px;

    &amp;:nth-child(4n) {
        margin-right: 0;
    }

    @media (max-width: 1300px) {
        flex-basis: calc(25% - 20px);
        margin-right: 26px;
    }
    @media (max-width: 991px) {
        flex-basis: calc(33.3% - 10px);
        margin-top: 40px;
        margin-right: 15px;
        &amp;:nth-child(4n) {
            margin-right: 15px;
        }

        &amp;:nth-child(3n) {
            margin-right: 0;
        }
    }
    @media (max-width: 767px) {
        margin-right: 0 !important;
        flex-basis: calc(50% - 8px);
    }
}

.brand-item__pic {
    display: flex;
    margin-bottom: 30px;
    @media (max-width: 767px) {
        margin-bottom: 14px;
    }
}

.brand-item__pic img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.brand-item__title {
    color: #2A2A2A;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    @media (max-width: 767px) {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.brand-item__title:hover {
    color: #ED2B32;
}

.brand-item__links {
    display: flex;
    flex-direction: column;
}

.brand-item__link {
    display: inline-block;
    margin-bottom: 5px;
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 767px) {
    .brand-item__link {
        font-size: 12px;
    }
}

.brand-item__link:hover {
    color: #ED2B32;
}

.brand-item__more {
    display: inline-block;
    color: #2B7DC0;
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
    border-bottom: 1px solid;
    line-height: 1;
    @media (max-width: 767px) {
        font-size: 12px;
    }
}

.manufacturers-logos-container, .popular-slider-container {
    position: relative;
}

.popular-slider-container {
    margin-bottom: 50px;
    @media (max-width: 991px) {
        margin-bottom: 40px;
    }
}

.manufacturers-logos-container .swiper-arrow, .popular-slider-container .swiper-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 20px);
    background: white;
    z-index: 2;
    border: none;
    transition: all 0.25s linear;
    @media (max-width: 991px) {
        display: none;
    }
}

.manufacturers-logos-container .swiper-arrow-left, .popular-slider-container .swiper-arrow-left {
    left: -20px;
}

.popular-slider-container .swiper-arrow {
    top: 75px;
}

.manufacturers-logos-container .swiper-arrow-right, .popular-slider-container .swiper-arrow-right {
    right: -20px;
}

.manufacturers-logos-container .swiper-arrow:hover, .popular-slider-container .swiper-arrow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}


.manufacturers-logos, .popular-slider {
    @media (max-width: 991px) {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }
}

.popular-slider .swiper-slide {
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
}

.popular-slide-pic {
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all 0.25s linear;
    padding: 20px;
    height: 190px;
    @media (max-width: 767px) {
        height: 106px;
        margin-bottom: 16px;
        padding: 10px;
    }
}

.popular-slider .swiper-slide:hover .popular-slide-pic {
    border: 1px solid #ED2B32;
}

.popular-slide-pic img, .popular-slide-pic picture {
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

.manufacturers-form {
    position: relative;
    display: flex;
    align-items: center;
}

.manufacturers-form__input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 40px 0 11px;
    border: 1px solid #7B7B7B;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    border-radius: 4px;
}

.manufacturers-form__input:hover {
    border: 1px solid #ED2B32;
}

.manufacturers-form__input:focus {
    border: 1px solid #ED2B32;
}

.manufacturers-form__submit {
    background: transparent;
    outline: none;
    border: none;
    right: 20px;
    position: absolute;
    cursor: pointer;
}

.manufacturers-form__submit:before {
    width: 15px;
    height: 15px;
    background: #ED2B32;
}

.manufacturers-symbol {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 25px;
    @media (max-width: 991px) {
        margin-bottom: 0;
    }
}

.manufacturers-symbol__elements_mobile {
    display: none !important;
    @media (max-width: 991px) {
        display: inline-flex !important;
    }
}

.manufacturers-symbol__elements_desktop.active {
    @media (max-width: 991px) {
        display: flex;
        flex-flow: row wrap;
    }
}

.manufacturers-symbol__elements {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.manufacturers-symbol__elements_desktop {
    @media (max-width: 991px) {
        display: none;
        margin-bottom: 10px;
    }
}

.manufacturers-symbol__link {
    font-size: 14px;
    color: black;
    line-height: 1;
    margin-right: 25px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s linear;
}

.manufacturers-symbol__link:hover, .manufacturers-symbol__link.active {
    color: #ED2B32;
}

.manufacturers-symbol__link:last-child {
    margin-right: 0;
}

.manufacturers-symbol__elements-delimiter:after {
    margin: 0 29px;
    content: "/";
    color: rgba(0, 0, 0, 0.3);
    @media (max-width: 767px) {
        margin: 0 26px;
    }
}


.manufacturers-symbol__elements_desktop .manufacturers-symbol__link {
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}

.manufacturers-logo {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
    transition: all 0.25s linear;
    border-radius: 4px;
    @media (max-width: 767px) {
        height: 65px;
    }
}

.manufacturers-logo:hover {
    border: 1px solid #ED2B32;
}

.manufacturers-logo img {
    height: auto;
    width: 96px;
    @media (max-width: 767px) {
        width: 52px;
    }
}

.manufacturers-tags {
    display: flex;
    flex-flow: row wrap;
    margin-top: -14px;
    @media (max-width: 991px) {
        flex-flow: row;
        margin-top: 0;
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        white-space: nowrap;
        padding: 0 15px;
    }
}

.manufacturers-tag {
    height: 47px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    transition: all 0.25s linear;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: black;
    text-decoration: none;
    margin-right: 14px;
    @media (max-width: 991px) {
        margin-top: 0;
    }
    @media (max-width: 767px) {
        height: 35px;
        font-size: 12px;
        padding: 0 15px;
        margin-right: 10px;
    }
}

.manufacturers-tag:hover {
    border: 1px solid #ED2B32;
}

.manufacturers-tag.active {
    border: 1px solid #ED2B32;
    color: white;
    background: #ED2B32;
}

.manufacturers-symbol-container {
    margin-bottom: 40px;
    @media (max-width: 767px) {
        margin-bottom: 30px;
    }
}

.manufacturers-symbol-head {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    background: #F9F8F8;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    border-radius: 4px;
    margin-bottom: 25px;
    @media (max-width: 767px) {
        height: 45px;
        font-size: 18px;
        padding: 0 20px;
        margin-bottom: 14px;
    }
}

.manufacturers-symbol-list {
    display: block;
    column-count: 4;
    padding: 0 40px;
    width: 100%;
    column-gap: 20px;
    @media (max-width: 991px) {
        column-count: 3;
    }
    @media (max-width: 767px) {
        column-count: 2;
        padding: 0;
    }
}

.manufacturers-symbol-item {
    break-inside: avoid;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
    @media (max-width: 767px) {
        font-size: 14px;
    }
}

.manufacturers-symbol-item a {
    color: #2A2A2A;
    text-decoration: none;
}

.manufacturers-symbol-item a:hover {
    color: #ED2B32;
}

.more-circle {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #292D32;
    transition: all 0.25s linear;
    border-radius: 50%;
}

.icon-v3.more-circle:before {
    background: white;
    width: 17px;
    height: 17px;
}

.more-circle:hover {
    background: #ED2B32;
}
/* End */


/* Start:/local/templates/topsantehnika/components/bitrix/news/brands/style.css?1747475573226*/
.mb-40 {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 20px;
    }
    .catalogPage__category .card-line_30 {
        display: none;
    }
}
.line-hieght-p{
    line-height: 1.9;
}

/* End */


/* Start:/local/components/tn/brand.list/templates/.default/style.css?174747557358*/
.manufacturers-symbol-item.deactive a {
    color: #eee;
}
/* End */
/* /local/templates/topsantehnika/css/manufacturers.css?174747557311617 */
/* /local/templates/topsantehnika/components/bitrix/news/brands/style.css?1747475573226 */
/* /local/components/tn/brand.list/templates/.default/style.css?174747557358 */
</pre></body></html>