.new__catalog{color:var(--foreground);text-align:center;margin:60px 0}.catalog__inner{text-align:left;flex-wrap:wrap;justify-content:space-between;font-size:25px;display:flex}.catalog__wrapper{background:var(--cardBackground);opacity:1;border-radius:8px;width:100%;max-width:32%;min-height:300px;margin:0 0 20px;padding:20px;position:relative;overflow:hidden;box-shadow:0 0 0 2px #ff7c07b3}.catalog__wrapper img{z-index:30;position:absolute;bottom:0;right:0}.catalog__wrapper:hover{box-shadow:0 0 0 2px #4c469bb3}.catalog__item:nth-child(3n){margin:0 0 20px}.catalog__circle{background:var(--background);z-index:10;border-radius:50%;width:275px;height:275px;transition:all 3s;position:absolute;bottom:-44px;right:-81px}.catalog__circle:before{content:"";background:var(--background);border-radius:50%;width:220px;height:220px;transition:all 1.5s;position:absolute;bottom:25px;right:25px}.catalog__circle:after{content:"";background:var(--background);border-radius:50%;width:165px;height:165px;transition:all .5s;position:absolute;bottom:50px;right:50px}.catalog__wrapper:hover{background:var(--cardBackgroundHover)}.catalog__wrapper:hover .catalog__circle{background:#fff}.catalog__wrapper:hover .catalog__circle:before{background:#9e99e3}.catalog__wrapper:hover .catalog__circle:after{background:#4d479d}.catalog__wrapper:hover h3{color:var(--accentHover)}@media only screen and (max-width:1024px){.catalog__wrapper{max-width:44%;margin:15px}}@media only screen and (max-width:700px){.catalog__wrapper{max-width:100%;margin:15px}}
