.categories__title{text-align: center;margin-bottom: 48px;}.categories{display: grid;grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));grid-gap: 34px;grid-auto-rows: 1fr;margin-bottom: 120px;}.categories__item{position: relative;box-shadow: 0px 16px 32px rgba(32, 34, 37, 0.12);border-radius: 16px;padding: 24px;transition: 0.5s;display: flex;flex-direction: column;background-color: var(--white);min-height: 180px;}.categories__ilink{position: absolute;left:0;top:0;width: 100%;height: 100%;}.categories__item:hover {transform: translateY(-16px);}.categories__ititle{color: var(--blue1);}.categories__iprice{margin-bottom: 0;}.categories__item .button{display: none;}.categories__item:hover .button{display: inline-flex;}.categories__iflex{display: flex;align-items: center;justify-content: space-between;margin-bottom: 0;margin-top:auto;}@media (max-width: 1279px) {.categories__title{margin-bottom: 32px;}.categories{grid-gap: 32px 48px;margin-bottom: 96px;}}@media (max-width: 527px){.categories__title{margin-bottom: 24px;}.categories{margin-bottom: 64px;grid-gap: 24px;}.categories__item{padding-left: 16px;padding-right: 16px;min-height: 154px;}}