

/*-- Список подтренингов внутри модулей --*/

.stream-table {
    margin-left: 0;
}

.modulelist_2 .stream-table tr {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px 0px rgba(52, 56, 85, 0.10);
    border-radius: 0px;
    margin-bottom: 24px;
    min-height: 168px;
    transition: all .3s;
}

.dip .modulelist_2 .stream-table tr:hover {
    background: #D9E0FE!important;
   }

.tema .modulelist_2 .stream-table tr:hover {
    background: #E7D3F9!important;
   }

.modulelist_2 .stream-table tr:hover td {
    background: none !important;
}

.modulelist_2 .stream-table tr td {
    display: block;
    width: 100%;
    min-height: 168px;
    padding: 34px 40px!important;
    position: relative;
    transition: all .3s;
}

.modulelist_2 .stream-table tr a {
  display: grid!important;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 40px;
  grid-auto-flow: row;
  grid-template-areas:
    "image title "
    "image descr";
}

.modulelist_2 .stream-table tr .stream-img { 
  grid-area: image; 
  width: 100px;
}

.modulelist_2 .stream-table tr .stream-title { 
  grid-area: title; 
}

.modulelist_2 .stream-table tr a span {
    position: absolute;
    font-family: 'Averta CY',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 26px;
    color: #343855;
    top: 25px;
    left: 180px;
    right: 30px
    }

.modulelist_2 .stream-table tr a > div:last-child { 
  	grid-area: descr; 
  	font-family: 'Averta CY',sans-serif;
    font-size: 18px !important;
    margin-top: 80px;
    margin-left: 0px;
}
.modulelist_2 .stream-table tr a > div:last-child b{
  position: absolute;
    color: #808080;
    font-weight: 400;
    margin-top: -30px!important;
}

@media (max-width:991px) {
  .modulelist_2 .stream-table tr {
    min-height: 190px;
   }
 .modulelist_2 .stream-table tr td {
    min-height: 190px;
    padding: 44px 40px!important;
    }
  .modulelist_2 .stream-table tr a span {
    font-size: 22px !important;
    }
  
  .modulelist_2 .stream-table tr a > div:last-child {
    margin-top: 110px;
   }
 }

@media (max-width:666px) {
.modulelist_2 .stream-table tr td {
   padding: 44px 20px!important;
}
.modulelist_2 .stream-table tr a {
   gap: 0px 20px;
  }
.modulelist_2 .stream-table tr a span {
    left: 143px;
   }   
}

@media (max-width:600px) {
   .modulelist_2 .stream-table tr {
    min-height: 200px;
   } 
 .modulelist_2 .stream-table tr td {
    min-height: 200px;
    padding: 50px 20px!important;
}   
 .modulelist_2 .stream-table tr a span {
     left: 140px;
   }
.modulelist_2 .stream-table tr .stream-img {
    
}
  .modulelist_2 .stream-table tr a > div:last-child {
    
}
}

@media (max-width:520px) {
  .modulelist_2 .stream-table tr a {
    gap: 0px 40px;
}  
 .modulelist_2 .stream-table tr .stream-img {
    width: 70px;
    margin-top: 10px;
    } 
.modulelist_2 .stream-table tr a span {
    font-size: 20px !important;
    left: 130px;
}    
}

@media (max-width:500px) {
  .modulelist_2 .stream-table tr a span {
    line-height: 22px;
    right: 20px;
    }
  }
@media (max-width:435px) {
  .modulelist_2 .stream-table tr {
    min-height: 250px;
}
   .modulelist_2 .stream-table tr td {
    min-height: 250px;  
    }
    .modulelist_2 .stream-table tr a span {
    
    right: 20px;
    } 
  .modulelist_2 .stream-table tr a > div:last-child {
       margin-top: 135px;
}
  .modulelist_2 .stream-table tr a > div:last-child b {
      margin-top: -20px!important;
}
}

@media (max-width:420px) {
.modulelist_2 .stream-table tr a span {
    left: 110px;
}    
.modulelist_2 .stream-table tr a {
    gap: 0px 20px;
}
}        
@media (max-width:375px) {
  .modulelist_2 .stream-table tr a span {
    font-size: 18px !important;
    line-height: 18px;
    right: 10px;
}  
 .modulelist_2 .stream-table tr a > div:last-child {
    font-size: 16px !important;
}   
}
@media (max-width:361px) {
  .modulelist_2 .stream-table tr a span {
    font-size: 16px !important;
    line-height: 16px;
    }  
 .modulelist_2 .stream-table tr a > div:last-child,
 .modulelist_2 .stream-table tr a > div:last-child b   {
    font-size: 14px !important;
}   
}


