* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

header {
  box-shadow: 0 0 16px rgba(38, 38, 38, 0.16);
}

footer {
  padding: 50px 0 0;
  background: #262626;
}

.header-box *:focus {
  outline: 1px solid #11933a;
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 948px;
  height: 72px;
}
.header-box__logo {
  display: flex;
  height: 40px;
  align-items: center;
  cursor: pointer;
}
.header-box__logo:hover {
  transform: scale(1.11) rotate(-1deg);
}
.header-box__logo > a:focus {
  outline: none;
}
.header-box__location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-box__location:focus {
  outline: 1px solid #11933a;
}
.header-box input,
.header-box select,
.header-box option {
  outline: none;
  cursor: pointer;
}
.header-box__asap {
  display: flex;
  margin: 0 8px;
  padding: 8px 12px;
  height: 40px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.header-box__asap > a {
  text-decoration: none;
  color: #1d1d1d;
}
.header-box__asap:hover {
  border-radius: 8px;
  border: 1px solid #11933a;
}
.header-box__delivery-location {
  display: flex;
  position: relative;
  justify-items: center;
  align-items: center;
  margin: 0 8px;
}
.header-box .delivery-location_location-img {
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
  width: 14px;
  height: 16px;
  background-image: url("./images/icons/location.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.header-box .delivery-location_location-img:focus {
  outline: none;
}
.header-box .delivery-location_address {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 42px;
  padding: 10px 10px 10px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  transition: 0.35s ease;
  cursor: text;
}
.header-box .delivery-location_address:hover {
  border-radius: 8px;
  border: 1px solid #11933a;
}
.header-box__nav {
  display: flex;
  align-items: center;
}
.header-box__auth {
  display: flex;
  justify-content: space-between;
}
.header-box .auth_signin {
  display: flex;
  justify-content: center;
  width: 80px;
  height: 40px;
  margin: 0 8px;
  border: 1px solid #000;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
}
.header-box .auth_signin > a {
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
  color: #000;
}
.header-box .auth_signin:hover {
  color: #ffffff;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: #11933a;
  transform: scaleY(1.01);
}
.header-box .auth_signin > a:focus {
  outline: none;
}
.header-box .auth_register {
  display: flex;
  justify-content: center;
  width: 80px;
  height: 40px;
  margin: 0 8px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #262626;
  font-weight: 500;
  cursor: pointer;
}
.header-box .auth_register > a {
  text-decoration: none;
  line-height: 40px;
  font-size: 13px;
  color: #ffffff;
}
.header-box .auth_register > a:focus {
  outline: none;
}
.header-box .auth_register:hover {
  background-color: #11933a;
  color: #ffffff;
  border: 1px solid #000;
  border-radius: 6px;
  transform: scaleY(1.01);
}
.header-box__basket {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 40px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.header-box__basket:hover {
  transform: rotate(6deg) scale(1.3);
}
.header-box__basket > a:focus {
  outline: none;
}

/* SEARCH */
.search-box *:focus {
  outline: 1px solid #11933a;
}

.search-box {
  display: flex;
  width: 948px;
  height: 79px;
  align-items: center;
  margin: auto;
}
.search-box__search-container::after {
  content: "";
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  position: absolute;
  opacity: 0.5;
}
.search-box__input {
  display: flex;
  padding-bottom: 5px;
}
.search-box__search-container {
  width: 100%;
  position: relative;
}
.search-box .restaurants-search {
  display: flex;
  height: 42px;
  width: 100%;
  padding: 10px 3px 10px 30px;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  color: #000000;
  border: none;
  cursor: text;
}
.search-box .restaurants-search::placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.search-box .restaurants-search:focus {
  outline: none;
  border: none;
}
.search-box__search-img {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 25px;
  height: 25px;
  background-image: url("./images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.search-box__search-img > a:focus {
  outline: none;
}

/* TITLE */
.title-box {
  display: grid;
  grid-template-rows: 1;
  width: 948px;
  height: 56px;
  align-items: center;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
  padding: 30px 0 0;
}

.catalog-box *:focus {
  outline: 2px solid #11933a;
  transform: scale(1.021);
}

.catalog-box {
  display: grid;
  grid-template-columns: repeat(3, 318px);
  grid-column-gap: 3px;
  grid-row-gap: 4px;
  justify-content: center;
  padding: 0 0 80px;
}
.catalog-box__img-box {
  width: 318px;
  height: 256px;
  cursor: pointer;
}
.catalog-box__img:hover {
  transform: scale(1.028);
}
.catalog-box__img {
  padding: 0 5px;
}
.catalog-box__info-box {
  padding: 16px 0 20px 5px;
  cursor: pointer;
}
.catalog-box__restaurant-name {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
}
.catalog-box__description {
  display: flex;
  align-items: center;
}
.catalog-box__currency {
  display: flex;
  font-size: 14px;
  line-height: 21px;
  color: #626262;
}
.catalog-box__food-style {
  display: flex;
}
.catalog-box__description > ul {
  font-family: "Roboto", sans-serif;
  padding: 0;
  padding-left: 0;
  margin: 5px 0;
  font-size: 12px;
  color: #626262;
}
.catalog-box__food-style > li {
  color: #6e6c6c;
  margin-left: 20px;
}
.catalog-box__waiting-time {
  font-size: 13px;
  line-height: 21px;
  color: #292929;
}

.footer-box *:focus {
  outline: 1px solid #11933a;
}

.footer-box {
  width: 948px;
  margin: auto;
  padding: 0;
}
.footer-box__nav {
  display: block;
  align-items: center;
  justify-content: space-between;
}
.footer-box .language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  margin-bottom: 33px;
  cursor: pointer;
}
.footer-box .language > select {
  width: 176px;
  height: 40px;
  padding: 0 10%;
  background: #3B3B3B;
  border-radius: 2px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.footer-box .language::before {
  content: "";
  position: absolute;
  background: url("./images/icons/world.svg") no-repeat center;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 16px;
}
.footer-box .social {
  background: url("./images/icons/social.png") no-repeat center;
  width: 92px;
  height: 60px;
  cursor: pointer;
}
.footer-box .footer-link {
  display: flex;
  align-items: flex-start;
  margin-bottom: 23px;
  list-style: none;
}
.footer-box .footer-link > a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  color: #ffffff;
}
.footer-box .stores {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
}
.footer-box .app-store a {
  display: flex;
  background: url("./images/icons/apple.png") no-repeat center;
  width: 121px;
  height: 40px;
  margin: 0 40px 0 0;
}
.footer-box .g-play a {
  display: flex;
  background: url("./images/icons/playmarket.png") no-repeat center;
  width: 135px;
  height: 40px;
}
.footer-box__privacy {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 90px;
}
.footer-box .rights,
.footer-box .privacy-link,
.footer-box .terms {
  display: flex;
  width: 25%;
  flex-grow: 1;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  align-items: flex-end;
  color: #ffffff;
}
.footer-box .privacy-link,
.footer-box .terms {
  text-decoration: none;
}
.footer-box__logo {
  width: 100%;
  border-bottom: 1px solid #ffffff40;
  padding-bottom: 40px;
}
.footer-box__logo a {
  display: flex;
  justify-content: start;
  background: url("./images/icons/white-logo.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 200px;
  height: 40px;
}
.footer-box__controls {
  display: grid;
  grid-template-columns: repeat(3, 306px);
  grid-column-gap: 16px;
  justify-content: center;
  padding: 30px 0 25px;
  border-bottom: 1px solid #ffffff40;
}
.footer-box__nav {
  display: block;
  align-items: center;
  justify-content: space-between;
}
.footer-box .language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  margin-bottom: 33px;
  cursor: pointer;
}
.footer-box .language > select {
  width: 176px;
  height: 40px;
  padding: 0 10%;
  background: #3B3B3B;
  border-radius: 2px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.footer-box .language::before {
  content: "";
  position: absolute;
  background: url("./images/icons/world.svg") no-repeat center;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 16px;
}
.footer-box .social {
  background: url("./images/icons/social.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 92px;
  height: 60px;
  cursor: pointer;
}
.footer-box .footer-link {
  display: flex;
  align-items: flex-start;
  margin-bottom: 23px;
  list-style: none;
}
.footer-box .footer-link > a {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  color: #ffffff;
}
.footer-box .stores {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
}
.footer-box .app-store a {
  display: flex;
  background: url("./images/icons/appstore.png") no-repeat center;
  width: 121px;
  height: 40px;
  margin-right: 40px;
}
.footer-box .g-play a {
  display: flex;
  background: url("./images/icons/playmarket.png") no-repeat center;
  width: 135px;
  height: 40px;
}
.footer-box__privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.footer-box .g-play a:focus {
  outline: 2px solid #11933a;
  transform: scale(1.024);
}
.footer-box .app-store a:focus {
  outline: 2px solid #11933a;
  transform: scale(1.024);
}
.footer-box .rights,
.footer-box .privacy-link,
.footer-box .terms {
  display: flex;
  width: 25%;
  flex-grow: 1;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  align-items: flex-end;
  color: #ffffff;
}
.footer-box .privacy-link,
.footer-box .terms {
  text-decoration: none;
}

.search-box--mobile *:focus {
  outline: 2px solid #11933a;
}

/* MOBILE-SEARCH */
.search-box--mobile {
  display: flex;
  justify-content: space-between;
  width: 91%;
  margin: auto;
  font-size: 11px;
  line-height: 13px;
}
.search-box--mobile .search-box--mobile__input {
  display: flex;
  padding-bottom: 5px;
}
.search-box--mobile input,
.search-box--mobile select,
.search-box--mobile option {
  outline: none;
  cursor: pointer;
}
.search-box--mobile .search-box__asap--mobile {
  display: flex;
  height: 40px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.search-box--mobile .search-box__asap--mobile:hover {
  border-radius: 8px;
  border: 1px solid #11933a;
}
.search-box--mobile .search-box__delivery-location--mobile {
  display: flex;
  position: relative;
  justify-items: center;
  align-items: center;
}
.search-box--mobile .location-img--mobile {
  display: block;
  position: absolute;
  top: 25px;
  left: 10px;
  background-image: url("./images/icons/location.png");
  width: 14px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.search-box--mobile .address--mobile {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 10px 10px 10px 30px;
  font-size: 13px;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.35s ease;
  color: #000;
  cursor: text;
}
.search-box--mobile .address--mobile:hover {
  border-radius: 8px;
  border: 1px solid #11933a;
}

/*# sourceMappingURL=style.css.map */
