.catalogue{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;min-height:calc(100vh - 272px);position:relative}.catalogue-item-wrapper{height:350px}.catalogue-item-link{color:inherit;text-decoration:none}.catalogue-item{background-color:var(--main-gray);background-image:url(../img/crystal_2.svg);background-position:50%;background-repeat:repeat;background-size:contain;border-radius:20px;box-shadow:0 4px 8px #0000001a;color:var(--main-blue);display:flex;flex-direction:column;height:250px;justify-content:center;margin:10px;padding:10px 20px;position:relative;transition:all .3s ease;width:500px}.catalogue-item:active{box-shadow:0 25px 50px #b8b8b866;transform:scale(1.01)}.catalogue .catalogue-item-favorite{right:20px;top:210px}.catalogue-item-image-wrapper{position:absolute;right:20px;top:15px}.catalogue-item-image-wrapper img{border-radius:20px}.catalogue-item-description{background-color:var(--semi-lighter-transparent-blue);border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:120px;padding:20px;position:relative;top:120px}.catalogue-item-name-wrapper{align-items:center;display:flex;height:60px}.catalogue-item h2{font-size:20px;font-weight:400;margin:0}.catalogue-item-price{align-items:center;color:var(--darkest-blue);display:flex;font-size:28px;font-weight:700;gap:10px}@media(max-width:1200px){.catalogue-item{height:160px;width:320px}.catalogue-item-wrapper{height:250px}.catalogue-item-image-wrapper img{width:120px}.catalogue-item-description{min-height:80px;top:90px}.catalogue-item-name-wrapper{height:20px}.catalogue-item h2{font-size:16px}.catalogue-item-price{font-size:24px}}@media(max-width:800px){.catalogue-item{height:200px;width:400px}.catalogue-item-wrapper{height:300px}.catalogue-item-image-wrapper img{width:150px}.catalogue-item-description{min-height:100px;top:110px}.catalogue-item-name-wrapper{height:30px}.catalogue-item h2{font-size:18px}.catalogue-item-price{font-size:24px}}@media(max-width:480px){.catalogue-item{background-image:url(../img/crystal_3.svg);background-position:50%;background-repeat:repeat;background-size:contain;height:115px;width:230px}.catalogue-item-wrapper{height:220px;width:325px}.catalogue-item-image-wrapper{right:180px;top:10px}.catalogue-item-image-wrapper img{width:80px}.catalogue-item-description{min-height:100px;right:-55px;top:65px}.catalogue-item-name-wrapper{height:30px}.catalogue-item h2{font-size:16px}.catalogue-item-price{font-size:20px}}
