.reviews_corp__item{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.letters-list__item__text_wrapper{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    color: #373737;
    padding: 15px 15px 30px 15px;
    display: flex;
    align-items: center;
    background: #fff;
}
.letters-list__add-button{

}
.letters-list__item{
    margin-bottom: 30px;
}
.letters-list__item__img_wrapper{
    position: relative;
    cursor: pointer;
}
.letters-list__item__img_wrapper::before{
    content: '';
    display: block;
    position:absolute;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    background-image: url("/local/templates/nadpo_visually/images/zoom-icon-white.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15%;

}
.letters-list__item__img_wrapper:hover::before{
    background-color: rgba(0,0,0,0.3);
}