.cms-head.light .head-cont h1 {
}

.materials-wrap [class^="col-"] {
    _border: 1px solid red;
}

.materials-wrap {
    position: relative;
    background-color: #fafafb;
    padding-top: 30px;
    padding-bottom: 30px;
}

.materials-wrap .count {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #25282a;
    margin-bottom: 11px;
}

.materials-wrap-bg {
    display: none;
}

@media (min-width: 992px) {
    .materials-wrap-bg {
        display: block;
        width: 5px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -280px;
        background-image: url('/resources/images/materials/bg01.png');
        background-repeat: repeat-y;
        background-position: center top;
    }
}

@media (min-width: 1200px) {
    .materials-wrap-bg {
        margin-left: -324px;
    }
}

@media (min-width: 1400px) {
    .materials-wrap-bg {
        margin-left: -369px;
    }
}