body {
  background-color: #0C1117;
  font-family: "GT Walsheim Pro"; }

.site-branding {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 28px 15px;
  margin: auto;
  align-items: center; }
  .site-branding-menu {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    max-width: 33%;
    flex: 0 0 33%; }
  .site-branding-logo {
    max-width: 33%;
    flex: 0 0 33%;
    text-align: center; }
  .site-branding-reg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 33%;
    flex: 0 0 33%;
    justify-content: flex-end; }
    .site-branding-reg-item-1 a {
      background-color: #A81B0D;
      box-shadow: 0px 4px 6px rgba(6, 16, 58, 0.1);
      border-radius: 60px;
      height: 42px;
      max-width: 154px;
      display: block;
      padding: 0 31px;
      line-height: 42px;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      transition: all 0.3s ease;
      margin-right: 15px; }
      .site-branding-reg-item-1 a:hover {
        text-decoration: none;
        background-color: #90170b;
        transition: all 0.3s ease; }
    .site-branding-reg-item-2 a {
      border: 2px solid #FFFFFF;
      box-sizing: border-box;
      box-shadow: 0px 4px 6px rgba(6, 16, 58, 0.1);
      border-radius: 29px;
      line-height: 42px;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      transition: all 0.3s ease;
      display: block;
      height: 42px;
      padding: 0 31px;
      transition: all 0.3s ease;
      text-transform: uppercase; }
      .site-branding-reg-item-2 a:hover {
        text-decoration: none;
        background-color: #fff;
        transition: all 0.3s ease;
        color: #0C1117; }

.banner {
  max-width: 1440px;
  margin: auto; }

.site-header {
  background: #0C1117; }

.games {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .games-item {
    max-width: 32%;
    flex: 0 0 32%;
    position: relative;
    margin-bottom: 30px; }
    .games-item:hover::before {
      content: "";
      opacity: 1;
      transition: opacity 0.3s ease; }
    .games-item:hover .games-item-btns {
      opacity: 1;
      transition: opacity 0.3s ease; }
    .games-item::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .games-item img {
      vertical-align: bottom;
      width: 100%;
      height: auto; }
    .games-item-btns {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .games-item-btn-1 a {
      background-color: #A81B0D;
      border-radius: 53px;
      height: 40px;
      width: 115px;
      line-height: 40px;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      text-align: center;
      display: block;
      text-decoration: none;
      transition: all 0.3s ease;
      margin-bottom: 25px; }
      .games-item-btn-1 a:hover {
        background-color: #90170b;
        transition: all 0.3s ease; }
    .games-item-btn-2 a {
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      color: #FFFFFF;
      text-decoration: none; }

.button-wrap {
  text-align: center; }
  .button-wrap a {
    height: 50px;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    margin: auto;
    text-decoration: none;
    background-color: #A81B0D;
    box-shadow: 0px 4px 6px rgba(6, 16, 58, 0.1);
    border-radius: 36px;
    transition: all 0.3s ease; }
    .button-wrap a:hover {
      background-color: #90170b;
      transition: all 0.3s ease; }

.bank {
  max-width: 1440px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px; }
  .bank img {
    width: 100%;
    height: auto; }

.text-block {
  padding: 0 15px;
  margin: auto;
  max-width: 1200px; }
  .text-block h2 {
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #F7AE2A; }
  .text-block p {
    color: #fff;
    font-size: 18px;
    line-height: 21px; }
  .text-block ul {
    padding-left: 30px;
    margin-left: 0; }
    .text-block ul li {
      font-size: 16px;
      line-height: 18px;
      color: #FFFFFF;
      position: relative;
      list-style-type: none; }
      .text-block ul li::before {
        content: "";
        position: absolute;
        left: -20px;
        border: 7px solid transparent;
        border-left: 7px solid #447E49;
        transform: rotate(0); }

.main-navigation-header {
  max-width: 1200px;
  margin: auto;
  display: none;
  padding: 0 15px; }
  .main-navigation-header ul {
    padding-left: 0;
    margin-left: 0;
    max-width: 240px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-color: #0C1117;
    padding: 25px;
    position: absolute;
    margin-top: 15px; }
    .main-navigation-header ul li {
      list-style-type: none;
      margin-bottom: 10px; }
      .main-navigation-header ul li a {
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        text-decoration: none; }

.bg-footer {
  max-width: 1200px;
  padding: 0 15px;
  margin: 50px auto; }
  .bg-footer img {
    width: 100%;
    height: auto; }

.site-footer-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  justify-content: space-between;
  align-items: center; }
  .site-footer-wrap-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    .site-footer-wrap-menu ul li {
      list-style-type: none;
      margin-right: 40px; }
      .site-footer-wrap-menu ul li a {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        text-decoration: none; }
    .site-footer-wrap-menu ul .menu-item-27 {
      display: none; }

.site-footer {
  background: #202020;
  padding: 30px 0; }
  .site-footer .custom-logo-link img {
    vertical-align: bottom; }

.mob-none {
  display: none; }

.mobile-bg {
  display: none; }

.mobile-modal-login {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding-top: 80px;
  background: #0C1117;
  z-index: 10;
  display: none; }
  .mobile-modal-login-btns {
    max-width: 210px;
    margin: auto;
    margin-top: 50px; }
  .mobile-modal-login-btn-1 {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #A81B0D;
    box-shadow: 0px 4px 6px rgba(6, 16, 58, 0.1);
    border-radius: 59px;
    display: block;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
  .mobile-modal-login-btn-2 {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px rgba(6, 16, 58, 0.1);
    border-radius: 51px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: block;
    padding: 17px 0;
    margin-top: 15px; }

.close {
  position: absolute;
  right: 26px;
  top: 35px;
  cursor: pointer; }

.mobile-modal-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0C1117;
  z-index: 10;
  display: none; }
  .mobile-modal-menu ul {
    max-width: 250px;
    margin: auto;
    padding-left: 0;
    margin-top: 50px; }
    .mobile-modal-menu ul li {
      list-style-type: none;
      text-align: center; }
      .mobile-modal-menu ul li a {
        font-size: 18px;
        line-height: 21px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 14px 0;
        display: block; }
    .mobile-modal-menu ul .current-menu-item a {
      background: #A81B0D;
      border-radius: 50px; }

.rewievs-block {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto; }
  .rewievs-block-item {
    padding: 40px 35px;
    background: #202020;
    border-radius: 5px;
    margin-bottom: 20px; }
    .rewievs-block-item h4 {
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 18px;
      color: #FFFFFF;
      margin-bottom: 30px; }
    .rewievs-block-item p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 18px;
      color: #FFFFFF; }

.form-rev {
  margin-top: 30px; }
  .form-rev textarea {
    height: 260px;
    background: #F8F8F8;
    border-radius: 5px;
    padding: 27px 37px;
    outline: 0;
    font-size: 16px;
    line-height: 18px;
    color: #111;
    resize: none; }
    .form-rev textarea::placeholder {
      font-size: 16px;
      line-height: 18px;
      color: #111; }
  .form-rev button {
    padding: 15px 20px;
    background: #A81B0D;
    box-shadow: 0px 4px 6px rgba(6, 16, 58, 0.1);
    border-radius: 60px;
    border: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin: auto;
    margin-right: 0;
    outline: 0;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 25px; }

@media (max-width: 993px) {
  .site-branding-menu, .site-branding-reg {
    display: none; }

  .mob-none {
    display: block; }

  .games-item {
    max-width: 49%;
    flex: 0 0 49%; }
    .games-item:last-child {
      display: none; }

  .site-footer-wrap {
    flex-wrap: wrap; }
    .site-footer-wrap-logo {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center;
      margin-bottom: 35px; }
    .site-footer-wrap-menu ul {
      flex-wrap: wrap;
      margin-left: 0;
      padding: 20px 35px; }
      .site-footer-wrap-menu ul li {
        margin: 0 20px; }

  .bg-footer {
    display: none; }

  .text-block h2 {
    font-size: 18px;
    line-height: 21px; } }
@media (max-width: 400px) {
  .mobile-bg {
    display: block;
    margin-bottom: 40px; }
    .mobile-bg img {
      width: 100%; }

  .dekstop-bg {
    display: none; } }

/*# sourceMappingURL=main.css.map */
