.block__product-info-grid-header{text-align:center;margin-bottom:50px}.block__product-info-grid-header h6{font-size:12px;letter-spacing:1.2px;font-weight:600;margin:0 0 16px;color:var(--highlight-color)}.block__product-info-grid-header h2{font-size:42px;margin:0 0 16px;text-transform:unset;color:#fff}.block__product-info-grid-header h2 em{color:var(--highlight-color);display:block}.block__product-info-grid-header p{max-width:672px;margin:0 auto;font-size:15px;color:#a8a29e}.block__product-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:50px}.block__product-info-item{background:#29252480;padding:24px;border:1px solid #44403c;border-radius:8px}.block__product-info-item-icon{display:flex;align-items:center;justify-content:center;margin-bottom:16px;width:48px;height:48px;color:var(--highlight-color);position:relative;z-index:1}.block__product-info-item-icon:after{content:'';position:absolute;width:100%;height:100%;background:currentColor;opacity:.1;border-radius:50%;top:0;left:0}.block__product-info-item-title{text-transform:unset;font-size:17px;font-weight:700;color:#fff;margin-bottom:12px}.block__product-info-item-text{margin:0;list-style:none;display:flex;flex-direction:column;gap:8px}.block__product-info-item-text li{list-style:none;font-size:13px;display:flex;align-items:flex-start;gap:8px;color:#a8a29e}.block__product-info-item-text li:before{content:'';display:block;width:4px;height:4px;background:var(--highlight-color);border-radius:50%;margin-top:8px}.block__product-info-bottom{padding:40px;border-radius:8px;text-align:center;position:relative;z-index:1}.block__product-info-bottom:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;border:2px solid var(--highlight-color);border-radius:8px;opacity:.4;z-index:-1}.block__product-info-bottom-title{font-size:28px;color:#fff;text-transform:unset;font-weight:700;margin:0 0 16px}.block__product-info-bottom-caption{color:#d6d3d1;max-width:672px;margin:0 auto 24px;font-size:15px}.block__product-info-bottom-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin:0 0 24px}.block__product-info-bottom-list li{list-style:none;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--highlight-color)}.block__product-info-bottom-list li svg{width:20px;height:20px}.block__product-info-bottom-btn{margin:0 auto 0;display:block;width:max-content;font-size:14px;line-height:1;font-weight:700;background:var(--btn-bg-color);color:var(--btn-color);padding:13px 40px;border-radius:8px;transition:all .4s ease}.block__product-info-bottom-btn:hover{background:var(--btn-bg-hover-color)}.block__product-info-bottom-text{margin:16px 0 0;font-size:11px;color:#a8a29e}.block__product-info-item-icon svg{width:24px;height:24px}@media (min-width:992px) and (max-width:1199px){.block__product-info-item{padding:14px}}@media (min-width:750px) and (max-width:991px){.block__product-info-item{padding:14px}.block__product-info-item-icon{width:44px;height:44px}.block__product-info-item-icon svg{width:18px;height:18px}.block__product-info-bottom-title{font-size:26px}}@media (max-width:749px){.block__product-info-grid-header h2{font-size:30px}.block__product-info-grid{grid-template-columns:repeat(1,1fr)}.block__product-info-bottom{padding:32px}.block__product-info-bottom-title{font-size:24px}.block__product-info-grid-header,.block__product-info-grid{margin-bottom:35px}}