@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
body, html {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0 0;
}

.content {
  width: 720px;
  padding: 0 40px;
  margin: auto;
}

.logo {
  width: 150px;
}

.header {
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
}

.main {
  margin-top: 30px;
}

.points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
  gap: 7px 16px;
}

.point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
}
.point img {
  width: 20px;
}

.point--phone {
  font-weight: 700;
  font-size: 22px;
}

h1 {
  text-align: center;
  margin: 0;
  line-height: 120%;
  font-size: 36px;
  font-weight: 600;
  color: #1B4B57;
}

.grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid > * {
  min-width: 0;
}
.grid h3 {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 18px;
}
.grid ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.grid ul li {
  list-style-type: "- ";
  font-size: 14px;
  font-weight: 400;
}

.images {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: -5%;
}
.images img {
  object-fit: cover;
  min-width: 0;
}

.qr-block {
  display: flex;
  flex-direction: column;
  color: #1B4B57;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  flex: 1;
  min-width: 0;
}

.qr-feedback {
  background-image: url("/images/qr.jpg");
  background-size: calc(100% + 20px);
  background-position: -10px -10px;
  width: 100%;
  aspect-ratio: 1;
}

.price {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 16px;
  font-style: italic;
  align-items: center;
}
.price > *:last-child {
  color: #1B4B57;
  font-size: 24px;
  font-weight: 700;
  font-style: initial;
}

.timings {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1B4B57;
  display: flex;
  justify-content: space-between;
}

.footer {
  display: flex;
  flex-direction: row;
  margin-top: 55px;
}
.footer img {
  flex: 1;
  min-width: 0;
  object-fit: cover;
  height: 150px;
}

a {
  color: inherit;
  text-decoration: none;
}
a :link, a :visited, a :hover, a :active, a :focus {
  color: inherit;
  text-decoration: none;
}

html {
  min-height: 100vh;
}

body {
  min-height: calc(100vh - 17px);
  box-sizing: border-box;
  margin-top: 17px;
}

#popupImage {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

#popupImageImg {
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
}

@media (max-width: 850px) {
  .content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .points {
    gap: 5px;
  }
  .logo {
    width: 50px;
  }
  .point {
    font-size: 10px;
    gap: 5px;
  }
  .point img {
    width: 14px;
  }
  .point--phone {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  .grid h3 {
    font-size: 14px;
  }
  .grid li {
    font-size: 11px !important;
  }
  .price {
    font-size: 3vw;
  }
  .price span {
    font-size: 6vw !important;
  }
  .timings {
    font-size: 3.5vw;
  }
  .footer {
    padding: 0 !important;
  }
}

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