/**
 * Подгрузка контента
 */


.ls-more {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 12px;
    margin-top: 25px;
    text-align: center;
    text-decoration: none;
    background-color: #eceff1;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
}

.ls-more:focus,
.ls-more:hover {
    background: #cfd8dc;
}

.ls-more:focus {
    outline: none;
}


.ls-more-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ls-more.ls-more--loading .ls-more-loader {
    display: block;
}

.ls-more.ls-more--loading .ls-more-text {
    visibility: hidden;
}

.ls-more:hover.ls-more--locked,
.ls-more.ls-more--locked {
    background: #cfd8dc;
    cursor: not-allowed;
}
