

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Bebas+Neue&display=swap');

A/*-- [bazagc.ru] список тренингов — начало --*/
.stream-table {
    margin: 0 0 10px !important;
}

.stream-table tr {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 0 !important;
    margin-top: 0px;
    margin-left: 5px !important;
    transform: translateX(15px);
    background: linear-gradient(78.26deg, #1D1810 1.58%, #111111 83.45%) !important;
    border: 0px solid #111111;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(131,150,174,.10);
    overflow: hidden;
    height: 150px !important;
    
    
}

.stream-table tr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    background: linear-gradient(90deg, #5C3507 0%, #C2961F 100%);
    box-shadow: 5px 15px 15px rgba(131,150,174,.10);
    opacity: 0;
    transition: all .2s;
}

.stream-table tr:hover::before {
    opacity: 1;
    box-shadow: 2px 2px 8px rgba(130, 146, 48, 0.1);
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.stream-table tr td {
    position: relative;
    display: block !important;
    padding: 0 !important;
    height: 100% !important;
    outline: none !important;
    
    z-index: ;
}

.stream-table tr:hover td {
    background: transparent;
    outline: none !important;
}

.stream-table tr:nth-child(1) td {
    background: transparent;
    outline: none !important;
}

.stream-table tr:nth-child(2) td {
    background: transparent;
    outline: none !important;
}

.stream-table tr:nth-child(3) td {
    background: transparent;
}

.stream-table tr:nth-child(4) td {
    background: transparent;
}

.stream-table tr td a {
    position: relative;
    display: block;
    padding: 20px 120px 40px 20px;
    
    transition: all .2s;
}

.stream-table tr td a .stream-title {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 50px;
    display: block;
    position: relative;
    z-index: 1;
}

.stream-table tr td a:hover .stream-title {
    color: #fff;
}

.stream-table tr td a div {
   font-style: normal;
    font-weight: 200;
    font-size: 16px;
    color: rgba(255,255,255,0.74);
    transition: all .3s;
    position: absolute;
    top: 20px;
    left: 20px;
    
}

.stream-table tr td a:hover div {
    color: #fff;
}

.stream-table tr td a div b {
    position: static !important;
    display: inline !important;
    bottom: auto !important;
    font-weight: 200 !important;
}


@media (max-width:375px) {
    .stream-table tr td a {
        padding-right: 20px;
        background: rgba(255,255,255,.8);
    }
    .stream-table tr:hover td a {
        background: transparent;
    }
}
@media (max-width: 768px) {
    .stream-table tr {
        height: 200px !important;
    }
    .stream-table tr td a .stream-title {
        font-size: 24px !important;
        line-height: 24px !important;
        padding: 20px !important;
    }
}
/*-- [bazagc.ru] список тренингов — конец --*/
