html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 32px;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/roboto-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"),
    url("./assets/fonts/roboto-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./assets/fonts/roboto-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./assets/fonts/roboto-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("./assets/fonts/roboto-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("./assets/fonts/roboto-regular.svg#Roboto")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/roboto-500.eot"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("./assets/fonts/roboto-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./assets/fonts/roboto-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./assets/fonts/roboto-500.woff")
      format("woff"),
    /* Modern Browsers */ url("./assets/fonts/roboto-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("./assets/fonts/roboto-500.svg#Roboto")
      format("svg"); /* Legacy iOS */
}

* {
  -webkit-box-sixing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  height: 100%;
  padding-bottom: 74px;
  display: block;
  background-color: #f9f9f9;
}

.second-container {
  height: 100%;
  padding-bottom: 74px;
  display: none;
  background-color: #f9f9f9;
}

.third-container {
  height: 100%;
  padding-bottom: 74px;
  display: none;
}

footer {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px -2px 14px 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: flex-end;
  background-color: #FFFFFF;
}

.logo-text {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 0 10px;
  display: inline-block;
}

.logo {
  max-width: 100%;
  height: 33px;
}

.dish-container {
  float: left;
  width: 25%;
  height: 50%;
  padding: 2.3px;
  margin-bottom: 2.3px;
  display: table;
}

.dish-image-container {
  display: table-row;
  height: 100%;
}

.dish {
  height: 77px;
  display: table-row;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 31px 0px;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  border: 1px solid #fff;
  position: relative;
}

.wrapper {
  padding: 10px 28px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 500;
  height: 100%;
  display: table;
  width: 100%;
  position: relative;
}

.dish-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.ad-image {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.title {
  width: 80px;
  height: 1px;
  display: inline-block;
}

.dish-price {
  height: 100%;
  z-index: 2;
  display: table-cell;
  background-color: #f9f9f9;
  vertical-align: bottom;
  text-align: right;
}

.dish-name {
  line-height: 28px;
  width: 100%;
  height: 56px;
  display: table-cell;
}

.cell-wrapper {
  max-height: 56px;
  overflow: hidden;
  position: absolute;
}

.content {
  height: 100%;
}

.second-content {
  height: 100%;
}

.third-content {
  height: 100%;
}

.restaurant-logo-image {
  height: 60px;
}
