.page{position:relative;padding-top:40px;min-height:100vh;margin-bottom:40px}.restaurant-card{--height:367px;height:var(--height);width:100%;cursor:pointer}@media (max-width:550px){.restaurant-card{--height:330px}}.restaurant-card__img{height:calc(var(--height)*0.7);width:100%;object-fit:cover}.restaurant-card__title{margin:12px 0 4px}.restaurant-card__categories{font-size:14px;color:#757575;margin-bottom:4px}.restaurant-card__eta{font-size:14px;display:inline-block;padding:2px 8px;background-color:#f5f5f5}.restaurants-list{--card-width:348px;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--card-width),1fr));grid-gap:40px 20px;gap:40px 20px}@media (max-width:956px){.restaurants-list{--card-width:340px;grid-row-gap:20px;row-gap:20px}}@media (max-width:550px){.restaurants-list{--card-width:280px}}.loader-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lds-default{display:inline-block;position:relative;width:160px;height:160px}.lds-default div{position:absolute;width:12px;height:12px;background:#5fb709;border-radius:50%;-webkit-animation:lds-default 1.2s linear infinite;animation:lds-default 1.2s linear infinite}.lds-default div:first-child{-webkit-animation-delay:0s;animation-delay:0s;top:74px;left:132px}.lds-default div:nth-child(2){-webkit-animation-delay:-.1s;animation-delay:-.1s;top:44px;left:124px}.lds-default div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s;top:22px;left:104px}.lds-default div:nth-child(4){-webkit-animation-delay:-.3s;animation-delay:-.3s;top:14px;left:74px}.lds-default div:nth-child(5){-webkit-animation-delay:-.4s;animation-delay:-.4s;top:22px;left:44px}.lds-default div:nth-child(6){-webkit-animation-delay:-.5s;animation-delay:-.5s;top:44px;left:22px}.lds-default div:nth-child(7){-webkit-animation-delay:-.6s;animation-delay:-.6s;top:74px;left:14px}.lds-default div:nth-child(8){-webkit-animation-delay:-.7s;animation-delay:-.7s;top:104px;left:22px}.lds-default div:nth-child(9){-webkit-animation-delay:-.8s;animation-delay:-.8s;top:124px;left:44px}.lds-default div:nth-child(10){-webkit-animation-delay:-.9s;animation-delay:-.9s;top:132px;left:74px}.lds-default div:nth-child(11){-webkit-animation-delay:-1s;animation-delay:-1s;top:124px;left:104px}.lds-default div:nth-child(12){-webkit-animation-delay:-1.1s;animation-delay:-1.1s;top:104px;left:124px}@-webkit-keyframes lds-default{0%,20%,80%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes lds-default{0%,20%,80%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-flow:column nowrap}.error__text{font-size:30px;font-weight:500}.error__link{font-size:24px;color:#5fb709}.error__link:hover{text-decoration:underline}.header__delivery-info,.header__inner{display:flex;flex-flow:row nowrap;align-items:center}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:15px 0;width:100%;background:#fff}.header__logo{height:24px;width:auto}@media (max-width:550px){.header__logo{height:14px}}.header__delivery-info{margin-left:7vw}@media (max-width:768px){.header__delivery-info{display:none}}.header__search{margin-left:auto}@media (max-width:768px){.header__search{display:none}}.header__link{margin-left:40px;padding:13px 0;white-space:nowrap;color:#1f1f1f}.header__link:hover{text-decoration:underline}.header__toggle-buttons{display:none;margin-left:auto}@media (max-width:768px){.header__toggle-buttons{display:flex}}.header__toggle-btn{display:flex;align-items:center;padding:11px 5px;cursor:pointer;border:1px solid transparent}.header__toggle-btn:not(:last-of-type){margin-right:20px}.header__toggle-btn:focus{border-color:#e0e0e0}.header__toggle-img{width:14px;height:18px}.header__toggle-img--search{height:14px}.mobile-controls{display:none;position:relative;padding-top:30px}@media (max-width:768px){.mobile-controls{display:flex}}.mobile-controls__close{position:absolute;right:0;top:10px}.control__input-wrapper{display:flex;flex-flow:row nowrap;align-items:center;padding:11px 16px;border:1px solid #e0e0e0;-webkit-transition:border-color .3s;transition:border-color .3s}.control__input-wrapper--focused{border-color:#adadad}.control__icon{width:14px;height:14px;margin-right:10px}.control__input{max-height:24px;line-height:24px}@media (max-width:380px){.control__input{width:60%}.control__input--time{width:100%}}.control__input--time{max-width:75px}@media (max-width:956px){.control__input--small{max-width:75px}}.control__label{font-size:14px;color:#626262;margin-bottom:8px}.control+.control{margin-left:20px}.footer__bottom-links,.footer__bottom-part,.footer__logo-container,.footer__top-part{display:flex;flex-flow:row nowrap;align-items:center}.footer{background-color:#262626;padding:64px 0}@media (max-width:768px){.footer{padding:40px 0}}.footer__top-part{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #c4c4c4}.footer__main{display:flex;flex-flow:column nowrap;justify-content:space-between}.footer__logo-container{margin-bottom:40px}@media (max-width:768px){.footer__logo-container{flex-direction:column;align-items:flex-start}}.footer__mobile-app{display:inline-block}@media (max-width:768px){.footer__mobile-app{display:block;margin-bottom:20px}}.footer__mobile-app:first-of-type{margin-right:20px}.footer__logo{margin-right:40px}@media (max-width:768px){.footer__logo{margin-bottom:40px}}.footer__bottom-part,.footer__top-part{align-items:flex-start}@media (max-width:620px){.footer__bottom-part,.footer__top-part{flex-direction:column}}.footer__copyright,.footer__main{flex-basis:45vw;padding-right:40px}@media (max-width:620px){.footer__copyright,.footer__main{flex-basis:auto}}.footer__top-links:last-of-type{margin-left:10vw}@media (max-width:620px){.footer__top-links:last-of-type{margin-left:0}}.footer__copyright{font-size:14px;color:#fff}@media (max-width:620px){.footer__copyright{order:1}}.footer__bottom-links{margin-bottom:40px}@media (max-width:620px){.footer__bottom-links{flex-direction:column;align-items:flex-start;margin-top:20px}}.footer__bottom-links .links__link:not(:last-of-type){margin-right:40px}@media (max-width:620px){.footer__misc{display:flex;flex-direction:column-reverse;margin-top:20px}}.links__link{display:block;margin-bottom:16px;color:#fff;white-space:nowrap}.links__link:hover{text-decoration:underline}.social__link{margin-right:20px}.select{position:relative}.select__input{-moz-appearance:none;-webkit-appearance:none;color:#fff;padding:10px 40px;background-color:transparent;border:1px solid #979797;border-radius:0;cursor:pointer}.select__icon{position:absolute;top:12px;left:10px;width:20px;height:20px}.select__arrow{position:absolute;top:20px;right:10px;width:14px;height:8px}*,:after,:before{box-sizing:border-box}a,body,button,input,select{font-family:Roboto,sans-serif;font-size:16px;line-height:1.5}input{border:none;background:transparent;outline:none}a{text-decoration:none}button{border:none;background:none;outline:none}.content{max-width:1160px;padding:0 34px;margin:0 auto}@media (max-width:550px){.content{padding:0 20px}}@media (min-width:1281px){.content{max-width:1520px}}
/*# sourceMappingURL=main.a414514d.chunk.css.map */