body {
  margin: 0;
  padding: 0;
  font-style: normal;
  overflow-x: hidden;
  width: 100%;
}


.select2-results__option > img {
  height: auto !important;
}

.parallax-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100vh;
}

.parallx-img {
  position: absolute !important;
}

.coins {
  display: none;
}

.pi {
  left: 370px !important;
  top: 0 !important;
  right: auto !important;
}

.pi-1 {
  left: 70px !important;
  top: 200px !important;
  left: auto !important;
}

.pi-2 {
  left: 100px !important;
  top: 750px !important;
  right: auto !important;
}

.pi-3 {
  right: 70px !important;
  top: 200px !important;
  left: auto !important;
}

.pi-4 {
  right: 150px !important;
  top: 750px !important;
  left: auto !important;
}

.pi-5 {
  right: 50px !important;
  top: 550px !important;
  left: auto !important;
}

a {
  transition: 0.5s all ease-out;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

select,
input,
textarea {
  vertical-align: middle;
}

textarea {
  vertical-align: top;
}

:focus {
  outline: none;
}

input[type="submit"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div,
p,
a,
span,
em,
strong,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
td,
tr,
form,
fieldset,
label,
select,
input,
textarea {
  padding: 0;
  margin: 0;
  line-height: 1em;
  outline: none;
  list-style: none;
}

section,
footer {
  text-align: center;
}

button,
button:active,
button:focus {
  outline: none;
}

.container {
  width: 100%;
  padding: 3vh 4vh 3vh 4vh;
  margin: 0 auto;
}

.block-content-img .container {
  padding: 0;
}

@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url("../robotocondensed/Robotocondensed.woff2") format("woff2"),
    url("../robotocondensed/Robotocondensed.woff") format("woff"),
    url("../robotocondensed/Robotocondensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
    url("../robotocondensed/Robotocondensedbold.woff2") format("woff2"),
    url("../robotocondensed/Robotocondensedbold.woff") format("woff"),
    url("../robotocondensed/Robotocondensedbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PariMatchRegular";
  src: url("../pm/PariMatchRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "PariMatchBold";
  src: url("../pm/PariMatchBold.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

body {
  background: url("../../images/bg.jpg") no-repeat;
  background-size: cover;
  background-position-x: left;
}

.welcome-section {
  padding: 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.square .welcome-section {
  background-position-x: 20%;
}

.header {
  z-index: 49;
  position: relative;
}

.header .container {
  overflow: hidden;
}

.header .slogan {
  font-family: "PariMatchRegular";
  font-style: italic;
  font-size: 2.4vh;
  color: #fff;
  text-shadow: 0px 0px 5px black;
}

.logo-wrap {
  width: 18vh;
  float: left;
  font-size: 0;
}

.logo-wrap img {
  height: auto;
}

html {
  background-color: #000;
}

.club-logo-text {
  float: right;
}

.img-wrap img {
  width: 100%;
  height: auto;
}

.block-content-img {
  width: 100%;
}

.content {
  position: relative;
  width: 100%;
  max-width: 60vh;
  z-index: 99;
  float: left;
  margin-left: 20vh;
  margin-top: 11vh;
}

.welcome-text-block {
  width: 100%;
  text-align: left;
  line-height: 0.114vh;
  position: relative;
  z-index: 1;
  margin-top: 4vh;
}

.slogan_white {
  font-family: "PariMatchBold";
  font-style: italic;
  color: #fff;
  text-shadow: 0px 0px 10px black;
}

.slogan_white .big {
  font-size: 20.5vh;
  animation: puls infinite 2s ease !important;
}

.slogan_white .small {
  font-size: 9vh;
  margin-top: -1vh;
  margin-left: -6vh;
}

.desc {
  font-size: 6vh;
  color: #fa4d00;
  text-shadow: 0px -10px 60px #fa4d00;
  margin-left: -6vh;
  margin-top: 1vh;
  animation: flick infinite 2s ease-in;
}

.img-over {
  position: absolute;
  top: 0;
  left: 0;
  height: 34.2vh;
}

.main-text {
  height: 61vh;
  position: relative;
  z-index: 9;
}

.cowboy-wrapper {
  width: 100%;
  height: 95vh;
}

.cowboy-wrapper::after {
  content: '';
  position: absolute;
  top: 360px;
  left: 150px;
  background-image: url('../../images/coin.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 60px;
  animation: levitation 2s ease-in-out alternate infinite;
}

.cowboy {
  position: absolute;
  bottom: -5px;
  right: 10%;
  height: 95vh;
  max-width: 791px;
  max-height: 1162px;
}

.c_gold {
  color: #fa4d00;
}

.btn-main {
  font-family: "Roboto Condensed";
  font-style: normal !important;
  color: #fff;
  position: relative;
  width: 56vh;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-size: 4vh;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  line-height: 11vh;
  background-color: #fa4d00;
  border-radius: 100px;
  height: 11vh;
  transition: all 0.2s ease;
  box-shadow: 0px 5px 10px #9e3100;
  cursor: pointer;
  display: block;
}

.block-content-img .btn-main {
  margin-left: -1vh;
}

.btn-main:hover {
  box-shadow: 0px 10px 15px #9e3100;
}

.mobile {
  display: none;
}

.btn-header {
  font-family: "PariMatchRegular";
  position: relative;
  font-style: italic;
  width: 16vh;
  float: right;
  text-align: center;
  font-size: 2.2vh;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 4.9vh;
  height: 5vh;
  display: inline-block;
  color: #fa4d00;
  transition: all 0.2s ease;
  border: 3px solid #fa4d00;
  background-color: transparent;
  transform: skewX(-14deg);
}

.btn-header span {
  width: 100%;
  text-align: center;
  transform: skewX(14deg);
}

.btn-header span {
  display: block;
  float: left;
  margin-top: 1.1vh;
}

.btn-header:hover span {
  color: #000;
}

.btn-main span {
  display: inline-block;
}

.btn-header:hover {
  background-color: #fa4d00;
}

.rulblock {
  width: 54vh;
  text-align: left;
}

.variants {
  overflow: hidden;
}

.btn-min .btn-text {
  font-family: "Roboto Condensed";
  font-size: 0.19rem;
  color: #000;
  position: absolute;
  width: 100%;
  top: 0.5vh;
  text-transform: uppercase;
  z-index: 22;
}

.rules {
  font-family: "Roboto Condensed";
  font-size: 2vh;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  margin-top: 3vh;
  margin-left: 20vh;
}

#container {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal .btn-main .part-top,
.modal .btn-main .part-bottom {
  background-color: #000;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #fff;
  color: white;
}

/* Modal Body */
.modal-body {
  padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #fff;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 10vh;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-close [class^="icon-"] {
  font-size: 25px;
}

.modal-row {
  margin-top: 10px;
}

.cuScroll {
  height: 60vh;
  font-family: Circe, sans-serif;
  font-style: normal;
  font-size: 20px;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.block-app-links li a {
  position: relative;
  font-size: 0;
  display: block;
}

.player {
  position: absolute;
  right: 20vh;
  height: 100vh;
  bottom: -2vh;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.4vh 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.footer .container {
  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;
  position: relative;
}

.item {
  margin: 0 4.8vh 0 0;
  display: inline-block;
  vertical-align: top;
}

.item > div {
  position: relative;
}

.img {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payments,
.box-right,
.block-app-links,
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payments {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.box-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.payments .item:hover .img {
  opacity: 0;
}

.payments .item:hover .img-color {
  opacity: 1;
}

.img-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.block-app-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-app-links li {
  margin: 0 5px;
}

.block-app-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer img {
  height: 3vh;
  width: auto;
}

.box-social {
  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;
}

.c-socials__item {
  margin-left: 3.75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-socials__item:nth-child(1) {
  margin-left: 0;
}

.c-socials__item > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.on-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.c-socials__item:hover img {
  opacity: 0;
}

.c-socials__item:hover .on-hover {
  opacity: 1;
}

.box-info {
  margin-right: 1.5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-left,
.box-center,
.box-right {
  width: 33.3%;
}

@media only screen and (max-width: 170vh) and (orientation: landscape) {
  .cowboy {
    right: 5%;
  }
  .content {
    margin-left: 4vh;
  }
}

@media only screen and (max-width: 135vh) and (orientation: landscape) {
  .content {
    margin-left: 4vh;
  }

  .c-socials__item {
    margin-left: 1.5vh;
  }

  .footer img {
    height: 2vw;
  }

  .item {
    margin: 0 2vh 0 0;
  }
}

@media only screen and (max-width: 120vh) and (orientation: landscape) {
  .cowboy {
    right: -5%;
  }
  .cowboy-wrapper::after {
    left: 260px;
  }
}

@media only screen and (orientation: portrait) {
  body {
    background-size: cover;
    background-color: #000;
    background-position: left;
    background-repeat: no-repeat;
  }

  .btn-main {
    border-color: #000;
  }

  .btn-header span {
    display: block;
    float: left;
    margin-top: 1.6vw;
  }

  .block-content-img .container {
    padding-bottom: 0;
    padding-top: 0;
  }

  .container {
    padding-bottom: 0;
  }

  .btn-header {
    position: relative;
    width: 30vw;
    float: right;
    text-align: center;
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 8vw;
    height: 8vw;
  }

  .slogan_white .big {
    font-size: 17.5vw !important;
  }

  .slogan_white .small {
    font-size: 7vw;
    margin-top: -1vw;
    margin-left: -5vw;
  }

  .effect {
    display: none;
  }

  .bonus {
    position: absolute;
    width: 33vw;
    top: 1vw;
    left: 53vw;
    text-align: center;
  }

  .main-text {
    height: 40vh;
  }

  .desc {
    font-size: 4.5vw;
    color: #fa4d00;
    margin-left: -2vw;
    margin-top: 1vw;
  }

  .rules {
    margin-top: 0;
  }

  .content {
    margin: auto;
    margin-top: -4vw;
    float: none;
    max-width: 60vw;
    text-align: left;
  }

  .welcome-text {
    display: inline;
  }

  .cowboy {
    right: 0;
    height: 43vh;
    display: block;
  }

  .block-content-img .btn-main {
    margin-left: 0;
    font-size: 3vh;
  }

  .cowboy-wrapper::after {
    top: 150px;
    left: 540px;
    width: 30px;
    height: 30px;
  }

  .rules {
    margin-left: 9vw;
  }

  .content {
    margin: auto;
    float: none;
    max-width: 100vw;
  }

  .header .slogan {
    position: absolute;
    left: 26vw;
    top: 10vh;
  }

  .slogan_white {
    position: relative;
  }

  .slogan_yelow {
    font-size: 15vw;
    width: 44vw;
    height: 27vw;
    overflow: hidden;
    margin-top: 2vw;
    position: relative;
  }

  .slogan_yelow div.first {
    margin-top: -2vw;
    margin-left: 3vw;
  }

  .slogan_yelow div.second {
    margin-top: -2vw;
    margin-left: 9vw;
  }

  .img-over {
    position: absolute;
    top: 0;
    left: 0;
    height: 26vw;
  }

  .block-content-img .btn-main {
    margin-left: -2vw;
  }

  .content {
    padding-left: 0;
    margin: auto;
    float: none;
    max-width: 53vw;
    margin-top: 8vh;
  }

  .description {
    font-size: 0.28rem;
  }

  .welcome-text-block {
    text-indent: 0;
    margin-top: 1vw;
    text-align: left;
  }

  .rulblock {
    width: auto;
  }

  .btn-main {
    margin: auto;
    margin-top: 5vw;
    width: 42vw;
    line-height: 10vw;
    font-style: italic;
    height: 11vw;
    margin-bottom: 2vw;
  }

  .cuScroll {
    height: 80vh;
  }

  .box-left,
  .box-center,
  .box-right {
    width: auto;
  }

  .box-info {
    margin-right: 0;
  }

  .footer {
    padding: 1vh 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(156.52%, #000000)
    );
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 156.52%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 156.52%);
  }

  .footer img {
    height: 1.5vw;
  }

  .item,
  .box-info {
    margin-right: 2.5vw;
    margin-left: 2.5vw;
  }

  .c-socials__item {
    margin-left: 1.5vw;
  }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
  .box-info-social {
    width: 65.3%;
  }

  .footer {
    position: relative;
    background-color: #000 !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  body {
    min-height: 100vh;
  }

  .slogan_white .big {
    animation: none !important;
  }

  .coins {
    display: block;
  }
  .cowboy-wrapper::after {
    display: none;
  }

  .parallax-wrapper {
    display: none;
  }
  
  .main-text {
    height: 65vw;
    margin-top: -30vw;
  }

  .logo-wrap {
    width: 100%;
    text-align: center;
  }

  .bonus {
    position: absolute;
    top: 26vw;
    left: 56vw;
  }

  .slogan_white {
    position: relative;
    margin-top: -14vw;
    text-align: center;
  }

  .slogan_white div {
    display: inline;
  }

  .slogan_white .big,
  .slogan_white .small {
    font-size: 10vw;
    margin-left: 0;
  }

  .desc {
    font-size: 7vw;
    margin-top: 2vw;
    display: block !important;
  }

  .cowboy {
    bottom: 0;
    right: 0;
  }

  .rules {
    margin-left: auto;
    text-align: center;
  }

  .block-content-img .btn-main {
    margin: auto;
    width: 96%;
    font-size: 8vw;
    font-weight: bold;
    height: 20vw;
    line-height: 20vw;
    margin-top: 65vw;
  }

  .desctop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .block-content-img .btn-main {
    margin: auto;
    width: 72%;
    font-size: 8vw;
    font-weight: bold;
    height: 18vw;
    line-height: 17vw;
    margin-top: 3vw;
  }

  .mobile.nav .btn-header {
    font-size: 6vw;
    text-transform: capitalize;
    width: 50vw;
    height: 13vw;
    margin-right: 5vw;
  }

  .rules {
    font-size: 4vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .header {
    margin-bottom: 0;
  }

  .content {
    max-width: 100vw;
  }

  .btn-header span {
    display: block;
    float: left;
    margin-top: 0;
    height: 6vw;
    line-height: 6vw;
  }

  #modalBonus .modal-content,
  #modalThanks .modal-content {
    width: 90%;
  }
  .modal-content {
    margin-bottom: 10vh;
  }

  .footer {
    position: relative;
    padding: 7.5vw 0;
  }

  .footer img {
    height: 10vw;
    max-height: 6.5vw;
  }

  .box-left {
    width: 100%;
  }

  .payments {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10vw;
  }

  .box-center {
    margin-bottom: 10vw;
    width: 100%;
  }

  .block-app-links {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .box-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .box-social {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }

  .box-info {
    margin: 0 auto 10vw;
  }

  .c-socials__item {
    margin-left: 15px;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welcome-section {
    min-height: 100vh;
  }

  .header .slogan {
    font-size: 5.4vw;
    left: 0;
    right: 0;
  }

  .block-content-img {
    margin-top: 30%;
  }

  .block-content-img .btn-main {
    font-size: 6vw;
  }
}

@media only screen and (max-width: 500px) and (orientation: portrait) and (max-height: 550px) {
  body {
    background-position-y: -20vw;
  }

  .content {
    margin-top: 107vw;
  }
}

.close-modal {
  display: none;
}

@media only screen and (max-width: 750px) and (max-height: 550px) and (orientation: landscape) {
  .c-socials__item {
    margin-left: 2vh;
  }

  .footer {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(156.52%, #000000)
    );
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 156.52%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 156.52%);
  }
}

@media only screen and (max-width: 500px) and (orientation: landscape) {
  .box-info {
    margin-right: 1.5vh;
  }

  .c-socials__item {
    margin-left: 1.5vh;
  }

  .bonus {
    width: 58.75vh;
  }

  .man {
    height: 83.5vh;
  }
}

.mobile {
  display: none !important;
}

.touchevents .desktop {
  display: none !important;
}
.touchevents .mobile {
  display: block !important;
}

/* anim */

@keyframes flick {
  0% {
    text-shadow: 0px -10px 60px #fa4d00;
  }
  50% {
    text-shadow: 0px -10px 40px #fa4d00;
  }
  100% {
    text-shadow: 0px -10px 60px #fa4d00;
  }
}

@keyframes levitation {
	from {
		transform: translate(0, 0);
	}

	50%{
		transform: translate(0,1em);
	}
	to {
		transform: translate(0,0);
	}
}

@keyframes puls {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.050);
    
  }
  100% {
    transform: scale(1);
  }
}