* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.layout {
  min-height: 100vh;
  position: relative;
}
.layout::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  height: 148px;
  background: url("../images/header-bg.svg") no-repeat;
  background-position: center;
}
@media (min-width: 375px) {
  .layout::before {
    background-size: cover;
    height: 190px;
  }
}

.container {
  max-width: 360px;
  min-width: 320px;
  padding: 0 11px;
  margin: 0 auto;
}

.header {
  position: relative;
  padding-top: 13px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__burger {
  margin-right: 39px;
}
.header__right {
  display: flex;
}
.header__right img:not(:last-child) {
  margin-right: 28px;
}

.main {
  padding-bottom: 65px;
}

.hero {
  position: relative;
  margin-bottom: 8px;
}
.hero__container {
  padding-top: 45px;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.hero__img {
  margin-bottom: 19px;
}
.hero__absolute {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 80px;
  position: absolute;
  top: 37%;
  right: 17px;
}
.hero__absolute img {
  display: block;
  margin-bottom: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__absoluteText {
  color: #B9ACAC;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
}
.hero__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.rate {
  margin-bottom: 26px;
}
.rate__date {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.rate__date img {
  margin-right: 2px;
}
.rate__date span {
  color: #999999;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.rate__star {
  margin-bottom: 10px;
}
.rate__star img {
  max-width: 135px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.rate__voted p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #B3B3B3;
}

.game__container {
  margin-bottom: 18px;
}
.game__container h2 {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 8px;
}
.game__container a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7E71A9;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #7E71A9;
  background: #FFF;
  margin-bottom: 5px;
}
.game__container a img {
  margin-right: 7px;
}
.game__pay {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.description__container p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #184142;
}

.footer {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #184142;
}
.footer__container p {
  text-align: center;
  color: #E7E7E7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 12px 0 12px;
}
.footer__container p a {
  display: block;
  color: inherit;
}/*# sourceMappingURL=index.css.map */