

/* Start:/local/templates/egm/components/bitrix/catalog/catalog/style.css?17648059554980*/
.catalog-detail__title {
    margin-bottom: 16px !important;
}

.catalog-element__bread {
    margin-bottom: 40px;
}

.tab-sections {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.tab-sections__item {
    border-radius: 8px;
    background: rgba(43,43,43,.06);
    padding: 12px;
    display: flex;
    width: calc((100% - 60px)/4);
    gap: 16px;
    align-items: center;
}

.tab-sections__img {
    width: 55px;
    height: 55px;
    background: #FFF;
    border-radius: 8px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.tab-sections__img img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.catalog-tabs__link.own-link {
    color: var(--main-color) !important;
}

.tab-sections__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2B2B2B;
    transition: .1s;
}

.tab-sections__desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tab-sections__counter {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(43, 43, 43, 0.8);
}

.tab-sections__item:hover .tab-sections__title {
    color: var(--main-color-hover);
}

.catalog-element .catalog-tabs {
    flex-wrap: wrap;
}

.catalog-element-sections {
        margin-bottom: 60px !important;
        position: relative;
    }

    .catalog-element-sections.collapsed {
        max-height: 240px;
        overflow: hidden;
        position: relative;
    }

    .catalog-element-sections.collapsed::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 70px;
        background: linear-gradient(0deg, #ECEDF0 0%, rgba(236, 237, 240, 0) 100%);
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .catalog-element-sections .toggle-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        border: none;
        background: #2054D8;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #FFFFFF;
        height: 28px;
        border-radius: 28px;
        cursor: pointer;
        padding: 0 34px 0 14px;
    }

    .catalog-element-sections .toggle-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00001 11.2004C7.53335 11.2004 7.06668 11.0204 6.71335 10.6671L2.36668 6.32042C2.17335 6.12708 2.17335 5.80708 2.36668 5.61375C2.56001 5.42042 2.88001 5.42042 3.07335 5.61375L7.42001 9.96042C7.74001 10.2804 8.26001 10.2804 8.58001 9.96042L12.9267 5.61375C13.12 5.42042 13.44 5.42042 13.6333 5.61375C13.8267 5.80708 13.8267 6.12708 13.6333 6.32042L9.28668 10.6671C8.93335 11.0204 8.46668 11.2004 8.00001 11.2004Z' fill='white'/%3E%3C/svg%3E%0A");
    }

    .catalog-element-sections .toggle-btn.open {
        bottom: -40px;
    }

    .catalog-element-sections .toggle-btn.open::before {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99904 4.79958C7.53237 4.79958 7.0657 4.97958 6.71237 5.33292L2.3657 9.67958C2.17237 9.87292 2.17237 10.1929 2.3657 10.3862C2.55904 10.5796 2.87904 10.5796 3.07237 10.3862L7.41904 6.03958C7.73904 5.71958 8.25904 5.71958 8.57904 6.03958L12.9257 10.3862C13.119 10.5796 13.439 10.5796 13.6324 10.3862C13.8257 10.1929 13.8257 9.87292 13.6324 9.67958L9.2857 5.33292C8.93237 4.97958 8.4657 4.79958 7.99904 4.79958Z' fill='white'/%3E%3C/svg%3E%0A");
    }

@media screen and (max-width: 1600px) {

    .tab-sections__item {
        width: calc((100% - 40px) / 3);
    }
}



@media screen and (max-width: 1500px) {
    .catalog-item {
        width: calc((100% - 20px) / 2) !important;
    }

    .tab-sections__item {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .tab-sections__item {
        width: 100%;
        font-size: 14px;
    }

    .tab-sections__img {
        width: 48px;
        height: 48px;
    }

    .catalog-element-sections.collapsed {
        max-height: 340px;
    }

    .catalog-toolbar {
        display: flex !important;
        margin-bottom: 0 !important;
    }

    .dropdown-sort {
        font-size: 14px !important;
        height: 34px;
        color: var(--main-black);
    }

    .dropdown-menu li a {
        font-size: 14px !important;
    }

    .catalog-mobile__toolbar {
        display: none !important;
    }

}
/* End */


/* Start:/local/templates/egm/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1763553905196*/
.catalog-main__item {
    cursor: pointer;
}

.catalog-main__item {
    height: 220px;
}

@media screen and (max-width: 768px) {
    .catalog-main__item {
        height: auto;
    }
}
/* End */
/* /local/templates/egm/components/bitrix/catalog/catalog/style.css?17648059554980 */
/* /local/templates/egm/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1763553905196 */
