@charset "UTF-8";
.block-products-grid{padding:64px 0;background-color:#d5e6ef}.block-products-grid__title{margin-bottom:32px;font-size:32px;font-weight:600;color:#1F2123;text-align:center}.block-products-grid__wrapper{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}.block-products-grid__item{padding:24px;background-color:#fafafa;border-radius:16px;display:flex;flex-direction:column}.block-products-grid__item-col_content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.block-products-grid__item-image{width:100%;height:280px;border-radius:16px;overflow:hidden;object-fit:cover}.block-products-grid__item-name{margin-top:24px;font-size:18px;font-weight:600;color:#1F2123}.block-products-grid__item-short-description{margin-top:12px;font-size:16px;font-weight:400;color:#1F2123}.block-products-grid__item-price{margin-top:16px;font-size:20px;font-weight:600;color:#1C75A4;display:block}.block-products-grid__item-price::after{content:" ₽"}.block-products-grid__item-btn{margin-top:24px;width:100%;text-align:center}@media screen and (max-width:650px){.block-products-grid__wrapper{display:grid;grid-template-columns:1fr;gap:24px}}