

/* Файлы */
.lt-lesson-files .lt-block-wrapper {
    padding-bottom:0;
}

.lt-lesson-files .files-row .col-md-12 {
    padding: 0;
}

.lt-lesson-files .table {
    margin-bottom: 0 !important;
}

.lt-lesson-files .table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.lt-lesson-files .table tbody tr {
    flex: 1 1 30%;
    max-width: calc(100% / 3 - 15px);
    
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 30px 0;
    
    text-align: center;
    background: #1D3248;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 16px rgba(0, 61, 166, 0.05);
    border-radius: 10px;

    overflow: hidden;
    transition: all .3s;
}

.lt-lesson-files .table tbody tr:hover {
    cursor: pointer;
    transform: translatey(-5px);
    box-shadow: 0px 7px 16px rgba(0, 61, 166, 0.05);
}

.lt-lesson-files .table tbody tr::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    
    width: 42px;
    height: 42px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/637822/sc/63/h/13f89a35f962800f661c73fd945f052c.svg) no-repeat center,
        #170F22;
    
    border-radius: 0 0 0 10px;
}

.lt-lesson-files .table tbody tr td {
    flex: 1 1 100%;
    border: none;
}

.lt-lesson-files .table tbody tr td:nth-child(1) > div {
    position: relative;
    margin: 0 auto;
}

.lt-lesson-files .table tbody tr td:nth-child(1) > div::before {
    content: url(https://img.icons8.com/plasticine/100/000000/file.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    
    /*filter: invert(15%) sepia(70%) saturate(4639%) hue-rotate(263deg) brightness(92%) contrast(110%);*/
}

.lt-lesson-files .table tbody tr td:nth-child(1) > div img {
    opacity: 0;
}

.lt-lesson-files .table tbody tr td:nth-child(2) {
    padding: 0 !important;
    
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1F242C;
    
    opacity: 0.35;
}

.lt-lesson-files .table tbody tr td:nth-child(3) > div a {
    font-family: var(--main-font);
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    text-decoration: none !important;
}

.lt-lesson-files .table tbody tr:hover td:nth-child(3) > div a {
    color: #ECDFD5;
}

@media (max-width:700px) {
    .lt-lesson-files .table tbody tr {
        flex: 1 1 100%;
        max-width: 400px;
    }
}
