.moreText { color: #bbb; cursor: pointer; transition: color .3s; margin: -10px 0 0;}
.moreText + .small{ display: none; }
.moreToggle { font-weight: 600; display: flex; align-items: center; justify-content: center; user-select: none;
    font-size: 20px; line-height: 22px; color: #535353; margin-top: 30px; cursor: pointer; }

.moreToggle._active img { transform: rotate(180deg);}
.moreHide { display: none;}
.moreText:hover { color: #000; }


.img_floatleft { float: left; margin: 0 10px 5px 0; }
.img_floatright { float: right; margin: 0 0 5px 10px;}