.restaurants{--collection-column-mob: 1;--collection-column-table: 2;--collection-column-desc: 3;--collection-column-gap: 39.5px;--collection-row-gap: 43px;--collection-column: var(--collection-column-mob);--section-margin-top: 50px;--section-margin-bottom: 50px;display:flex;flex-wrap:wrap;margin-top:48px;column-gap:var(--collection-column-gap);row-gap:var(--collection-row-gap)}.restaurants .restaurants__item{width:calc((100% - (var(--collection-column) - 1) * var(--collection-column-gap)) / var(--collection-column))}.restaurant .restaurant__image{position:relative;padding-top:60%;border-radius:15px;overflow:hidden}.restaurant .restaurant__image img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;object-fit:cover}.restaurant .restaurant__badges{position:absolute;display:flex;flex-direction:column;gap:8px;top:50%;transform:translateY(-50%);left:10px}.restaurant .restaurant__badge{display:flex;align-items:center;width:max-content;background:var(--black-opacity-60);padding:6px 8px;gap:8px;border-radius:10px;--primary-color-icon: var(--white);color:var(--white)}.restaurant .restaurant__badge svg{max-width:24px;max-height:24px}.restaurant .restaurant__badge-content{display:flex;flex-direction:column}.restaurant .restaurant__badge-title,.restaurant .restaurant__badge-text{white-space:nowrap}.restaurant .restaurant__badge-title{font-size:10px}.restaurant .restaurant__badge-text{font-size:14px;font-weight:600}.restaurant .restaurant__partner{--partner-color: #393939;position:absolute;bottom:10px;right:10px;padding:10px;border-radius:10px;width:100%;height:100%;max-width:100px;max-height:48px;background-color:#FFFDF4}.restaurant .restaurant__content-wrapper{display:flex;align-items:center;gap:12px;margin-top:20px}.restaurant .restaurant__content{display:flex;flex-direction:column;gap:4px}.restaurant .restaurant__icon{border:1px solid #e1e1e1;border-radius:10px}.restaurant .restaurant__title{font-size:24px}.restaurant .restaurant__kitchen{color:var(--grey-blue);opacity:0.6;font-weight:400}@media (min-width:768px){.restaurants{--collection-column: var(--collection-column-table)}}@media (min-width:992px){.restaurants{--collection-column: var(--collection-column-desc)}}