@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap); /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: raleway-example;
  src: url(../fonts/RalewayRegular.woff) format('woff');
}
@font-face {
  font-family: raleway-example;
  src: url(../fonts/RalewayBold.woff) format('woff');
  font-weight: 700;
}
@font-face {
  font-family: drukCyr;
  src: url(../fonts/DrukCyr-SuperItalic.woff) format('woff');
}
@font-face {
  font-family: MyriadPro;
  src: url(../fonts/MyriadPro-Regular.woff) format('woff');
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: MyriadPro, sans-serif;
  font-family: MyriadPro, sans-serif;
  overflow-x: hidden;
  opacity: 1;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7254901961);
  z-index: 1001;
}
.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  -webkit-animation: preloader-rotate 2s infinite linear;
  animation: preloader-rotate 2s infinite linear;
}
body {
  background: #000;
}
.main {
  height: 10vh;
  max-width: 480px;
  margin: 0 auto;
}
.main__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #9e0045;
  border-radius: 15px;
}
.logo {
  /* height: 80px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #003b77;
  border-radius: 15px 15px 0 0;
}
.logo img {
  margin: 15px 0;
  width: 140px;
}
.game {
  padding: 10px;
  width: 100%;
  position: relative;
}
.game__title {
  background: #6c072b;
  text-align: center;
  padding: 5px 0;
  border-radius: 10px;
  color: #ffc406;
  font-size: 30px;
  text-transform: uppercase;
}
.game__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  padding-top: 15px;
}
.game__numbers {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.game__number {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.game__number span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  background: #2b0514;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #8a5b6f;
  -webkit-box-shadow: 0 0 0 4px #2b0514;
  box-shadow: 0 0 0 4px #2b0514;
}
.game__bonuses {
  width: 25%;
  height: 350px;
  border: 1px solid #b32e5d;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
}
.game__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3px 0;
}
.game__bonus span {
  background: #6c072b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-right: 7px;
}
.game__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.game__button {
  width: 45%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  background: #b8004a;
  cursor: pointer;
}
.game__play {
  width: 80%;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3d300b),
    color-stop(50%, #5a4806),
    to(#3d300b)
  );
  background: -o-linear-gradient(left, #3d300b 0, #5a4806 50%, #3d300b 100%);
  background: linear-gradient(90deg, #3d300b 0, #5a4806 50%, #3d300b 100%);
  border: none;
  border-radius: 40px;
  color: #d3c4ae;
  font-size: 40px;
  text-transform: uppercase;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  position: relative;
  cursor: not-allowed;
}
.game__play img {
  width: 60px;
  position: absolute;
  left: 30px;
}
.game__play--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  height: 180px;
  background: #500020;
  border-radius: 12px;
}
.game__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.game__info h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.game__info p {
  font-size: 18px;
  background: #6c072b;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
}
.game__info p span {
  opacity: 0.8;
}
.popup {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 100vh;
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c1004c),
    to(#6a0030)
  );
  background: -o-linear-gradient(top, #c1004c 0, #6a0030 100%);
  background: linear-gradient(180deg, #c1004c 0, #6a0030 100%);
  -webkit-box-shadow: 0 0 0 10px #6a0030;
  box-shadow: 0 0 0 10px #6a0030;
  margin: 15% auto;
  padding: 20px;
  border: 2px solid #c98d46;
  width: 320px;
  max-width: 470px;
  position: relative;
  border-radius: 15px;
  color: #ffebbc;
  text-transform: uppercase;
  position: relative;
}
.popup__content h3 {
  font-size: 26px;
  text-align: center;
}
.popup__content p {
  font-size: 20px;
  text-align: center;
}
.popup__content p span {
  color: #ff0;
}
.popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  color: #4d320e;
  font-size: 20px;
  border-radius: 25px;
  border: 2px solid #ff0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ebbb73),
    color-stop(30%, #c98d47),
    color-stop(60%, #ffebbc),
    to(#a66f25)
  );
  background: -o-linear-gradient(
    left,
    #ebbb73 0,
    #c98d47 30%,
    #ffebbc 60%,
    #a66f25 100%
  );
  background: linear-gradient(
    90deg,
    #ebbb73 0,
    #c98d47 30%,
    #ffebbc 60%,
    #a66f25 100%
  );
  cursor: pointer;
}
.popup__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 240px;
  background: #e1cf71;
  height: 60px;
  border-radius: 30px;
  color: #691136;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin: 14px 0;
  font-weight: 700;
  line-height: 20px;
  border: 2px solid #c98d46;
  z-index: 5;
}
.popup__end {
  width: 270px;
  position: relative;
  cursor: pointer;
}
.popup__end img {
  width: 100%;
}
.popup__end span {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.popup__line {
  width: 95%;
  position: absolute;
  top: 55px;
  z-index: 4;
}
.hidden {
  display: none;
}
