@font-face {
  font-family: 'QueenofClubs';
  src: url("../fonts/QueenofClubs.eot");
  src: url("../fonts/QueenofClubs.eot?#iefix") format("embedded-opentype"), url("../fonts/QueenofClubs.svg#QueenofClubs") format("svg"), url("../fonts/QueenofClubs.ttf") format("truetype"), url("../fonts/QueenofClubs.woff") format("woff"), url("../fonts/QueenofClubs.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #01a0fa;
  background: -webkit-linear-gradient(left, #1defad 0%, #01a0fa 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1defad), to(#01a0fa));
  background: -o-linear-gradient(left, #1defad 0%, #01a0fa 100%);
  background: linear-gradient(to right, #1defad 0%, #01a0fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1defad', endColorstr='#01a0fa',GradientType=1 ); }

@-webkit-keyframes scale-anim {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes scale-anim {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@-webkit-keyframes plus-anim {
  25% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); }
  75% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); } }
@keyframes plus-anim {
  25% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); }
  75% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); } }
@-webkit-keyframes card-plus-anim {
  25% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); }
  75% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); } }
@keyframes card-plus-anim {
  25% {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); }
  75% {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); } }
.x_stavka-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100vh;
  width: 100%;
  padding: 60px 240px;
  overflow: hidden;
  color: #ffffff;
  background: url(../img/bg.png) no-repeat center center;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-smooth: antialiased; }
.x_stavka-bg_plus {
  position: absolute;
  top: -50px;
  right: -120px;
  width: 459px;
  height: 965px;
  z-index: 0;
  opacity: .7;
  -webkit-animation: plus-anim 20s linear infinite;
  animation: plus-anim 20s linear infinite; }
.x_stavka-bg_scale {
  position: absolute;
  bottom: 40px;
  left: -650px;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: scale-anim 80s linear infinite;
  animation: scale-anim 80s linear infinite;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.x_stavka-container {
  position: relative;
  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: 1920px; }
.x_stavka-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -300px;
  padding: 45px 50px;
  background: rgba(0, 207, 227, 0.7);
  background: -webkit-linear-gradient(left, rgba(0, 207, 227, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(0, 207, 227, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 207, 227, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 207, 227, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 207, 227, .7)', endColorstr='rgba(0,0,0,0)',GradientType=1 );
  width: 1000px;
  height: 786px;
  border-radius: 50px;
  -webkit-box-shadow: -60px 30px 70px rgba(0, 0, 0, 0.2);
  box-shadow: -60px 30px 70px rgba(0, 0, 0, 0.2);
  z-index: 1; }
.x_stavka-card_info {
  position: relative;
  z-index: 5; }
.x_stavka-card_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 211px;
  height: 47px;
  margin-bottom: 50px; }
.x_stavka-card_logo img {
  max-width: 100%; }
.x_stavka-card_title {
  font-size: 175px;
  font-family: 'QueenofClubs', sans-serif;
  color: #abff3a;
  text-shadow: -9px 9px 25px rgba(0, 0, 0, 0.35);
  margin-top: 0; }
.x_stavka-card_subtitle {
  font-size: 110px;
  font-family: 'QueenofClubs', sans-serif;
  text-shadow: -9px 9px 25px rgba(0, 0, 0, 0.3); }
.x_stavka-card_subtitle span {
  color: #abff3a; }
.x_stavka-card_subtitle_second {
  margin-top: 0; }
.x_stavka-card_actions {
  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-flow: column;
  flex-flow: column;
  width: 430px;
  margin-top: 50px; }
.x_stavka-card_btn {
  position: relative;
  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: 92px;
  font-size: 50px;
  font-family: 'QueenofClubs', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background: #92ff00;
  background: -webkit-linear-gradient(top, #92ff00 0%, #09c400 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#92ff00), to(#09c400));
  background: -o-linear-gradient(top, #92ff00 0%, #09c400 100%);
  background: linear-gradient(to bottom, #92ff00 0%, #09c400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92ff00', endColorstr='#09c400',GradientType=0 );
  -webkit-box-shadow: -9px 9px 25px rgba(0, 0, 0, 0.35);
  box-shadow: -9px 9px 25px rgba(0, 0, 0, 0.35);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.x_stavka-card_btn span {
  display: block;
  position: relative;
  z-index: 1; }
.x_stavka-card_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(146, 255, 0, 0.3);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.x_stavka-card_btn:hover {
  -webkit-box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.25);
  box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.x_stavka-card_btn:hover:after {
  opacity: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
.x_stavka-card_btn:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-box-shadow: -3px 3px 20px rgba(0, 0, 0, 0.45);
  box-shadow: -3px 3px 20px rgba(0, 0, 0, 0.45);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
.x_stavka-card_btn:active:after {
  opacity: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
.x_stavka-card_rules {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  text-decoration: underline; }
.x_stavka-card_rules:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.x_stavka-card_client {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  text-decoration: underline; }
.x_stavka-card_client:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.x_stavka-card_bg_plus {
  position: absolute;
  bottom: 40px;
  right: 50px;
  width: 459px;
  height: 345px;
  z-index: 4;
  opacity: .7;
  -webkit-animation: card-plus-anim 20s linear infinite;
  animation: card-plus-anim 20s linear infinite; }
.x_stavka-images {
  position: relative;
  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; }
.x_stavka-images_man {
  position: absolute;
  top: -75px;
  left: -100px;
  z-index: 4; }
.x_stavka-images_powder {
  position: absolute;
  top: -82px;
  left: -200px;
  z-index: 2;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: scale-anim 20s linear infinite 3s !important;
  animation: scale-anim 20s linear infinite 3s !important; }

@media only screen and (min-width: 2300px) {
  .x_stavka-container {
    margin: 0 300px; } }
@media only screen and (max-width: 1900px) {
  .x_stavka-wrapper {
    padding: 30px 185px; }
  .x_stavka-container {
    position: relative; }
  .x_stavka-bg_plus {
    top: -50px;
    right: -10%; }
  .x_stavka-bg_scale {
    left: -450px;
    bottom: 0; } }
@media only screen and (max-width: 1650px) {
  .x_stavka-wrapper {
    padding: 30px 185px; }
  .x_stavka-wrapper:after {
    left: 0; }
  .x_stavka-bg_scale img {
    max-width: 100%; }
  .x_stavka-bg_plus {
    width: 335px;
    height: 705px; }
  .x_stavka-bg_plus img {
    max-width: 100%; }
  .x_stavka-card {
    padding: 35px 40px;
    width: 721px;
    height: 562px; }
  .x_stavka-card_logo {
    width: 151px;
    height: 33px;
    margin-bottom: 30px; }
  .x_stavka-card_title {
    font-size: 130px; }
  .x_stavka-card_subtitle {
    font-size: 82px; }
  .x_stavka-card_actions {
    width: 305px;
    margin-top: 20px; }
  .x_stavka-card_btn {
    height: 65px;
    font-size: 34px; }
  .x_stavka-card_rules {
    margin-top: 15px;
    font-size: 14px; }
  .x_stavka-card_client {
    font-size: 14px; }
  .x_stavka-card_bg_plus {
    bottom: 20px;
    right: 25px;
    width: 328px;
    height: 247px; }
  .x_stavka-card_bg_plus img {
    max-width: 100%; }
  .x_stavka-images_man {
    top: -50px;
    left: -30px;
    width: 397px;
    height: 536px; }
  .x_stavka-images_powder {
    top: -55px;
    left: -100px;
    width: 566px;
    height: 501px; } }
@media only screen and (max-width: 1200px) {
  .x_stavka-wrapper {
    padding: 30px 70px; }
  .x_stavka-bg_plus {
    width: 296px;
    height: 621px; }
  .x_stavka-card {
    padding: 30px 35px;
    width: 649px;
    height: 506px; }
  .x_stavka-card_logo {
    width: 136px;
    height: 30px; }
  .x_stavka-card_title {
    font-size: 115px;
    margin-top: 10px; }
  .x_stavka-card_subtitle {
    font-size: 72px; }
  .x_stavka-card_actions {
    width: 274px;
    margin-top: 20px; }
  .x_stavka-card_btn {
    height: 60px;
    font-size: 32px; }
  .x_stavka-card_rules {
    margin-top: 10px;
    font-size: 13px; }
  .x_stavka-card_client {
    font-size: 13px; }
  .x_stavka-card_bg_plus {
    bottom: 20px;
    right: 30px;
    width: 295px;
    height: 223px; } }
@media only screen and (max-width: 950px) {
  .x_stavka-wrapper {
    padding: 15px 15px; }
  .x_stavka-bg_plus {
    right: 0;
    width: 213px;
    height: 447px; }
  .x_stavka-bg_scale {
    bottom: 0;
    left: -45%; }
  .x_stavka-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .x_stavka-card {
    padding: 20px 25px;
    width: 467px;
    height: 364px;
    border-radius: 30px; }
  .x_stavka-card_logo {
    width: 98px;
    height: 22px;
    margin-bottom: 20px; }
  .x_stavka-card_title {
    font-size: 73px;
    margin-top: 10px; }
  .x_stavka-card_subtitle {
    font-size: 46px; }
  .x_stavka-card_subtitle_second {
    margin-top: 0; }
  .x_stavka-card_actions {
    width: 197px;
    margin-top: 20px; }
  .x_stavka-card_btn {
    height: 43px;
    font-size: 22px;
    border-radius: 7px; }
  .x_stavka-card_btn:after {
    border-radius: 7px; }
  .x_stavka-card_rules {
    font-size: 12px;
    margin-top: 7px; }
  .x_stavka-card_client {
    font-size: 12px;
    margin-top: 7px;
    line-height: 1.3; }
  .x_stavka-card_client span {
    display: block; }
  .x_stavka-card_bg_plus {
    bottom: 20px;
    right: 30px;
    width: 212px;
    height: 161px; }
  .x_stavka-images_man {
    top: -55px;
    left: -90px;
    width: 368px;
    height: 498px; }
  .x_stavka-images_powder {
    top: -55px;
    left: -155px;
    width: 563px;
    height: 493px; } }
@media only screen and (max-width: 780px) {
  .x_stavka-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .x_stavka-card {
    margin-left: -5px; } }
@media only screen and (max-width: 640px) {
  .x_stavka-card {
    padding: 10px 25px;
    height: 350px; } }
@media only screen and (max-width: 600px) {
  .x_stavka-wrapper {
    padding: 10px 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .x_stavka-bg_plus {
    top: -50px;
    right: -120px;
    width: 213px;
    height: 447px; }
  .x_stavka-bg_scale {
    bottom: 0;
    left: -45%; }
  .x_stavka-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 300px;
    margin: 0 auto; }
  .x_stavka-card {
    padding: 40px 15px 15px;
    width: 302px;
    height: 468px;
    margin-left: 0;
    border-radius: 15px;
    background: rgba(0, 207, 227, 0.1); }
  .x_stavka-card_info {
    text-align: center; }
  .x_stavka-card_logo {
    width: 154px;
    height: 34px;
    margin: 0 auto 40px; }
  .x_stavka-card_title {
    font-size: 65px; }
  .x_stavka-card_subtitle {
    font-size: 42px; }
  .x_stavka-card_actions {
    width: 265px;
    margin: 40px auto 0; }
  .x_stavka-card_btn {
    height: 70px;
    font-size: 38px;
    border-radius: 7px; }
  .x_stavka-card_btn:after {
    border-radius: 7px; }
  .x_stavka-card_rules {
    font-size: 12px;
    margin-top: 30px; }
  .x_stavka-card_client {
    font-size: 12px;
    margin-top: 7px; }
  .x_stavka-card_client span {
    display: initial; }
  .x_stavka-card_bg_plus {
    bottom: 20px;
    right: 30px;
    width: 250px;
    height: auto; }
  .x_stavka-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 13px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 207, 227, 0.5); }
  .x_stavka-images {
    position: absolute; }
  .x_stavka-images_man {
    top: -24px;
    left: -91px;
    width: 440px;
    height: auto;
    z-index: 0; }
  .x_stavka-images_powder {
    top: -100px;
    left: -274px;
    width: 800px;
    height: auto;
    z-index: -1; } }
@media only screen and (max-height: 320px) {
  .x_stavka-wrapper {
    padding: 5px 10px; }
  .x_stavka-card {
    padding-top: 10px;
    height: 310px; }
  .x_stavka-card_logo {
    width: 120px;
    height: 27px;
    margin: 5px auto 0; }
  .x_stavka-card_actions {
    margin: 10px auto 0; }
  .x_stavka-card_btn {
    height: 45px;
    font-size: 30px; }
  .x_stavka-card_rules {
    margin-top: 5px; }
  .x_stavka-card_client {
    margin-top: 5px; }
  .x_stavka-card_bg_plus {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto; } }
html[data-useragent*='MSIE 10.0'] .x_stavka-card {
  margin-left: -600px !important; }