body, html {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden
}
.header {
  width: 100%;
  height: 93px;
  /*background-image: url(../img/top-bg.png);*/
  text-align: center;
  position: relative;
  z-index: 10
}
.headerbg {
  width: 100%;  
  background: url(../img/headerbar.png) no-repeat;
  background-position:center;
  text-align: center;
  position: relative; 
}
.header .logo {
	padding-top: 10px;
}
.header .menu {
  width: 33%;
  float: left;
  display: flex;
  justify-content: space-around;
  padding-top: 24px
}
.header .menu.menu-left {
  float: left;
  width: 27%;
  margin-left: 6%
}
.header .menu.menu-right {
  float: right
}
.games .filter a, .header .menu a {
  display: inline-block;
  text-decoration: none
}
.header .menu a {
  background-image: url(../img/menu-btn.png);
  background-size: auto 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 8px 11px 0 rgba(11, 12, 12, .36);
  box-shadow: 3px 8px 11px 0 rgba(11, 12, 12, .36);
  transition: all .3s ease;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 42px;
  padding: 0 17px;
  color: #fff;
  text-shadow: 1px 1px 1px #000
}
.header .menu a.vip:hover, .header .menu a:hover {
  -webkit-box-shadow: 0 0 16px 1px rgba(255, 255, 255, .66);
  box-shadow: 0 0 16px 1px rgba(255, 255, 255, .66);
  background-image: url(../img/menu-btn-main-h.png)
}
.btn:hover:before, .header .menu a:hover:before {
  -webkit-box-shadow: inset -3px -3px 3px 0 #243048;
  box-shadow: inset -3px -3px 3px 0 #243048
}
.header .menu a:before {
  border-radius: 8px;
  transition: all .3s ease
}
.header .menu a:active {
  -webkit-box-shadow: 0 3px 2px 0 rgba(11, 12, 12, .66);
  box-shadow: 0 3px 2px 0 rgba(11, 12, 12, .66)
}
.header .menu a.vip {
  background-image: url(../img/menu-btn-vip.png)
}
.header .menu a.vip:before {
  -webkit-box-shadow: inset -3px -3px 3px 0 #55020c;
  box-shadow: inset -3px -3px 3px 0 #55020c
}
.header .menu a.vip:hover {
  background-image: url(../img/menu-btn-vip-h.png)
}
.header .menu a.vip:hover:before {
  -webkit-box-shadow: inset -3px -3px 3px 0 #480109;
  box-shadow: inset -3px -3px 3px 0 #480109
}
.download {
  width: 82px;
  height: 394px;
  background-image: url(../img/left-download.png);
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 250px;
  transition: left .4s ease
}
.download:hover {
  left: 0
}
.top-block {
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover
}
.block-head, .wrap {
  display: inline-block
}
.wrap {
  box-sizing: border-box;
  padding: 0 20px;
  width: 1220px;
  text-align: left
}
.block-head {
  width: 100%;
  margin-top: 95px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000
}
.block-sub-head, .swiper-container.swiper-top .item .head {
  width: 100%;
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase
}
.block-sub-head {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 2px #000;
  margin-top: 18px
}
.block-sub-head, .swiper-container.swiper-top .swiper-slide {
  text-align: center
}
.swiper-container.swiper-top .item {
  width: 986px;
  height: 436px;
  display: inline-block;
  text-align: left;
  margin-bottom: 90px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 25px 30px 0 rgba(23, 2, 39, .75);
  box-shadow: 0 25px 30px 0 rgba(23, 2, 39, .75);
  border-radius: 37px;
  overflow: hidden
}
.header .menu a:before, .swiper-container.swiper-top .item:after, .swiper-container.swiper-top .item:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.swiper-container.swiper-top .item:before {
  background-image: url(../img/slide-border.png);
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2
}
.swiper-container.swiper-top .item:after {
  background: -moz-linear-gradient(left, #000 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, #000 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #000 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
  z-index: 1
}
.swiper-container.swiper-top .item .head {
  box-sizing: border-box;
  padding-left: 38px;
  margin-top: 111px;
  color: #f2d04f;
  font-weight: 900;
  position: relative;
  z-index: 3;
  text-shadow: 2px 2px #000
}
.swiper-container.swiper-top .item .desc {
  display: inline-block;
  width: 250px;
  color: #fff;
  font-size: 14px;
  margin-left: 38px;
  margin-top: 23px;
  position: relative;
  z-index: 3;
  line-height: 20px;
  margin-bottom: 35px
}
.swiper-container.swiper-top .item .btn {
  margin-left: 38px;
  z-index: 3
}
.brn-wrap {
  width: 100%
}
.btn {
  background-image: url(../img/login_btn.png);
  background-repeat: no-repeat;
  width: 343px;
  height: 65px;	
  display: inline-block;
  line-height: 65px;
  border-radius: 13px;
  overflow: hidden;
  padding: 0 17px;
  position: relative;  
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000
}
.btn.bl:hover, .btn:hover { 
  color: #fff;
}
.btn:before, .marquee {
  position: absolute;
  width: 100%
}
.btn:before {
  content: '';
  height: 100%;
  border-radius: 8px;
  -webkit-box-shadow: inset -3px -3px 3px 0 #55020c;
  box-shadow: inset -3px -3px 3px 0 #55020c;
  transition: all .3s ease;
  display: inline-block;
  left: 0;
  top: 0
}
.btn:active {
  -webkit-box-shadow: 0 3px 2px 0 rgba(11, 12, 12, .66);
  box-shadow: 0 3px 2px 0 rgba(11, 12, 12, .66)
}
.btn.bl {
  background-image: url(../img/menu-btn.png)
}
.btn.bl:before, .header .menu a:before {
  -webkit-box-shadow: inset -3px -3px 3px 0 #445e77;
  box-shadow: inset -3px -3px 3px 0 #445e77
}
.btn.bl:hover {
  background-image: url(../img/menu-btn-main-h.png)
}
.btn.bl:hover:before {
  -webkit-box-shadow: inset -3px -3px 3px 0 #480109;
  box-shadow: inset -3px -3px 3px 0 #480109
}
.swiper-container.swiper-top .swiper-button-next, .swiper-container.swiper-top .swiper-button-prev {
  top: 200px;
  width: 14px;
  height: 24px;
  margin-top: 0;
  -webkit-background-size: cover;
  background-size: cover
}
.swiper-container.swiper-top .swiper-button-next {
  background-image: url(../img/right-arr.png)
}
.swiper-container.swiper-top .swiper-button-prev {
  background-image: url(../img/left-arr.png)
}
.swiper-container.swiper-top .swiper-pagination {
  bottom: 50px !important
}
.swiper-container.swiper-top .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  border: 3px solid #bbd7eb;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 2px 0 rgba(11, 12, 12, .66);
  box-shadow: 0 3px 2px 0 rgba(11, 12, 12, .66);
  box-sizing: border-box;
  margin: 0 7px
}
.swiper-container.swiper-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bbd7eb
}
.marquee {
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  z-index: 4
}
.marquee span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scroll 10s infinite linear;
  -moz-animation: scroll 10s infinite linear;
  animation: scroll 25s infinite linear
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  to {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  to {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, 0)
  }
  to {
    transform: translate(-100%, 0)
  }
}
.games, .games .games-main .item .img, .games .games-main .item .img:after {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover
}
.games {
  text-align: center;
  -webkit-box-shadow: 0 16px 13px 0 rgba(0, 0, 0, .71);
  box-shadow: 0 16px 13px 0 rgba(0, 0, 0, .71);
  z-index: 1;
  background-image: url(../img/items-bg.jpg);
  position: relative
}
.games .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: hidden
}
.games .block-head {
  margin-top: 60px
}
.games .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent !important
}
.games .filter {
  border-bottom: 3px solid #373753;
  text-align: center;
  display: inline-block;
  width: 100%
}
.games .filter a {
  line-height: 70px;
  padding: 0 20px;
  margin-bottom: -3px;
  color: #a7c7df;
  font-size: 22px;
  text-shadow: 2px 2px 2px #000
}
.games .filter a.act {
  border-bottom: 3px solid #bbd7eb;
  color: #fff
}
.games .games-main {
  width: 100%;
  margin-top: 60px
}
.games .games-main .item {
  width: 33%;
  margin-bottom: 50px
}
.games .games-main .item .img {
  width: 144px;
  height: 144px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  margin-right: 20px;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .6);
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .6);
  float: left
}
.games .games-main .item .img:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/item-border.png)
}
.games .games-main .item .info {
  width: 210px;
  float: left
}
.games .games-main .item .info .type {
  display: inline-block;
  width: 100%;
  color: #7dacd6;
  font-weight: 900;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 4px
}
.games .games-main .item .info .name {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000;
  font-weight: 700
}
.games .games-main .item .info .stars {
  width: 100%;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 8px
}
.games .games-main .item .info .stars .star {
  width: 16px;
  height: 17px;
  float: left;
  margin-right: 4px;
  background-image: url(../img/star-bg.png);
  position: relative
}
.games .games-main .item .info .stars .star.act {
  background-image: url(../img/star.png)
}
.games .games-main .item .info .stars .star.act:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-box-shadow: 0 0 34px 3px rgba(249, 219, 102, .75);
  box-shadow: 0 0 34px 3px rgba(249, 219, 102, .75)
}
.game-tab {
  display: none;
  opacity: 0;
  transition: all .3s ease
}
.game-tab.act {
  display: block;
  opacity: 1
}
.control {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 64px
}
.control .pagination {
  position: absolute;
  left: 50%;
  top: 0;
  line-height: 23px;
  transform: translate3d(-50%, 0, 0)
}
.control .next, .control .pagination a, .control .prev {
  display: inline-block;
  color: #7099c2;
  text-decoration: none
}
.control .pagination a {
  font-weight: 900;
  margin: 0 5px;
  text-shadow: 2px 2px 2px #000;
  opacity: 1 !important
}
.control .pagination a.swiper-pagination-bullet-active {
  color: #fff
}
.control .next, .control .prev {
  line-height: 23px;
  background-repeat: no-repeat;
  font-size: 16px
}
.control .prev {
  padding-left: 35px;
  float: left;
  background-image: url(../img/left-arr.png);
  background-position: left 3px
}
.control .next {
  float: right;
  padding-right: 35px;
  background-image: url(../img/right-arr.png);
  background-position: right 3px
}
.download-free {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top
}
.blog .item:hover .info .name, .download-free .block-head {
  color: #f2d04f
}
.download-free .block-sub-head {
  margin-bottom: 0
}
.download-free .gr-block {
  width: 100%;
  text-align: center;
  margin-top: 60px
}
.download-free .gr-block .item {
  vertical-align: top;
  width: 300px;
  display: inline-block
}
.download-free, .download-free .gr-block .item .img {
  text-align: center
}
.download-free .gr-block .item .head {
  color: #aecfe7;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000;
  font-weight: 900;
  display: inline-block;
  position: relative;
  margin-top: 35px;
  padding-bottom: 2px
}
.download-free .gr-block .item .head:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #aecfe7;
  content: '';
  display: inline-block
}
.download-free .accept {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 65px;
  margin-bottom: 29px
}
.download-free .accept, .download-free .info-text {
  width: 100%;
  text-align: center
}
.download-free .info-text span {
  width: 600px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 60px
}
.download-free .big-logo-wrap, .footer {
  text-align: center
}
.download-free .big-logo-wrap .big-logo {
  width: 725px;
  height: 245px;
  background-image: url(../img/big-logo.png);
  display: inline-block;
  -webkit-background-size: cover;
  background-size: cover
}
.footer {
  height: 138px;
  background-image: url(../img/footer-bg.jpg)
}
.footer .wrap {
  position: relative
}
.footer .login {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 162px;
  text-align: center
}
.footer .footer-menu {
  margin-top: 51px
}
.footer .footer-menu a {
  margin-right: 36px;
  color: #aecfe7;
  font-size: 14px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase
}
.footer .copy {
  color: #a7c7df;
  font-size: 10px;
  margin-top: 7px;
  display: inline-block
}
.full-screen, .page-login {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.page-login {
  z-index: 9
}
.login-inner {
  position: absolute;
  left: 50%;
  top: 190px;
  transform: translate3d(-50%, 0, 0);
  background-image: url(../img/login-bg.png);
  width: 440px;
  height: 508px;
  text-align: center;
  padding-top: 60px;
  box-sizing: border-box
}
.login-inner .input-block {
  width: 280px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px
}
.login-inner .input-block input {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #bbd7eb;
  color: #fff;
  font-size: 18px;
  height: 32px;
  outline: none
}
.login-inner .input-block input.fill + label, .login-inner .input-block input:focus + label {
  font-size: 12px;
  top: -18px
}
.login-inner .input-block label {
  color: #a7c7df;
  font-size: 18px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  font-style: italic;
  transition: all .4s ease
}
.login-inner .btn-wrap {
  margin-top: 30px
}
.login-inner .select-lang {
  width: 100%;
  margin-top: 40px
}
.login-inner .select-lang .head {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 2px #000
}
.login-inner .select-main {
  width: 100%;
  text-align: center;
  margin-top: 30px
}
.login-inner .select-main a {
  display: inline-block;
  vertical-align: top;
  width: 47px;
  height: 47px;
  -webkit-box-shadow: 0 6px 7px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 6px 7px 3px rgba(0, 0, 0, .2);
  border-radius: 47px;
  margin: 0 10px;
  -webkit-background-size: cover;
  background-size: cover
}
.login-inner .select-main a.fl1 {
  background-image: url(../img/flag1.png)
}
.login-inner .select-main a.fl2 {
  background-image: url(../img/flag2.png)
}
.login-inner .select-main a.fl3 {
  background-image: url(../img/flag3.png)
}
.login-inner .select-main a.fl4 {
  background-image: url(../img/flag4.png)
}
.login-inner .select-main a.fl5 {
  background-image: url(../img/flag5.png)
}
.marquee {
  max-width: 100%
}
.download-free, .top-block {
  background-image: none
}
.page-login, body.show { 
  background-image: url(../img/loginbg.png);
  /*animation: slide2 70s linear infinite;*/
  -webkit-background-size: cover;
  background-size: cover;
} 
@keyframes slide2 {
  0% {
    background-position: 0 0
  }
  to {
    background-position: 0 -4077px
  }
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0)
  }
  to {
    transform: translate3d(-1692px, 0, 0)
  }
}
@-webkit-keyframes Gradient {
  0%, to {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
}
@-moz-keyframes Gradient {
  0%, to {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
}
@keyframes Gradient {
  0%, to {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
}
.blog, .blog-inner {
  background-size: cover;
  text-align: center
}
.blog {
  -webkit-background-size: cover;
  width: 100%;
  background-image: url(../img/blog/bg.jpg)
}
.blog .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent !important
}
.blog .swiper-blog {
  padding-top: 10px
}
.blog .swiper-blog .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}
.blog .item {
  width: 31%
}
.blog .item:hover .img:before {
  opacity: 1
}
.blog .item .img {
  width: 100%;
  height: 236px;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 40px;
  position: relative;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3)
}
.blog .item .img:before, .blog-inner .main-top:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0
}
.blog .item .img:before {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(../img/blog/border.png);
  transition: all .5s ease;
  opacity: 0
}
.blog .item .info {
  width: 100%;
  text-decoration: none;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding-right: 40px
}
.blog .item .info .date {
  width: 100%;
  display: inline-block;
  color: #a7c7df;
  font-size: 12px;
  margin-top: 20px
}
.blog .item .info .desc, .blog .item .info .name {
  width: 100%;
  display: inline-block;
  color: #fff;
  margin-top: 10px
}
.blog .item .info .name {
  min-height: 52px;
  text-shadow: 2px 2px 2px #000;
  transition: all .5s ease;
  font-size: 22px;
  line-height: 26px
}
.blog .item .info .desc {
  font-size: 16px;
  line-height: 24px
}
.blog .swiper-blog-control {
  margin-bottom: 100px
}
.blog-inner {
  width: 100;
  background-image: url(../img/blog/blog-inner-bg.png);
  background-position: center bottom;
  margin-bottom: 80px;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, .4);
  padding-bottom: 80px
}
.blog-inner .main-top {
  width: 100%;
  position: relative;
  text-align: center
}
.blog-inner .main-top:before {
  background: -moz-linear-gradient(left, #000 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, #000 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #000 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
  z-index: 1
}
.blog-inner .main-top .head {
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  width: 100%;
  margin-top: 88px;
  text-shadow: 3px 3px 2px #000
}
.blog-inner .main-top .date, .blog-inner .main-top .desc, .blog-inner .main-top .head {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 2
}
.blog-inner .main-top .date {
  text-align: center;
  font-weight: 300;
  text-shadow: 3px 3px 2px #000;
  width: 100%;
  font-size: 30px;
  margin-top: 22px
}
.blog-inner .main-top .desc {
  width: 555px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 100px;
  margin-top: 50px
}
.blog-inner .article, .blog-inner .comments {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 775px
}
.blog-inner .article .head {
  width: 100%;
  display: inline-block;
  color: #f2d04f;
  font-size: 30px;
  font-weight: 800;
  margin-top: 70px;
  text-shadow: 3px 3px 2px #000;
  text-transform: uppercase;
  margin-bottom: 30px
}
.blog-inner .article .desc {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0
}
.blog-inner .article .blog-swipe-wrap {
  position: relative
}
.blog-inner .article .blog-swipe-wrap .next, .blog-inner .article .blog-swipe-wrap .prev {
  width: 13px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: inline-block
}
.blog-inner .article .blog-swipe-wrap .prev {
  left: -100px;
  background-image: url(../img/left-arr.png)
}
.blog-inner .article .blog-swipe-wrap .next {
  background-image: url(../img/right-arr.png);
  right: -100px
}
.blog-inner .article .swiper-blog-inner {
  margin-top: 53px;
  margin-bottom: 45px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .75);
  border-radius: 30px;
  position: relative
}
.blog-inner .article .swiper-blog-inner .swiper-slide img {
  border-radius: 30px;
  float: left;
  width: 100%
}
.blog-inner .article .swiper-blog-inner .pagination {
  position: absolute;
  right: 50px;
  top: 110px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
  left: auto;
  bottom: auto;
  width: auto
}
.blog-inner .comments {
  max-width: 974px;
  padding-top: 65px;
  border-top: 3px solid #2d2c48;
  margin-top: 40px
}
.blog-inner .comments .head {
  width: 100%;
  display: inline-block;
  color: #f2d04f;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000
}
.blog-inner .comments .add-comment {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #4b4e64
}
.blog-inner .comments .add-comment .ava {
  width: 75px;
  height: 74px;
  display: inline-block;
  background-image: url(../img/blog/ava-bg.png);
  margin-right: 20px
}
.blog-inner .comments .add-comment textarea {
  background-color: transparent;
  border: 0;
  background-image: url(../img/blog/text-area.png);
  background-size: 100% 100%;
  resize: none;
  max-width: 584px;
  width: 100%;
  height: 77px;
  color: #fff;
  outline: none;
  box-sizing: border-box;
  padding: 15px 20px
}
.blog-inner .comments .add-comment .right {
  float: right;
  margin-top: 20px
}
.blog-inner .comments .add-comment .right a {
  margin-left: 10px
}
.blog-inner .comments .comment {
  width: 100%;
  padding-top: 46px;
  display: inline-block;
  padding-bottom: 46px;
  border-bottom: 1px solid #4b4e64
}
.blog-inner .comments .comment .ava {
  width: 75px;
  height: 74px;
  display: inline-block;
  background-image: url(../img/blog/ava-bg.png);
  margin-right: 20px;
  position: relative;
  float: left
}
.blog-inner .comments .comment .ava img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 62px;
  height: 62px;
  border-radius: 62px
}
.blog-inner .comments .comment .comment-body {
  width: 100%;
  max-width: 814px;
  float: left
}
.blog-inner .comments .comment .comment-body .top {
  padding-top: 14px;
  margin-bottom: 20px
}
.blog-inner .comments .comment .comment-body .top .name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  margin-right: 24px
}
.blog-inner .comments .comment .comment-body .top .date {
  color: #a7c7df;
  font-size: 12px
}
.blog-inner .comments .comment .comment-body .text {
  width: 100%;
  display: inline-block;
  margin: auto;
  color: #fff;
  font-size: 16px;
  line-height: 24px
}
.blog-inner .comments .comment .comment-body .ansver {
  text-transform: uppercase;
  display: inline-block;
  color: #a7c7df;
  font-size: 14px;
  text-decoration: none;
  margin-top: 17px
}
.header .mob-menu {
  display: none
}
.login-box-logo{
	position: absolute;
	top:-14%;
	left:12%;
}
@media screen and (max-width:1240px) {
	
  .menu-left, .menu-right {
    display: none !important
  }
  .header:before, .open-menu {
    position: absolute;
    display: inline-block
  }
  .header:before {
    /*background-image: url(../img/top-bg.png);*/
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
  }
  .header .logo {
    z-index: 2
  }
  .header .mob-menu {
    position: absolute;
    left: 0;
    top: 93px;
    width: 100%;
    background-color: #2c3f68;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none
  }
  .header .mob-menu a {
    width: 150px;
    text-align: center;
    margin-bottom: 15px
  }
  .open-menu {
    right: 20px;
    width: 36px;
    height: 24px;
    top: 33px;
    z-index: 2
  }
  .open-menu.act:before {
    top: 50%;
    transform: rotate(-45deg)
  }
  .open-menu.act:after {
    top: 50%;
    transform: rotate(45deg)
  }
  .open-menu.act span {
    opacity: 0
  }
  .open-menu.act + .mob-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto
  }
  .header:before, .open-menu:before {
    content: '';
    top: 0
  }
  .open-menu span, .open-menu:after, .open-menu:before {
    transition: all .3s ease;
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff
  }
  .open-menu:after {
    content: '';
    top: 100%
  }
  .open-menu span {
    top: 50%
  }
  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px
  }
  .swiper-container.swiper-top .item {
    width: 100%;
    background-position: center center;
    border-radius: 28px
  }
  .swiper-container.swiper-top .item:before {
    background-size: 100% 100%
  }
  .download {
    display: none
  }
  .block-head {
    margin-top: 65px
  }
}
@media screen and (max-width:1000px) {
  .games .games-main .swiper-slide {
    justify-content: space-between
  }
  .games .games-main .item {
    width: 50%
  }
  .download-free .gr-block .item {
    margin-bottom: 30px
  }
  .download-free .accept {
    margin-top: 20px
  }
  .blog .item {
    width: 48%
  }
  .blog-inner .main-top {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
  }
  .blog-inner .main-top .desc, .download-free .info-text span {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px
  }
  .blog-inner .main-top .head {
    font-size: 36px
  }
  .blog-inner .article, .blog-inner .comments .add-comment {
    box-sizing: border-box;
    padding: 0 20px
  }
  .blog-inner .article .blog-swipe-wrap .prev {
    left: -20px
  }
  .blog-inner .article .blog-swipe-wrap .next {
    right: -20px
  }
  .blog-inner .comments .add-comment .right {
    width: 100%;
    float: none;
    margin-bottom: 20px
  }
  .blog-inner .comments .comment {
    box-sizing: border-box;
    padding: 30px 20px 0
  }
  .blog-inner .comments .comment .comment-body {
    padding-bottom: 30px
  }
  .blog-inner .comments .head {
    box-sizing: border-box;
    padding: 0 20px
  }
  .footer {
    height: auto
  }
  .footer .login {
    position: relative;
    margin-top: 20px;
    float: none
  }
}
.filter-act {
  display: none
}
@media screen and (max-width:800px) {
  .filter {
    position: relative;
    z-index: 2
  }
  .filter.act .filter-inner {
    opacity: 1;
    pointer-events: auto
  }
  .filter-act, .filter-inner {
    width: 100%;
    display: inline-block
  }
  .filter-act {
    text-align: center;
    line-height: 70px;
    padding: 0 20px;
    margin-bottom: -3px;
    color: #fff;
    font-size: 22px;
    text-shadow: 2px 2px 2px #000;
    box-sizing: border-box;
    cursor: pointer
  }
  .filter-inner {
    background-color: #4c4e65;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none
  }
  .filter-inner a {
    width: 100%;
    line-height: 40px;
    box-sizing: border-box
  }
  .filter-inner a.act {
    display: none
  }
  .footer .footer-menu {
    margin-top: 35px
  }
}
@media screen and (max-width:600px) {
	.login-box-logo{
	position: absolute;
	top:-14%;
	left:-7%;
   }  
	.login-box{
		width: 336px;
	}
  .login-box-body, .register-box-body {
   background-size: 336px 417px;
   }
	.btn {
		width: 179px;
	}
  .header .logo {
    width: 280px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
  }
  .blog .item, .games .games-main .item {
    width: 100%
  }
  .download-free .big-logo-wrap .big-logo {
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 175px
  }
}