:root {
  --content-width: 470px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked+.custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSansRegular.woff2.html") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSansBold.woff2.html") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  color: #fff;
  background-color: #000000;
}

img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

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

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header__container {
  padding: 15px;
  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;
  background-color: #000000;
  height: 60px;
}

.header__logo {
  width: 130px;
}

.header__btn {
  background-color: #fa1e1e;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 15px;
}

.header__btn:hover {
  background-color: #f22828;
}

.content__container {
  background-color: #000000;
  padding: 75px 15px;
}

.content__container a{
color: #fff;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.footer__container {
  height: 60px;
  border-top: 1px solid #420000;
  background-color: #420000;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__item {
  border-radius: 30px;
  cursor: pointer;
}

.nav__item:hover {
  background-color: #000000;
}

.nav__link {
  width: 45px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  color: #fff;
  font-size: 13px;
}

.nav__svg {
  width: 20px;
  color: #ffffff;
}

/*# sourceMappingURL=main.css.map */

.content h1 {
  color: #fe0000;
  font-size: 30px;
  margin-bottom: 35px;
}

.content h2 {
  color: #fe0000;
  font-size: 25px;
  margin-bottom: 25px;
}

.content h3 {
  color: #fe0000;
  font-size: 20px;
  margin-bottom: 15px;
}

.content p {
  font-size: 16px;
  margin-bottom: 15px;
}

.content img {
  display: block;
  margin: 25px auto;
}

.content ul,
.content ol {
  margin: 25px 0;
  padding-left: 30px;
}

.content ol li ul{
  list-style-type: disc;
}

.content li:not(:last-child) {
  margin-bottom: 10px;
}

.content ul li strong,
.content ol li strong {
  color: #fe0000;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0;
}

table tr td {
  border: 2px solid #fe0000;
  padding: 10px;
}

.game{
  position: relative;
  width: 100%;
  height: 600px;
}

.game__banner{
  display: none;
}

.game__banner--visible{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.game__banner--visible::after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.7;
}

.game__link{
  font-size: 20px;
  color: #fff;
  padding: 40px 30px;
  background-color: rgb(19, 106, 0);
  border-radius: 10px;
  display: block;
  width: 90%;
  color: #fff;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.aero{
  position: relative;
  width: 100%;
  height: 600px;
}

.aero__banner{
  display: none;
}

.aero__banner--visible{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.aero__banner--visible::after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.7;
}

.aero__link{
  font-size: 20px;
  color: #fff;
  padding: 40px 30px;
  background-color: red;
  border-radius: 10px;
  display: block;
  width: 90%;
  color: #fff;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.banner{
  display: flex;
  gap: 10px;
}

.banner__left{
  width: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner__btn{
  border-radius: 10px;
  overflow: hidden;
}

.banner__right{
  max-width: 410px;
  width: 100%;
}

.banner__top{
  display: flex;
  align-items: center;
}

.banner__casino .banner__content,
.banner__poker .banner__content,
.banner__game .banner__content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.banner__game .banner__link:first-child{
  grid-row: 2 span;
}

.banner__game .banner__link:first-child .banner__fond{
  top: 10px;
}

.banner__content{
  margin-top: 10px;
  margin-bottom: 15px;
}

.banner__img{
  border-radius: 10px;
}

.content .banner img{
  margin: 0;
}

.content .banner__hot{
  width: 35px;
}

.banner__title{
  color: #f00000;
}

.banner__link{
  position: relative;
}

.banner__fond{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  transform: scale(1.148);
  padding: 7px;
  background-color: #8b0202;
  z-index: 20;
  border-radius: 10px;
  border: 1px solid #8b0202;
  display: none;
}

.banner__link:hover .banner__fond{
  display: flex;
}

.banner__fond-img{
  width: 100%;
  border-radius: 5px;
}

.banner__demo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #108a16, #169c1d, #1baf25, #20c22c, #25d634);
  gap: 10px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #2AF33B;
  cursor: pointer;
  color: #fff;
}

.banner__demo:hover{
  background-image: linear-gradient(to left, #108a16, #169c1d, #1baf25, #20c22c, #25d634);
}

.banner__demo-img{
  color: #fff;
}

.banner__play{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  background-color: #0F2F4A;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #123756;
}

.banner__play:hover .banner__play-text{
  color: #44BE4C;
}

.banner__play:hover .banner__play-img{
  fill: #44BE4C;
}

.banner__play-text{
  font-size: 14px;
}

.banner__play-img{
  fill: #fff;
  width: 18px;
}

.aviator .banner__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.aviator .banner__fond{ 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
  gap: 10px;
}

.aviator .banner__demo, 
.aviator .banner__play{
  width: 200px;
  color: #fff;
}

.aviator .banner__demo-text{
  font-size: 20px;
}

.aviator .banner__play-text{
  font-size: 18px;
}

.demo {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  position: fixed;
  z-index: 10000;
}

.close-demo {
  z-index: 20;
  color: #fff;
  font-size: 33px;
  position: absolute;
  top: 10px;
  right: -17px;
  cursor: pointer;
  color: red;
}

.demo__wrap {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.demo iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu__items{
  position: absolute;
  bottom: 61px;
  left: 50%;
  transform: translate(-50%);
  background-color: #087500;
  padding: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 200px;
  box-shadow: 0 0 1px 2px #065600;
  display: none;
  transition: 1s ease-in-out;
}

.menu__items--active{
  display: flex;
  transition: 1s ease-in-out;
}

.menu__item{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}

.menu__item:hover {
  background-color: #087500;
}


.menu__item span{
  color: #fff;
}

@media (max-width:470px) {
  .banner__play-text{
    font-size: 12px;
  }

  .banner__demo-text{
    font-size: 14px;
  }
}

@media (max-width:420px) {
  .banner__play-text{
    font-size: 11px;
  }

  .banner__demo-text{
    font-size: 13px;
  }

  .aviator .banner__demo-text{
    font-size: 18px;
  }
  
  .aviator .banner__play-text{
    font-size: 16px;
  }
}

@media (max-width:360px) {
  .banner__play-text{
    font-size: 10px;
  }

  .banner__demo-text{
    font-size: 12px;
  }

  .banner__play{
    padding: 3px;
    gap: 5px;
  }

  .banner__demo{
    padding: 3px;
    gap: 5px;
  }

  .banner__fond{
    gap: 3px;
  }

  .aviator .banner__demo-text{
    font-size: 16px;
  }
  
  .aviator .banner__play-text{
    font-size: 14px;
  }
}

@media (max-width:900px){
  .demo{
    height: 100%;
    width: 90%;
  }

  .demo__wrap{
    height: 100%;
    width: 100%;
  }
}