/**[ОТНОШЕНИЯ]**/
.memrelas {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;}

.memrelasblock {
display: flex;
flex-direction: column;
    margin-left: 10px;}

.bl-globalcard{
    background: #0e0e0e;
    color: #959595;
    border: 3px solid #2c2c2c;
}

.ava {
max-width: 200px;
    max-height: 200px;
    border: 1px solid #2c2c2c;
	border-right: 3px solid #2c2c2c;
}


.avarund {
    width: 200px;
    height: 200px;
    background-size: cover;
}

.name {    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2em;
}

.age {text-transform: uppercase;
    font-size: 10px;}

.descr {text-align: justify;
    height: 100%;
    max-height: 155px;
    overflow: auto;
    padding: 4px 8px 3px 3px;}

