/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

body {
  background: #121212;
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}
.body1 {
  font-size: 16px;
  line-height: 26px;
}
.body2 {
  font-size: 14px;
  line-height: 20px;
}

/*
Main content
*/
.navbar-header {
    width: 100%;
}
#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}
.section2 {
  background: #1e1e1e;
  border-radius: 36px;
  padding: 20px;
}
.banner_dark {
  background: #121212;
  border-radius: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 25px;
  flex-wrap: wrap;
}
.top_baner img
{
    border-radius: 25px; 
}
.banner2_text li {
  position: relative;
  padding-left: 10px;
}
.banner2_text li:before{
  content: url('../img/tick.svg');
  position: absolute;
  left: -11px;
  top: 1px;
}
.banner2_bonus .bonus {
  color: #F3F562;
  font-size: 14px;
  font-weight: 500;
}
.banner2_bonus .summa {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.banner2_bonus .gratis {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.banner2_button .btn {
  border-radius: 12px;
  width: 175px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 35px;
}
.banner2_button .btn:before{
  content: url('../img/play.svg');
  position: absolute;
  left: 28px;
  top: 15px;
}


/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

.top_bar .container{
    display: flex;
    align-content: center;
    justify-content: space-between;
    height: 84px;
    align-items: center;
}
.top_bar a.btn {
  border-radius: 12px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    width: 100px;
    padding: 13px;
}
a.btn.btn-orange {
    background: #FF8021;
    color: #fff;
    border: solid 1px #FFBF31;    
}
a.btn.btn-orange:hover {
  background: #994d14;
}
a.btn.btn-blue {
    background: #0087FF;
    color: #fff;
    border: solid 1px #00C3FF;    
}
a.btn.btn-blue:hover {
    background: #005199;
}
a.btn.btn-dark-blue {
    background: #2a2a2a;
    color: #fff;
    border: solid 1px #b5b5b5; 
}
a.btn.btn-dark-blue:hover {
  background:#1e2a6f;
}
a.btn.btn-red {
    background: #E42A3F;
    color: #fff;
    border: solid 1px #FF6385;    
}
a.btn.btn-red:hover {
    background: #891926;
}
a.btn.btn-green {
    background: #4EAA2E;
    color: #fff;
    border: solid 1px #8ADE57;    
} 
a.btn.btn-green:hover {
    background: #3e8724;
}    
.top_button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.top_button a.btn.btn-red {
  position: relative;
  width: 275px;
  height: 56px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_button a.btn.btn-red:before {
  content: url('../img/jackpot.svg');
  position: absolute;
  left: 22px;
  top: 14px;
}
.button1 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;

}
.button2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 12px;
}
.button3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 12px;
}
nav.navbar.navbar-expand-lg.custom_nav-container, .site-footer {
    background: #1e1e1e;
    border: solid 1px #3a3a3a;
    border-width: 1px 0 1px;
}
.navbar-header .navbar{
  padding: 0px;
  height: 57px;
}
#main-menu {
    align-items: center;
    justify-content: center;
}
#main-menu a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
#main-menu .nav-item {
  margin: 0 20px;
}
#main-menu a.nav-link:hover {
  background: #F3F562;
  color: #121212;
}
ul.dropdown-menu {
  background: #121212;
}
ul.dropdown-menu a {
  color: #fff;
}
h1 {
  font-size: 68px;
  line-height: 68px;
  font-weight: 600;
}
h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}
h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.block_background {
  background: url('../img/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 892px;
  position: absolute;
  top: 675px;
}
.section3 h2 span {
  color: #6FF446;
}
.popular_body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popular_body .game_item {
    width: 20%;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 20px;
    position: relative;
}
.popular_body .game_item .game_overlay{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 24px;
  display: none;
}
.popular_body .game_item:hover .game_overlay{
  display: flex;
  align-items: center;
}
.game_overlay .btn {
    width: 75%;
    height: 42px;
    padding-top: 12px;
}
.bg-dark2 {
  background: #1e1e1e;
   border-radius: 36px;
   padding: 20px;
}
.section3 .game_bg {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 170px;
  border-radius: 16px;
}
.section3 .popular label, .section3 .popular_body label {
  color: #fff;
  margin-top: 10px;
}
.section3 .game_item:hover label {
  color: #6FF446;
}
ul.pagination a {
    text-decoration: none;
}
.slot1, .slot2 {
  background: #121212;
  border-radius: 24px;
  width: 100%;
}
.section4 .bg-dark2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.slot1 {
  margin: 0px 10px 0px 20px;
}
.slot2 {
  margin-left: 10px;
}
.slot1 h4, .slot2 h4 {
  padding-left: 30px;
  margin-bottom: 45px;
}
.slot1 h4 span, .slot2 h4 span {
  position: relative;
}
.slot1 h4 span:before {
  position: absolute;
  content: url(../img/slot1.svg);
  left: -30px;
  top: 1px;
}
.slot2 h4 span:before {
  position: absolute;
  content: url(../img/slot2.svg);
  left: -30px;
  top: 1px;
}
.slot_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px;
    border-bottom: dashed 1px #3a3a3a;
    padding-bottom: 11px;
}
.slot_header.text-white {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.slot_value {
  font-size: 16px;
  font-weight: 400;
  color: #b5b5b5;
}
.text-yelow {
  color: #F3F562;
}
.text-blue2 {
  color: #b5b5b5;
}
.no-border {
  border: none;
}
ul.mt-3 {
    list-style: disc;
    margin-left: 15px;
}
ul.mt-3 li::marker {
  color: #F3F562;
}
.block_table {
  background: #121212;
  border-radius: 16px;
  width: 100%;
  padding: 30px 40px;
}
.block_table table {
  width: 100%;
}
.block_table table td {
    text-align: right;
    width: 20%;
}
.block_table table tr {
    height: 40px;
}
.block_table table td:first-child {
    text-align: left;
}
.section6_button a {
  text-transform: uppercase;
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section6_button {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.block_table2 table {
  width: 100%;
}
.block_table2 td {
  width: 50%;
  text-align: center;
  height: 58px;
}
.block_table2 {
  border: solid 2px #1e1e1e;
  border-radius: 36px;
}
.block_table2 tr.first td .tr_left{
  background: #1e1e1e;
  border-top-left-radius: 36px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px -1px -1px -2px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.block_table2 tr.first td .tr_right{
  background: #1e1e1e;
  border-top-right-radius: 36px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px -4px -1px -1px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.block_table2 tr.first td {
  border: none;
}
.block_table2 tr.last td {
  border-bottom: none;
}
.block_table2 tr.last td:first-child {
  border-left: 0px;
}
.block_table2 tr.last td:last-child {
  border-right: 0px;
}
.block_table2 td {
  border: solid 1px #1e1e1e;
  text-transform: uppercase;
}
.block_table2 td.text-white {
  font-weight: 700;
  font-size: 14px;
}
.row.wing {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
.section7_button {
  position: relative;
}
.section7_button a{
  text-transform: uppercase;
  width: 300px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 20%;
  right: 20%;
}
.section8 ul {
  list-style-position: inside;
  text-align: center;
}
.section8 li {
  margin-bottom: 15px;
}
.input_form {
  background: #1e1e1e;
  border-radius: 36px;
  padding: 30px 10px;
  margin: 0 46px;
}
.section8_button a {
  height: 56px;
  width: 97%;
  margin: 0 6px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: none !important;
}
.row.forms {
  margin-top: 80px;
  margin-bottom: 120px;
}
.section9 {
  background: #2a2a2a;
  border-radius: 36px;
  padding: 200px 30px 20px;
  position: relative;
  margin-top: 200px;
  z-index: 1;
}
.section9:before {
  content: "";
  position: absolute;
  left: 0;
  top: -175px; /* выходит сверху */
  width: 100%;                  /* растягиваем на всю ширину блока */
  aspect-ratio: 1076 / 361;     /* сохраняем пропорции */
  background: url("../img/pngwing.webp") no-repeat center / contain;
  z-index: -1;  
}
.section9_button a {
  height: 56px;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.accordion-item {
    margin-bottom: 10px;
}
button.accordion-button {
   background: #121212;
   color: #fff;
   height: 96px;
}
button.accordion-button.collapsed {
   border-radius: 24px !important;
}
.accordion-item {
    background: transparent;
}
.accordion-button::after {
    background-image: url('../img/arrow.svg') !important;

  }
  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #121212;
    box-shadow: none;
   }
   .accordion-body {
    background: #121212;
    color: #fff;
    border-radius: 0px 0px 24px 24px;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 24px 24px 0px 0px ;
}
#ajax-load-more {
    width: 100% !important;
  }
  #ajax-load-more .game_item {
    height: 240px;
  }
.load_more {
  background: #2a2a2a;
  border: solid 1px #b5b5b5;
  border-radius: 12px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 52px;
  margin-top: 20px;
    color: #fff;
 
}
.load_more span {
  position: relative; 
}
.load_more span:after {
  content: url('../img/plus.svg');
  position: absolute;
  right: -30px;
  top: -2px;
}
.section12 {
    display: flex;
    align-items: center;
}
.section12 img {
  margin-bottom: 20px;
}
.autor {
    margin: 0 25px;
}
.about_autor {
  font-size: 20px;
  font-weight: 500px;
  color: #FEB302;
}
.wpcf7 label {
  position: relative;
}
.form-control {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    background: #121212;
    border: none;
    padding-left: 40px;
}
label.your_name:before {
  position: absolute;
  content: url('../img/user.svg');
  top: 21px;
  left: 17px;
  z-index: 3;
}
label.your_email:before {
  position: absolute;
  content: url('../img/mail.svg');
  top: 21px;
  left: 17px;
  z-index: 3;
}
label.your_message:before {
  position: absolute;
  content: url('../img/message.svg');
  top: 21px;
  left: 16px;
  z-index: 3;
}
.form-control::placeholder {
  color: #fff;
  font-size: 16px;
}
textarea.form-control {
    padding-top: 16px;
}
.wpcf7-submit {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  text-transform: uppercase;
  background: #2a2a2a;
}
.reviews_form {
  padding-bottom: 0px;
}
.submit_button {
position: relative;
}
.submit_button:before {
  position: absolute;
  content: url('../img/plus.svg');
  top: 0px;
  right: -10px;
} 
.review {
  background: #fff;
  border-radius: 36px;
  padding: 35px;
  display: flex;
  flex-direction: column;
}
.signature {
    display: flex;
}
.photo {
    margin-right: 16px;
}
.name_date h5 {
    color: #E10027;
    margin-bottom: 0px;
    margin-top: 4px;
}
.review p {
    font-size: 14px;
    color: #677381;
}
.site-footer {
  height: 82px;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.links ul {
    display: flex;
}
.links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.links a:hover {
  color: #b5b5b5;
}
.links li {
  margin: 0px 20px;
}
.social ul {
  display: flex;
}
.social li {
  margin: 0px 5px;
  width: 42px;
  height: 42px;
  background: #2a2a2a;
  border: solid 1px #b5b5b5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social li:hover {
  background: #b5b5b5;
}
.frames {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.to_top {
  width: 80px;
  height: 58px;
  background: #0087FF;
  border: solid 1px #00C3FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  bottom: -65px;
  right: 30px;
  opacity: 0;
}
.to_top.visible {
  opacity: 1;
  bottom: 65px;
}
.flying_banner {
  background: #121212;
  border: solid 2px #3a3a3a;
  border-radius: 32px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 778px;
  position: fixed;
  bottom: -65px;
  right: 25%;
  left: 25%;
  opacity: 0;
}
.flying_banner.visible {
  opacity: 1;
  bottom: 65px;
}
.casino_block {
  z-index: 1;
}
.casino_item .image {
    width: 238px;
    height: 214px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 24px;
}
.casino_item {
  background: #1e1e1e;
  border-radius: 36px;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.casino_item a {
    text-decoration: none;
}
.casino_item .btn {
    width: 96%;
    margin: 0 2%;
    border-radius: 12px;
}
.casino_rating {
    text-align: center;
    margin-bottom: 10px;
}
.casino_rating img {
    margin: 0 1px;
}
.section-category, .taxonomy-description {
  position: relative;
}
.casino_item:hover {
    background: #FF8021;
}
.no_posts, .casino_content {
  color: #fff;
  position: relative;
}
footer {
    position: relative;
}
.section-category {
  min-height: 80vh;
}


/*  Responsive  */

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
@media (max-width: 1200px) {
.single_page{
  flex-wrap: wrap;
}
.main.single {
    margin-right: 0px !important;
}
.main__content {
  min-width: unset !important;
  width: 100%;
}
.sidebar-column {
  max-width: none !important;
}
.sidebar__content.best-games {
    flex-direction: column;
    align-items: center;
}
.games_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sidebar__content.best-games .cell {
    margin-right: 15px;
    margin-left: 15px;
}
.flying_banner {
  display: none;
}  

}

/*
Toogle button
*/
@media (max-width: 992px) {

.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}
#main-menu {
    margin-top: 56px;
    background: #0087FF;
    padding: 20px 0;
 }   

.custom_nav-container .navbar-toggler {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  }
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
   margin-top: 5px;       
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}
.navbar-header .container-fluid {
justify-content: flex-end;
}
}

@media (max-width: 768px) {
  .section9::before {
    top: -100px;  /* меньше вылазит */
  }
  .game_title, .game-offer__window__top .views {
    width: 100% !important;
}
.game-offer__window__top {
    flex-wrap: wrap;
}
.section2 .banner_dark {
    justify-content: center;
}    
.popular_body .game_item {
    width: 50%;
    margin-bottom: 24px;
}    
.section4 .bg-dark2 {
    flex-wrap: wrap;
    justify-content: center;
}
.slot1 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.slot2 {
    margin-top: 15px;
    margin-bottom: 30px;
}
.section12 {
    flex-wrap: wrap;
}
.review {
    margin-bottom: 30px;
    text-align: center;
}  
.wpcf7 label {
    width: 100%;
}  
.section12 img {
    margin: 0 auto 20px;
}
.footer-content {
    flex-wrap: wrap;
}
.site-footer {
    height: auto;
}
.catalog__list .game-card {
    width: 46% !important;
    margin: 0 2%;
}

}

@media (max-width: 480px) {
  .top_buttons {
    display: flex;
}
.player-overlay.front_page {
    min-height: 460px !important;
  }  
  .section9::before {
    top: -60px;
  }
  .popular_body .game_item {
        width: 100%;
  }
  h1 {
    font-size: 48px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
  }
  .section9 {
    padding: 130px 30px 20px;
 }   
 .game-offer-bottom_block {
   justify-content: center !important;
}
.game-offer-bottom_block_text {
    text-align: center;
    margin-bottom: 20px;
}
.section7_button a {
   width: auto !important;
}   
.site-footer .links {
    margin-bottom: 20px;
} 
.frames {
    justify-content: center;
    flex-wrap: wrap;
}
.game-offer__window__top .views img {
    height: 18px !important;
}
.row.forms {
    margin-bottom: 0px !important;
}
h3.entry {
    margin-top: 40px;
}
.section11.section3 h2, .section13.section3 h2 {
    text-align: center;
}
.section8 .body1, .section7 .body1, .section6 .body1, .section5 .body1 {
    padding: 0 5px;
}

.catalog__list .game-card {
    width: 100% !important;
    margin: 0 2%;
}

}