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

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

.layout {
  min-height: 100vh;
}

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

.header {
  position: relative;
  padding-top: 21px;
}
.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: 25px;
  padding-top: 50px;
}
.hero__container {
  padding-left: 18px;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.hero__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  position: relative;
  padding-bottom: 24px;
}
.hero__title::before {
  content: "";
  background: #FF656E;
  width: 96px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}

.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 {
  padding-top: 23px;
  margin-bottom: 23px;
}
.game__container {
  max-width: 270px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.game__container h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
}
.game__container a {
  max-width: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #C8102F;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  padding: 10px;
  border-radius: 200px;
  border: 2px solid #C8102F;
  background: #FFF;
  margin-bottom: 14px;
}
.game__pay {
  max-width: 260px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #6C7E95;
}

.description__container {
  padding: 0 20px;
}
.description__container p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #6C7E95;
}

.footer {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer__container p {
  text-align: center;
  color: #6C7E95;
  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=index3.css.map */