﻿html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input::-ms-clear {
  display: none;
}
a,
:visited {
  color: inherit;
  text-decoration: none;
  outline: 0;
  outline: none;
}
:hover,
:active,
:focus {
  outline: 0;
  outline: none;
}
img {
  border: none;
}
button,
input {
  border: 0;
}
button,
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
button:disabled,
input[type='submit']:disabled,
input[type='button']:disabled {
  cursor: default;
}
.class {
  font-size: 120px;
  font-weight: normal;
  background: rgba(255, 0, 0, 0.5);
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
main {
  display: block;
}
.footer {
  background: #1c1d24;
  color: #a4a5a7;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.footer-container {
  padding: 48px 16px;
}
@media screen and (max-width: 768px) {
  .footer-container {
    padding: 24px 16px;
  }
}
.footer-wrapper {
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
}
.footer-logos {
  padding: 16px;
  background: #ededee;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .footer-logos {
    padding: 16px 8px;
  }
}
.footer-license {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .footer-license {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-license__img {
  width: 132px;
  margin-right: 24px;
}
@media screen and (max-width: 480px) {
  .footer-license__img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.footer-trust {
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid rgba(119, 119, 124, 0.2);
  border-top: 1px solid rgba(119, 119, 124, 0.2);
}
.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-copyright {
  margin-top: 24px;
}
.footer__item {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 8px;
}
.footer__img--mr {
  width: 50px;
}
.footer__img--ag {
  width: 100px;
}
.footer__img--gt {
  width: 68px;
}
.footer__img--bgmbl {
  width: 137px;
}
.footer__img--ssl {
  width: 48px;
}
.footer__img--dss {
  width: 52px;
}
.footer__img--gc {
  width: 24px;
}
.footer__img--ga {
  width: 33px;
}
.footer__img--18 {
  width: 24px;
}
@font-face {
  font-family: 'FiraSans';
  src: local(FiraSans), local(FiraSans), url('https://cdnl.ext-files.net/landings/common/_default/fonts/FiraSans/FiraSansBold/firasans-bold.woff?v=%7B%7Bcdn_version%7D%7D') format('woff'), url('https://cdnl.ext-files.net/landings/common/_default/fonts/FiraSans/FiraSansBold/firasans-bold.woff2?v=%7B%7Bcdn_version%7D%7D') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans';
  src: local(FiraSans), local(FiraSans), url('https://cdnl.ext-files.net/landings/common/_default/fonts/FiraSans/FiraSansRegular/firasans-regular.woff?v=%7B%7Bcdn_version%7D%7D') format('woff'), url('https://cdnl.ext-files.net/landings/common/_default/fonts/FiraSans/FiraSansRegular/firasans-regular.woff2?v=%7B%7Bcdn_version%7D%7D') format('woff2');
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Titillium-Regular', sans-serif;
  font-size: 14px;
  background: #e6ecf2;
  color: #ffffff;
  overflow-x: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.main {
  background: #040211 url('../../willbetgamebettingsa/image/man.png') no-repeat 10% bottom;
  background-size: cover;
  width: 100%;
  display: block;
  position: relative;
}
.main__wrapper {
  padding: 140px 0 250px;
  text-transform: uppercase;
}
.main__content {
  width: 700px;
  text-align: center;
}
.main__logo {
  width: 100%;
  text-align: center;
}
.main__bonus {
  padding: 60px 0 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__title {
  font-size: 48px;
  font-family: 'Titillium-Regular', sans-serif;
  position: relative;
  color: #ffffff;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__title .gift {
  display: inline-block;
  background: url('../../willbetgamebettingsa/image/gift-icon.png') no-repeat center;
  width: 65px;
  height: 65px;
  border: 3px solid #ba0036;
  margin-right: 20px;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main__title .welcome-bonus {
  vertical-align: middle;
}
.main__title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ba0036;
  border-radius: 10px;
  -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite;
}
.main-container {
  width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 10;
  position: relative;
}
.logo {
  max-width: 280px;
  padding: 45px 0 0;
}
.logo-link {
  display: block;
}
.bonus-item {
  position: relative;
  font-family: 'Titillium-Black', sans-serif;
}
.bonus-item .border {
  width: 100%;
  height: 100%;
}
.bonus-item .border::before,
.bonus-item .border::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../../willbetgamebettingsa/image/corner.png');
  background-size: contain;
  position: absolute;
}
.bonus-item .border::before {
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bonus-item .border::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.num {
  font-size: 100px;
  padding: 20px;
  line-height: 1;
}
.num--low {
  font-size: 60px;
  color: #ba0036;
  font-family: 'Titillium-Regular', sans-serif;
}
.num::before,
.num::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../../willbetgamebettingsa/image/corner.png');
  background-size: contain;
  position: absolute;
}
.num::before {
  left: 0;
  top: 0;
}
.num::after {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.plus {
  font-family: 'Titillium-Regular', sans-serif;
  font-size: 80px;
  line-height: 60px;
  border: 3px solid #ba0036;
  border-radius: 50%;
  width: 85px;
  height: 85px;
}
.container {
  width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.paysystem {
  text-align: center;
  margin: 0 25px 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("../../willbetgamebettingsa/image/paysystem.svg") no-repeat;
  height: 30px;
  margin: 0 10px;
}
.paysystem.visa {
  background-position: -51px 0;
  width: 72px;
}
.paysystem.paysafecard {
  width: 133px;
  background-position: -589px 0;
}
.paysystem.master {
  width: 30px;
  background-position: -150px 0;
}
.paysystem.skrill {
  width: 68px;
  background-position: -332px 0;
}
.paysystem.neteller {
  width: 135px;
  background-position: -427px 0;
}
.paysystem.neoserf {
  width: 98px;
  background-position: -207px 0;
}
.paysystem.bank-transfer {
  width: 32px;
  background-position: 0 0;
}
.btn {
  display: block;
  width: 400px;
  border: none;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 34px;
  padding: 20px 0;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 5px 0 #115914;
          box-shadow: 0 5px 0 #115914;
  text-transform: uppercase;
  font-family: 'Lato-Bold', sans-serif;
  background-color: #1d9923;
  text-shadow: 1px 1px 2px #115914;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #25c42d;
}
/*-------animation-------*/
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------media queries------*/
@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .container,
  .main-container {
    width: 960px;
  }
  .main {
    background-position: 200px bottom;
  }
  .main__wrapper {
    padding: 30px 0 150px;
  }
  .main__content {
    width: 600px;
  }
  .main__title {
    font-size: 36px;
  }
  .logo {
    max-width: 240px;
  }
  .btn {
    width: 360px;
    font-size: 26px;
    padding: 15px 0;
  }
  .num {
    font-size: 80px;
  }
  .plus {
    font-size: 60px;
    line-height: 45px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .main {
    background-position: 0 bottom;
  }
  .main__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .main {
    background-position: center bottom;
  }
  .main__content {
    width: 510px;
    margin: 0 auto;
  }
  .container,
  .main-container {
    width: 740px;
  }
  .overlay {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .container,
  .main-container {
    width: 640px;
  }
  .paysystem {
    background: url("../../willbetgamebettingsa/image/paysystem-mob.svg") no-repeat;
  }
  .paysystem.visa {
    background-position: -78px -2px;
    width: 52px;
  }
  .paysystem.paysafecard {
    width: 96px;
    background-position: -462px -2px;
  }
  .paysystem.master {
    width: 21px;
    background-position: -149px -2px;
  }
  .paysystem.skrill {
    width: 48px;
    background-position: -279px -2px;
  }
  .paysystem.neteller {
    width: 97px;
    background-position: -346px -2px;
  }
  .paysystem.neoserf {
    width: 71px;
    background-position: -189px -2px;
  }
  .paysystem.bank-transfer {
    width: 24px;
    background-position: -41px -2px;
  }
}
@media screen and (max-width: 640px) {
  .container,
  .main-container {
    width: 100%;
    padding: 0;
  }
  .main {
    background-position: 65% bottom;
  }
  .main__title {
    font-size: 22px;
    padding: 20px;
  }
  .main__title .gift {
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border: 2px solid #ba0036;
    background-size: 25px 25px;
  }
  .main__title::after {
    display: none;
  }
  .main__bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .main__content {
    width: 320px;
  }
  .main__wrapper {
    padding: 0 0 10px;
    margin: 0 auto;
  }
  .num {
    font-size: 60px;
    min-width: 190px;
    padding: 20px 0;
  }
  .num--low {
    font-size: 36px;
  }
  .logo {
    width: 165px;
    padding-top: 15px;
  }
  .btn {
    max-width: 280px;
    font-size: 22px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 480px) {
  .main {
    background-size: 1000px;
  }
}
@media screen and (max-width: 320px) {
  .main__content {
    min-height: 390px;
  }
  .main::after {
    width: 150px;
    height: 180px;
    background-size: 150px 180px;
  }
}
@media all and (orientation: landscape) and (min-aspect-ratio: 13/9) and (max-width: 812px) {
  .main {
    background-size: 700px;
  }
  .main__wrapper {
    padding-top: 10px;
  }
  .main__content {
    width: 420px;
  }
  .main__bonus {
    padding: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main .logo {
    width: 120px;
    padding-top: 10px;
  }
  .main__title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    padding: 10px 20px;
  }
  .num {
    font-size: 32px;
    min-width: 120px;
  }
  .num--low {
    font-size: 36px;
  }
}

