/* Внимание! Каждый стиль должен включать .mod_html.some-info */
.some-info {
    /* border:1px solid red; */
}
.some-info div[class*="footer-text-wrap"], 
.some-info .show-more-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.some-info div[class*="footer-text-wrap"] .footer-text, 
.some-info .show-more-content {
    overflow: hidden;
    position: relative;
}
.some-info div[class*="footer-text-wrap"] .footer-text.text-closed:after {
    content:'';
    display:block;
    z-index:1;
    position:absolute;
    bottom:0px;
    left:0px;
    height:60px;
    width:100%;
    background:-moz-linear-gradient(0deg, #ffffff, #ffffff00);
    background:linear-gradient(0deg, #ffffff, #ffffff00);
    background:-moz-linear-gradient(0deg, #ffffff, #ffffff00);
}
.some-info  .footer-text-wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 145%;
}
.some-info div[class*="footer-text-wrap"] .footer-text-wrap-btn .footer-text-button, 
.some-info .show-more-btn {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
    margin-top: 31px;
    height: 18px;
    /* background: url(/image/catalog/design/readmore-down.svg) no-repeat; */
    /* width: 32px; */
  }