.cards-popup{background:var(--accent);color:#fff}.cards-popup__cards{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px;justify-content:center}.cards-popup__card,.cards-popup__cards{display:-webkit-box;display:-ms-flexbox;display:flex}.cards-popup__card{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;background-position:50%;background-size:cover;border-radius:16px;cursor:pointer;gap:16px;height:auto;justify-content:flex-end;max-width:calc(33.33333% - 21.33333px);min-height:250px;overflow:hidden;padding:24px 36px;width:100%;z-index:1}.cards-popup__card:before{background:rgba(0,0,0,.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.cards-popup__card-bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.cards-popup__card-bottom,.cards-popup__card-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cards-popup__card-icon{-webkit-box-pack:center;-ms-flex-pack:center;border-radius:32px;height:32px;justify-content:center;padding:8px;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s;width:32px}.cards-popup__card:hover .cards-popup__card-icon{background:#febd59}.cards-popup__card-price{font-weight:500}@media (max-width:1152px){.cards-popup__card{max-width:calc(50% - 16px)}}@media (max-width:767px){.cards-popup__card{max-width:100%}}