

/* Start:/local/templates/talanmash.ru/components/bitrix/catalog/products/bitrix/catalog.section/gost/style.css?17900769941801*/
.subSectionImg{
    display: block;
    margin: 10px 0px;
    max-height: 100px;
}
.subSectionImg img{
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 100px;
    margin: auto;
}
.text-center{
    text-align: center;
}

@media(max-width: 767px) {
    .subSectionImg img{
        max-height: 60px;
    }
}
.catalog-subsections {
    margin: 20px 0;
}
.subsections-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.subsection-item {
    width: calc(25% - 20px);
    margin: 10px;
    text-align: center;
}
.catalog-subsections .subsection-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #000;
    text-decoration: none;
}
.catalog-subsections .subsection-link:hover,
.catalog-subsections .subsection-link:focus {
    color: #000;
    text-decoration: none;
}
.catalog-subsections .subsection-link:hover .subsection-name {
    text-decoration: underline;
}
.subsection-image {
    margin-bottom: 10px;
}
.subsection-image img {
    max-width: 100%;
    height: auto;
}
.subsection-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}
.subsection-name {
    font-weight: bold;
}
.subsection-count {
    flex: 0 0 auto;
    font-weight: bold;
    white-space: nowrap;
    color: #ffba00;
}
.subsection-item--without-image {
    text-align: left;
}
.subsection-item--without-image .subsection-caption {
    justify-content: flex-start;
}
.subsection-item--without-image .subsection-name {
    position: relative;
    padding-left: 22px;
}
.subsection-item--without-image .subsection-name::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffba00;
    content: '';
}

/* End */
/* /local/templates/talanmash.ru/components/bitrix/catalog/products/bitrix/catalog.section/gost/style.css?17900769941801 */
