.show-otzyv {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -20px;
}
.show-otzyv > .await-icon {
    display: none;
}
.show-otzyv.active {
    margin-bottom: -40px;
}
.show-otzyv.active > .await-icon {
    display: block;
}