

/*-- [bazagc.ru] список модулей — начало --*/
.stream-table {
    margin: 0 0 30px !important;
}

.stream-table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px 10px;
}

.stream-table tr {
    position: relative;
    display: block;
    flex: 1 1 45%;
    max-width: calc(100% / 2 - 5px);
    margin: 0 0 10px !important;
    padding: 0;
    height: 100%;
    
    background: #FFFFFF;
    background-size: cover;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    
    transition: all .3s;
    overflow: hidden;
}

.stream-table tr:nth-child(2n+1) {
    background: 
        url("https://fs.getcourse.ru/fileservice/file/download/a/586882/sc/79/h/9e15c30116b313434ba3538f37f5b0ae.png") no-repeat right bottom, 
        #ffffff !important;
}

.stream-table tr:nth-child(2n+2) {
    background: 
        url("https://fs.getcourse.ru/fileservice/file/download/a/586882/sc/477/h/0d48d30ef2a5fbfb76adc6adf565afe1.png") no-repeat right bottom, 
        #ffffff !important;
}

.stream-table tr:nth-child(2n+3) {
    background: 
        url("https://fs.getcourse.ru/fileservice/file/download/a/586882/sc/129/h/22f552ddb13823a156d7ee11670ada09.png") no-repeat right bottom, 
        #ffffff !important;
}

.stream-table tr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: 
        linear-gradient(284deg,rgba(94, 95, 76, 1) 5%, rgba(114, 115, 108, 1) 39%, rgba(154, 156, 134, 1) 89%);, 
        #031111;
    opacity: 0;
    transition: all .3s;
}

.stream-table tr:hover::before {
    opacity: 1;
}

.stream-table tr td {
    position: relative;
    display: block !important;
    padding: 0 !important;
    height: 100% !important;
    
    z-index: 100;
    transition: all .3s;
}

.stream-table tr td:hover {
    background: transparent;
}

.stream-table tr td a {
    display: block !important;
    padding: 30px;
    min-height: 200px;
    width: 100%;
}

.stream-table tr a .stream-title {
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
}

.stream-table tr:hover a .stream-title {
    color: #ffffff;
}

.stream-table tr a .stream-title .t-second {
    color: #000000;
}

.stream-table tr:hover a .stream-title .t-one {
    color: #ffffff;
}

.stream-table tr:hover a .stream-title .t-second {
    color: #44FFB5;
}

.stream-table tr a div {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #2C5242;
}

.stream-table tr:hover a div {
    color: #fff;
}

.stream-table tr a div b {
    position: relative;
    font-weight: 400;
}

.stream-table tr:hover a div b {
    color: #44FFB5;
}

.stream-table tr a div b::before {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/586882/sc/384/h/f6c38d5dab0660da672b8eec29fe2b0e.png);
    position: relative;
    top: 3px;
    margin-right: 5px;
    
    filter: invert(25%) sepia(45%) saturate(370%) hue-rotate(103deg) brightness(98%) contrast(92%);
}

.stream-table tr:hover a div b::before {
    filter: invert(89%) sepia(27%) saturate(1048%) hue-rotate(84deg) brightness(103%) contrast(101%);
}


/* Последний тренинг - на всю ширину */
.stream-table tr:last-child {
    flex: 1 1 100%;
    max-width: 100%;
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/807538/sc/248/h/78c3c8dd89fe9ad0bb6284b04f20048d.jpg") no-repeat center, linear-gradient(91.52deg, #313131 0%, #413E3A 100%) !important;
    background-size: cover !important;
}

.stream-table tr:last-child:hover {
    transform: scale(1.02);
}

.stream-table tr:last-child a {
    min-height: 140px;
}

.stream-table tr:last-child a .stream-title,
.stream-table tr:last-child a .stream-title .t-second {
    color: #fff !important;
}

.stream-table tr:last-child a div b {
    color: #44FFB5;
}

@media (max-width: 760px) {
    .stream-table tr {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }

    .stream-table tr a {
        min-height: inherit !important;
    }
}
/*-- [bazagc.ru] список модулей — конец --*/
