.restaurant-list{display:grid;gap:35px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1075px}.restaurant-list--1{grid-template-columns:1fr;max-width:520px}.restaurant-list--item{border:1px solid rgba(0,0,0,.2);display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr}.restaurant-list--item-image,.restaurant-list--item-images{overflow:hidden;position:relative;width:100%}.restaurant-list--item-image{display:block}.restaurant-list--item-image:before{content:"";display:block;padding-top:64.230769231%;width:100%}.restaurant-list--item-image img{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.restaurant-list--item-content{display:flex;flex-flow:column wrap;font-size:13px;letter-spacing:.5px;line-height:150%;padding:35px}.restaurant-list--item-name{color:#2e2418;font-size:30px;letter-spacing:1px;line-height:83%;margin-bottom:20px;text-transform:lowercase}.restaurant-list--item-buttons{margin-top:auto}.restaurant-list--item-buttons .button{color:#fff;font-size:12px;letter-spacing:2px;line-height:125%;min-width:215px;padding:11px}.restaurant-list--swiper .swiper-buttons{bottom:0;display:flex;justify-content:flex-end;padding:7px;position:absolute;right:0}.restaurant-list--swiper.swiper-rtl .swiper-buttons{flex-direction:row-reverse}.restaurant-list--swiper .swiper-button-next,.restaurant-list--swiper .swiper-button-prev{background-color:#8b6e4b;color:#fff;height:31px;margin-top:0;position:relative;top:0;width:31px}.restaurant-list--swiper .swiper-button-next:focus,.restaurant-list--swiper .swiper-button-next:hover,.restaurant-list--swiper .swiper-button-prev:focus,.restaurant-list--swiper .swiper-button-prev:hover{background-color:#343434;color:#fff}.restaurant-list--swiper .swiper-button-prev,.restaurant-list--swiper.swiper-rtl .swiper-button-next{left:auto;margin-right:2.33px}.restaurant-list--swiper .swiper-button-prev:after,.restaurant-list--swiper.swiper-rtl .swiper-button-next:after{content:none}.restaurant-list--swiper .swiper-button-next,.restaurant-list--swiper.swiper-rtl .swiper-button-prev{right:auto}.restaurant-list--swiper .swiper-button-next:after,.restaurant-list--swiper.swiper-rtl .swiper-button-prev:after{content:none}@media (max-width:767px){.restaurant-list{grid-template-columns:1fr}}