/* Start:/local/templates/ksil/components/bitrix/catalog/catalog-ksil/bitrix/catalog.section.list/.default/style.css?16564249442834*/
.sections-list {
    font-size: 18px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.sections-list li {
    flex: 0 0 33.333333%;
    margin-bottom: 30px;
    width: 33.333333%
}

.cw-catalog-index .sections-list li {
    flex: 0 0 25%;
    width: 25%
}

.sections-list-item {
    padding: 0 15px
}

.sections-list-inner {
    background: #f1f1f1;
    border: 1px solid #ddd;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out
}

.sections-list-inner:hover {
    border-color: #0095da
}

.sections-list li a {
    background: #f8f8f8;
    color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    min-height: 130px;
    /*position: relative;*/
}

.sections-list li a:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sections-list li .sl-img {
    background: #fff url(/local/templates/ksil/img/ksil-gray-icon.svg) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 230px;
    min-height: 150px;
    width: 100%;
    flex: 1 0 auto;
    overflow: hidden
}

.sections-list li .sl-img img,.sections-list li .sl-img .no-photo {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sections-list li .sl-img .no-photo {
    background: #fff
}

.sections-list li:hover {
    border-color: #0095DA
}

.sections-list li a:hover {
    color: #0095DA
}

.cw-catalog-index .sections-list li {
    margin-bottom: 30px;
    position: relative;
}

.cw-catalog-index .sections-list .sl-level-1 {
    background: none;
    border: none;
    flex: 0 1 100%;
    margin-bottom: 15px;
    max-width: 100%
}

.cw-catalog-index .sections-list .sl-level-1 .sections-list-inner {
    background: none;
    border: none;
    display: block;
    height: auto
}

.cw-catalog-index .sl-level-1 .sl-img {
    display: none
}

.cw-catalog-index .sl-level-1 a {
    background: none;
    display: inline;
    font-family: 'LatoWebLight',sans-serif;
    font-size: 28px;
    justify-content: left;
    color: #0095DA;
    min-height: 0;
    padding: 0
}

.cw-catalog-index .sl-level-1 a:before {
    display: none
}

.cw-catalog-index .sl-level-1 a:hover {
    color: #282828
}

@media (max-width: 1276px) {
    .cw-catalog-index .sections-list li {
        margin-bottom:50px
    }
}

@media (max-width: 1170px) {
    .cw-catalog-index .sections-list li {
        flex:0 0 33.333333%;
        margin-bottom: 25px;
        width: 33.333333%
    }

    .cw-catalog-index .sections-list li .sl-img {
        width: 100%
    }
}

@media (max-width: 991px) {
    .sections-list li {
        flex:0 0 50%;
        width: 50%
    }

    .cw-catalog-index .sections-list li {
        margin-bottom: 25px
    }
}

@media (max-width: 767px) {
    .sections-list li {
        flex:1 0 230px;
        width: auto
    }

    .cw-catalog-index .sections-list li {
        flex: 0 0 50%;
        margin-bottom: 25px
    }
}

@media (max-width: 590px) {
    .cw-catalog-index .sections-list li {
        flex:1 0 230px;
        margin-bottom: 25px;
        width: auto
    }
}

/* End */

.sections-list-item.sl-level-1.is-list-item-lvl-1 {
    padding: 0 0 20px 0;
    font-weight: bold;
    font-size: 28px;
    display: block;
    font-weight: 400;
    font-family: 'LatoWebLight',sans-serif;
    padding-bottom: 15px;
    line-height: 1.3;
    width: 100%;
}