

/* Start:/local/templates/.default/assets/js/components/catalog/style.css?17220972071613*/
.componentWaiting {
    min-height: 300px;
    position: relative;
}
.componentWaiting:after {
    background: url("/local/templates/.default/assets/js/components/catalog/img/waiting.gif") no-repeat 50% 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.catalog-category-info {
    padding: 26px 26px;
}

.catalog-category-info-mobile {
    display: block;
}

.catalog-category-info-desktop {
    display: none;
}

@media (min-width: 768px) {
    .catalog-category-info-mobile {
        display: none;
    }

    .catalog-category-info-desktop {
        display: block;
    }
}


.hvr__images {
    position: relative;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.hvr__sector {
    flex-grow: 1;
}
.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hvr__dot {
    width: 100%;
    height: 2px;
    margin: 0 2px 5px 0;
    background: #d6dbe0;
}
.hvr__dot--active {
    background: #000;
}
.spoiler-card {
    background-color: black;
    width: 28px;
    height: 28px;
    border-radius: 28px;
}
.spoiler-card .svg-icon {
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
.list-item-left{
    position: absolute;
    top: 45%;
    left: 15px;
}
.list-item-right{
    position: absolute;
    top: 45%;
    right: 15px;
}
.image{
    width: 100%;
    height: 100%;
}
/* End */
/* /local/templates/.default/assets/js/components/catalog/style.css?17220972071613 */
