fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

button {
  cursor: pointer;
}

h1 {
  display: none;
}

.invisible-scroll {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.invisible-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: 0 0;
  display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

@media only screen and (max-width:460px) {
  input {
    font-size: 17px !important
  }
}

:root {
  --bonus-pres-color: #db3a20
}

.gamepage,
.gamepage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gamepage {
  font-family: 'pt_sansregular', Helvetica, Arial, sans-serif;
  background-color: #0c0c11;
  overflow: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.gamepage__wrapper {
  height: 100vh
}

.popup__link {
  color: #41c9af;
  text-decoration: underline
}

.popup__link--dotted {
  margin-bottom: 10px;
  text-decoration: none;
  border-bottom: 1px dotted #41c9af
}

@media (width:768px) and (height:1024px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
  }
}

.popup-button--reg {
  font-size: 1.25em !important;
  width: 250px;
  line-height: 46px !important;
  margin-bottom: 10px;
  margin-top: 15px
}

.popup-button--reg::after {
  height: 100% !important;
  width: 54px !important
}

.select--currency ::select--currencyion {
  background-color: transparent;
  z-index: -1
}

.popup-form--auth__pswrd {
  margin-bottom: 10px;
  text-align: center;
  width: 100%
}

.popup-form--reg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 356px;
  margin: auto;
  padding-left: 3px
}

.popup-form--reg .button.button_red.popup-button--reg,
.popup-form--reg .popup-input,
.popup-form--reg .popup__password {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px
}

@media only screen and (max-width:576px) {
  .popup-form--reg {
    max-width: 95%
  }
}

.popup-input {
  border: 1px solid #afafaf;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px;
  color: #000;
  font-size: 1em;
  margin-bottom: 10px
}

.popup-input::-webkit-input-placeholder {
  color: #afafaf
}

.popup-input::-moz-placeholder {
  color: #afafaf
}

.popup-input:-ms-input-placeholder,
.popup-input::-ms-input-placeholder {
  color: #afafaf
}

.popup-input:focus {
  outline: 0;
  -webkit-box-shadow: inset 2px 2px 8px 2px rgba(0, 0, 0, .25);
  box-shadow: inset 2px 2px 8px 2px rgba(0, 0, 0, .25)
}

.popup__password {
  margin-bottom: 10px;
  width: 100%;
  position: relative
}

.popup__password-form {
  width: 100%;
  min-height: 43px;
  padding: 10px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'secure-disc', sans-serif;
  font-size: 1em;
  color: #000;
  z-index: 477;
  line-height: 20px
}

.popup__password-form::-webkit-input-placeholder {
  color: #afafaf;
  font-family: 'pt_sansregular'
}

.popup__password-form::-moz-placeholder {
  color: #afafaf;
  font-family: 'pt_sansregular'
}

.popup__password-form:-ms-input-placeholder,
.popup__password-form::-ms-input-placeholder {
  color: #afafaf;
  font-family: 'pt_sansregular'
}

.popup__password-form:focus {
  outline: 0;
  -webkit-box-shadow: inset 2px 2px 8px 2px rgba(0, 0, 0, .25);
  box-shadow: inset 2px 2px 8px 2px rgba(0, 0, 0, .25)
}

.popup__password-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: inherit;
  border: 0;
  padding: 0;
  position: absolute;
  height: 20px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 788
}

.popup__password-read:focus {
  outline: 0
}

.popup__password-read::-moz-selection {
  background-color: inherit
}

.popup__password-read::selection {
  background-color: inherit
}

.popup__password-read:hover .popup__password-tooltip {
  display: block !important;
  visibility: visible !important
}

.popup__password-read:hover svg path {
  fill: #7d7d7b
}

.popup__password-read svg {
  width: 29px
}

.popup__password-read svg path {
  fill: #afafaf
}

.popup__password-tooltip {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: .625em;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #f4f4f4;
  color: #b41b0f;
  display: none;
  visibility: hidden;
  z-index: 44
}

.popup__password-tooltip:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: calc(100% - 9px);
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg)
}

.button {
  color: #fff;
  font-size: 16px;
  padding: 0 12px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  border: 0;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  font-family: 'pt_sansregular';
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  z-index: 4
}

.button::-moz-selection {
  background-color: transparent
}

.button::selection {
  background-color: transparent
}

.button:focus {
  outline: 0
}

.button::after {
  overflow: hidden
}

.button_red {
  background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
  background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
  background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
  border: 1px solid #bc2502
}

.button_green {
  background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
  background: -webkit-linear-gradient(top, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
  background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
  border: 1px solid #55a399
}

.button_grey {
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
  background: -webkit-linear-gradient(top, #424242 0, #343434 100%);
  background: linear-gradient(to bottom, #424242 0, #343434 100%);
  border: 1px solid #787878
}

.button::after,
.button_grey::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% - 16px);
  background-image: url(../images/img/general/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 31px
}

.button_grey::after {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important
}

.gamepage__aside .popup-form--auth .button_green.popup-button--reg {
  margin-bottom: 10px
}

.gamepage__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

.gamepage__main .button {
  width: 100%;
  min-height: 38px
}

.gamepage__main iframe,
.gamepage__main #iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.gamepage__aside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  width: 247px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, .7);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.gamepage__aside::-webkit-scrollbar {
  position: fixed;
  display: none
}

.gamepage__aside .logo {
  display: block;
  margin-top: 0;
  margin-bottom: 10px
}

.gamepage__aside .logo img {
  display: block;
  margin: auto
}

.gamepage__aside .button {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  margin-top: auto
}

.gamepage__aside-backbtn {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media screen and (max-height:830px) {
  .gamepage__aside-backbtn {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100% !important;
    margin-top: 5px
  }
}

.iframe_container > #egamings_container,
.spigo-game > #egamings_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.gamepage__wrapper iframe {
  max-width: 100%;
}