/* Сетка только для gallery: обычные шаблоны файлов не затрагиваются. */
.files-gallery-tile {
    float: left;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
}

.site-content article.files-gallery-tile {
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    background: transparent;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.files-gallery-card {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 0px;
}

.files-gallery-image {
    position: relative;
    background: transparent;
    -webkit-box-shadow: -9px -9px 15px 5px #000000;
    box-shadow: -9px -9px 15px 5px #000000;
}

.files-gallery-image a,
.files-gallery-image img {
    display: block;
}

.files-gallery-image a {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
}

.files-gallery-image img {
    width: 100%;
    height: 180px;
    max-width: none;
    object-fit: contain;
    object-position: center center;
    margin: 0 !important;
    padding: 0;
    border-radius: 0px;
}

.files-gallery-image video {
    width: 100%;
    height: 180px;
    object-fit: contain;
    object-position: center center;
    background: #ffffff;
    border-radius: 10px;
}

.files-gallery-title {
    margin: 8px 0 0;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.files-gallery-actions {
    padding: 7px 0 0;
    border-top: 0;
    background: transparent;
}

.files-gallery-more {
    min-width: 100px;
}

.files-gallery-details {
    margin-top: 7px;
    border-top: 0;
    background: transparent;
}

.files-gallery-details-inner {
    padding: 10px;
}

.files-gallery-details .files-gallery-title {
    margin-bottom: 8px;
}

.files-gallery-details .files-gallery-title h1 {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.files-gallery-share {
    margin: 6px 0 8px;
}

.files-gallery-meta {
    font-size: 12px;
    line-height: 1.45;
    border-top: 0;
    border-bottom: 0;
    padding: 6px 0;
    margin-bottom: 8px;
}

.files-gallery-meta-row {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.files-gallery-fulltext {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
}

.files-gallery-fulltext .opisanie {
    max-height: 120px;
    overflow: auto;
}

.files-gallery-bottom {
    border-top: 0;
    padding-top: 8px;
    margin-top: 8px;
}

.files-gallery-options .btn {
    margin: 2px;
}

@media (min-width: 768px) {

    .files-gallery-image img,
    .files-gallery-image video {
        height: 190px;
    }
}

@media (min-width: 992px) {

    .files-gallery-image img,
    .files-gallery-image video {
        height: 170px;
    }
}

@media (min-width: 1200px) {

    .files-gallery-image img,
    .files-gallery-image video {
        height: 185px;
    }
}
