

@import url(/fileservice/file/download/a/682338/sc/435/h/acbe4cdf05298e5871d8dfbd1c282dda.css);

.o-lt-lesson-files .table.files-table {
  background-color:#ff5512; 
  color:#fff; 
  padding: 0 10px; 
  border-radius: 6px;
 }

.o-lt-lesson-files .table.files-table td {
 vertical-align:middle;
}

.o-lt-lesson-files .table.files-table td:last-child {
  text-transform: uppercase;
  font-weight: 700;
}

.o-lt-lesson-files .table.files-table td a {
  color: #fff;
  text-decoration: none!important;
}

.lesson-header-block .text-center span {
    display: none!important;
}


/****  Блок продления доступа к разборам внутри уроков  ****/
.product-prolongation-container {
  min-height: 100px;
-webkit-box-shadow: 0px 0px 15px rgba(255,85,18, 0.8);
        box-shadow: 0px 0px 15px rgba(255,85,18, 0.8);
  border-radius: 10px;
  padding: 25px 10px 25px 128px;
  background: url("https://fs.getcourse.ru/fileservice/file/download/a/283899/sc/267/h/b3792e79bec4dad571f029865c4f9ce9.png") no-repeat;
  background-position:left bottom;
}

.product-prolongation-information {
  font-family: 'ALS Contract'!important;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #ff5512;
}

.product-prolongation-information span.date_product {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}

.prolongation-text {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
}

@media (max-width: 768px) {
    .product-prolongation-information,
    .product-prolongation-information span.date_product {
        line-height: 17px;
        font-size: 23px;
    }
    .prolongation-text {
        font-size: 13px;
    }
}
@media (max-width: 400px) {
    .product-prolongation-container {
        padding-left: 25px!important;
        background-position: right top!important;
    }
}

