.cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}.card-swiper{max-width:100%;overflow:hidden}.cards.column-desktop-1{grid-template-columns:repeat(1,1fr)}.cards.column-desktop-2{grid-template-columns:repeat(2,1fr)}.cards.column-desktop-3{grid-template-columns:repeat(3,1fr)}.cards.column-desktop-4{grid-template-columns:repeat(4,1fr)}.cards.column-desktop-5{grid-template-columns:repeat(5,1fr)}.cards .card__img{max-height:none}.card{background-color:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1);border-radius:15px;display:flex;flex-direction:column;overflow-x:hidden;transition:all .3s;width:100%}.swiper-slide .card__img{border-radius:14px 14px 0 0;box-shadow:none;height:225px;width:100%}.card__img{border-radius:17px;height:auto;max-height:206px;object-fit:cover;transition:all .3s;width:100%}.card__img:hover{transform:translateY(-1px)}.card__images__swiper .card__img:hover{transform:none}.card__images__swiper{margin-bottom:16px;position:relative}.card__images__wrapper{border-radius:17px}.card__images__swiper>a{display:contents}.active-bullet{background:var(--text-color);opacity:1}.card__bonus{border-radius:18px;color:var(--text-color);font-weight:700;margin-top:16px;padding:12px 16px;width:max-content}.card__bonus.yellow{background-color:var(--yellow-color);border:2px solid var(--yellow-color)}.card__bonus.green{background-color:var(--lightgreen-color);border:2px solid var(--lightgreen-color)}.card__title{color:var(--text-color);font-size:15px;font-weight:600;line-height:18px;margin-left:10px;opacity:.8}.card__description{color:var(--text-color);margin-top:10px}.card__tag{border:1px solid var(--card-tag-border-color);border-radius:100px;color:var(--text-color);font-weight:500;margin-bottom:15px;margin-top:16px;max-width:100%;overflow:hidden;padding:6px 20px 8px;text-overflow:ellipsis;white-space:nowrap;width:max-content}.card__tag:hover{background-color:var(--theme-switcher-color-hover)}.card__address{color:var(--text-color);font-size:13px;font-weight:400;margin-left:10px;margin-top:10px}@media only screen and (max-width:1200px){.cards{grid-template-columns:repeat(3,1fr)}.card__bonus{font-size:14px;padding:8px 10px}}@media only screen and (max-width:992px){.cards.column-mobile-1{grid-template-columns:repeat(1,1fr)}.cards,.cards.column-mobile-2{grid-template-columns:repeat(2,1fr)}.cards{grid-gap:15px;margin-top:32px}}@media only screen and (max-width:480px){.cards.column-mobile-1{grid-template-columns:repeat(1,1fr)}.cards.column-mobile-2{grid-template-columns:repeat(2,1fr)}.card__bonus{font-size:10px;margin-top:10px;padding:4px 6px}.card__title{font-size:17px;line-height:20px}.card__description{font-size:12px}.card__tag{font-size:10px;margin-top:10px;padding:6px}.card__address{margin-top:8px}}@media only screen and (max-width:375px){.cards.column-mobile-1{grid-template-columns:repeat(1,1fr)}.cards.column-mobile-2{grid-template-columns:repeat(2,1fr)}}