/* ---------------------------------- main style */ * { margin: 0; padding: 0; } html { font-size: 16px; font-family: Arial, sans-serif; color: #fff; line-height: 20px; } body { background: #191919; } .page { width: 1280px; margin: 0 auto; box-shadow: 0 0 3px #141414; position: relative; } .flex { display: flex; justify-content: space-between; } a { text-decoration: none; outline: none; color: #18efd3; } input[type="submit"] { outline: none; } .text-panel h1 { font-size: 30px; margin-bottom: 30px; color: #00b79e; text-transform: uppercase; } .text-panel h2 { font-size: 24px; margin: 20px 0; } .text-panel h3 { font-size: 20px; margin: 15px 0; } .text-panel p { margin-bottom: 5px; line-height: 24px; } .text-panel ul { margin: 10px 0 10px 30px; line-height: 24px; } .text-panel img { max-width: 100%; height: auto; margin: 15px auto; display: flex; justify-content: center; } .sticky-menu { top: 0; position: fixed; z-index: 100; width: 1280px; transition: all 0.4s ease; } .b-banner { top: 159px; position: sticky; width: 300px; transition: all 0.4s ease; } .margin-top { margin-top: 180px; } .height { line-height: 34px!important; }  /* ---------------------------------- to top */ #button { display: inline-block; position: fixed; bottom: 30px; right: 30px; opacity: 0; visibility: hidden; z-index: 1000; cursor: pointer; transition: background-color .3s, opacity .5s, visibility .5s; } #button img { width: 60px; height: 60px; } #button.show { opacity: 1; visibility: visible; }   #block-fixed { position: fixed; bottom: 30px; left: 49%; opacity: 0; visibility: hidden; z-index: 1000; cursor: pointer; transition: background-color .3s, opacity .5s, visibility .5s; } #block-fixed img.face { width: 300px; max-height: 300px; } #block-fixed.show { opacity: 1; visibility: visible; } #close1, #close2 { display: block; position: absolute; top: -16px; right: -16px; cursor: pointer; }  #bonus { display: inline-block; position: fixed; bottom: 30px; left: calc(49% - 600px); display: none; z-index: 1000; cursor: pointer;     transition: background-color .3s, opacity .5s, visibility .5s; background: #be2414; font-size: 20px; padding: 10px 30px;     border-radius: 5px; box-shadow: 0 0 5px #000; } #bonus:hover { background: #ff531d; }      #block-bottom { display: none; position: fixed; bottom: 30px; right: calc(49% - 600px);; width: 250px; background: #222; padding: 20px; z-index: 999999; } #block-bottom .article h2 { margin-bottom: 20px; text-transform: uppercase; color: #00b79e; } #block-bottom .article .img { width: 100%; height: 150px; } #block-bottom .article .title { font-size: 18px; margin: 15px 0; text-transform: uppercase; }  /* ---------------------------------- header */ header .top-nav { background: #191919; border-top: 3px solid #be2414; padding: 5px 10px; justify-content: flex-start; } header .top-nav #today-date { text-transform: uppercase; font-size: 12px; border-right: 1px solid #ccc; color: #888; line-height: 22px;     padding-right: 15px; } header .top-nav ul.top-menu { margin-left: 10px; } header .top-nav ul.top-menu li { list-style: none; margin: 0 10px; } header .top-nav ul.top-menu li a:hover { text-decoration: underline; }  header .banner { background: #000; padding: 0 10px; align-items: center; } header .banner .img { width: 70%; height: 120px; background-image: url(/wp-content/themes/pinupkazinoz.ru/shared/2542/top-banner.jpg); background-size: contain; background-repeat: no-repeat;     background-position: center; align-items: center; } header .banner .img .text { font-size: 30px; line-height: 36px; margin-left: 30px; } header .banner .img .text .green { font-size: 34px; color: #67facc; font-weight: bold; } header .banner .img .btn { background: #be2414; text-transform: uppercase; font-size: 26px; padding: 10px 30px; height: 20px; font-weight: bold;     border-radius: 5px; box-shadow: 0 0 5px #000; margin-right: 30px; -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out;     transition: 0.25s ease-out; } header .banner .img .btn:hover { background: #ff531d; }      header .main-menu { background: #2a2a2a; } header .main-menu ul { border-bottom: 5px solid #be2414; justify-content: flex-start; } header .main-menu li { list-style: none; width: auto; } header .main-menu li a { line-height: 50px; padding: 0 20px; display: block; text-transform: uppercase; font-size: 14px; font-weight: bold;     -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; transition: 0.25s ease-out; } header .main-menu li.active { background: #be2414; } header .main-menu li a:hover { background: #be2414; }  header .slider { padding: 10px; } header .slider .swiper-slide { background-image: url(/wp-content/themes/pinupkazinoz.ru/shared/2542/slide-bg.png); text-align: center; background-size: contain;     background-position: center; background-repeat: no-repeat; position: relative; } header .slider .swiper-slide .game { padding: 5px 0; } header .slider .swiper-slide img { height: 60px; } header .slider .swiper-slide .info { padding: 5px 30px; } header .slider .swiper-slide .info .player { color: #24bb9d; } header .slider .swiper-slide .info .won { color: #d4351d; } header .slider .swiper-slide .hover-block { display: none; background-color: rgba(0,0,0,.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%;     border-radius: 10px; transition: 0.25s ease-out; } header .slider .swiper-slide:hover .hover-block { display: flex; align-items: center; } header .slider .swiper-slide .hover-block a { background: #be2414; text-transform: uppercase; font-size: 20px; padding: 7px 20px; height: 20px;     font-weight: bold; border-radius: 5px; box-shadow: 0 0 5px #000; margin: 0 auto; }  header ul.list { background: #000; } header ul.list li { list-style: none; } header ul.list li a { color: #fff; font-size: 18px; padding: 0 20px; cursor: pointer; line-height: 40px; transition: 0.25s ease-out; } header ul.list li a:hover { color: #00b79e; } header ul.list li a:active span { display: inline-block; } header ul.list li a span { display: none; margin-right: 10px; background: #00b79e; height: 10px; width: 10px; border-radius: 50%; } header ul.list li a.active span { display: inline-block; }  /* ---------------------------------- main */ .main { background: #373737; padding: 30px 20px; } .main .content { width: 73%; } .main .get-site { display: inline-block; background: #be2414; text-transform: uppercase; font-size: 22px; padding: 10px 30px; height: 20px; font-weight: bold;     border-radius: 5px; box-shadow: 0 0 5px #000; margin: 20px 0; -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out;     transition: 0.25s ease-out; } .main .get-site:hover { background: #ff531d; } .main .text-panel { margin-bottom: 30px; }  .main .game-list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap;     justify-content: center; margin-bottom: 30px; } .main .game-list .game_container { width: 31%; background: #1d0247; padding: 2px; margin: 5px; position: relative;     -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } .main .game-list .game_container .game_img img { width: 100%; } .main .game-list .game_container .game_info { font-size: 16px; height: 22px; padding: 10px; position: relative; text-transform: uppercase;     overflow: hidden; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; text-align: left; display: block; color: #d3d3d3;     text-decoration: none; } .main .game-list .game_container .game_hover_container { display: none; visibility: hidden; position: absolute; bottom: 60px; left: 45px; text-align: center; } .main .game-list .game_hover_demo, .main .game-list .game_hover_real { border-radius: 2px; color: #fff; font-size: 14px; font-weight: 700; width: 80px;     padding: 5px; line-height: 20px; display: inline-block; text-transform: uppercase; text-decoration: none; text-align: center; } .main .game-list .game_hover_demo { background: #2c4caf; } .main .game-list .game_hover_real { background: #d4a72a; } .main .game-list .game_container:hover { box-shadow: #650dbc 0 0 10px 6px; background: #eadfbd; border-radius: 3px; } .main .game-list .game_container:hover .game_info { color: #000; text-shadow: #030303 0 1px 1px; } .main .game-list .game_container:hover .game_hover_container { display: block; visibility: visible; } .main .game-list .game_hover_demo:hover, .main .game-list .game_hover_real:hover { box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }  .main .share { justify-content: flex-start; margin: 40px 0 20px; } .main .share a { border: 1px solid #cad4e7; padding: 2px 7px; border-radius: 3px; transition: border .1s ease-in-out,color .2s ease-in-out;     font-weight: 700; text-shadow: 0 1px 0 rgba(255,255,255,.6); margin-right: 20px; } .main .share a .count { position: absolute; top: -10px; right: -15px; background: #fff; color: #555; padding: 1px 2px; border-radius: 5px; min-width: 15px;     text-align: center; font-size: 12px; } .main .share .fb { background: linear-gradient(to bottom,#fff,#d8def4); color: #3b5998; position: relative;     border-color: rgba(202,212,231,.8) rgba(202,212,231,.8) rgba(189,194,203,.8); } .main .share .fb:hover { background: linear-gradient(to bottom,#f2f3f7,#c0cdf3); color: #253860; border-color: #b4bfd4 #b4bfd4 #b3b7bf; } .main .share .tw { background: linear-gradient(to bottom,#fff,#d5e6ef); color: #186487;  position: relative;     border-color: rgba(164,204,229,.8) rgba(164,204,229,.8) rgba(158,186,204,.8); } .main .share .tw:hover { background: linear-gradient(to bottom,#f2f8fc,#bfdfed); color: #0b3752; border-color: #9cbbcf #9cbbcf #68a0c4; } .main .share .vk { background: linear-gradient(to bottom,#8faecf,#436f96); color: rgba(255,255,255,.95);  position: relative;     border-color: rgba(78,131,193,.8) rgba(78,131,193,.8) rgba(52,88,127,.8); text-shadow: 0 -1px 0 rgba(0,0,0,.3); } .main .share .vk:hover { background: linear-gradient(to bottom,#a2c0df,#4e80ab); color: #fff; color: rgba(255,255,255,.99); border-color: #5788be #5788be #3b6798; } .main .share .od { background: linear-gradient(to bottom,#f6bb6d,#f6900b); color: rgba(255,255,255,.95);  position: relative;     border-color: rgba(217,154,38,.8) rgba(217,154,38,.8) rgba(197,137,7,.8); text-shadow: 0 -1px 0 rgba(0,0,0,.12); } .main .share .od:hover { background: linear-gradient(to bottom,#fbcc5a,#f69a21); color: rgba(255,255,255,.99); border-color: #f0b22c #f0b22c #c59121; }  .main .bottom-banner { width: 100%; } .main .bottom-banner img { width: 100%; margin: 20px 0; }  .main .articles { margin: 30px 0; } .main .articles h2 { font-size: 24px; font-weight: bold; text-transform: uppercase; padding-bottom: 8px; border-bottom: 3px solid #be2414; margin-bottom: 20px; } .main .articles .flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap;     justify-content: center; } .main .articles .article { width: calc(32% - 20px); margin: 0 5px 15px; background: #2b2b2b; padding: 20px 10px; -webkit-transition: 0.25s ease-out;     -moz-transition: 0.25s ease-out; transition: 0.25s ease-out; } .main .articles .article:hover { box-shadow: 0 0 4px 0 #111; background: #262626; } .main .articles .article .img { width: 100%; height: 150px; background-size: cover; background-repeat: no-repeat; background-position: center; } .main .articles .article .title { font-size: 18px; margin: 15px 0 30px; line-height: 24px; } .main .articles .article .date { font-size: 14px; color: #ddd; }  .main .comments { margin: 30px 0 50px; } .main .comments .count-title { font-size: 24px; font-weight: bold; text-transform: uppercase; padding-bottom: 8px; border-bottom: 3px solid #be2414; } .main .comments .comment { padding: 30px 0; border-bottom: 1px solid #fff; } .main .comments .comment.reply { margin-left: 30px; } .main .comments .comment .user-name { font-size: 18px; font-weight: bold; margin-bottom: 5px; } .main .comments .comment .date { font-size: 12px; text-transform: uppercase; margin-bottom: 20px; } .main .comments .comment .text { margin-bottom: 20px; } .main .comments .comment .reply-link { text-transform: uppercase; font-size: 14px; color: #979797; transition: all 0.4s ease; } .main .comments .comment .reply-link:hover { color: #be2414; } .main .comments .comment .reply-link img { height: 14px; margin-right: 5px; }  .main .comment-form .reply-title { font-size: 22px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; } .main .comment-form .notes { font-size: 14px; margin-bottom: 15px; } .main .comment-form form.flex { flex-direction: column; } .main .comment-form label { width: 100%; } .main .comment-form textarea { width: calc(100% - 20px); height: 100px; border: none; margin: 5px 0 15px; padding: 10px; font-size: 16px; } .main .comment-form input[type="text"], .main .comment-form input[type="email"] { border: none; box-shadow: none; width: calc(60% - 20px); font-size: 16px; padding: 7px 10px; margin: 5px 0 15px; } .main .comment-form .btn { background: #be2414; text-transform: uppercase; font-size: 20px; padding: 7px 30px; font-weight: bold;     border-radius: 5px; box-shadow: 0 0 5px #000; -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; transition: 0.25s ease-out;     color: #fff; border: none; box-shadow: none; cursor: pointer; width: 180px; } .main .comment-form .btn:hover { background: #ff531d; }  /* ---------------------------------- sidebar */ .main .sidebar { width: 25%; } .main .sidebar h2 { font-size: 20px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; line-height: 24px;      padding-bottom: 8px; border-bottom: 3px solid #be2414; } .main .sidebar .banner { width: 100%; display: block; margin-bottom: 50px; } .main .sidebar .banner img { width: 100%; } .main .sidebar .promo-code { margin-bottom: 50px; padding: 40px 0 20px; border-top: 3px solid #fff; border-bottom: 3px solid #fff; } .main .sidebar .promo-code .code { background: #be2414; padding: 10px 30px; text-align: center; font-size: 24px;     text-transform: uppercase; border: 2px dashed #fff; } .main .sidebar .promo-code .info { text-align: center; font-size: 20px; font-weight: bold; margin-top: 30px; } .main .sidebar .app { margin-bottom: 30px; } .main .sidebar .app img { width: 100%; } .main .sidebar .reviews { margin-bottom: 50px; } .main .sidebar .reviews h2 { margin-bottom: 20px; } .main .sidebar .reviews .review { margin-bottom: 10px; } .main .sidebar .reviews .review .who { font-size: 15px; } .main .sidebar .reviews .review .who img { margin-right: 5px; float: left; width: 20px; } .main .sidebar .reviews .review .who a { color: #00b79e; } .main .sidebar .reviews .review .who a:hover { text-decoration: underline; } .main .feedback { display: block; background: #be2414; text-transform: uppercase; font-size: 22px; padding: 10px; font-weight: bold;     border-radius: 5px; box-shadow: 0 0 5px #000; margin-bottom: 30px; -webkit-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out;     transition: 0.25s ease-out; text-align: center; } .main .feedback:hover { background: #ff531d; }  /* ---------------------------------- footer */ footer { padding: 20px; background: #363636; display: flex; flex-direction: column; justify-content: center; border-top: 3px solid #be2414; } footer img.logo-dev { width: 100%; } footer img.logo-pay { width: 770px; margin: 20px auto 0; }   /* ---------------------------------- game page */ .game { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap; justify-content: space-between; } .game.page { box-shadow: none; position: relative; } .game h1 { text-align: center; text-transform: uppercase; font-size: 30px; font-weight: bold; color: #fff; padding: 30px 0; width: 100%; } .game .sidebar { width: calc(25% - 40px); border: 3px solid #be2414; padding: 20px; } .game .sidebar .logo { display: flex; justify-content: center; margin-bottom: 20px; } .game .sidebar .logo img { height: 60px; } .game .sidebar .slider { height: 450px; position: relative; padding: 50px 0 70px;  } .game .sidebar .slider .swiper-container { height: 450px; } .game .sidebar .slider .swiper-slide { text-align: center; position: relative; } .game .sidebar .slider .swiper-slide img { height: 110px; } .game .sidebar .slider .swiper-slide .name { text-transform: uppercase; } .game .sidebar .slider .swiper-slide .hover-block { display: none; position: absolute; bottom: 30px; left: calc(50% - 75px); } .game .sidebar .slider .swiper-slide .hover-block .demo,  .game .sidebar .slider .swiper-slide .hover-block .play { padding: 8px 15px; border-radius: 5px; font-size: 14px; text-transform: uppercase;     transition: 0.25s ease-out; } .game .sidebar .slider .swiper-slide .hover-block .demo { background: #2f4bac; } .game .sidebar .slider .swiper-slide .hover-block .demo:hover { background: #163293; } .game .sidebar .slider .swiper-slide .hover-block .play { background: #fb191b; }  .game .sidebar .slider .swiper-slide .hover-block .play:hover { background: #b50303; }  .game .sidebar .slider .swiper-slide:hover .hover-block { display: block; } .game .sidebar .slider .swiper-button-prev { top: 18px!important; left: calc(50% - 12px)!important; transform: rotate(90deg); color: #be2414!important; outline: none; } .game .sidebar .slider .swiper-button-next { bottom: 18px!important; left: calc(50% - 12px)!important; transform: rotate(90deg); top: auto!important; color: #be2414!important;     outline: none; }  .game .sidebar .group-btn .reg { padding: 7px 20px; text-transform: uppercase; color: #111; background: #599f67; border-radius: 5px; line-height: 30px;     font-weight: bold; margin: 0 20px 10px; transition: 0.25s ease-out; } .game .sidebar .group-btn .reg:hover { background: #428850; } .game .sidebar .group-btn .log { padding: 7px 20px; text-transform: uppercase; color: #111; background: #b06666; border-radius: 5px; line-height: 30px;     font-weight: bold; transition: 0.25s ease-out; margin: 0 20px; } .game .sidebar .group-btn .log:hover { background: #9c5252; }  .game .content { width: 73%; border: 3px solid #be2414; position: relative; } .game .content .top-block { width: 100%; position: absolute; top: 0; left: 0; height: 30px; } .game .content .top-block img { height: 25px; margin: 5px 0 0 5px; } .game .content .top-block #time-now { background-color: rgba(0,0,0,.7); color: #fff; padding: 5px 5px 0 5px; font-size: 15px; } .game .content .game-frame { width: 100%; } .game .content .game-frame iframe { width: 100%!important; height: 800px;; border: none; }  .game .text-panel { margin: 30px 0; padding: 0 20px; } header #mobile-menu { display: none; } .game .mobile-slider { display: none; position: relative; width: 100%; margin-top: 50px; } .game .mobile-slider .swiper-button-prev { color: #be2414!important; outline: none; } .game .mobile-slider .swiper-button-next { color: #be2414!important; outline: none; } .game .mobile-slider .swiper-container { width: 600px!important; } .game .mobile-slider .swiper-slide img { height: 110px; } .game .mobile-slider .swiper-slide { text-align: center; position: relative; } .game .mobile-slider .swiper-slide .name { text-transform: uppercase; } .game .mobile-slider .swiper-slide .hover-block { display: none; position: absolute; top: 70px; left: calc(50% - 75px); } .game .mobile-slider .swiper-slide .hover-block .demo,  .game .mobile-slider .swiper-slide .hover-block .play { padding: 8px 15px; border-radius: 5px; font-size: 14px; text-transform: uppercase;     transition: 0.25s ease-out; } .game .mobile-slider .swiper-slide .hover-block .demo { background: #2f4bac; } .game .mobile-slider .swiper-slide .hover-block .demo:hover { background: #163293; } .game .mobile-slider .swiper-slide .hover-block .play { background: #fb191b; }  .game .mobile-slider .swiper-slide .hover-block .play:hover { background: #b50303; }  .game .mobile-slider .swiper-slide:hover .hover-block { display: block; }  header .btn-log { display: none; }   /* ---------------------------------- responsive */ @media only screen and (max-width: 1400px) {     .page, .sticky-menu { width: 1180px; }     .b-banner { width: 285px!important; }     #bonus { left: calc(49% - 560px); }     #block-bottom { right: calc(49% - 560px); }     #block-fixed { left: 45%; } } @media only screen and (max-width: 1200px) {     .page, .sticky-menu { width: 980px; }     .main .articles .article { margin: 0 4px 15px; }     .b-banner { width: 235px!important; }     .main .game-list .game_container .game_hover_container { left: 15px; }     #bonus { left: calc(49% - 460px); }     #block-bottom { right: calc(49% - 460px); width: 200px; padding: 10px; }     #block-bottom .article h2 { font-size: 20px; }     #block-bottom .article .title { font-size: 16px; }     #block-bottom .article .text { font-size: 14px; }     #block-bottom .article .img { height: 120px; }     #block-fixed { left: 45%; }     #block-fixed img.face { width: 250px; max-height: 300px; } } @media only screen and (max-width: 992px) {     .page, .sticky-menu { width: 750px; }     header .banner .img .text { font-size: 24px; line-height: 24px; }     header .banner .img .text .green { font-size: 28px; }     header .banner .logo img { height: 50px; }     header .banner .img { height: 90px; }     header .banner .img .btn { font-size: 24px; }     header .main-menu li a { font-size: 13px; padding: 0 8px; }     header .slider .swiper-slide .game { font-size: 12px; }     header .slider .swiper-slide .info { font-size: 13px; padding: 5px 2px; }     header .slider .swiper-slide .hover-block a { font-size: 16px; }     .main.flex { display: block; }     .main .content { width: 100%; }     .main .sidebar { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;         -webkit-flex-flow: row wrap; justify-content: center; margin: 50px 0; }     .main .sidebar .banner, .main .sidebar .promo-code, .main .sidebar .app { width: 35%; margin: 0 30px 30px; }     .main .feedback { width: 50%; margin: 0 30px 30px; }     .main .sidebar .b-banner { width: 100%!important; margin: 0 30px 30px; }     .main .sidebar .b-banner .banner { width: 60%; margin: 0 auto; }     footer img.logo-pay { width: 100%; }     .main .comments .comment .date, .main .comments .comment .text { margin-bottom: 10px; }     .main .comments .comment { padding: 20px 0; }     .margin-top { margin-top: 140px; }     #bonus { left: calc(49% - 345px); bottom: 20px; font-size: 18px; padding: 7px 15px; }     #block-fixed { left: calc(49% - 345px); bottom: 70px; }     #block-bottom { right: calc(49% - 345px); bottom: 20px; }     #button { bottom: 3px; }     .game h1 { order: 2; }     .game .sidebar { width: calc(100% - 46px); border: none; order: 1; }     .game .sidebar .group-btn { display: flex; justify-content: center; }     .game .sidebar .group-btn .reg, .game .sidebar .group-btn .log { margin: 0 10px; }     .game .sidebar .slider { display: none; }     .game .mobile-slider { display: block; order: 4; }     .game .content { width: calc(100% - 6px); margin-top: 20px; order: 3; }     .game .text-panel { order: 5; }     .game .content .game-frame iframe { height: 640px; }     .game .sidebar .logo { margin-bottom: 5px; }      } @media only screen and (max-width: 768px) {     .page, .sticky-menu { width: 620px; }     header .top-nav { padding: 2px 10px; }     header .top-nav ul.top-menu li a { font-size: 14px; }     header .banner .img { height: 72px; }     header .banner .img .text { font-size: 20px; line-height: 22px; }     header .banner .img .btn { font-size: 22px; padding: 8px 20px; }     header .slider .swiper-slide { width: 115px!important; margin-right: 10px!important; }     header ul.list li a { font-size: 16px; line-height: 30px; }     .main .game-list .game_container { width: 40%; }     .main .game-list .game_container .game_hover_container { left: 25px; }     .main .articles .article { width: calc(48% - 20px); }     .main .comment-form input[type="text"], .main .comment-form input[type="email"] { width: calc(100% - 20px); }     .main .sidebar .banner, .main .sidebar .promo-code, .main .sidebar .app { width: 40%; margin: 0 25px 30px; }     #bonus, #block-fixed { left: calc(49% - 280px); }     #block-bottom { right: calc(49% - 280px); }   	header .main-menu { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap; justify-content: space-between; } 	header .btn-log { display: block; display: flex; justify-content: flex-end; padding-right: 10px; }   header .btn-log a { margin-left: 20px; line-height: 30px; text-transform: uppercase; }     header .main-menu ul { display: none; width: 100%; }     header .main-menu a.menu-lines { display: block; width: 35px; padding: 5px 0 5px 15px; }     header .main-menu a.menu-lines .line { height: 3px; width: 35px; background: #be2414; margin-bottom: 5px; border-radius: 5px; }     header .main-menu li a { line-height: 30px; }     header .main-menu { border-bottom: 3px solid #be2414; }     header .main-menu ul { border: none; }     .margin-top { margin-top: 120px; }     .game .sidebar .group-btn .reg img, .game .sidebar .group-btn .log img { height: 20px; margin-left: 5px; }     .game .sidebar .group-btn .reg, .game .sidebar .group-btn .log { line-height: 20px; font-size: 14px; }     .game .sidebar { padding-bottom: 10px; }     .game .content .game-frame iframe { height: 530px; }     .game .mobile-slider .swiper-container { width: 500px!important; }     .game .mobile-slider .swiper-slide img { height: 90px; }     .game .mobile-slider .swiper-slide .name { font-size: 14px; }     .game .mobile-slider .swiper-slide .hover-block .demo, .game .mobile-slider .swiper-slide .hover-block .play { padding: 5px 8px; }     .game .mobile-slider .swiper-slide .hover-block { top: 50px; left: calc(50% - 60px); } } @media only screen and (max-width: 640px) {     .page, .sticky-menu { width: 500px; }     header .top-nav #today-date { font-size: 10px; }     header .top-nav ul.top-menu li a { font-size: 13px; }     header .banner .logo img { height: 40px; }     header .banner .img .btn { margin-right: 0; font-size: 20px; padding: 5px 15px; }     header .banner .img .text { font-size: 16px; line-height: 18px; }     header .banner .img .text .green { font-size: 22px; }     header .swiper-wrapper { display: none; }     header .slider { padding: 0; }     .main .game-list .game_container { width: 46%; }     .main .game-list .game_container .game_hover_container { left: 15px; }     .text-panel h1 { font-size: 26px; margin-bottom: 20px; }     .text-panel h2 { font-size: 22px; }     .main .get-site { font-size: 20px; }     #block-fixed, #block-bottom { display: none!important; }     .main .share a { font-size: 14px; }     .main .share { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap; }     .main .share a { margin-bottom: 20px; }     .main .articles .article .title { font-size: 16px; }     .main .comments .count-title { font-size: 22px; }     .main .comments .comment .reply-link { font-size: 12px; }     .main .comments .comment .reply-link img { height: 12px; }     .main .comment-form .btn { font-size: 18px; width: 160px; }     .main .sidebar .banner { width: 45%; margin: 0 10px 30px; }     .main .sidebar .promo-code { width: 100%; margin: 0 0 30px; }     .main .sidebar .app { width: 70%; margin: 0 auto 30px; }     .main .feedback, .main .sidebar .b-banner .banner { width: 75%; }     #bonus { left: calc(49% - 230px); }     #button { right: 15px; }     .game .sidebar .logo img { height: 50px; }     .game h1 { font-size: 26px; padding: 20px 0; }     .game .content .game-frame iframe { height: 425px; }     .game .mobile-slider .swiper-container { width: 400px!important; }     .game .mobile-slider .swiper-slide img { height: 65px; }     .game .mobile-slider .swiper-slide .hover-block { top: 7px; left: 20px; }     .game .mobile-slider .swiper-slide .hover-block a { display: block; }     .game .mobile-slider .swiper-slide .hover-block .demo, .game .mobile-slider .swiper-slide .hover-block .play { padding: 2px 8px; margin-bottom: 3px; }  } @media only screen and (max-width: 525px) {     .page, .sticky-menu { width: 420px; }     header .top-nav { display: block; text-align: center; }     header .top-nav #today-date { padding-right: 0; border-right: none; border-bottom: 1px solid #ccc; width: 200px; margin: 0 auto; }     header .top-nav ul.top-menu { margin: 5px 0; }     header .banner .logo { margin-top: 5px; }     header .banner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap; justify-content: center; }     header .banner .img { width: 100%; }     header ul.list li a { font-size: 15px; padding: 0 15px; }     .main { padding: 20px 10px; }     .main .game-list .game_hover_demo, .main .game-list .game_hover_real { width: 67px; }     .main .articles .article .title { line-height: 24px; }     .main .comments .comment.reply { margin-left: 20px; }     .main .sidebar .banner { width: 70%; }     .main .feedback { font-size: 20px; width: 90%; }     .main .sidebar .b-banner .banner { width: 90%; }     footer img.logo-dev { display: none; }     footer img.logo-pay {margin: 0; }     footer { padding: 20px 5px; }     #bonus { left: calc(49% - 200px); }     .margin-top { margin-top: 75px; }     header .banner .img { display: none; }     .game .content .game-frame iframe { height: 355px; }     .game .mobile-slider .swiper-button-prev, .game .mobile-slider .swiper-button-next { display: none; } } @media only screen and (max-width: 440px) {     .page, .sticky-menu { width: 340px; }     header .banner .img .text { margin-left: 5px; }     header .banner .img .text { font-size: 14px; }     header .banner .img .text .green { font-size: 20px; }     header ul.list.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; -webkit-flex-flow: row wrap;         justify-content: center; }     header ul.list li { width: 50%; text-align: center; }     header ul.list li a { line-height: 26px; }     .main .game-list .game_container { width: 75%; }     .main .game-list .game_container .game_hover_container { left: 45px; }     .main .game-list .game_container .game_info { padding: 5px 10px; }     .text-panel h1 { font-size: 22px; line-height: 26px; }     .text-panel h2 { font-size: 20px; line-height: 24px; }     .main .get-site { font-size: 18px; padding: 10px 15px; height: 18px; }     .main .articles h2 { font-size: 22px; }     .main .articles .article { width: calc(100% - 20px); }     .main .comment-form .reply-title { font-size: 20px; }     .main .sidebar .banner { width: 80%; }     .main .sidebar .app { width: 100%; }     .main .sidebar h2 { font-size: 18px; }     .main .feedback { width: 100%; margin: 0 0 30px; }     .main .sidebar .b-banner { margin: 0 0 30px; }     .main .sidebar .b-banner .banner { width: 100%; }     #bonus { left: calc(49% - 155px); font-size: 17px; padding: 7px; }     .game .content .game-frame iframe { height: 290px; }     .game .sidebar { padding: 10px; }     .game .text-panel { padding: 0; }     .game .mobile-slider { display: none; } } @media only screen and (max-width: 360px) {     .page, .sticky-menu { width: 300px; }     header .top-nav ul.top-menu li { margin: 0; }     .main .game-list .game_container { width: 90%; }     .main .game-list .game_container .game_hover_container { left: 53px; }     .main .get-site { height: 40px; text-align: center; }     .main .bottom-banner { display: none; }     #button { right: 5px; }     #bonus { left: calc(49% - 142px); font-size: 16px; }     .game .content .game-frame iframe { height: 255px; } } body > div > div.main.flex > div.content > div.text-panel > ol {margin-left:20px;}