.food_menu_list{display:flex;gap:80px;flex-wrap:wrap;justify-content:center;margin:80px 0 0}.food_menu_list .item{display:flex;flex-direction:column;align-items:center;gap:27px}.food_menu_list .item .img_box{position:relative}.food_menu_list .item .img_box::after{content:'';position:absolute;bottom:12px;display:inline-block;width:100%;height:56px;background-color:#B48344;-webkit-mask-image:url('../../../../img/gold_wave_rest.svg');mask-image:url('../../../../img/gold_wave_rest.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;mask-position:center center;mask-size:100% 100%}.food_menu_list .item .img_box .img{width:244px;height:244px;display:block;position:relative;border-radius:50%;overflow:hidden}.food_menu_list .item .img_box .img img{width:100%;height:auto;transition:scale 600ms ease 0ms}.notouch .food_menu_list .item:is(:hover,:focus) .img_box .img img{scale:1.1}.food_menu_list .item .text{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.food_menu_list .item .text .title{color:#00446D;display:flex;justify-content:space-between;flex-grow:1;gap:15px;flex-direction:column;align-items:center;margin:0;font-weight:700;font-size:24px;line-height:32px;text-align:center}.food_menu_list .item .text .title::after{content:'';display:inline-block;width:37px;height:37px;background-color:#B48344;-webkit-mask-image:url('../../../../img/arrow_right_long.svg');mask-image:url('../../../../img/arrow_right_long.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:25px 25px;mask-repeat:no-repeat;mask-position:center center;mask-size:25px 25px}@media screen and (max-width:1350px){.food_menu_list{gap:50px}.food_menu_list .item .img_box .img{width:215px;height:215px}.food_menu_list .item .text .title{font-size:21px;line-height:30px}}@media screen and (max-width:600px){.food_menu_list{gap:30px 40px;margin:40px 0 0}.food_menu_list .item{gap:15px}.food_menu_list .item .img_box .img{width:145px;height:145px}.food_menu_list .item .text .title{gap:8px;font-size:19px;line-height:28px}}/*# sourceMappingURL=1.css.map */