.product-advantages__grid{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}@media (max-width:575px){.product-advantages__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:480px){.product-advantages__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.product-advantages-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:414px){.product-advantages-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.product-advantages-item__img{position:relative;width:40px;height:40px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;margin-right:10px}.product-advantages-item__img img,.product-advantages-item__img svg{position:absolute;width:100%;height:100%;top:0;left:0}.product-advantages-item__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-advantages-item__title{font-weight:700}.content._section-center .product-advantages-item__body{-webkit-box-flex:1;-ms-flex:1;flex:1}