html,
body {
  overflow-x: hidden;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
  min-height: 100vh;
}
iframe {
  border: 0;
}
main {
  display: block;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
li {
  display: block;
}
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}
blockquote {
  margin: 0;
  padding: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
strong {
  font-weight: bold;
}
figure {
  margin: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}
button,
[type="text"],
[type="password"],
[type="submit"],
[type="search"],
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  vertical-align: middle;
}
td {
  vertical-align: middle;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-webkit-input-placeholder {
  color: #5a5a5a;
}
::-moz-placeholder {
  color: #5a5a5a;
}
:-ms-input-placeholder {
  color: #5a5a5a;
}
:-moz-placeholder {
  color: #5a5a5a;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #4c4c4c;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.col-55 {
  width: 55%;
}
.col-50 {
  width: 50%;
}
.col-33 {
  width: 33%;
}
.col-25 {
  width: 25%;
}
.col-20 {
  width: 20%;
}
.col-15 {
  width: 15%;
}
.col-10 {
  width: 10%;
}
iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.05s linear;
  transition: -webkit-transform 0.05s linear;
  transition: transform 0.05s linear;
  transition: transform 0.05s linear, -webkit-transform 0.05s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow: hidden;
}
.no-js .loader-wrapper {
  display: none;
}
.loader {
  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;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  z-index: 11;
}
.loader:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin-reverse 0.6s linear infinite;
          animation: spin-reverse 0.6s linear infinite;
}
.loader:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000;
  z-index: 10;
}
.loader-wrapper .loader-section.section-left {
  left: 0;
}
.loader-wrapper .loader-section.section-right {
  right: 0;
}
.loaded .loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded .loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
html {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  color: #fff;
}
h1 {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 42px;
  display: block;
  width: 100%;
}
h2 {
  font-family: 'Arial', sans-serif;
  font-size: 22px;
  display: block;
  width: 100%;
  font-weight: 400;
}
h3,
h4,
h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}
.games__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 50px;
}
.games__menu li {
  margin-bottom: 15px;
}
.games__menu li a:before {
  content: '';
  display: block;
  height: 30px;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
.games__menu li a:hover:before {
  background-color: #00c2ff;
}
.games__menu li.game__active a:before {
  background-color: #00c2ff;
}
.games__menu li.games__menu--prov a:before {
  display: none;
}
.games__menu li.games__menu--prov img {
  max-height: 30px;
}
.games__menu li.games__menu--prov img:hover {
  opacity: 0.7;
}
.games__menu li.games__menu--prov.game__active svg {
  fill: #00c2ff;
}
.games__menu li.games__menu--prov svg {
  max-width: 100%;
  fill: #fff;
}
.games__menu li.games__menu--prov svg:hover {
  fill: #00c2ff;
}
.prov__alps a:before {
  -webkit-mask: url("../img/master/logos/alps.svg") no-repeat;
          mask: url("../img/master/logos/alps.svg") no-repeat;
}
.prov__amatic a:before {
  -webkit-mask: url("../img/master/logos/amatic.svg") no-repeat;
          mask: url("../img/master/logos/amatic.svg") no-repeat;
}
.prov__amigo a:before {
  -webkit-mask: url("../img/master/logos/amigo.svg") no-repeat;
          mask: url("../img/master/logos/amigo.svg") no-repeat;
  height: 40px !important;
}
.prov__nextgen a:before {
  -webkit-mask: url("../img/master/logos/nextgen.svg") no-repeat;
          mask: url("../img/master/logos/nextgen.svg") no-repeat;
  width: 80% !important;
}
.prov__aristocrat a:before {
  -webkit-mask: url("../img/master/logos/aristocrat.svg") no-repeat;
          mask: url("../img/master/logos/aristocrat.svg") no-repeat;
}
.prov__amatic a:before {
  -webkit-mask: url("../img/master/logos/amatic.svg") no-repeat;
          mask: url("../img/master/logos/amatic.svg") no-repeat;
}
.prov__nextgen a:before {
  -webkit-mask: url("../img/master/logos/nextgen.svg") no-repeat;
          mask: url("../img/master/logos/nextgen.svg") no-repeat;
  width: 80% !important;
}
.prov__betsoft a:before {
  -webkit-mask: url("../img/master/logos/betsoft.svg") no-repeat;
          mask: url("../img/master/logos/betsoft.svg") no-repeat;
}
.prov__cardgames a:before {
  -webkit-mask: url("../img/master/logos/cardgames.svg") no-repeat;
          mask: url("../img/master/logos/cardgames.svg") no-repeat;
}
.prov__egt a:before {
  -webkit-mask: url("../img/master/logos/egt.svg") no-repeat;
          mask: url("../img/master/logos/egt.svg") no-repeat;
}
.prov__egt-html5 a:before {
  -webkit-mask: url("../img/master/logos/egt-html5.svg") no-repeat;
          mask: url("../img/master/logos/egt-html5.svg") no-repeat;
}
.prov__endorphina a:before {
  -webkit-mask: url("../img/master/logos/endorphina-new.svg") no-repeat;
          mask: url("../img/master/logos/endorphina-new.svg") no-repeat;
}
.prov__igrosoft a:before {
  -webkit-mask: url("../img/master/logos/igrosoft.svg") no-repeat;
          mask: url("../img/master/logos/igrosoft.svg") no-repeat;
}
.prov__igrosoft-html5 a:before {
  -webkit-mask: url("../img/master/logos/igrosoft-html5.svg") no-repeat;
          mask: url("../img/master/logos/igrosoft-html5.svg") no-repeat;
}
.prov__megajack a:before {
  -webkit-mask: url("../img/master/logos/megajack.svg") no-repeat;
          mask: url("../img/master/logos/megajack.svg") no-repeat;
}
.prov__microgaming a:before {
  -webkit-mask: url("../img/master/logos/microgaming.svg") no-repeat;
          mask: url("../img/master/logos/microgaming.svg") no-repeat;
}
.prov__netent a:before {
  -webkit-mask: url("../img/master/logos/netent.svg") no-repeat;
          mask: url("../img/master/logos/netent.svg") no-repeat;
}
.prov__novomatic a:before {
  -webkit-mask: url("../img/master/logos/novomatic.svg") no-repeat;
          mask: url("../img/master/logos/novomatic.svg") no-repeat;
}
.prov__novomatic-beat-the-dealer a:before {
  -webkit-mask: url("../img/master/logos/novomatic-beat-the-dealer.svg") no-repeat;
          mask: url("../img/master/logos/novomatic-beat-the-dealer.svg") no-repeat;
}
.prov__novomatic-html5 a:before {
  -webkit-mask: url("../img/master/logos/novomatic-html5.svg") no-repeat;
          mask: url("../img/master/logos/novomatic-html5.svg") no-repeat;
}
.prov__playtech a:before {
  -webkit-mask: url("../img/master/logos/playtech.svg") no-repeat;
          mask: url("../img/master/logos/playtech.svg") no-repeat;
}
.prov__roulette a:before {
  -webkit-mask: url("../img/master/logos/roulette.svg") no-repeat;
          mask: url("../img/master/logos/roulette.svg") no-repeat;
}
.prov__spin-fun a:before {
  -webkit-mask: url("../img/master/logos/spin-fun.svg") no-repeat;
          mask: url("../img/master/logos/spin-fun.svg") no-repeat;
}
.prov__top-games a:before {
  -webkit-mask: url("../img/master/logos/top-games.svg") no-repeat;
          mask: url("../img/master/logos/top-games.svg") no-repeat;
}
.prov__unicum a:before {
  -webkit-mask: url("../img/master/logos/unicum.svg") no-repeat;
          mask: url("../img/master/logos/unicum.svg") no-repeat;
}
.prov__brandgames a:before {
  -webkit-mask: url("../img/master/logos/brandgame.svg") no-repeat;
          mask: url("../img/master/logos/brandgame.svg") no-repeat;
}
.prov__qilin a:before {
  -webkit-mask: url("../img/master/logos/qilin.svg") no-repeat;
          mask: url("../img/master/logos/qilin.svg") no-repeat;
}
.prov__xpg a:before {
  -webkit-mask: url("../img/master/logos/xpg.svg") no-repeat;
          mask: url("../img/master/logos/xpg.svg") no-repeat;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -15px;
  top: -15px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 48px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  background: #c4c4c4;
  opacity: 1;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
          box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
          box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.button {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button__back {
  margin-top: 50px;
  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%;
}
.button--s1 {
  width: 190px;
  height: 40px;
  padding: 0 10px;
}
.button--s2 {
  height: 20px;
  width: 120px;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}
.button--s3 {
  width: 100px;
  height: 30px;
  border-radius: 5px;
}
.button--s4 {
  width: 120px;
  height: 50px;
  border-radius: 5px;
}
.button--s5 {
  width: 100%;
  max-width: 210px;
  height: 70px;
}
.button--t1 {
  font-size: 14px;
  color: #5a5a5a;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
          box-shadow: 0 0 4px rgba(0,0,0,0.9);
  line-height: 21px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: hidden;
}
.button--t1:hover {
  -webkit-box-shadow: 0 0 15px #1d11ff;
          box-shadow: 0 0 15px #1d11ff;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.button--t2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin: auto;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13,55,94,0.9)), color-stop(52.75%, rgba(57,96,131,0.9)), color-stop(55.25%, rgba(13,55,94,0.9)), to(rgba(13,55,94,0.9)));
  background: -webkit-linear-gradient(top, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  background: linear-gradient(180deg, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
          box-shadow: 0 0 4px rgba(0,0,0,0.9);
  border-radius: 3px;
}
.button--t3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: auto;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13,55,94,0.9)), color-stop(52.75%, rgba(57,96,131,0.9)), color-stop(55.25%, rgba(13,55,94,0.9)), to(rgba(13,55,94,0.9)));
  background: -webkit-linear-gradient(top, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  background: linear-gradient(180deg, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
          box-shadow: 0 0 4px rgba(0,0,0,0.9);
  border-radius: 3px;
}
.button--t3:hover {
  -webkit-box-shadow: 0 0 15px #1d11ff;
          box-shadow: 0 0 15px #1d11ff;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.button--t4 {
  color: #191919;
  background: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.button--t4:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #191919;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.button--t5 {
  line-height: 51px;
  color: #ccab70;
  border: 1px solid #ccab70;
  background-color: #191919;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.button--t5:hover {
  color: #191919;
  background: #ccab70;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.button--t6 {
  border: 1px solid #707070;
  background: #191919;
  color: #707070;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.button--t6:hover {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 1;
}
input[type="text"],
[type="password"],
[type="email"],
[type="phone"],
[type="tel"],
textarea {
  width: 210px;
  height: 30px;
  border-radius: 0;
  padding: 0 10px;
  border: none;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
          box-shadow: 0 0 4px rgba(0,0,0,0.9);
}
textarea {
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 160px;
  padding: 10px;
  font-family: 'Arial', sans-serif;
}
input[type="search"] {
  height: 30px;
  width: 100%;
  outline: none;
  padding-left: 10px;
  padding-right: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  -webkit-box-shadow: inset 1px 3px 6px 1px rgba(0,1,5,0.32);
          box-shadow: inset 1px 3px 6px 1px rgba(0,1,5,0.32);
  border: 1px solid #1d11ff;
  background-color: #e3e3e3;
  border-radius: 16px;
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}
.form--login {
  max-width: 296px;
}
.form--login input[type="text"],
.form--login [type="password"],
.form--login [type="email"],
.form--login [type="phone"],
.form--login [type="tel"],
.form--login textarea {
  width: 100%;
}
.form__section {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.form__section--submit {
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form__section--submit a {
  margin-left: 10px;
  cursor: pointer;
}
.form__error-message {
  display: block;
  visibility: hidden;
  opacity: 0;
  color: #fa0a0a;
  font-size: 12px;
  margin-top: 3px;
}
.form__input {
  margin-bottom: 20px;
}
.form__input--captcha {
  position: relative;
}
.form__input.error input,
.form__input.error textarea {
  position: relative;
}
.form__input.error .form__error-message {
  visibility: visible;
  opacity: 1;
}
.form__input.success input {
  border-color: #70a82e;
  position: relative;
}
.form--search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.form--search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 30px;
  font-size: 22px;
  line-height: 28px;
  font-family: icon;
  content: '\f002';
  text-align: center;
  color: #fff;
  border-radius: 0 16px 16px 0;
  -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.4), inset 0 0 0 rgba(255,255,255,0.09);
          box-shadow: 1px 2px 4px rgba(0,0,0,0.4), inset 0 0 0 rgba(255,255,255,0.09);
  border: 1px solid #000059;
  background-color: #1d11ff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.2)), color-stop(47%, rgba(255,255,255,0)), color-stop(48%, rgba(255,255,255,0.14)), color-stop(82%, rgba(255,255,255,0.31)), to(rgba(255,255,255,0.34)));
  background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 47%, rgba(255,255,255,0.14) 48%, rgba(255,255,255,0.31) 82%, rgba(255,255,255,0.34) 100%);
  background-image: linear-gradient(to top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 47%, rgba(255,255,255,0.14) 48%, rgba(255,255,255,0.31) 82%, rgba(255,255,255,0.34) 100%);
  z-index: 5;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.captcha__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.captcha__container input {
  width: 100px;
}
.captcha__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ccc;
}
.captcha__img .updcaptcha {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/master/upgrade-arrow.png");
  background-size: contain;
  right: -35px;
  text-indent: -9999px;
}
.captcha__img img {
  height: 30px;
}
.page__login .captcha__img {
  background: transparent;
}
.page__login .captcha__img img {
  width: 70px;
  background: #ccc;
}
.page__login .captcha__img .updcaptcha {
  position: relative;
  right: unset;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.page__login .finpro__link {
  width: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb600), color-stop(52.75%, #eabb48), color-stop(55.25%, #d49700), to(#d49700));
  background: -webkit-linear-gradient(top, #ffb600 0%, #eabb48 52.75%, #d49700 55.25%, #d49700 100%);
  background: linear-gradient(180deg, #ffb600 0%, #eabb48 52.75%, #d49700 55.25%, #d49700 100%);
}
.page__login .finpro__link img {
  width: 25px;
}
.search-wrapper {
  position: relative;
  right: 25px;
}
#finstrumLogin {
  background: #ffb600;
  border-radius: 3px;
  height: 70px;
}
#finstrumLogin svg {
  width: 70px;
  height: 70px;
}
.table {
  color: #000;
}
.table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.table th {
  background: rgba(0,0,0,0.5);
  font-weight: bold;
}
.table th::before {
  content: '\f05d';
  font-family: icon;
  margin-right: 5px;
}
.table th,
.table td {
  line-height: 1.5;
  padding: 5px;
  text-align: center;
  word-break: break-word;
}
.table tr {
  min-height: 50px;
}
.table tr:nth-of-type(even) {
  background: rgba(0,0,0,0.3);
}
.table td {
  position: relative;
}
.table td > button,
.table td a {
  margin: auto;
}
.table td img {
  max-height: 110px;
}
.table__details {
  width: 620px;
  margin: 25px auto 0;
}
.table__details th,
.table__details td {
  line-height: 1;
  text-align: left;
}
.table__details tr {
  min-height: 60px;
}
.table__message tbody a {
  font-weight: 700;
}
.table__message tbody a:hover {
  text-decoration: underline;
}
.table__message tbody a.readed {
  font-weight: normal;
}
.status__active {
  color: #008000;
}
.status__active:before {
  content: '\f058';
  font-family: icon;
  margin-right: 5px;
  color: #008000;
}
.status__canceled {
  color: #f00;
}
.status__canceled:before {
  content: '\f057';
  font-family: icon;
  margin-right: 5px;
  color: #f00;
}
.mfp-content {
  opacity: 1;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #001621 url("../img/master/bg-body.png") center top repeat-x;
  max-width: 420px;
}
.mfp-content .wrapping {
  padding: 20px;
}
.mfp-content .wrapping .page__title {
  text-transform: uppercase;
}
.mfp-content .wrapping .page__description {
  text-align: center;
  margin-bottom: 50px;
}
.mfp-content .wrapping .page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 80%;
  margin: 0 auto 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mfp-content .wrapping .page__subtitle {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.mfp-container {
  background: rgba(0,0,0,0.05);
}
.modal__subtitle {
  font-size: 18px;
  text-align: center;
  margin: 25px auto;
  font-weight: 700;
}
.modal__description {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}
.modal__description__option {
  text-align: center;
  max-width: 410px;
  margin: 25px auto 15px;
}
.modal__description__option p {
  font-size: 18px;
  color: #fff;
}
.modal__description span {
  color: #fff;
  margin-right: 5px;
}
.modal__bonuses__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 30px;
  max-width: 80%;
}
.modal__buttons > * {
  margin-bottom: 15px;
}
.modal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}
.modal__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 25px;
}
.modal__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__main {
  color: #fff;
  border-radius: 15px;
  border: 1px solid #000059;
  max-height: 240px;
  min-width: 720px;
}
.slider__main .swiper-slide {
  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;
  background-color: #5661b3;
}
.slider__main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__main__content {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.slider__winner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slider__winner__name {
  color: #f9ff3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.slider__winner__name:before,
.slider__winner__name:after {
  content: '*';
  color: #000;
  display: block;
  margin-top: 7px;
}
.slider__winner__name:before {
  margin-right: 20px;
}
.slider__winner__name:after {
  margin-left: 20px;
}
.slider__winner__name span {
  color: #fff;
}
.slider__winner__name a {
  color: #008000;
  text-decoration: underline;
  display: block;
  width: 100%;
}
.currency {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-shadow: 0 0 5px #000;
  width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.currency:before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  background: #000;
  height: 60%;
  -webkit-box-shadow: inset -1px 0px 2px rgba(204,204,204,0.5);
          box-shadow: inset -1px 0px 2px rgba(204,204,204,0.5);
}
.currency__active {
  margin-left: 5px;
  color: #00c2ff;
}
.retry-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00c2ff;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: hidden;
  position: relative;
  margin-left: 5px;
  text-align: center;
  line-height: 1;
}
.retry-money:before {
  content: url("../img/master/arrows-right.gif");
}
.retry-money:after {
  content: url("../img/master/arrows-left.gif");
}
.retry-money a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
footer {
  height: 50px;
  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;
}
.games__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  grid-gap: 15px;
}
.games__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.games__item__image {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  min-height: 80px;
  max-width: 122px;
}
.games__item__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/master/frame2.png") center no-repeat;
  background-size: 102% 103%;
  display: block;
}
.games__item img {
  width: 100%;
}
.games__item:hover .games__item__image {
  -webkit-box-shadow: 0 0 10px 3px #f00;
          box-shadow: 0 0 10px 3px #f00;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.games__live {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 10px;
}
.games__live li a img {
  width: 100%;
}
.tables__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 10px;
}
.tables__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.tables__item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tables__item__container img {
  width: 40%;
  max-width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.tables__item__description {
  padding: 15px;
  font-size: 14px;
  width: 60%;
}
.tables__item__description h3 {
  margin-bottom: 15px;
}
.tables__item__description ul li {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tables__item__description ul li span {
  color: #727272;
}
.tables__item__description .button {
  margin: 25px auto 0;
}
.tables__item__description span {
  margin-bottom: 15px;
  display: block;
}
.tables__item__description span.online {
  color: #12c600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tables__item__description span.online:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #12c600;
  color: rgba(255,255,255,0.75);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(250,250,255,0.3), inset 0 -0.5em 0 0 rgba(0,0,5,0.05), inset 0 0.25em 1em 0 rgba(250,250,255,0.1), inset 0 -0.25em 1em 0 rgba(34,234,116,0.5), inset 0 -1px 0 0 rgba(0,0,5,0.1), 0 0 0.25em 0 rgba(0,0,5,0.5), 0 0 15px #12c600;
          box-shadow: inset 0 1px 0 0 rgba(250,250,255,0.3), inset 0 -0.5em 0 0 rgba(0,0,5,0.05), inset 0 0.25em 1em 0 rgba(250,250,255,0.1), inset 0 -0.25em 1em 0 rgba(34,234,116,0.5), inset 0 -1px 0 0 rgba(0,0,5,0.1), 0 0 0.25em 0 rgba(0,0,5,0.5), 0 0 15px #12c600;
  border-radius: 5px;
  margin-right: 5px;
}
.tables__item__description span.offline {
  color: #e10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tables__item__description span.offline:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f00;
  color: rgba(255,255,255,0.75);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(250,250,255,0.3), inset 0 -0.5em 0 0 rgba(0,0,5,0.05), inset 0 0.25em 1em 0 rgba(250,250,255,0.1), inset 0 -0.25em 1em 0 rgba(230,49,49,0.5), inset 0 -1px 0 0 rgba(0,0,5,0.1), 0 0 0.25em 0 rgba(0,0,5,0.5), 0 0 15px #e10000;
          box-shadow: inset 0 1px 0 0 rgba(250,250,255,0.3), inset 0 -0.5em 0 0 rgba(0,0,5,0.05), inset 0 0.25em 1em 0 rgba(250,250,255,0.1), inset 0 -0.25em 1em 0 rgba(230,49,49,0.5), inset 0 -1px 0 0 rgba(0,0,5,0.1), 0 0 0.25em 0 rgba(0,0,5,0.5), 0 0 15px #e10000;
  border-radius: 5px;
  margin-right: 5px;
}
.list-view-loading {
  background: none !important;
}
.games__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.games__sort p {
  font-weight: 700;
}
.games__sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.games__sort ul li {
  margin-left: 15px;
}
.games__sort ul li a:hover,
.games__sort ul li .active {
  color: #fff;
}
header {
  height: 230px;
}
.login__logo {
  text-align: center;
  margin-bottom: 80px;
}
.logout {
  position: absolute;
  left: 0;
  width: 120px;
  max-width: 30%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-weight: bold;
  line-height: normal;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #fff;
  border: 1px solid #1d1d1d;
  text-shadow: 0 0 5px #000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13,55,94,0.9)), color-stop(52.75%, rgba(57,96,131,0.9)), color-stop(55.25%, rgba(13,55,94,0.9)), to(rgba(13,55,94,0.9)));
  background: -webkit-linear-gradient(top, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  background: linear-gradient(180deg, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
          box-shadow: 0 0 4px rgba(0,0,0,0.9);
  border-radius: 3px;
}
.logout:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d375e), color-stop(52.75%, #396083), color-stop(55.25%, #0d375e), to(#0d375e));
  background: -webkit-linear-gradient(top, #0d375e 0%, #396083 52.75%, #0d375e 55.25%, #0d375e 100%);
  background: linear-gradient(180deg, #0d375e 0%, #396083 52.75%, #0d375e 55.25%, #0d375e 100%);
}
.logout:before {
  content: url("../img/master/arrow-left.svg");
}
.user__panel {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13,55,94,0.9)), color-stop(52.75%, rgba(57,96,131,0.9)), color-stop(55.25%, rgba(13,55,94,0.9)), to(rgba(13,55,94,0.9)));
  background: -webkit-linear-gradient(top, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  background: linear-gradient(180deg, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
          box-shadow: 0 0 4px rgba(0,0,0,0.9);
  border-radius: 3px;
  letter-spacing: -0.05em;
  border: 1px solid #1d1d1d;
  width: 360px;
  max-width: 70%;
  margin: auto;
  height: 50px;
}
.username {
  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;
  width: 40%;
  height: 100%;
  padding: 0 15px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-shadow: 0 0 5px #000;
}
.username span {
  display: block;
  line-height: 1;
  max-width: 80px;
  margin-left: 5px;
  color: #00c2ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__layout {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header--top {
  position: relative;
  height: 50px;
  width: 100%;
  font-size: 16px;
}
.header__logo {
  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;
  outline: none;
  height: 100%;
}
.lang {
  height: 26px;
  width: 52px;
}
.lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.lang-select li,
.lang-select li a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-height: 26px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lang-select li.active,
.lang-select li a.active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  pointer-events: none;
  text-indent: -999999px;
}
.lang-select li.active:before,
.lang-select li a.active:before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 2;
}
.lang-select li:hover {
  cursor: pointer;
  color: #fff;
}
.lang-select li img {
  height: 26px;
  width: 26px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 3px;
}
.lang-select li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  background: #5661b3;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26px;
  height: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-select.open {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  height: auto;
  z-index: 1;
}
.lang-select.open .active::before {
  top: 6px;
  border-color: transparent transparent #fff transparent;
}
.pager {
  margin: 25px auto 0;
}
.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager__item--load-more {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  height: 25px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b2139), color-stop(50%, #5993c2), to(#0b2139));
  background: -webkit-linear-gradient(top, #0b2139 0%, #5993c2 50%, #0b2139 100%);
  background: linear-gradient(to bottom, #0b2139 0%, #5993c2 50%, #0b2139 100%);
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  color: #fff;
  line-height: 41px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: hidden;
  position: relative;
}
.pager__item--load-more:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#091c30), color-stop(50%, #4b7da4), to(#091c30));
  background: -webkit-linear-gradient(top, #091c30 0%, #4b7da4 50%, #091c30 100%);
  background: linear-gradient(to bottom, #091c30 0%, #4b7da4 50%, #091c30 100%);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.pager__item--load-more:before,
.pager__item--load-more:after {
  content: url("../img/master/arrows-down.png");
  margin: 0 10px;
}
.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  color: #007aff;
}
.socials__list__item {
  margin: 0 10px;
}
.helper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  background-attachment: fixed;
  background: #001621;
  background-image: url("../img/master/bg-header.png"), url("../img/master/bg-body.png");
  background-repeat: no-repeat, repeat-x;
  background-position: top center;
}
main {
  min-height: -webkit-calc(100vh - 230px - 60px);
  min-height: calc(100vh - 230px - 60px);
}
.scroll-to-top {
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 100;
  width: 40px;
  height: 40px;
  display: none;
  -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(rgba(13,55,94,0.9)), color-stop(52.75%, rgba(57,96,131,0.9)), color-stop(55.25%, rgba(13,55,94,0.9)), to(rgba(13,55,94,0.9)));
  background: -webkit-linear-gradient(top, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  background: linear-gradient(180deg, rgba(13,55,94,0.9) 0%, rgba(57,96,131,0.9) 52.75%, rgba(13,55,94,0.9) 55.25%, rgba(13,55,94,0.9) 100%);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.9);
          box-shadow: 0 0 4px rgba(0,0,0,0.9);
  border-radius: 3px;
  overflow: hidden;
}
.scroll-to-top:after {
  content: url("../img/master/arrow-left.svg");
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 8px;
  left: -1px;
}
.intro {
  min-height: 100vh;
  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;
  background: #001621 url("../img/master/bg-body.png") center top repeat-x;
  background-attachment: fixed;
}
.page {
  height: 100%;
  min-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000;
  padding: 30px 20px;
  border-radius: 15px;
}
.page__title {
  text-align: center;
  margin-bottom: 50px;
}
.page__content {
  min-width: -webkit-calc(100% - 220px);
  min-width: calc(100% - 220px);
}
.page__games {
  height: 100%;
  min-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000;
  padding: 50px 80px;
  border-radius: 15px;
}
.page__games__content {
  width: 100%;
}
.page__notification {
  text-align: center;
  background: #000;
  padding: 30px 20px;
  border-radius: 15px;
  height: 100%;
  min-height: 50vh;
  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;
}
.page__notification__title h1 {
  color: #deb312;
  font-weight: 700;
  text-transform: uppercase;
}
.page__notification__description {
  padding: 50px;
}
.page__notification__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
}
.jackpots {
  background-color: #031317;
  width: 200px;
}
.jackpots__list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  margin: 10px;
}
.jackpots__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
.jackpots__list li:not(:last-child) {
  margin-bottom: 10px;
}
.jackpots__list li span {
  text-transform: uppercase;
  width: 30%;
}
.jackpots__list li div {
  text-align: right;
  color: #fcc743;
}
.support {
  margin-top: 50px;
  width: 200px;
}
.support__title {
  text-align: center;
}
.support__list {
  margin: 25px 0;
}
.support__list li {
  margin: 10px;
}
.support__list li img {
  margin-right: 10px;
}
.support__list li a {
  text-decoration: underline;
}
.support__list li a:hover {
  text-decoration: none;
}
.support__link {
  display: block;
  text-align: center;
}
.support__link:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.hidden {
  display: none;
}
.page__close-session {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(11,11,11,0.8);
  z-index: 1043;
  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;
  overflow: hidden;
}
.page__close-session a {
  margin-bottom: 25px;
}
@media all and (max-width: 1200px) {
  .games__live {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media all and (max-width: 1024px) {
  .slider__main {
    min-width: 470px;
  }
  .page__games {
    padding: 20px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 812px) {
  .slider__main .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .col-55 {
    width: 100%;
  }
  .col-50 {
    width: 100%;
  }
  .col-33 {
    width: 100%;
  }
  .col-25 {
    width: 100%;
  }
  .col-20 {
    width: 100%;
  }
  .col-15 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  input[type="search"] {
    height: 80px;
  }
  .form--search input[type="submit"] {
    width: 150px;
    height: 80px;
  }
  .form--search:before {
    height: 80px;
    width: 150px;
    font-size: 42px;
    border-radius: 40px;
    line-height: 79px;
    text-shadow: 0 0 5px #000;
  }
  .search-wrapper {
    height: 80px;
    position: absolute;
  }
  .search-wrapper.active {
    left: 115px;
  }
  .search-wrapper.active .form--search:before {
    border-radius: 0 40px 40px 0;
  }
  .search-wrapper .input-holder {
    height: 80px;
    width: 150px;
    overflow: hidden;
    border-radius: 40px;
    margin-left: auto;
  }
  .search-wrapper.active .input-holder {
    width: 100%;
    border-radius: 40px;
  }
  .search-wrapper .input-holder .search-input {
    height: 100%;
    padding: 0 150px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px;
    font-size: 26px;
    line-height: 79px;
  }
  .search-wrapper.active .input-holder .search-input {
    opacity: 1;
  }
  .search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 6px;
    background: #fff;
    padding: 0;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30px;
  }
  .search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 20px;
    width: 65px;
    height: 65px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
    transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    visibility: hidden;
    opacity: 0;
  }
  .search-wrapper.active .close {
    left: -90px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    visibility: visible;
    opacity: 1;
  }
  .search-wrapper .close:before,
  .search-wrapper .close:after {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 2px;
  }
  .search-wrapper .close:before {
    width: 10px;
    height: 65px;
    border-radius: 5px;
    left: 27px;
    top: 0;
  }
  .search-wrapper .close:after {
    width: 65px;
    height: 10px;
    border-radius: 5px;
    left: 0;
    top: 27px;
  }
  .table table {
    table-layout: auto;
    width: 100%;
  }
  .table thead tr {
    display: none;
  }
  .table tr {
    border: 0.125em solid #333;
    border-bottom: 0;
  }
  .table tr + tr {
    margin-top: 1.5em;
  }
  .table tr,
  .table td {
    display: block;
    overflow: hidden;
  }
  .table td {
    border: none;
    border-bottom: 0.125em solid #333;
    padding-left: 50%;
    min-height: 34px;
  }
  .table td:before {
    content: attr(data-label);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    line-height: 1.5;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table__details {
    width: 100%;
  }
  .table__details th,
  .table__details td {
    text-align: center;
    padding-left: 0;
  }
  .slider__main {
    border-radius: 0;
    min-width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .slider__winners {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) and (max-width: 480px) {
  .search-wrapper.active {
    left: 80px;
  }
  .search-wrapper .input-holder {
    width: 80px;
  }
  .search-wrapper .input-holder .search-input {
    padding: 0 80px 0 20px;
  }
  .search-wrapper .close {
    right: 10px;
  }
  .search-wrapper.active .close {
    left: -70px;
  }
}
@media all and (max-width: 640px) {
  .games__menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    justify-items: center;
  }
  .games__menu li {
    padding: 10px;
    width: 100%;
  }
  .slider__winners {
    font-size: 20px;
  }
  footer {
    height: 100%;
    background: #000;
  }
  .games__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .games__item__image {
    max-width: 208px;
    max-height: 116px;
  }
  .tables__list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .user__panel {
    right: 0;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .username {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header--top {
    font-size: 14px;
  }
  .page__content {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support {
    margin: 20px 0;
  }
}
@media all and (max-width: 480px) {
  .form--search input[type="submit"] {
    width: 80px;
  }
  .form--search:before {
    width: 80px;
  }
  .mfp-content .wrapping .page__buttons > * {
    margin-bottom: 15px;
  }
  .slider__winners {
    font-size: 16px;
  }
  .slider__winner__name:before {
    margin-right: 10px;
  }
  .slider__winner__name:after {
    margin-left: 10px;
  }
  .games__list {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .games__live {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media all and (max-width: 340px) {
  .slider__winner__name:before {
    margin-right: 0;
  }
  .slider__winner__name:after {
    margin-left: 0;
  }
}

/*# sourceMappingURL=../maps/init.css.map */
