@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');
body {
  min-width: 320px;
  overflow-x: hidden;
}
.container {
  font-family: 'Open Sans', sans-serif;
  background-color: black;
  color: white;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-width: 320px;
  min-height: calc(100vh - 50px);
}
.logo-wrapper {
  padding-top: 55px;
  text-align: center;
}
.info-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: calc(100vh - 155px);
}
@media all and (max-width: 1280px) {
  .info-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .info {
    margin-top: 100px;
  }
}
@media all and (max-width: 768px) {
  .info {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) and screen and (-ms-high-contrast: active), all and (max-width: 768px) and (-ms-high-contrast: none) {
  .info {
    margin-top: 15px;
  }
}
.footer-wrapper {
  bottom: 0;
  position: relative;
  width: 100vw;
  background: linear-gradient(to bottom, #020708, #222224);
  min-height: 50px;
  display: table;
  text-align: center;
  box-sizing: border-box;
  flex-flow: row wrap;
}
.footer-wrapper img {
  max-width: 100%;
}
.footer-wrapper .footer-img {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.footer-line {
  position: absolute;
  top: -2px;
  height: 1px;
  left: 0;
  right: 0;
  background: #F8B500;
}
.info__title-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.info__title {
  font-weight: 700;
  font-family: 'Cinzel', serif;
  font-size: 130px;
  margin-top: 10px;
}
@media all and (max-width: 768px) {
  .info__title {
    font-size: 100px;
  }
}
.info__title2 {
  font-size: 54px;
  color: #FFFFB5;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 10px;
  line-height: 60px;
}
@media all and (max-width: 768px) {
  .info__title2 {
    font-size: 40px;
    line-height: 46px;
    padding-top: 20px;
    padding-left: 15px;
  }
}
.info__subtitle {
  font-size: 24px;
}
.info__subtitle:last-of-type {
  margin-top: 15px;
}
.info__subtitle span {
  font-weight: 600;
}
@media all and (max-width: 768px) {
  .info__subtitle {
    font-size: 22px;
  }
}
.info__divider-wrapper {
  padding: 15px;
  margin-top: -5px;
}
.info__divider {
  height: 2px;
  width: 100%;
  margin: 0 auto;
  max-width: 280px;
  background: linear-gradient(to right, black, white 50%, black 100%);
  margin-bottom: 5px;
}
@media all and (max-width: 768px) {
  .info__divider {
    max-width: 200px;
  }
}
.info__bonus-code {
  color: #F7001D;
}
/* Pipaluk */
.button--pipaluk {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 25px;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}
.button--pipaluk::before,
.button--pipaluk::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button--pipaluk::before {
  border: 2px solid #F7001D;
}
.button--pipaluk.button--inverted::before {
  border-color: #fff;
}
.button--pipaluk::after {
  background: #F7001D;
  border: 2px solid #F7001D;
}
.button--pipaluk.button--inverted::after {
  background: #fff;
}
.button--pipaluk:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
}
.button--pipaluk:hover::after {
  background-color: #F7001D;
}
.button--pipaluk.button--inverted:hover::after {
  background-color: #fff;
}
/*end pipaluk*/
.step {
  margin-bottom: 10px;
  text-align: left;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.step:last-of-type {
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .step {
    margin: 0 auto;
  }
}
.step div {
  display: inline-block;
}
.steps {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.step__num {
  font-size: 20px;
  margin-bottom: 5px;
  vertical-align: top;
  position: relative;
  color: #000;
  display: inline-block;
  width: 27px;
  height: 27px;
}
.step__num:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  top: -2px;
  left: -8px;
  z-index: -1;
  background-image: url("https://www.lasvegasusa.eu/casino/11728/number.png");
}
.step__title {
  font-size: 20px;
  cursor: default;
}
@media all and (max-width: 768px) {
  .step__title {
    font-size: 18px;
  }
}
