html { font-family: Arial, sans-serif; font-size: 14px; color: #fff; } body { margin: 0; padding: 0; background-color: #00053f; background-image: url(/shared/2600/bg.jpg); background-position: top center; background-size: cover;  background-repeat: no-repeat; background-attachment: fixed; } .page { width: 1360px; margin: 0 auto; } .flex { display: flex; justify-content: space-between; } a { outline: none; text-decoration: none; transition: all .3s; color: #ae643c; } ul, ol { margin: 0; padding: 0; }  header { background-image: linear-gradient(#17366f,#112852); background-size: 100% 16px; background-repeat: no-repeat; border-top: 1px solid #35486c;  border-bottom: 1px solid #040a15; position: fixed; top: 0; left: calc(50% - 680px); background-color: #112852; box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);  height: 70px; flex-direction: row; align-items: center; z-index: 99999; } header .left { width: calc(50% - 65px); justify-content: flex-start; padding-left: 15px; position: relative; } header .left .menu-btn { line-height: 40px; padding: 0 10px; flex-direction: row; align-items: center; background-image: linear-gradient(#112952,#476294);  border-radius: 5px; position: relative; z-index: 99; border: 1px solid #385281; margin-right: 15px; flex-direction: row; align-items: center; width: 23px; } header .left .menu-btn img { height: 15px; display: block; margin: 0 auto; } header .left .menu-btn.close { display: none; } header .left .menu-btn.close img { padding: 12px 0; } header .left .top-menu li { list-style: none; margin-right: 15px; } header .left .top-menu li a { line-height: 40px; padding: 0 10px; flex-direction: row; align-items: center; background-image: linear-gradient(#112952,#476294);  border-radius: 5px; position: relative; z-index: 99; border: 1px solid #385281; color: #8893a8; } header .left .top-menu li a:hover { background-image: linear-gradient(#075da1,#41cafa); border-color: #2893c1; color: #fff; } header .left .top-menu li a img { height: 20px; margin-right: 5px; } header .center { height: 100%; } header .center .logo { height: 100%; display: block; } header .center .logo img { height: 100%; display: block; } header .right { width: calc(50% - 65px); justify-content: flex-end; padding-right: 15px; } header .right .btn { line-height: 40px; padding: 0 10px; border-radius: 5px; display: block; color: #fff; text-transform: uppercase; font-weight: 700;  text-shadow: 0 1px 1px rgba(0,0,0,.8); box-shadow: 0 4px 4px rgba(0,0,0,.25),inset 0 4px 4px hsla(0,0%,100%,.25); transition: background .3s; } header .right .reg { background-image: linear-gradient(180deg,#33c600,#206400); } header .right .reg:hover { background-image: linear-gradient(180deg,#3eed00,#329c00); } header .right .log { background-image: linear-gradient(180deg,#00659e,#00396c); margin-left: 15px; } header .right .log:hover { background-image: linear-gradient(180deg,#0890dd,#005bac); }  .main-menu { position: fixed; top: 72px; z-index: 999999; background-color: rgba(0,0,0,.7); width: 100%; height: 100%; display: none; } .main-menu .bg { background: #112852; justify-content: flex-start; flex-direction: column; align-items: flex-start; width: 250px; height: 100%; } .main-menu .bg a { display: block; transition-duration: .3s; transition-property: background-image; line-height: 50px; padding: 0 15px; width: calc(100% - 32px);  border-color: #35486c transparent #040a15; border-style: solid; border-width: 1px; background-color: #112852; color: #fff; font-weight: bold;  text-transform: uppercase; text-shadow: 1px 1px 0 rgba(0,0,0,.3); position: relative; }  .main-menu .bg a span { z-index: 9; position: relative; } .main-menu .bg a:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; pointer-events: none;     background-image: linear-gradient(180deg,#189ff2,#2ed1fb); background-size: auto; will-change: opacity; transition: opacity .3s; } .main-menu .bg a:hover { border: 1px solid #21c6fb; } .main-menu .bg a:hover:after { opacity: 1; } .main-menu .right { display: none; } .main-menu .top-menu { display: none; width: 100%; } .main-menu .top-menu li { list-style: none; } .main-menu .top-menu li a { line-height: 40px; padding: 0 10px; flex-direction: row; align-items: center; background-image: linear-gradient(#112952,#476294);  border-radius: 5px; position: relative; z-index: 99; border: 1px solid #385281; color: #8893a8; width: calc(100% - 22px); } .main-menu .top-menu li a:hover { background-image: linear-gradient(#075da1,#41cafa); border-color: #2893c1; color: #fff; } .main-menu .top-menu li a img { height: 20px; margin-right: 5px; } .main-menu .top-menu li a:after { display: none; } .main-menu .right { width: 100%; justify-content: flex-end; padding: 0; } .main-menu .right .btn { line-height: 40px; padding: 0 10px; border-radius: 5px; display: block; color: #fff; text-transform: uppercase; font-weight: 700;  text-shadow: 0 1px 1px rgba(0,0,0,.8); box-shadow: 0 4px 4px rgba(0,0,0,.25),inset 0 4px 4px hsla(0,0%,100%,.25); transition: background .3s; margin: 0;  width: calc(100% - 20px); border: none; text-align: center; } .main-menu .right .btn:after { display: none; } .main-menu .right .reg { background-image: linear-gradient(180deg,#33c600,#206400); } .main-menu .right .reg:hover { background-image: linear-gradient(180deg,#3eed00,#329c00); border: none; } .main-menu .right .log { background-image: linear-gradient(180deg,#00659e,#00396c); } .main-menu .right .log:hover { background-image: linear-gradient(180deg,#0890dd,#005bac); border: none; }  .banners img { width: 100%; margin-top: 70px; } .banners .swiper-pagination-bullet-active { background: #fff!important; } .banners .swiper-pagination-bullet { background: #828893!important; } .banners .swiper-slide:after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 40%;  background: linear-gradient(180deg,transparent,#051126 65%); }  .cat-games { background-color: #111526; } .cat-games a { color: #898d99; width: calc((100% / 9) - 10px); display: block; line-height: 40px; text-align: center; border-top-left-radius: 5px;  border-top-right-radius: 5px; font-size: 13px; background-image: linear-gradient(#242b3e,#242b3e),linear-gradient(180deg,#1c2439,rgba(26,34,55,0));  background-color: #0f1930; background-position: 0 0,100% 80%; background-repeat: no-repeat; background-size: auto 1px,auto; text-transform: uppercase;  text-shadow: 0 1px 1px rgba(0,0,0,.3); margin-right: 1px; padding: 0 5px; } .cat-games a:hover { color: #fff; }  .main { background: #112852; flex-direction: row; align-items: flex-start; display: -webkit-box; display: -moz-box; display: -ms-flexbox;  display: -webkit-flex; -webkit-flex-flow: row wrap; justify-content: center; } .main .content { padding: 10px 0 10px 10px; width: calc(75% - 10px); } .main .content .games { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap;  justify-content: flex-start; } .main .content .games a { width: calc((100% / 6) - 18px); margin: 8px; border-radius: 7px; background-image: linear-gradient(transparent 50%,#0c5e9a);  padding-bottom: 5px; border: 1px solid #10cdfc; border-bottom: none; } .main .content .games a img { width: 100%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .main .content .games a .name { text-align: center; color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,.3); line-height: 24px; font-weight: bold;  background-image: linear-gradient(#26c8f9,#1394ef); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; font-size: 13px; } .main .content .games a:hover .name { background-image: linear-gradient(#26c8f9,#007dd8); } .main .content .more-btn { display: block; font-size: 16px; font-weight: bold; color: #fff; line-height: 40px; border: 1px solid #fff; border-radius: 3px;  padding: 0 15px; width: 120px; margin: 20px auto; text-align: center; } .main .content .more-btn:hover { background: #415375; }  .main .content .jackpot { width: calc(100% - 20px); position: relative; display: block; margin: 50px 10px 20px; border-radius: 10px; } .main .content .jackpot img { width: 100%; display: block; border-radius: 10px; } .main .content .jackpot .link { position: absolute; bottom: 50px; left: calc(50% - 90px); width: 180px; text-align: center; display: block; line-height: 40px;  color: #fff; text-transform: uppercase; text-shadow: 0 1px 1px rgba(0,0,0,.8); background-image: linear-gradient(180deg,#ea2626,#641800);  font-weight: bold; border-radius: 3px; transition: all .3s; } .main .content .jackpot .link:hover { background-image: linear-gradient(180deg,#ff1a1a,#a82800); }  .main .content .text-page { width: calc(100% - 40px); padding: 20px 10px; color: #eee; } .main .content .text-page h1 { padding: 0; margin: 0 0 30px; font-size: 30px; line-height: 32px; color: #5cce35; } .main .content .text-page h2 { padding: 0; margin: 20px 0; font-size: 22px; line-height: 24px; color: #fff; } .main .content .text-page h3 { padding: 0; margin: 20px 0; font-size: 20px; line-height: 22px; color: #fff; } .main .content .text-page p { padding: 0; margin: 10px 0; line-height: 22px; } .main .content .text-page li { padding: 0; margin: 0; line-height: 22px; } .main .content .text-page ul, .main .content .text-page ol { padding: 0; margin: 10px 0 10px 20px; line-height: 22px; } .main .content .text-page img { max-width: 100%; height: auto; }  .main .sidebar { padding: 20px 20px 20px 10px; width: calc(25% - 30px); } .main .sidebar .bonus { display: block; width: 100%; border-radius: 10px; border: 1px solid #394a68; margin-bottom: 20px; } .main .sidebar .bonus img { display: block; width: 100%; border-radius: 10px; } .main .sidebar .win { margin-bottom: 20px; } .main .sidebar .win .title { color: #fff; font-weight: bold; font-size: 16px; margin-bottom: 15px; } .main .sidebar .win .blocks { flex-direction: column; border-radius: 5px; background-image: linear-gradient(#1a2d4e,#0e1f3e); border: 1px solid #394a68;  padding-bottom: 15px; } .main .sidebar .win .blocks .row { justify-content: flex-start; margin: 15px 15px 0 15px; } .main .sidebar .win .blocks .row img { width: 90px; border-radius: 5px; margin-right: 15px; height: 60px; object-fit: cover; } .main .sidebar .win .blocks .row .info { flex-direction: column; align-items: flex-start; justify-content: flex-start; } .main .sidebar .win .blocks .row .info .user { font-size: 14px; color: #fff; margin-bottom: 5px; } .main .sidebar .win .blocks .row .info span { font-size: 13px; color: #8893a8; line-height: 16px; margin-right: 5px; } .main .sidebar .win .blocks .row .info .money { font-size: 15px; color: #ffc400; font-weight: bold; line-height: 16px; }  footer { background: #111526; padding: 20px; } footer .pays { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap;  justify-content: center; border-bottom: 1px solid #292c3c; padding-bottom: 20px; } footer .pays img { max-height: 22px; width: auto; margin: 5px 10px; } footer .bottom-menu { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap;  justify-content: center; padding: 20px 0; } footer .bottom-menu li { list-style: none; margin: 5px 10px; } footer .bottom-menu li a { display: block; color: #32a2f4; } footer .bottom-menu li a:hover { text-decoration: underline; } footer .logo { display: block; width: 140px; margin: 0 auto; } footer .logo img { display: block; width: 100%; } footer .copyright { font-size: 12px; color: #ccc; text-align: center; margin-top: 20px; }  @media only screen and (max-width: 1400px) {  .page { width: 1160px; }  header { left: calc(50% - 580px); }  .cat-games a { width: auto; padding: 0 18px; }  .main .content .games a { width: calc((100% / 5) - 18px); }  .main .content .jackpot .link { bottom: 20px; } } @media only screen and (max-width: 1200px) {  .page { width: 960px; }  header { left: calc(50% - 480px); height: 60px; }  .main .content .games a { width: calc((100% / 4) - 18px); }  .main .sidebar .win .blocks .row .info .flex { flex-direction: column; }  .main .sidebar .win .blocks .row img { width: 80px; }  .banners img { margin-top: 60px; }  .main-menu { top: 62px; }  .cat-games { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap;   justify-content: center; }  .cat-games a { width: calc(20% - 11px); padding: 0 5px; } } @media only screen and (max-width: 992px) {  .page { width: 740px; }  header { left: calc(50% - 370px); }  header .left .top-menu { display: none; }  header .left .menu-btn { height: 40px; }  .main .content { padding: 10px; width: calc(100% - 20px); }  .main .sidebar { padding: 20px; width: calc(100% - 40px); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;   -webkit-flex-flow: row wrap; justify-content: center; flex-direction: row; align-items: flex-start;  }  .main .sidebar .bonus { width: calc(50% - 22px); margin: 0 10px 20px; }  .main .sidebar .win { width: 100%; }  .main .sidebar .win .blocks { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap;   justify-content: flex-start; }  .main .sidebar .win .blocks .row { width: calc(33.333% - 30px); }  .main .sidebar .win .blocks .row:last-child { display: none; }  .main-menu .top-menu { display: block; }  .main-menu .bg a { line-height: 40px; } } @media only screen and (max-width: 768px) {  .page { width: 620px; }  header { left: calc(50% - 310px); }  .main .content .games a { width: calc((100% / 3) - 18px); }  .cat-games a { line-height: 16px; height: 40px; display: flex; justify-content: center; flex-direction: row; align-items: center; }  .main .sidebar .win .blocks .row { width: calc(50% - 30px); }  header { height: 50px; }  .banners img { margin-top: 50px; }  .main-menu { top: 52px; }  header .right .btn { line-height: 35px; }  header .left .menu-btn { height: 35px; }  header .left, header .right { width: auto; }  header .left .menu-btn.close img { padding: 10px 0; } } @media only screen and (max-width: 640px) {  .page { width: 500px; }  header { left: calc(50% - 250px); }  .cat-games a { width: calc(50% - 11px); height: 35px; } } @media only screen and (max-width: 525px) {  .page { width: 420px; }  header { left: calc(50% - 210px); }  header .left .menu-btn { margin-right: 0; }  .main .content .games a { width: calc((100% / 2) - 18px); }  .main .content .text-page h1 { font-size: 26px; line-height: 28px; }  .main .sidebar .bonus { width: calc(100% - 2px); margin: 0 0 20px;  }  .main .sidebar .win .blocks .row { width: calc(100% - 30px); }  header .right .btn { line-height: 30px; }  header .left .menu-btn { height: 30px; }  header .left .menu-btn.close img { padding: 8px 0; } } @media only screen and (max-width: 440px) {  .page { width: 340px; }  header { left: calc(50% - 170px); }  header .right { display: none; }  header .center { padding-right: 15px; }  .main-menu .right { display: block; }  .main-menu .bg a, .main-menu .top-menu li a, .main-menu .right .btn { line-height: 35px; } } @media only screen and (max-width: 360px) {  .page { width: 300px; }  header { left: calc(50% - 150px); }  .main .content .games { justify-content: center; }  .main .content .games a { width: calc(80% - 18px); } }