/* Sizes */
@media (min-width: 1200px) {
  .container {
    max-width: 1441px;
  }
}
@media (min-width: 2500px) {
  .container {
    max-width: 2000px;
  }
}
.content .text-section .logo-list {
  padding: 0 20px;
  }
@font-face {
  font-family: Open-Sans-Regular;
  src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: Open-Sans-Bold;
  src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: Open-Sans-SemiBold;
  src: url(../fonts/Open_Sans/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: Open-Sans-ExtraBold;
  src: url(../fonts/Open_Sans/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: Futura-Bold;
  src: url(../fonts/Futura/Futura-Bold.otf);
}
@font-face {
  font-family: Muli-Black;
  src: url(../fonts/Muli/Muli-Black.ttf);
}
@font-face {
  font-family: Muli-ExtraBold;
  src: url(../fonts/Muli/Muli-ExtraBold.ttf);
}
@font-face {
  font-family: Muli-SemiBold;
  src: url(../fonts/Muli/Muli-SemiBold.ttf);
}
@font-face {
  font-family: Muli-Bold;
  src: url(../fonts/Muli/Muli-Bold.ttf);
}
body {
  font-family: "Open-Sans-Regular";
  color: #ffffff;
}
ol,
ul {
  list-style: none;
}
strong {
  font-weight: bold;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: none;
  color: white;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.no-padding {
  padding: 0px;
}
.txt-align {
  text-align: center;
}
.btn-red {
  background: #fd0837;
  color: white;
  font-family: "Futura-Bold";
  font-size: 30px;
  min-width: 477px;
  height: 98px;
  border-radius: 20px;
  padding: 0px 25px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .btn-red {
    min-width: 207px;
    font-size: 1em;
    height: 51px;
    border-radius: 5px;
    max-width: 100%;
  }
}
header {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 3;
}
header .logo {
  margin-top: 33px;
  margin-left: 78px;
  display: inline-block;
}
@media (max-width: 768px) {
  header .logo {
    margin-top: 20px;
    margin-left: 10px;
  }
}
header .logo img {
  width: 300px;
}
@media (max-width: 768px) {
  header .logo img {
    width: 120px;
    /* height: 44px; */
  }
}
header .right-block {
  float: right;
  text-align: right;
}
header .right-block .image {
  width: 244px;
  height: 87px;
  margin-top: 65px;
  margin-right: 97px;
}
@media (max-width: 768px) {
  header .right-block .image {
    margin-top: 35px;
    margin-right: 10px;
  }
}
header .right-block .image img {
  max-width: 300px;
}
@media (max-width: 768px) {
  header .right-block .image img {
    width: 66px;
    height: 24px;
  }
}
.content {
  overflow-x: hidden;
}
.content .top-section {
  background: url("../../../img/bg.jpg");
  background-position-y: -15px;
  background-position-x: center;

  height: 965px;
  background-size: cover;
  position: relative;
}
@media (max-width: 1919px) {
  .content .top-section {
    background-position-y: 0px;
  }
}
@media (max-width: 768px) {
  .content .top-section {
    background: url("../../../img/bg-sm.jpg");
    background-position-x: center;
    background-size: cover;
    background-position-y: 48%;
    background-repeat: no-repeat;
    height: 615px;
  }
}
.content .top-section .text {
  color: white;
  text-align: center;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .content .top-section .text {
    padding-top: 70px;
  }
}
.content .top-section .text .title {
  font-weight: 700;
  text-shadow: 7px 2px 10px rgba(0, 0, 0, 0.4);
  line-height: 90px;
  font-family: "Open-Sans-ExtraBold";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .content .top-section .text .title {
    margin-bottom: 0px;
  }
}
.content .top-section .text .title h1 {
  font-size: 140px;
  margin: 0px;
  line-height: 120px;
}
@media (max-width: 768px) {
  .content .top-section .text .title h1 {
    font-size: 60px;
    line-height: 66px;
  }
}
.content .top-section .text .subtitle {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .content .top-section .text .subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.content .steps {
  position: absolute;
  width: 100%;
  bottom: 0px;
  font-size: 0;
}
@media (max-width: 768px) {
  .content .steps {
    display: none;
  }
}
.content .steps .step {
  height: 140px;
  text-align: center;
  display: inline-block;
  width: 33.333%;
  position: relative;
}
@media (max-width: 1200px) {
  .content .steps .step {
    width: 33.333%;
  }
}
@media (max-width: 992px) {
  .content .steps .step {
    width: 100%;
    height: 90px;
    padding: 10px 0px;
  }
}
.content .steps .step .bg {
  background-image: linear-gradient(to right, #e4032e 17%, rgba(114, 2, 23, 0) 141%);
  opacity: 0.5;
  width: 100%;
  position: absolute;
  height: 100%;
}
@media (max-width: 992px) {
  .content .steps .step .bg {
    background-image: linear-gradient(to top, #000000 -35%, #990925 28%, #990925 100%, rgba(114, 2, 23, 0) 82%);
    opacity: 1;
  }
}
.content .steps .step .block {
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .content .steps .step .block {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .content .steps .step .block {
    padding-top: 0px;
    position: relative;
    width: 260px;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .content .steps .step .block {
    width: 220px;
  }
}
@media (max-width: 350px) {
  .content .steps .step .block {
    width: 220px;
  }
}
.content .steps .step .number {
  font-family: "Open-Sans-ExtraBold";
  font-size: 90px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .content .steps .step .number {
    font-size: 58px;
    padding-left: 20px;
  }
}
.content .steps .step .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 37px;
  right: -30px;
  z-index: 6;
}
@media (max-width: 992px) {
  .content .steps .step .icon {
    width: 25px;
    height: 25px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -55px;
    transform: rotate(90deg);
  }
}
.content .steps .step .icon img {
  max-width: 100%;
}
.content .steps .step .info {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.content .steps .step .info .top {
  color: white;
  font-size: 30px;
  font-family: "Open-Sans-ExtraBold";
}
@media (max-width: 1200px) {
  .content .steps .step .info .top {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .content .steps .step .info .top {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .content .steps .step .info .top {
    font-size: 18px;
  }
}
.content .steps .step .info .bottom {
  font-family: "Open-Sans-SemiBold";
  font-size: 22px;
}
@media (max-width: 1200px) {
  .content .steps .step .info .bottom {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .content .steps .step .info .bottom {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .content .steps .step .info .bottom {
    font-size: 13px;
  }
}
.content .steps .step1 .bg {
  background-image: linear-gradient(to right, rgba(114, 2, 23, 0) 0%, #e4032e 39%, #e4032e 91%, rgba(114, 2, 23, 0) 111%);
}
@media (max-width: 992px) {
  .content .steps .step1 .bg {
    background-image: linear-gradient(to top, #000000 -35%, #990925 28%, #990925 100%, rgba(114, 2, 23, 0) 82%);
    opacity: 1;
  }
}
.content .steps .step2 {
  width: 33.333%;
}
@media (max-width: 1200px) {
  .content .steps .step2 {
    width: 33.333%;
  }
}
@media (max-width: 992px) {
  .content .steps .step2 {
    width: 100%;
  }
}
.content .steps .step2 .bg {
  background-image: linear-gradient(to right, #e4032e 84%, rgba(114, 2, 23, 0) 109%);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .content .steps .step2 .bg {
    background-image: linear-gradient(to top, #000000 -35%, #990925 28%, #990925 100%, rgba(114, 2, 23, 0) 82%);
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .content .steps .step3 .number {
    padding-left: 20px;
  }
}
.content .mobile-steps .steps {
  display: none;
  position: static;
  margin-top: -83px;
}
@media (max-width: 768px) {
  .content .mobile-steps .steps {
    display: block;
  }
}
.content .bg-page {
  background: #292929;
}

@media (max-width: 460px) {
  .content {
    background-position-y: -105px;
    background-size: 105%;
  }
}
.content .services-section {
  padding: 0px 90px;
  padding-top: 102px;
}
@media (max-width: 768px) {
  .content .services-section {
    padding: 0px 0px;
    padding-top: 60px;
  }
}
@media (max-width: 460px) {
  .content .services-section {
    padding: 0px 0px;
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .content .services-section .list {
    padding: 0px;
  }
}
.content .services-section .list .list-element {
  text-align: center;
}
.content .services-section .list .list-element .icon {
  height: 140px;
  margin-bottom: 20px;
}
.content .services-section .list .list-element .icon img {
  height: 100%;
}
@media (max-width: 768px) {
  .content .services-section .list .list-element .icon {
    height: 65px;
    margin-bottom: 20px;
  }
}
.content .services-section .list .list-element .text .top {
  color: #fd0837;
  font-size: 25px;
  font-family: "Muli-Black";
  line-height: 25px;
}
@media (max-width: 768px) {
  .content .services-section .list .list-element .text .top {
    font-size: 9px;
    line-height: 10px;
  }
}
.content .services-section .list .list-element .text .bottom {
  font-size: 25px;
  font-family: "Muli-Black";
}
@media (max-width: 768px) {
  .content .services-section .list .list-element .text .bottom {
    font-size: 9px;
    line-height: 10px;
  }
}
.content .images-section {
  padding: 0px 92px;
}
@media (max-width: 768px) {
  .content .images-section {
    padding: 0px 40px;
  }
}
@media (max-width: 460px) {
  .content .images-section {
    padding: 0px 20px;
    display: none;
  }
}
.content .images-section .title {
  font-size: 60px;
  text-align: center;
  font-family: "Muli-Black";
  margin-top: 50px;
  letter-spacing: 3px;
}
@media (max-width: 992px) {
  .content .images-section .title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .content .images-section .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.content .images-section .title .red {
  color: #fd0837;
}
@media (max-width: 992px) {
  .content .images-section .title .red {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .content .images-section .title .red {
    font-size: 22px;
    line-height: 26px;
  }
}
.content .images-section .subtitle {
  font-size: 25px;
  text-align: center;
  font-family: "Muli-ExtraBold";
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .content .images-section .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .content .images-section .subtitle {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.content .images-section .buttons {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .content .images-section .buttons {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.content .images-section .right-top-block {
  margin-bottom: -203px;
}
.content .images-section .image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 11px;
  padding: 0px 6px;
  cursor: pointer;
}
.content .images-section .image img {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.content .images-section .image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.content .images-section .starburst {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 98%;
}
@media (max-width: 768px) {
  .content .images-section .starburst {
    height: 267px;
  }
}
.content .images-section .blackjack {
  height: 95%;
}
@media (max-width: 460px) {
  .content .images-section .blackjack {
    height: 86px;
  }
}
.content .images-section .monopoly {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .monopoly {
    height: 86px;
  }
}
.content .images-section .wild {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .wild {
    height: 86px;
  }
}
.content .images-section .dragonfire {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .dragonfire {
    height: 86px;
  }
}
.content .images-section .roulette {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .roulette {
    height: 86px;
  }
}
.content .images-section .book {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .book {
    height: 86px;
  }
}
.content .images-section .twinspin {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .twinspin {
    height: 86px;
  }
}
.content .images-section .red-tiger {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .red-tiger {
    height: 86px;
  }
}
.content .images-section .romance {
  height: 96%;
}
@media (max-width: 460px) {
  .content .images-section .romance {
    height: 86px;
  }
}
.content .images-section .gonzosquest {
  height: 81%;
}
@media (max-width: 460px) {
  .content .images-section .gonzosquest {
    height: 170px;
  }
}
.content .images-section .gold {
  height: 81%;
}
@media (max-width: 460px) {
  .content .images-section .gold {
    height: 167px;
  }
}
.content .images-section .pyramid {
  height: 167%;
  margin-top: -29%;
}
@media (max-width: 460px) {
  .content .images-section .pyramid {
    height: 86px;
    margin-top: 0%;
  }
}
.content .images-section .cherry {
  height: 168%;
  margin-top: -14.3%;
}
@media (max-width: 460px) {
  .content .images-section .cherry {
    height: 70px;
    margin-top: 0px;
  }
}
.content .mobile-images-section {
  display: none;
}
@media (max-width: 460px) {
  .content .mobile-images-section {
    display: block;
  }
}
@media (max-width: 768px) {
  .content .text-section {
    padding: 0px 10px;
  }
}
.content .text-section .title {
  text-align: center;
  font-size: 35px;
  font-family: "Open-Sans-ExtraBold";
}
@media (max-width: 992px) {
  .content .text-section .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .content .text-section .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.content .text-section .subtitle {
  text-align: center;
  color: #fd0837;
  font-size: 35px;
  font-family: "Open-Sans-ExtraBold";
  line-height: 35px;
}
@media (max-width: 992px) {
  .content .text-section .subtitle {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .content .text-section .subtitle {
    font-size: 16px;
    line-height: 16px;
  }
}
.content .text-section .logo-list {
  margin-bottom: 74px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .content .text-section .logo-list {
    margin-bottom: 28px;
    margin-top: 22px;
  }
}
.content .text-section .logo-list .icon {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  cursor: pointer;
}
.content .text-section .logo-list .icon:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.content .text-section .logo-list .logo-icon {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .content .text-section .logo-list .logo-icon {
    margin-bottom: 10px;
  }
}
.content .text-section .text {
  width: 96%;
  margin: auto;
}
.content .text-section .text p {
  font-family: "Muli-SemiBold";
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .content .text-section .text p {
    font-size: 14px;
    text-align: center;
  }
}
.content .pay-section {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .content .pay-section {
    margin-top: 40px;
  }
}
.content .pay-section .pay-section-border {
  border-top: 1px solid #464545;
  border-bottom: 1px solid #464545;
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-section-border {
    padding: 20px 0px;
    padding-bottom: 0px;
  }
}
.content .pay-section .title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .content .pay-section .title {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.content .pay-section .pay-list {
  font-size: 0px;
  text-align: center;
}
.content .pay-section .pay-list .list {
  padding: 0px;
  margin-bottom: 0px;
}
.content .pay-section .pay-list .list .list-block {
  display: inline-block;
  margin: 15px 27px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .content .pay-section .pay-list .list .list-block {
    margin: 0px 12px;
    margin-bottom: 30px;
  }
}
.content .pay-section .pay-list .list .list-block .image {
  opacity: 0.5;
  cursor: pointer;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.content .pay-section .pay-list .list .list-block .image img {
  height: 100%;
  width: 100%;
}
.content .pay-section .pay-list .list .list-block .image:hover {
  opacity: 1;
}
.content .pay-section .pay-list .list .visa {
  width: 107px;
  height: 38px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .visa {
    width: 60px;
    height: 21px;
  }
}
.content .pay-section .pay-list .list .master {
  width: 70px;
  height: 34px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .master {
    width: 40px;
    height: 26px;
  }
}
.content .pay-section .pay-list .list .finance {
  width: 132px;
  height: 37px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .finance {
    width: 82px;
    height: 23px;
  }
}
.content .pay-section .pay-list .list .paysafecard {
  width: 172px;
  height: 29px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .paysafecard {
    width: 115px;
    height: 19px;
  }
}
.content .pay-section .pay-list .list .neteller {
  width: 131px;
  height: 23px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .neteller {
    width: 98px;
    height: 17px;
  }
}
.content .pay-section .pay-list .list .skrill {
  width: 88px;
  height: 30px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .skrill {
    width: 56px;
    height: 19px;
  }
}
.content .pay-section .pay-list .list .transfer {
  width: 57px;
  height: 58px;
}
@media (max-width: 768px) {
  .content .pay-section .pay-list .list .transfer {
    width: 33px;
    height: 34px;
  }
}
.content .pay-section .pay-list .list .list-block:last-child {
  margin-right: 0px;
}
.content .pay-section .pay-list .list .list-block:first-child {
  margin-left: 0px;
}
.content .copyright-section {
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .content .copyright-section {
    padding: 30px 8px;
  }
}
.content .copyright-section .text {
  opacity: 0.5;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .content .copyright-section .text {
    font-size: 13px;
  }
}
.content footer {
  padding: 0px 27px;
  padding-bottom: 80px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .content footer {
    padding: 20px 30px;
  }
}
@media (max-width: 992px) {
  .content footer .footer-element {
    margin-bottom: 40px;
  }
}
.content footer .footer-element .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Muli-Bold";
}
@media (max-width: 1200px) {
  .content footer .footer-element .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .content footer .footer-element .title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 460px) {
  .content footer .footer-element .title {
    font-size: 10px;
  }
}
@media (max-width: 460px) {
  .content footer .footer-element .logo {
    padding-right: 7px;
  }
}
.content footer .footer-element .logo img {
  max-width: 100%;
  width: 200px;
}
@media (max-width: 768px) {
  .content footer .footer-element .logo img {
    width: 124px;
  }
}
.content footer .supported {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .content footer .supported .title {
    margin-bottom: 10px;
  }
}
.content footer .supported ul {
  padding: 0px;
  margin-top: 40px;
  font-size: 0px;
}
@media (max-width: 1200px) {
  .content footer .supported ul {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .content footer .supported ul {
    margin-top: 0px;
  }
}
.content footer .supported ul li {
  display: inline-block;
  width: 100px;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .content footer .supported ul li {
    width: 42%;
    display: inline-block;
    margin-right: 0px;
  }
}
@media (max-width: 460px) {
  .content footer .supported ul li {
    width: 46%;
  }
}
.content footer .supported ul li .image {
  margin-bottom: 10px;
}
.content footer .supported ul li .image img {
  max-width: 100%;
}
.content footer .supported ul li:first-child {
  margin-left: -20px;
}
@media (max-width: 768px) {
  .content footer .supported ul li:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 460px) {
  .content footer .supported ul li:first-child {
    margin-left: -11px;
  }
}
.content footer .social ul {
  padding: 0px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .content footer .social ul {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .content footer .social ul {
    margin-top: 0px;
  }
}
.content footer .social ul li {
  display: inline-block;
  margin-right: 13px;
}
@media (max-width: 768px) {
  .content footer .social ul li {
    margin-right: 5px;
  }
}
.content footer .social ul li .icon {
  width: 51px;
  height: 51px;
  visibility: visible;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-name: swing;
}
@media (max-width: 768px) {
  .content footer .social ul li .icon {
    width: 30px;
    height: 30px;
  }
}
.content footer .social ul li .icon:hover {
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-name: swing;
  animation-iteration-count: infinite;
}
.content footer .social ul .facebook .icon {
  background: url('https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg') 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.content footer .social ul .twitter .icon {
  background: url(https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg) 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -64px 0px;
}
@media (max-width: 768px) {
  .content footer .social ul .twitter .icon {
    background-position: -38px 0px;
  }
}
.content footer .social ul .instagram .icon {
  background: url(https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg) 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -130px 0px;
}
@media (max-width: 768px) {
  .content footer .social ul .instagram .icon {
    background-position: -77px 0px;
  }
}
.content footer .social ul .youtube .icon {
  background: url(https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg) 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -195px 0px;
}
@media (max-width: 768px) {
  .content footer .social ul .youtube .icon {
    background-position: -115px 0px;
  }
}
.content footer .social ul .telegram .icon {
  background: url(https://storagelandingpasino.blob.core.windows.net/assets/footer/sociaux.svg) 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -261px 0px;
}
@media (max-width: 768px) {
  .content footer .social ul .telegram .icon {
    background-position: -154px 0px;
  }
}
.content footer .icons {
  text-align: center;
}
@media (max-width: 768px) {
  .content footer .icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .content footer .icons {
    margin-top: 25px;
  }
}
.content footer .icons ul {
  padding: 0px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .content footer .icons ul {
    margin-top: 0px;
  }
}
.content footer .icons ul li {
  display: inline-block;
  margin-right: 16px;
}
.content footer .icons ul li .icon {
  width: 55px;
  height: 55px;
}
@media (max-width: 768px) {
  .content footer .icons ul li .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
}
.content footer .icons ul li .icon img {
  max-width: 100%;
}
.de-language .content .steps .step .block {
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .de-language .content .steps .step .block {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .de-language .content .steps .step .block {
    padding-top: 0px;
    position: relative;
    width: 310px;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .de-language .content .steps .step .block {
    width: 273px;
  }
}
@media (max-width: 350px) {
  .de-language .content .steps .step .block {
    width: 100%;
  }
}


@media (min-width: 769px) {
  .pad-30 {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .footer-resize {
    padding: 15px 38px 0 0;
  }
  .social-resize {
    margin-top: 25px;
  }
  .concession {
    display: none;
  }
  .btn-red {
    height: 48px;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 0 10px
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .pad-30 {
    padding-top: 0px;
  }
  .social-resize {
    margin-top: 40px;
  }
  .concession {
    width: 70%;
  }
  .content .top-section .text h1 {
    font-size: 100px !important;
    line-height: 100px !important;
  }
  .btn-red {
    height: 80px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1217px) {
  .pad-30 {
    padding-top: 0px;
  }
  .social-resize {
    margin-top: 40px;
    padding-left: 30px;
  }
  .content footer .supported ul li {
    margin-right: 10px;
  }
  .footer-social-res {
    width: 85px;
  }
  .pad-30 {
  padding-top: 25px;
  }
  .footer-resize {
    padding-top: 45px;
  }
  .concession {
    width: 50%;
  }
  .footer-txt {
    padding-top: 15px
  }
  .btn-red {
    height: 80px;
    border-radius: 10px;
  }
}

@media (min-width: 1218px) {
  .concession {
    width: 35%;
  }
  .content .pay-section .pay-list .list .list-block {
    margin: 15px 15px;
  }
  .footer-txt {
    padding-top: 35px
  }
  .btn-red {
    height: 80px;
    border-radius: 10px;
  }
}

@media (min-width: 577px) {
  .intro-txt {
    font-size: 1.3em;
    text-align: center;
    padding: 20px 30px;
  }
}

@media (max-width: 768px) {
  .only-smartphone {
    text-align: center;
  }
  .h-twint {
    width: 120px;
    margin: 0 0 6px 2px;
    border-left: #000000 solid 15px;
    border-right: #000000 solid 10px;
    border-top: #000000 solid 5px;
    border-bottom: #000000 solid 5px;
    border-radius: 4px;
  }
}

@media (min-width: 769px) {
  .only-smartphone {
    display: none;
  }
  .h-twint {
    width: 160px;
    margin: 0 0 6px 2px;
    border-left: #000000 solid 15px;
    border-right: #000000 solid 10px;
    border-top: #000000 solid 5px;
    border-bottom: #000000 solid 5px;
    border-radius: 4px;
  }
}

@media (max-width: 576px) {

  .intro-txt {
    font-size: 1em;
    text-align: center;
    padding: 20px 10px;
  }
}
.skrill, .paysafecard, .visa, .finance {
  padding-top: 15px;
}

.neteller-logo {
width: 100px;
height: 23px;
padding-top: 18px;
}

.mastercard {
width: 130px;
height: 26px;
}

.paysafecard {
  width: 90px;
}
.subtitle {
  line-height: 35px !important;
}

.provider {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.cont-provider {
  padding-left: 0px !important;
}

.thumb-provider {
  background-color: #090909;
  border-radius: 10px;
}

.content .top-section .text .title, .content .top-section .text .subtitle {
text-shadow: 2px 1px 1px black;
}

.first-red {
  color: #fd0837;
  font-size: 0.3em;
  line-height: 1.6em
}

.first-white {
  color: white;
  font-size: 0.3em;
  line-height: 1.6em
}

.h-intro {
  font-size: 0.75em;
}


.dropdown-menu {
  background-color: #292929 !important;
  border: none !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
}


.dropdown-item {
  color: white !important;
}

.flag {
  width: 60px; 
  padding-right: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; 
  margin-bottom: 5px;
  cursor: pointer;
}

.dropdown-toggle::after {
color: transparent;
}

.actual-locale {
  font-weight: 900;
  font-size: 20px;
  background-color: #292929;
  padding: 3px 18px 5px 10px;
  margin-left: -15px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}

.actual-locale:hover {
  background-color: black;
}