

/* Start:/bitrix/components/kraytsantehnika/krayt.collection.element/templates/.default/style.css?17639597131232*/
.collection-title{
    font-size: 36px;
    font-weight: 500;
}

.collection-sections{

    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 52px;
}
.collection-section-link {
    display: block;
    margin: 0 8px 8px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding: 11px 24px;
    text-align: center;
    background: #fff;
    color: var(--main-txt);
    border: 1px solid var(--border-gray);
    border-radius: 4px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s all ease;
    height: 38px;
}

.collection-section-link:hover {
    transition: 0.2s all linear;
    border: 1px solid #BCC3D1;
    color: var(--main-txt);
}
.collection-section-link:active {
    background-color: var(--main_bg_gray);
    border: 1px solid #BCC3D1;
    color: var(--main-txt);
}

@media (max-width: 576px) {
    .collection-sections{
        margin-top: 24px;
        margin-bottom: 25px;
    }
    .collection-title{
        font-size: 20px;
        font-weight: 700;
    }
    .collection-section-link{
        padding: 10px 24px;
        height: 36px;
    }
}
/* End */
/* /bitrix/components/kraytsantehnika/krayt.collection.element/templates/.default/style.css?17639597131232 */
