.dishes-page{width:100%;height:auto;position:relative;background-color:#fff;color:#232323;padding-bottom:72px}.dishes-page__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start}.dishes-page__title{width:100%;text-align:left}.dishes-page__title h1{text-transform:uppercase;font-size:64px;line-height:64px;font-weight:800}.dishes-page__list{margin-top:32px;width:100%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:stretch;gap:16px}.dishes-page__list .product-card{width:calc((100% - 32px) / 3)}@media screen and (max-width: 1140px){.dishes-page__list .product-card{width:calc((100% - 16px)/2);min-height:515px}.dishes-page__list .product-card__img{height:315px}}@media screen and (max-width: 1024px){.dishes-page{padding-bottom:40px}.dishes-page__list{margin-top:0;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:12px}.dishes-page__list .product-card{width:100%;min-height:615px;padding:8px 8px 12px}.dishes-page__list .product-card__img{height:450px}.dishes-page__list .product-card__desc{margin-top:4px}}@media screen and (max-width: 640px){.dishes-page__list .product-card{min-height:520px}.dishes-page__list .product-card__title h3,.dishes-page__list .product-card__desc p{font-size:16px;line-height:24px}.dishes-page__list .product-card__link span{font-size:14px}.dishes-page__list .product-card__img{height:350px}}@media screen and (max-width: 480px){.dishes-page__list .product-card{min-height:415px}.dishes-page__list .product-card__img{height:250px}}@media screen and (max-width: 425px){.dishes-page__list .product-card{min-height:360px}.dishes-page__list .product-card__img{height:177px}}
