.quick-buy-cards__wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-right:-40px;margin-bottom:-40px}@media screen and (max-width:480px){.quick-buy-cards__wrapper{margin-right:0;grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}.quick-buy-cards__wrapper .card__item{margin-right:40px;margin-bottom:40px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:480px){.quick-buy-cards__wrapper .card__item{margin-right:0}}.quick-buy-cards__wrapper .card__item .item__icon{margin-bottom:20px;line-height:1em}.quick-buy-cards__wrapper .item__description{margin-bottom:30px}.quick-buy-cards__wrapper .item__price{display:flex}.quick-buy-cards__wrapper .price--on-sale{margin-right:5px;text-decoration:line-through;color:#666e76}.quick-buy-cards__wrapper .button{margin-top:0}.quick-buy-cards__wrapper form{margin-top:0}