/*
Theme Name: Denis
Theme URI: http://zscewice.pl
Author: kovgen team
Author URI: http://zscewice.pl/
Description: Themes for casino site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: denis

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: Inter,Roboto,sans-serif;
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
header {
    height: 50px;
    position: fixed;
    width: 100%;
    padding: 15px 0;
    left: 0;
    background: white;
    z-index: 9;
}
.footer__copyright {
    color: grey;
}
.content p{font-weight:300;line-height:150%;}
.content li {
    list-style-type: disc;
	font-weight:300;
	margin:0 0 5px 15px;
	padding: 0 0 0 5px;
}
.chat_head svg {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.chat_head {
    padding: 9px 0;
}
.img_bl {
    text-align: center;
}
.img_bl {
    position: relative;
    padding-top: 250px;
}
.img-parallax {
   
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none
  }
.head_area {
    line-height: 10px;
    vertical-align: middle;
    margin-top: -23px;
    max-width: 95%;
    margin: -23px auto 0 auto;
}
.chat_head span,.chat_head a {
    color: #1769ff;
    font-size: 13px;
}
span {
    cursor: pointer;
}
a.logo {
    float: left;
    margin: 25px 0;
}
a.logo img{max-width:100px;}
.nice-select.open ul.list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.head-top-menu  ul li {
    float: left;
    padding: 20px 15px;
    transition: .25s;
}
.current-menu-item {
    border-bottom: 2px solid #1769ff;
}
.head-top-menu  ul:after {
    clear: both;
    display: block;
    content: '';
}
.head-top-menu  ul a {
    color: #212121;
    font-size: 14px;
}
.head-top-menu  ul .current-menu-item a, .head-top-menu  ul li:hover a {
    color: #1769ff
}
.head-top-menu  ul {
    /* padding: 0; */
    margin: 0;
}
.max_width {
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 2rem;
}
.inner {
    padding-top: 80px;
}
.total_show span {
    font-weight: 300;
    font-size: 13px;
}
section.turnir {
    min-height: 250px;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.head-top-menu {
    margin-left: 25px;
    margin-top: -7px;
}

ul#menu-top-1 li:hover {
    border-bottom: 2px solid #1769ff78;
}
.home_gall {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    overflow: hidden;
    border-radius: 10px;
    grid-auto-rows: auto;
}
.back_item {
    height: 139px;
    background-size: 100%;
    background-position: center;
}
p.play_btn {
    width: 44px;
    height: 44px;
    display: block;
    background-image: url(/wp-content/uploads/2022/07/play.svg);
    display: block;
    margin: 10px auto;
}
p.item_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
    color: white;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.gall_item {
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.overlay_item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(23,105,255,.64);
    opacity: 0;
    transition: all .3s;
    
}
p.read_more {
    background: #1769ff;
    color: #fff;
    text-transform: uppercase;
    width: calc(100% - 0.8rem);
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    border-radius: 10px;
    display: block;
    margin: 0px auto 0 auto;
}


.gall_item:hover .overlay_item {
    opacity: 1;
}
.gall_item:hover .back_item {
    opacity: 0.5;
    background-size: 120%;
}
.btn_to {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    margin: 5px auto;
}
.home_h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    background: #fafafa;
    position: relative;
    z-index: 2;
    padding-right: 15px;
}
.home_h3 img {
    margin-right: 13px;
    height: 32px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}

body {
    background: #fafafa;
}
.title_section {
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}
.title_devider {
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    z-index: 0;
}
.home_more_url {
    background: #fff;
    border: 0.2rem solid transparent;
    color: #1769ff;
    opacity: 1;
    box-shadow: 0 32px 32px rgb(9 10 11 / 5%);
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    margin: 15px auto;
    display: block;
    width: 200px;
    text-align: center;
}
span.spinner svg {
    width: 20px;
}
span.spinner {
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    margin-right: 7px;
}
.home_h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.show_all {
    background: #fafafa;
    z-index: 1;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    top: 9px;
    padding-left: 17px;
    font-size: 13px;
    color: #1769ff;
}
.total_show {
    position: absolute;
    right: 0;
    top: 3px;
}
.up_title {
    position: relative;
}
.title_section.white .home_h3 {
    color: white;
    background: none;
    font-size: 24px;
}
.tur_block {
    display: grid;
    grid-template-columns: 70% 30%;
}
.tur_back {
    min-height: 300px;
    background-size: cover;
    background-position: center;
}
.tur_text {
    background: white;
    margin: 0 25px;
    border-radius: 15px;
    padding: 25px;
}
.title_section.white .title_devider {
    position: inherit;
    background-color: #eeeeee36;
}
.title_section.white {
    display: grid;
    grid-template-columns: 20% 60% 20%;
}

div#timer {
    text-align: center;
    margin: 25px 0;
}
.btn_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin: 25px 0;
}
.title_section.white .show_all {
    background: none;
    color: white;
    top: 0px;
}
h1.home_title_h {
    margin: 47px 0 44px 0;
}
.dark_btn {
    background: #1769ff;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 8px;
    margin: 0 5px;
    transition: all 0.3s;
}
section .content {
    padding-top: 180px;
}
.dark_btn:hover {
    background:#1790ff
}
.light_btn {
    background: #e3f8ff;
    color: #1769ff;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 8px;
    margin: 0 5px;
    transition: all 0.3s;
}
.light_btn:hover {
    background-color: #fff;
    box-shadow: 0 0.8rem 0.8rem rgb(9 10 11 / 5%);
}
span.svg_arrow svg {
    width: 13px;
    margin-left: 15px;
    /* margin: 2px; */
}
span.svg_arrow path {
    fill: #1769ff;
}
.show_providers {
    background-color: #fff;
    box-shadow: 0 0.8rem 0.8rem rgb(9 10 11 / 5%);
    color: #1769ff;
    padding: 15px;
    border-radius: 10px;
    margin-left: 25px;
}
.foot_line_first {
    background: #181a2c;
    padding-bottom: 25px;
}
.footer-menu__title {
    color: #fff;
    font-size: 20px;
    border-bottom: 0.1rem solid hsla(0,0%,100%,.08);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.foot_line_first a {
    color: #757575;
    font-weight: 300;
    font-size: 14px;
    transition: all 0.3s;
    line-height: 34px;
}
.foot_line_first a:hover    {
    color: #fff;
}
.foot_menu_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 45px;
    padding: 45px 0 38px 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul#menu-footer-left,ul#menu-kategorii-igr {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.foot_mail {
    color: #1769ff;
    font-size: 14px;
    font-weight: 600;
}
.foot_chat {
    color: #1769ff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 45px;
    text-transform: uppercase;
    line-height: 22px;
    vertical-align: middle;
}
.foot_chat svg {
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.foot_line_second {
    background: #0e0f19;
    padding: 25px 0;
}
.providers_logo_footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, 120px);
    row-gap: 15px;
    padding: 25px 0;
}
.providers_logo_footer a {
    text-align: center;
    display: block;
}
.providers_logo_footer img {
    max-width: 100%;
}
.pay_logo_footer {
    align-items: center;
    background: #0e0f19;
    border: 0.2rem solid #181a2c;
    border-radius: 0.8rem;
    text-align: center;
    padding: 15px;
    /* line-height: 51px; */
    /* vertical-align: middle; */
}
.footer__license {
    color: #757575;
    font-size: 14px;
    line-height: normal;
    padding: 25px 0;
}
.info_text_image img {
    max-height: 50px;
    width: auto;
    margin: 0 5px;
}
.info_text_image {
    text-align: center;
}
.slider_item {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
}
.slider_text {
    max-width: 50%;
    margin: 10vh auto 0 auto;
    border-radius: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.slider_item {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
    display: grid;
}
.dark_btn,.light_btn {
    cursor: pointer;
}
.dark_btn.in.slide {
    width: 250px;
    display: block;
    text-align: center;
    margin: 125px auto 0 auto;
    font-weight: 600;
    font-size: 17px;
    line-height: 50px;
}

.dark_btn.in.slide {
    width: 250px;
    display: block;
    text-align: center;
    margin: 125px auto 0 auto;
    font-weight: 600;
    font-size: 17px;
    line-height: 50px;
}

section.sliders button.slick-prev.slick-arrow {
    left: 25px;
    z-index: 8;
}
section.sliders button.slick-next.slick-arrow {
    right: 25px;
    z-index: 8;
}
section.sliders ul.slick-dots {
    bottom: 12vh;
}
section.sliders li button::before {
    color: white;
    font-size: 13px;
    opacity: 0.7;
}
section.sliders li.slick-active button::before{
    color: #007aff;
    font-size: 13px;
}

.slider_ticker {
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 5vh;
}
section.sliders {
    position: relative;
}
.slider_ticker svg {
    width: 17px;
    margin-right: 10px;
    line-height: 15px;
    display: inline-block;
    vertical-align: bottom;
}
.slider_ticker svg path {
    fill: rgb(16, 186, 16);
}
.slider_ticker span {
    margin-right: 15px;
}
.input_line {
    align-items: center;
    background-color: #fff;
    border-radius: 0.8rem;
    box-shadow: 0 10px 16px rgb(75 74 120 / 11%);
    display: inline-block;
    font-size: 1.3rem;
    height: 100%;
    overflow: hidden;
    position: absolute;
    cursor: text;
    padding: 15px 15px;
    width: 100%;
    height: 16px;
    bottom: 10px;
}
.input_line p {
    padding: 0;
    margin: 0;
}
.input_line svg {
    float: right;
}
.up_line {
    position: relative;
}
p.game_search__text {
    color: #212121;
    font-size: 13px;
}
p.placeholder {
    font-size: 12px;
    color: grey;
    margin-left: 25px;
}
p.game_search__text {
    float: left;
    margin-right: 15px;
}
p.line_svg {
    float: right;
    margin-top: -22px;
}
p.line_svg path {
    fill: #1769ff;
}
p.game_search__text {
    color: black;
    font-size: 15px;
    line-height: 15px;
}
.small_item img {
    max-height: 28px;
    display: inline-block;
    /* line-height: 33px; */
    vertical-align: middle;
    margin-right: 5px;
}
.small_item {
    border: 2px solid #eee;
    box-shadow: none;
    color: #212121;
    margin: 0 1rem 3rem 0;
    padding: 0 1.2rem;
    transition: color .3s,border-color .3s,box-shadow .3s;
    white-space: nowrap;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.8rem;
    padding: 8px 8px;
    text-align: center;
    max-width: 80%;
}
.small_item.blue {
    background: #1769ff;
    border: 2px solid #1769ff;
    color: #fff;
}
section.card_slider {
    margin-top: 51px;
}
.sections {
    margin-top: -44px;
}
section.register {
    min-height: 250px;
    padding: 65px 0;
    max-height: 500px;
}
footer {
    margin-top: 80px;
}
.slider_small img {
    /* float: left; */
    display: inline-block!important;
    line-height: 22px;
    vertical-align: middle;
}
.form_bl {
    background-color: #fff;
    border-radius: 0.8rem;
    box-shadow: 0 32px 32px rgb(9 10 11 / 5%);
    margin: 0 auto;
    max-width: 64rem;
    padding: 4rem 0;
    position: relative;
    width: 100%;
    max-height: 590px;
}
.group_register {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
input,select {
    background: #fafafa;
    border: 0.2rem solid transparent;
    border-radius: 0.8rem;
    min-height: 48px;
    padding: 0 25px;
    width: 100%;
    max-width: calc(100% - 50px);
    margin-bottom: 25px;
}
.form_bl .nice-select {
    background: #fafafa;
    border: 0.2rem solid transparent;
    border-radius: 0.8rem;
    min-height: 48px;
    padding: 0 25px;
    width: 100%;
    margin-bottom: 25px;
}
.form_reg {
    width: 60%;
    margin: 0 auto;
}
p.or {
    color: #757575;
    font-size: 14px;
    text-align: center;
}
.textes {
    margin-bottom: 45px;
}
input#html {
    width: 19px;
    float: left;
    margin-right: 15px;
}
.form_reg label {
    font-size: 12px;
    color: rgb(117, 117, 117);
}
button.dark_btn.signup__register {
    background: #1769ff;
    color: white;
    border: none;
    display: block;
    font-size: 18px;
    padding: 11px 29px;
    border-radius: 11px;
    margin: 25px auto;
    cursor: pointer;
    text-transform: uppercase;
}

button.dark_btn.signup__register:hover {
    background: #1790ff;
    color: #fff;
}


header nav {
    float: left;
    margin: 25px 0;
}
.up_last .btn_group {
    /* max-width: 339px; */
    grid-template-columns: 1fr 1fr 1fr;
    /* display: inline-block; */
}
.up_last {
    float: right;
    min-width: 450px;
}
span.soc_form svg {
    max-width: 18px;
    max-height: 16px;
    fill: #1769ff;
    color: #1769ff;
    /* display: inline-block; */
    /* text-align: center; */
}
span.soc_form {
    background: #e3f8ff;
    border-radius: 5px;
    padding: 11px 22px 11px 23px;
    margin: 5px 8px 5px 8px;
    text-align: center;
}
.soc_login {
    text-align: center;
    margin-top: 25px;
}
.win_item img {
    height: 50px;
}
.win_item {
    display: grid;
    column-gap: 17px;
    grid-template-columns: 50px 150px;
    padding: 5px;
    position: relative;
}
.btn_group.overlay {
    position: absolute;
    top: -16px;
}
.btn_group.overlay {
    width: 100%;
    background: #ffffff75;
}
.btn_group.overlay {
    opacity: 0;
    transition: all 0.3s;
}
.win_item:hover .btn_group.overlay {
    opacity: 1;
}
.fixed_vin {
    background: white;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}
span.win_summ {
    color: #00c853;
    font-weight: 700;
}
.game_block {
    display: grid;
    grid-template-columns: 250px calc(100% - 250px);
}
.section_title {
    background: #1769ff;
    color: white;
    font-size: 26px;
    text-align: end;
    padding-right: 15px;
}
span.win_name {
    color: rgba(37,41,82,.5);
    font-weight: 600;
    font-size: 12px;
    display: block;
}
.fixed_vin {
    display: none;
}
.item_title_section,.image_block {
    background-position: center;
    background-size: cover;
    min-height: 139px;
}
.post_item h2 a, .post_item h2 a {
    color: black;
}

.post_item:nth-of-type(1),.post_item:nth-child(5n) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-auto-flow: dense;
    direction: rtl;
}
div#content:after {
    clear: both;
    display: block;
    content: '';
}
.post_item h2 {
    margin: 0;
    padding: 21px 18px 12px 17px;
}
.post_item {
    float: left;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 32px 32px rgb(9 10 11 / 5%);
}
.post_item:nth-of-type(2),.post_item:nth-child(6n) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: calc(50% - 5px);
    margin-right: 5px;
    grid-auto-flow: dense;
    direction: rtl;
}

.post_item:nth-of-type(2) .dark_btn.read_more,.post_item:nth-child(6n) .dark_btn.read_more {
    left: 3%;
}
.post_item:nth-of-type(1) .dark_btn.read_more,.post_item:nth-child(5n) .dark_btn.read_more {
    left: 16%;
}

.post_item:nth-of-type(3),.post_item:nth-child(7n),.post_item:nth-of-type(4),.post_item:nth-child(8n) {
    width: calc(25% - 10px);
}

.post_item:nth-of-type(3),.post_item:nth-child(7n) {
    margin-left: 5px;
    margin-right: 5px;
}

.post_item:nth-of-type(3) .image_block img,.post_item:nth-child(7n) .image_block img,.post_item:nth-of-type(4) .image_block img,.post_item:nth-child(8n) .image_block img {
    max-height: 200px;
    width: auto;
}
.post_item:nth-of-type(3) .image_block,.post_item:nth-child(7n) .image_block,.post_item:nth-of-type(4) .image_block,.post_item:nth-child(8n) .image_block {
    display: block;
    max-height: 200px;
    text-align: center;
    margin: 27px;
}

.post_item:nth-of-type(3) .dark_btn.read_more,.post_item:nth-child(7n) .dark_btn.read_more,.post_item:nth-of-type(4) .dark_btn.read_more,.post_item:nth-child(8n) .dark_btn.read_more
.dark_btn.read_more {
    position: inherit;
    padding: 10px 25px
}
.post_item:nth-of-type(3) h2 a,.post_item:nth-child(7n) h2 a,.post_item:nth-of-type(4) h2 a,.post_item:nth-child(8n) h2 a
{
    font-size: 24px;
    height: 59px;
    display: block;
}

.post_item:nth-of-type(4),.post_item:nth-child(8n) {
    margin-left: 5px;
}
.post_item:nth-of-type(1) h2 a, .post_item:nth-child(5n) h2 a{
    
    font-size: 26px;
    text-align: right;
    display: block;
    margin-right: 25px;
    margin-top: 65px;
}
.post_item {
    position: relative;
    margin-bottom: 35px;
    left: 1%;
}
.dark_btn.read_more {
    position: absolute;
    bottom: 81px;
    left: 25%;
    min-width: 192px;
    text-align: center;
}


.drawer-list {
    z-index: 99;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    transform: translate(100vw, 0);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 125px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
    border-bottom-left-radius: 100vw;
    background-color: #3d88ce;
    background-color: rgb(12 106 194 / 89%);
  }
  @media (min-width: 768px) {

    .drawer-list {
      width: 40vw;
    }
  }
  .drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
  }
  .drawer-list li {
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
  }
  .drawer-list li:last-child {
    margin-bottom: 2em;
  }
  .drawer-list li a {
    text-decoration: none;
    color: #FEFEFE;
    text-align: center;
    display: block;
    padding: 1rem;
    font-size: calc(24px - .5vw);
  }
  @media (min-width: 768px) {
    .drawer-list li a {
      text-align: right;
      padding: 0.5rem;
    }
  }
  .drawer-list li a:hover {
    cursor: pointer;
    background-color: #88c2f8;
    background-color: rgba(17, 132, 240, 0.5);
  }
  
  input.hamburger {
    display: none;
  }
  input.hamburger:checked ~ .drawer-list {
    transform: translatex(0);
    border-bottom-left-radius: 0;
  }
  input.hamburger:checked ~ .drawer-list li {
    transform: translatex(0);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(11) {
    transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(12) {
    transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(13) {
    transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(14) {
    transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(15) {
    transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(16) {
    transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(17) {
    transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(18) {
    transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(19) {
    transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(20) {
    transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(21) {
    transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(22) {
    transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(23) {
    transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(24) {
    transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(25) {
    transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(26) {
    transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(27) {
    transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(28) {
    transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(29) {
    transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(30) {
    transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(31) {
    transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(32) {
    transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(33) {
    transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(34) {
    transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(35) {
    transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(36) {
    transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(37) {
    transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(38) {
    transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(39) {
    transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(40) {
    transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(41) {
    transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(42) {
    transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(43) {
    transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(44) {
    transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(45) {
    transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(46) {
    transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(47) {
    transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(48) {
    transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(49) {
    transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li:nth-child(50) {
    transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  }
  input.hamburger:checked ~ .drawer-list li a {
    padding-right: 15px;
  }
  input.hamburger:checked ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
  }
  input.hamburger:checked ~ label > i:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  input.hamburger:checked ~ label > i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  input.hamburger:checked ~ label close {
    color: #FEFEFE;
    width: 100%;
  }
  input.hamburger:checked ~ label open {
    color: rgba(0, 0, 0, 0);
    width: 0;
  }
  
  label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
  }
  label.hamburger:hover {
    cursor: pointer;
  }
  label.hamburger text close,
  label.hamburger text open {
    text-transform: uppercase;
    font-size: 0.8em;
    align-text: center;
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width 0.25s 0.35s, color 0.45s 0.35s;
  }
  label.hamburger text close {
    color: rgba(0, 0, 0, 0);
    right: 0;
    width: 0;
  }
  label.hamburger text open {
    color: #FEFEFE;
    width: 100%;
  }
  label.hamburger > i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: #1789ff;;
    pointer-events: auto;
    transition-duration: 0.35s;
    transition-delay: 0.35s;
  }
  label.hamburger > i:before, label.hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: #1789ff;;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
  }
  label.hamburger > i:before {
    transform: translate(-50%, -14px);
  }
  label.hamburger > i:after {
    transform: translate(-50%, 14px);
  }
  
  label.hamburger {
    position: absolute;
    top: 8px;
    right: 15px;
  }
  .head-top-menu-mobail li a {
    color: white!important;
    width: 100%;
}
.head-top-menu-mobail li {
    width: 100%;
}
  
label.hamburger {
    display: none;
}
@media screen and (max-width:940px) {
  .up_last .btn_group {
    display: block;
    margin-right: 49px;
}
span.dark_btn.go_to {
    display: block;
    margin-right: 25px;
    margin-top: -3px;
}
}
@media screen and (max-width: 1000px) {
    .post_item {
        width: 100%!important;
        margin: 14px 0!important;
    }
    .post_item {
        display: block!important;
    }
    a.dark_btn.read_more {
        position: initial;
        padding: 5px 15px;
        float: left;
        margin-bottom: 20px;
        margin-left: 15px;
    }
    label.hamburger {
        display: block;
    }
    .current-menu-item {
        border-bottom: none;
    }
    header nav,.up_last .light_btn,.chat_head,.img_bl,.slider_ticker {
        display: none;
    }
    .foot_menu_group {
        display: block;
    }
    .tur_block {
        display: block;
    }
    .home_gall {
        grid-template-columns: repeat(2, 1fr);
    }
    .form_bl {
        max-width: 100%;
    }
    .group_register {
        display: block;
    }
    .providers_logo_footer {
        grid-template-columns: repeat(auto-fill, 50%);
    }
    .foot_line_second {
        padding: 25px 0 183px 0;
    }
    .up_last {
        min-width: 219px;
    }
    .section_title {
        display: none;
    }
    .win_carusel.slick-initialized.slick-slider {
        width: 100%;
    }
    .form_reg {
        width: 88%;
    }
    .game_block {
        display: block;
    }
.head-top-menu  ul li {
        padding: 0;
    }
}

@media screen and (max-width: 1272px) {
.head-top-menu  ul li {
        padding: 20px 7px;
    }

}

@media screen and (max-width: 976px) {
    .chat_head {
        display: none;
    }
    .up_last .btn_group {
        display: inline-block;
        float: inherit;
    }
    .up_last span.dark_btn.go_to, .up_last span.light_btn.go_to {
        padding: 10px 12px;
    }
    .up_last {
        min-width: initial;
    }
}

.breadcrumbs a{
color: #1769ff;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-pagination {
    text-align: center;
    margin: 20px 0;
}

.custom-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    border: 1px solid #0073aa;
    border-radius: 5px;
    text-decoration: none;
    color: #0073aa;
    transition: all 0.3s ease;
}

.custom-pagination .page-numbers:hover,
.custom-pagination .page-numbers.current {
    background-color: #0073aa;
    color: #fff;
    border-color: #005177;
}

.custom-pagination .page-numbers.prev,
.custom-pagination .page-numbers.next {
    font-weight: bold;
}