@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

.layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  flex: 1 0 auto;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.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;
  padding-top: 20px;
}
.hero__image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.game {
  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: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  padding: 10px;
  border-radius: 200px;
  background: #41A06D;
  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;
}

.footer {
  width: 100%;
  background: #FFF;
}
.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 */