.v3-parameters-rating .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px}.v3-parameters-rating__list{background:var(--card-bg);border-radius:24px;display:grid;gap:16px 24px;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));padding:24px}.v3-parameters-rating__item{color:var(--card-text);display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.v3-parameters-rating__item-text{font-size:16px;font-weight:600;line-height:150%}.v3-parameters-rating__item-value{background:var(--site-bg);border-radius:100px;color:var(--text-main);display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 16px;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.v3-parameters-rating__item-value span{font-size:20px;font-weight:600;line-height:140%}.v3-parameters-rating__item-value i{-webkit-text-fill-color:transparent;background:var(--accent-lighten-1);-webkit-background-clip:text;background-clip:text;height:auto;width:20px}.v3-parameters-rating__item-value i:before{font-size:20px;height:20px;width:20px}@media (max-width:768px){.v3-parameters-rating__list{gap:16px 12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));padding:12px}.v3-parameters-rating__item-value span{font-size:18px;font-weight:600;line-height:150%}}