.RowBoxCode.code1 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 65px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  font-weight: 800
}
.BoxCode {
  font-size: 18px;
  display: block;
  width: 45%;
  height: 45px;
  line-height: 40px;
  margin: 0px;
  position: relative;
  color: #FFF;
  float: left;
  border-left: 1px dotted #ffd200;
  border-top: 1px dotted #ffd200;
  border-bottom: 1px dotted #ffd200;
}
.BtnCopy {
  display: block;
  width: 40%;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  position: relative;
  background-color: #ffd200;
  border-right: 1px solid #ffd200;
  border-top: 1px solid #ffd200;
  border-bottom: 1px solid #ffd200;
  border-left: 2px solid #ffd200;
  color: #000;
  font-weight: 700;
  float: left;
  cursor: pointer
}
.BtnCopy:hover {
  background: #ffc000;
}
.BtnCopy:hover > .BoxCode {
  color: #000 !important
}
.code1.BoxCode {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.25);
}
.code1.BtnCopy {
  background: #f6b23c !important;
  color: #fff !important
}
.bonus-offer .bonus-block .bonus-block-inner {
  padding: 190px 10px 12px;
}
@media screen and (max-width: 360px) {
  .BoxCode {
    font-size: 16px
  }
  .BtnCopy {
    font-size: 16px
  }
}
body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 15px
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0
}
h1, h2, h3, h4, h5, p, strong, em {
  padding: 0;
  margin: 0
}
h2 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  text-align: center
}
img {
  max-width: 100%
}
*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
a {
  color: inherit;
  text-decoration: none
}
.section-inner {
  max-width: 1240px;
  position: relative;
  margin: 0 auto
}
.toprow {
  padding: 10px 0px 5px 0px
}
.toprow .toprow-inner {
  display: flex;
  justify-content: center;
  align-items: center
}
.toprow .toprow-inner .logo {
  max-width: 235px;
  width: 100%;
  padding: 5px 15px;
  filter: drop-shadow(0 1px 1px #000)
}
@media only screen and (max-width: 640px) {
  .toprow-inner {
    display: block;
    text-align: center
  }
  .toprow-inner .logo-link img {
    max-width: 40%
  }
}
@media only screen and (max-width: 360px) {
  .toprow-inner .logo-link img {
    max-width: 55% !important
  }
}
header.section {
  padding: 0 0 140px;
  background: transparent url("./img/bg.jpg") center top no-repeat
}
@media only screen and (max-width: 1300px) {
  header.section {
    padding: 0;
    background-size: 130%
  }
}
@media only screen and (max-width: 860px) {
  header.section {
    padding: 0;
    background-size: 160%
  }
}
@media only screen and (max-width: 640px) {
  header.section {
    background: transparent url("./img/bg-m.jpg") center top no-repeat;
    background-size: 100% auto
  }
}
.bonus-offer .bonus-block {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  font-size: 17px
}
.bonus-offer .bonus-block .bonus-block-inner {
  padding: 40px 10px 12px
}
.bonus-offer .additional-info {
  padding: 10px 0;
  font-style: italic;    
  color: #f6b23c;
}
.bonus-offer .bonus-img {
  max-width: 540px;
  width: 100%
}
.bonus-offer .game-img {
  max-width: 451px;
  width: 100%;
  padding: 10px 0 20px;
}
.bonus-offer h1 {
  font-size: 25px !important;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .bonus-offer h1 {
    font-size: 22px !important
  }
  .bonus-offer .bonus-img {
    width: 90%
}
.bonus-offer .game-img {
    width: 90%;
    padding: 10px 0 20px;
}    
}
@media screen and (min-width: 860px) {
  .bonus-offer h1 {
    font-size: 25px !important
  }
}
@media screen and (max-width: 350px) {
  .bonus-offer h1 {
    font-size: 19px !important
  }
}
.bonus-offer h2 {
  font-size: calc(18px + 6 * ((100vw - 640px) / 220))
}
@media screen and (max-width: 640px) {
  .bonus-offer h2 {
    font-size: 18px !important
  }
}
@media screen and (min-width: 860px) {
  .bonus-offer h2 {
    font-size: 24px !important
  }
}
@media only screen and (max-width: 640px) {
  .bonus-offer .bonus-block {
    max-width: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0;
    border-right: 0
  }
  .bonus-offer .bonus-block .coupon-code {
    font-size: 27px;
    margin: 0 auto 15px
  }
  .bonus-offer .bonus-block .coupon-code strong {
    display: inline;
    font-size: inherit;
    line-height: normal
  }
  .bonus-offer .bonus-block .bonus-block-inner {
    padding: 35vw 0 0 0
  }
  .bonus-offer .bonus-block .main-promo {
    padding-top: 37.3%;
    padding-bottom: 0px;
    font-size: 5vw;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
    font-size: 24px;
    color: #fff;
    padding: 5px
  }
  .bonus-offer .bonus-block .main-promo img {
    display: block;
    margin: 0 auto
  }
  .bonus-offer .bonus-block .bonus-offer .bonus-block .coupon-code .bonus-offer .bonus-block .border-bkg, .bonus-offer .bonus-block .bonus-offer .bonus-block .bkg {
    display: none
  }
  .bonus-offer .bonus-block .main-promo img {
    width: 100%;
    margin-top: 0px
  }
}
img[src^="//my.rtmark.net/"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden
}
.section-container {
  padding: 25px 0 75px
}
.heading-games {
  text-align: center;
  padding: 0 15px;
  font-size: calc(18px + 10 * ((100vw - 600px) / 400));
  color: #ffd200;
}
@media screen and (max-width: 600px) {
  .heading-games {
    font-size: 24px !important
  }
}
@media screen and (min-width: 1000px) {
  .heading-games {
    font-size: 24px !important
  }
}
.games {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding: 25px 0 0
}
@media screen and (max-width: 1000px) {
  .games {
    flex-direction: column
  }
}
.games li {
  width: 29.36%;
  max-width: 375px;
  margin: 15px 20px 30px
}
@media screen and (max-width: 1000px) {
  .games li {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 30px
  }
}
.games li h3 {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .games li h3 {
    font-size: calc(18px + 10 * ((100vw - 400px) / 400))
  }
}
@media screen and (max-width: 1000px) and (max-width: 400px) {
  .games li h3 {
    font-size: 18px !important
  }
}
@media screen and (max-width: 1000px) and (min-width: 800px) {
  .games li h3 {
    font-size: 28px !important
  }
}
.games img {
  width: 100%;
  height: auto;
  border: 0;
  outline: none;
  display: block;
  padding: 20px 0
}
.games p {
  font-size: 16px;
  line-height: 1.4
}
#BarFooterTerms {
  color: #898989;
  display: block;
  width: 100%;
  height: auto;
  min-height: 4px;
  background: #181818;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 9999999
}
#BarFooterTerms #BoxButtonTerms {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 0;
  text-align: center
}
#BarFooterTerms #ButtonTerms {
  border-radius: 5px 5px 0 0;
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  padding: 8px 0;
  background: #181818;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden
}
#BarFooterTerms footer {
  display: block;
  width: 90%;
  height: auto;
  max-width: 1200px;
  margin: 5px auto 10px;
  line-height: normal;
  padding: 20px 5px 10px;
  text-align: justify;
  font-weight: 400 !important;
  font-size: 13px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;    
}
#BarFooterTerms footer p {
  display: block;
  width: 100%;
  margin: 20px auto;
  font-weight: 400 !important;
  font-size: 11px;
  letter-spacing: 0;
  color: #000
}
.button {
  display: inline-block;
  padding: 12px;
  font-size: calc(20px + 5 * ((100vw - 600px) / 400));
  transition: 0.1s;
  max-width: 575px;
  width: 70%;
  border-radius: 3px;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.4));
  color: #000;
}
.button strong {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 460px) {
  .button strong {
    font-weight: 800;
    font-size: 22px;
  }
  .button {
    width: 80%;
  }    
}
@media screen and (max-width: 400px) {
  .button strong {
    font-weight: 800;
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .button {
    font-size: 25px !important
  }
  .bonus-offer .bonus-block .bonus-block-inner {
    padding: 0px 10px 0px;
  }
}
.button:hover {
  transform: scale(1.02);
  filter: drop-shadow(0px 3px 8px transparent)
}
.accent-gradient { 
  background: rgb(255,133,0);
  background: -moz-linear-gradient(0deg, rgba(255,133,0,1) 0%, rgba(255,215,0,1) 50%, rgba(255,247,119,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,133,0,1) 0%, rgba(255,215,0,1) 50%, rgba(255,247,119,1) 100%);
  background: linear-gradient(0deg, rgba(255,133,0,1) 0%, rgba(255,215,0,1) 50%, rgba(255,247,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8500",endColorstr="#fff777",GradientType=1);
}
.RowBoxCode, h3 {
  font-family: 'Montserrat', sans-serif;
}
.games p {
  text-align: center;
  padding: 20px 0;
}
.games li h3 {
  color: #ffd200;
}
/**
 * The "shine" element
 */
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.button:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.23) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.button:hover:after {
  opacity: 1;
  top: 90%;
  left: 90%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
  animation-iteration-count: infinite;
}
.button:active:after {
  opacity: 0;
}

.figure {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .figure {
    width: 80%;
  }
}