#advantages__block{padding:80px 0;background:var(--card)}#advantages__block .advantages__holder{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}#advantages__block .advantages__holder .advantages__item{position:relative;border-radius:20px;padding:30px;overflow:hidden;z-index:10}#advantages__block .advantages__holder .advantages__item .icon{width:100px;height:100px;margin:0 auto;border-radius:100%;background:var(--card);display:flex;align-items:center;justify-content:center}#advantages__block .advantages__holder .advantages__item .icon img{width:50px;height:50px;-o-object-fit:contain;object-fit:contain;display:block}#advantages__block .advantages__holder .advantages__item .name{text-align:center;font-size:calc(.00375*100vw + 16.8px);font-style:normal;font-weight:800;line-height:100%;color:var(--head);margin-top:20px}#advantages__block .advantages__holder .advantages__item .desc{margin-top:20px}#advantages__block .advantages__holder .advantages__item .desc p{font-size:calc(.00125*100vw + 13.6px);font-style:normal;font-weight:300;line-height:150%;color:var(--text);margin:0;text-align:center}#advantages__block .advantages__holder .advantages__item .background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;mix-blend-mode:multiply}#advantages__block .advantages__holder .advantages__item .background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#d3d3d3;opacity:.2}#advantages__block .advantages__holder .advantages__item .background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:992px){#advantages__block{padding:40px 0}#advantages__block .advantages__holder{gap:15px}}@media (max-width:860px){#advantages__block .advantages__holder{grid-template-columns:repeat(2,1fr)}#advantages__block .advantages__holder .advantages__item{padding:20px}}@media (max-width:860px){#advantages__block .advantages__holder{grid-template-columns:100%}}