.topdishes{padding:0 0 30px;position:relative;margin:40px 0 25px}.topdish__list{flex-wrap:wrap;display:flex}.topdish__title{font:900 34px/36px var(--f1);margin:0 0 25px}.topdish{flex-shrink:0;transition:all .15s;position:relative;margin:0 15px 15px 0;width:274px}.topdish__img-wrap{height:135px;overflow:hidden;position:relative;box-sizing:border-box;border-radius:12px;width:100%;display:block}.topdishes--air .topdish__img-wrap,.topdishes--presentation .topdish__img-wrap{height:auto;padding-bottom:100%}.topdish__img-wrap--border{border:1px solid #eee}.topdish__img{height:100%;right:0;position:absolute;object-fit:cover;bottom:0;top:0;object-position:50% 50%;margin:auto;left:0;width:100%}.topdish__content{padding:10px 25px 0 0}.topdish__name{color:currentColor;font:700 18px/20px var(--f1);margin:0 0 6px;display:block}.topdish__name:hover{text-decoration:underline}.topdish__nav{height:40px;transition:opacity .2s,background-color .2s;position:absolute;top:110px;margin:auto;border-radius:8px;background:#f3f3f3 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' fill='none' viewBox='0 0 11 18'%3E%3Cpath stroke='%231C1C1C' stroke-width='1.8' d='m1 1 8 8-8 8'/%3E%3C/svg%3E") no-repeat 9px 50%;cursor:pointer;width:27px;z-index:2}.topdish__nav:hover{background-color:#eee}.topdish__nav--prev{transform:rotate(180deg);left:-14px}.topdish__nav--next{right:-14px}.topdish__nav--disabled{opacity:0;cursor:default}