@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  height: 100%;
  min-height: 100vh;
  color: #212529;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  background: #f3f3f3;
}

.container {
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 1240px) {
  .container {
    padding: 0;
  }
}

.header {
  border-bottom: 1px solid #ccc;
  background: #ffffff;
}
.header .container {
  max-width: 1100px;
}
.header__logo {
  width: 150px;
  margin: 0 auto;
  padding: 6px;
}
@media (min-width: 768px) {
  .header__logo {
    margin: 0;
  }
}

.content {
  flex: 1 0 auto;
  width: 100%;
}

.results {
  margin: 12px auto;
  padding: 0;
  max-width: 1100px;
  height: 100%;
}
@media (min-width: 768px) {
  .results__wrapper {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
}
.results__main {
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .results__main {
    width: calc(100% - 340px);
    margin-bottom: 0;
  }
}
.results__sidebar {
  background: #ffffff;
  padding: 12px;
  display: block;
}
@media (min-width: 768px) {
  .results__sidebar {
    width: 340px;
  }
}

.footer {
  flex: 0 0 auto;
  color: #d0d4d9;
  padding: 20px 0 30px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  background: rgb(25, 26, 31);
  font-weight: 400;
}
.footer__menu {
  display: flex;
  gap: 8px;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 12px;
  padding: 20px 0 0;
  border-top: 1px solid #212529;
}
@media (min-width: 768px) {
  .footer__menu {
    border: 0;
    padding: 0;
  }
}
.footer p {
  margin-bottom: 8px;
}
.footer li {
  display: block;
  margin: 0 6px;
}
.footer a {
  color: #d0d4d9;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer__right, .footer__left {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer__right {
    display: flex;
    justify-content: end;
  }
}

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