

/* Start:/local/components/simpleit/catalog.section.root/templates/classic/style.css?17071592342442*/
.catalog-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0!important;
    margin-top: 15px!important;
}

.catalog-section {
    display: flex;
    width: calc(33% - 30px);
    border: 1px solid #ececec;
    padding: 28px 15px;
    transition: all 0.2s linear;
    margin-bottom: -1px;
    margin-right: -1px;
}


.catalog-section:hover {
    border-color: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    transform: translateY(-1px);
    background-color: #fff;
    z-index: 1;
}

.catalog-section a {
    text-decoration: none;
    color: #777;
    font-size: var(--fs-normal);
    line-height: 1.384em;
    margin-bottom: 5px;
    display: block;
}

.catalog-section__opener {
    font-size: .667em;
    line-height: 1.384em;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-top: 5px;
    /*text-decoration: underline dotted;*/
}

.catalog-section__opener:hover {
    color: var(--main-color);
}

.catalog-section__preview {
    width: 70px;
    margin-right: 10px;
}

.catalog-section__preview a {
    display: block;
    width: 70px;
}

.catalog-section__preview img {
    width: 100%;
}

.catalog-section__title, a.catalog-section__title {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: var(--fs-big);
    line-height: 1.5625em;
    margin-bottom: 10px;
}

.catalog-section__title:hover, a.catalog-section__title:hover {
    color: var(--main-color);
}

.catalog-section__title span {
    color: #999;
    border-radius: 3px;
    border: 1px solid rgba(153,153,153,0.35);
    padding: 1px 4px;
    font-size: var(--fs-small);
    line-height: 1.273em;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
}

.catalog-section__children-wrap, .catalog-section__children-wrap-visible, .catalog-section__children-wrap-hidden {
    display: flex;
    flex-direction: column;
}

.catalog-section__children-wrap-hidden {
    height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
}

.catalog-section__title-l2:hover, a.catalog-section__title-l2:hover {
    color: #333;
}
.catalog-section__title-l2 span {
    color: #333;
}
.button__catalog-root {
    width: fit-content;
    padding: 10px 20px;
    margin: 30px auto 0;
    text-decoration: none;
}

@media (max-width: 850px) {
    .catalog-section {
        width: calc(50% - 33px);
    }
}

@media (max-width: 570px) {
    .catalog-section {
        width: 100%;
    }
}
/* End */
/* /local/components/simpleit/catalog.section.root/templates/classic/style.css?17071592342442 */
