.comments .comments__wrapper{padding-top:20px;padding-bottom:20px;height:auto}.comments .comments__item{display:flex}.comments .comments__author{position:relative;min-height:100px;min-width:100px;max-height:100px}.comments .comments__photo{border-radius:50%;overflow:hidden}.comments .comments__photo img{width:100%;height:100%;object-fit:cover}.comments .comments__name{border:1px solid #F4F6F9;box-shadow:0 6px 20px 0 #494E560F;background-color:#ffffff;color:#0E254B99;border-radius:26px;padding:2px 10px;position:absolute;width:max-content;left:50%;transform:translateX(-50%);bottom:-4px;z-index:1}.comments .comments__text{--triangle-width: 10px;--triangle-height: 6px;--triangle-stroke-color: var(--white);position:relative;padding:19px 14px 16px 33px;height:max-content;font-size:14px;font-style:italic;font-weight:500;line-height:17px;letter-spacing:0;text-align:left;background-color:var(--white);border-radius:20px;box-shadow:0px 6px 20px rgba(73, 78, 86, 0.06)}.comments .comments__text:before{content:"";position:absolute;border-top:calc(var(--triangle-width) - 1px) solid rgba(255, 255, 255, 0);border-bottom:calc(var(--triangle-width) - 1px) solid rgba(255, 255, 255, 0);border-right:calc(var(--triangle-height) * 2 + -2px) solid var(--triangle-stroke-color);border-left:none;left:calc(-1 * var(--triangle-width));top:15px;bottom:auto}@media (min-width:576px){.comments .comments__wrapper{--collection-column: 2;--collection-column-gap: 20px;gap:var(--collection-column-gap, 5px);flex-wrap:wrap;transform:none !important}.comments .comments__item{width:calc((100% - (var(--collection-column) - 1) * var(--collection-column-gap)) / var(--collection-column));margin:0 !important}}@media (min-width:992px){.comments .comments__wrapper{--collection-column: 3}}@media (min-width:1200px){.comments .comments__wrapper{--collection-column: 4}}