.h-info {
    background: white;
    margin: 0 0 5px 0;
    padding: 5px;
    list-style: disc;
}
.h-info-0 {
    opacity: 0;

}
.h-info-1 {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 3;
}
.h-info > li {
    margin-left: 22px;
    display: inline-flex;
}
.info-date {
    color: gray;
    width: 80px;
    vertical-align: top;
}
.info-title {
    display: inline;
    margin-right: 5px;
}
.info-notation {
    font-size: 10px;
    color: gray;
    display: inline-block;
}



/* MAIN */
main {

}
.m-rats {
    margin: 2px 2px 2px 2px;
}
.m-rat {
    margin: 4px 2px;
    width: calc(100% - 4px);
    background: white;
    float: left;
    position: relative;
    display: flex;
    overflow: hidden;
    height: 200px;
}
.m-rat > img {
    height: 200px;
    z-index: 2;
}
.m-rat > div {
    width: calc(100%);
    position: relative;
}
.m-rat > div:before {
    content: "";
    background: linear-gradient(270deg, white, transparent);
    position: absolute;
    margin-left: -10px;
    height: 100%;
    width: 10px;
    z-index: 1;
}
.m-rat p {
    margin: 5px;
}
.m-rat-name {
    
} 
.m-rat-age {
    
} 

.m-rat-vetVisits {
    list-style: disc;
    padding: 0px 4px 0px 20px;
    margin: 2px 0;
    font-size: 14px;
}
.m-rat-vetVisit-guest {
    color: gray;
}
.m-rat-vetVisit-descr {
    font-size: 12px;
}
.m-rat:after {
    content: "";
    background: linear-gradient(0deg, white, transparent);
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    height: 10px;
}
.m-rats:after {
    content: "";
    clear: both;
}



