.mvps{padding-bottom:50px}.mvps-title{padding:clamp(20px,5vw,50px)}.mvps-items{grid-template-columns:1fr 1fr 1fr;justify-items:center;gap:16px 8px;max-width:1100px;margin:0 auto;padding:0 10px;display:grid}.mvps-item{background:#cddae0;border-radius:2px;width:350px;padding:4px;font-weight:700}.mvps-image-box{border-radius:2px;margin-bottom:4px;padding:8px;transition:all .3s}.mvps-image-box:hover{background:#a1becc}.mvps-image-box:hover img{filter:grayscale(50%)}.mvps-image{object-fit:contain;margin:0 auto}.mvps-item-info{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.mvps-item-info div{background:#a1becc;border:1px solid #aaa;border-radius:2px;justify-content:space-between;width:100%;padding:5px 8px;display:flex}.mvps-item-info div span:first-child{font-weight:400}.mvps-box{justify-content:space-between;gap:8px;display:flex}.mvps-elements{flex-direction:column;gap:4px;width:100%;display:flex}.mvps-elements div{background:#a1becc;border:1px solid #aaa;border-radius:2px;justify-content:space-between;padding:4px;display:flex}.mvps-elements .green{color:var(--green)}.mvps-elements .tomato{color:var(--tomato)}.mvps-elements .white{color:var(--bg)}@media (max-width:1100px){.mvps-items{grid-template-columns:1fr 1fr;place-items:center;gap:8px;max-width:730px}}@media (max-width:730px){.mvps-item{width:100%;max-width:305%;font-size:14px}}@media (max-width:530px){.mvps-image{width:100px;height:100px}.mvps-box{flex-direction:column;gap:4px}.mvps-item-name span:first-child{display:none}.mvps-item-name span:nth-child(2){white-space:nowrap;text-overflow:ellipsis;text-align:right;width:120px;margin-left:auto;overflow:hidden}.mvps-item-info div{padding:2px}.mvps-item{padding:4px}.mvps-items{gap:4px;padding:0 6px}.mvps-elements div{padding:2px}}@media (max-width:400px){.mvps-item{font-size:12px}}
