/*!
Theme Name: sb_template
Author: Andrian Prystanskyi
Author URI:
Description:
Version: 7.7.7

Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sb_template
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


.casino-tabs > .container > .title {
  text-align: right;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: 0 !important;
  background-color: #cb8a39;
  color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none !important;
  border: 0 !important;
  padding: 5px 6px !important;
  margin: 2px !important;
  width: 32px;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #000;
}

.wp-pagenavi {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

/*BLOG*/

.archieve-container {
  margin: 50px 0;
}

.archieve-container h1 {
  color: #cb8a39;
  margin-bottom: 30px;
  text-align: right;
  font-size: 38px;
}

.archieve-container__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

.archieve-container__wrapper__item {
  background: #17191e;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 0 10px #000;
  margin-bottom: 20px;
}

.archieve-container__wrapper__item__item__item-wrap {
  padding-bottom: 15px;
}

.archieve-container__wrapper__item__item__item-wrap .thumbnain-block {
  outline: none;
}

.archieve-container__wrapper__item__item__item-wrap .thumbnain-block img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 10px;
}

.archieve-container__wrapper__item__item__item-wrap .black-text {
  padding: 0px 15px;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}

.archieve-container__wrapper__item__item__item-wrap .short-description {
  padding: 0px 15px;
  margin-bottom: 20px;
}

.archieve-container__wrapper__item__item__item-wrap .short-description p {
  font-size: 15px;
  color: #b6b6b6;
}

.archieve-container__wrapper__item__item__item-wrap .red-btn-default {
  border: 2px solid #cb8a39;
  margin: 10px;
  border-radius: 20px;
  padding: 5px 15px;
  min-width: 100px;
  text-align: center;
  color: #cb8a39 !important;
  text-decoration: none;
  outline: none;
  transition: all .2s ease-in-out;
  display: table;
}

.archieve-container__wrapper__item__item__item-wrap .red-btn-default:hover {
  border: 2px solid #cb8a39;
  margin: 10px;
  border-radius: 20px;
  background-color: #cb8a39;
  padding: 5px 15px;
  min-width: 100px;
  text-align: center;
  color: #000 !important;
  text-decoration: none;
  outline: none;
  transition: all .2s ease-in-out;
  display: table;
}

/*BLOG*/

/*CASINO TABS*/

.casino-tabs {
  padding: 40px 0;
}



.casino-tabs .title {
  color: #cb8a39;
  margin-bottom: 30px;
}

.casino-tabs__wrapper {

}

.casino-tabs__wrapper__item {
  background-color: rgb(31, 33, 40);
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.casino-tabs__wrapper__item__logo {
  width: 100%;
  max-width: 230px; 
}

.casino-tabs__wrapper__item__logo img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.casino-tabs__wrapper__item__logo .name {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.casino-tabs__wrapper__item__info-block {
  width: 100%;
  max-width: 200px;
  padding: 0px 15px;
}

.casino-tabs__wrapper__item__info-block .title {
  color: #cb8a39;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.casino-tabs__wrapper__item__info-block .description {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

.casino-tabs__wrapper__item__btns {
  display: flex;
  flex-direction: column;
}

.casino-tabs__wrapper__item__btns .ref-btn {
  border: 2px solid #cb8a39;
  margin: 10px;
  border-radius: 20px;
  background-color: #cb8a39;
  padding: 5px 15px;
  min-width: 100px;
  text-align: center;
  color: #000 !important;
  text-decoration: none;
  outline: none;
  transition: all .2s ease-in-out;
  display: table;
}

.casino-tabs__wrapper__item__btns .def-btn {
  border: 2px solid #cb8a39;
  margin: 10px;
  border-radius: 20px;

  padding: 5px 15px;
  min-width: 100px;
  text-align: center;
  color: #cb8a39 !important;
  text-decoration: none;
  outline: none;
  transition: all .2s ease-in-out;
  display: table;
}

/*CASINO TABS end*/


.carousel-section {
  padding: 40px 0;
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cb8a39;
}

.swiper-pagination-bullet {
  background-color: #cb8a39;
}

.item-carousel {
  background-color: rgb(31, 33, 40);
  padding-bottom: 20px;
  border-radius: 10px;
}

.item-carousel img {
  width: 100%;
  max-width: 250px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.item-carousel a {
  display: flex;
  justify-content: center;
}

.item-carousel .name-sponsor {
  color: #fff;
  font-size: 21px;
  text-align: center;
  padding: 0 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.carousel-section .title {
  color: #cb8a39;
  margin-bottom: 30px;
}

.item-carousel .def-btn {
  border: 2px solid #cb8a39;
  margin: 10px;
  border-radius: 20px;
  padding: 5px 15px;
  min-width: 100px;
  text-align: center;
  color: #cb8a39 !important;
  display: table;
  text-decoration: none;
  margin: 0 auto;
  outline: none;
  transition: all .2s ease-in-out;
}

.item-carousel .def-btn:hover {
  background-color: #cb8a39;
  color: #000 !important;
}


.default-title-and-content table {
  width: 100%;
}

.default-title-and-content table tr td {
  border: 1px solid #fff;
  padding: 7px 15px;
  color: #fff;
}

.buttons-block {
  padding: 20px 0;
}

.buttons-block__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.buttons-block__wrapper a {
  border: 2px solid #cb8a39;
  margin: 10px;
  border-radius: 35px;
  padding: 10px 25px;
  min-width: 100px;
  text-align: center;
  font-weight: 600;
  background-color: #cb8a3942;
  color: #cb8a39 !important;
  text-decoration: none;
  font-size: 21px;
  outline: none;
  transition: all .2s ease-in-out;
}

.buttons-block__wrapper a:hover {
  color: #000 !important;
  background-color: #cb8a39;
}

.default-title-and-content table tr th {
  border: 1px solid #fff;
  padding: 7px 15px;
  color: #fff;
}


.content-and-image__wrapper__item__image-block img {
  width: 100%;
}

.pl-h1 {
  padding-left: 0;
}

.pl-h2 {
  padding-left: 15px;
}

.pl-h3 {
  padding-left: 30px;
}

.pl-h4 {
  padding-left: 45px;
}

.pl-h5 {
  padding-left: 60px;
}

.pl-span {
  padding-left: 0;
}

.anchors-block {

}

.languages-block {
  display: flex;
  flex-wrap: wrap;
}

.languages-block__item {
  margin: 6px;
}

.languages-block__item img {
  max-width: 30px;
}

.anchors-block__wrapp {
  padding: 20px;
  border-radius: 5px;
  min-width: 300px;
  display: table;
}

.anchors-block__wrapp li {

}

.anchors-block__wrapp li a {
  outline: none;
}

.providers {
  padding: 30px 0;
}

.providers__wrapper {
  display: flex;
  flex-wrap: wrap;

}

.providers__wrapper__item {
  margin: 10px 0;
}

.providers__wrapper__item a {

}

.providers__wrapper__item img {
  width: 100%;
}


.btns-wrapp {
  display: flex;
  flex-wrap: wrap;
}

.btns-wrapp a {
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  margin: 10px;
  padding: 6px 15px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}


.fixed-menu {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

body {
  margin: 0;
  overflow-x: hidden;
  direction: rtl;
  background-size: cover;
  background-position: center;
  background-color: #000;
}

.default-btn a {
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
}

.default-btn {
  display: flex;
  transition: all .2s ease-in-out;
}

.default-btn:hover {
  opacity: .9;
}

main {
  display: block;
}


h1 {
  font-size: 2.3em;
  margin: 0 0 0.67em;
}


*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */


h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 15px;
}


a {
  color: #dd3333;
}

a:hover,
a:focus,
a:active {
  color: #dd3333;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}


html {
  box-sizing: border-box;
  background: #1a1a1a;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

nav {

  height: auto;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

nav #menu {
  position: relative;
  display: flex;
  height: 100%;
  margin-bottom: 0;
}

nav #menu li {
  padding: 0px 30px;
  cursor: pointer;
  line-height: 70px;
  transition: all 0.3s ease-out;
}

nav #menu li:hover {
  background: #333;

}

nav #menu li:hover a {
  text-decoration: none;
}

nav #menu li a {
  color: #fff;
}

#hamburger {
  position: relative;
  right: 0;
  top: 0;
  z-index: 999;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  display: none;
}

#hamburger .line {
  height: 3px;
  background: #fff;
  margin: 4px auto;
  backface-visibility: hidden;
}

#hamburger.active #one {
  transform: rotate(45deg) translateX(6px) translateY(6px);
}

#hamburger.active #two {
  opacity: 0;
}

#hamburger.active #three {
  transform: rotate(-45deg) translateX(4px) translateY(-4px);
}

.mobile-menu {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: table;
}

.mobile-menu .mobile-menu__items {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.mobile-menu .mobile-menu__items li {
  display: block;
  padding: 20px 0;
  text-align: center;
  font-size: 35px;
  min-height: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.mobile-menu .mobile-menu__items li:hover {
  color: #fff;
  background: #212121;
}

.mobile-menu .mobile-menu__items li:hover a {
  transition: all 0.3s ease-out;
  color: #fff;
}

.foot-logotype {
  margin: 30px 0;
  max-width: 150px;
}

.mobile-menu .mobile-menu__items li a {
  color: #212121;
}

.mobile-menu.active {
  visibility: visible;
  opacity: 0.99;
}

#brand img {
  max-width: 150px;
  padding: 10px;
}


.footer {
  padding: 30px 0;
  overflow-x: hidden;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.footer__wrapper__item p {
  margin: 0 0 30px;
}

#menu-footer {
  display: flex;
  flex-wrap: wrap;
}

#menu-footer li {
  margin-right: 15px;
}


.footer__wrapper__item #menu_foot {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer__wrapper__item #menu_foot li {
  list-style: none;
  margin-right: 15px;
  margin-bottom: 10px;
}

.footer__wrapper__item #menu_foot li:last-of-type {
  margin-right: 0;
}

.copyright-foot {
  margin: 30px auto 0;
  text-align: center;
}

.copyright-foot img {
  max-width: 30px;
  margin-right: 15px;
}

.footer__wrapper__item #menu_foot a {
  text-decoration: none;
}

.footer__wrapper__item .socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.foot_block_title {

}

.footer__wrapper__item .socials .socials__item {
  margin: 5px 5px 5px 0;
}

.footer__wrapper__item .socials .socials__item a {
  outline: none;
}

.footer__wrapper__item .socials .socials__item a > img {
  max-width: 25px;
}


.content-and-image {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
}


.content-and-image__wrapper__item__content .button-content {
  padding: 10px 20px;
  outline: none;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.content-and-image__wrapper__item__content .button-content:hover {
  opacity: .9;
}

.full-image {
  max-height: 560px;
  overflow: hidden;
}

.full-image img {
  object-fit: contain;
  object-position: top;
  max-height: 560px;
  width: 100%;
}

.faq-section {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 98% 0%;
}

.faq-list {
  margin-top: 25px;
}

.faq_item {

  padding: 15px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, .3);
}

.default-title-and-content {
  padding: 10px 0;
}

.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  color: #fff;
  z-index: 999;
  background-color: rgba(255,255,255,.6);
  padding: 8px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  border-radius: 50%;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.scrollTop img {
  max-width: 30px;
}

.mobile-view {
  margin-top: 60px;
}

.mobile-view a {
  margin: 10px 10px 10px 0;
}

.default-title-and-content table {
  width: 100%;
}



/*menu*/


header {
  
  top: 0;
  padding: 10px 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.default-title-and-content h1, .default-title-and-content h2, .default-title-and-content h3, .default-title-and-content h4, .default-title-and-content h5, .default-title-and-content p, .default-title-and-content ul li, .default-title-and-content ol li {
  color: rgba(255,255,255,.7);
  text-align: right;

}

.default-title-and-content ol {
  padding-left: 30px;
  list-style: decimal !important;
}

.default-title-and-content ol li {
  list-style: decimal !important;
}

.default-title-and-content ul {
  padding-left: 30px;
  list-style: dotted !important;
}

.default-title-and-content ul li {
  list-style: dotted !important;
}

.default-title-and-content h1, .default-title-and-content h2, .default-title-and-content h3, .default-title-and-content h4, .default-title-and-content h5 {
  color: #cb8a39;
}


.default-title-and-content p a {
  color: #996600;
  text-decoration: underline;
}




.logo {
  position: relative;
  z-index: 123;
  font: 18px verdana;
  color: #6DDB07;
  float: left;
}

.logo a {
  color: #6DDB07;
}

nav {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.flex-inline-style {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  border: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {
  font-family: sans-serif;
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#cssmenu > ul > li {
  float: left
}

#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ddd;
  outline: none;
  font-weight: 700;
}

.text p a {
  color: red !important;
  text-decoration: underline;
}

#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
  color: #fff
}

#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
  background: #996600 !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #333;
  transition: all .25s ease
}

#cssmenu ul ul li:hover {
}

#cssmenu li:hover > ul {
  left: auto
}

#cssmenu li:hover > ul > li {
  height: auto;
  min-height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333
}

.buttons-register {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.container {
  background-color: transparent !important;
}

.logotype-header {
  max-width: 110px;
}

.buttons-register a {
  padding: 5px 10px;
  background-color: #996600;
  color: #fff;
  text-decoration: none;
  margin: 5px;
  font-size: 14px;
  outline: none;
}

.buttons-register a:hover {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
    float: none
  }

  .buttons-register {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    top: 23px;
    transform: translate(-50%);
  }



  .logo2 {
    display: none
  }

  nav {
    width: 100%;
  }

  #cssmenu {
    width: 100%
  }

  #cssmenu ul {
    width: 100%;
    display: none;
    margin-top: 50px;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444
  }

  #cssmenu ul li:hover {
    background: #363636;
  }

  #cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto
  }

  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0
  }

  #cssmenu > ul > li {
    float: none
  }

  #cssmenu ul ul li a {
    padding-left: 25px
  }

  #cssmenu ul ul li {
    background: #333 !important;
  }

  #cssmenu ul ul li:hover {
    background: #363636 !important
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px
  }

  #cssmenu ul ul li a {
    color: #ddd;
    background: none
  }

  #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #fff
  }

  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }

  #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
    display: none
  }

  #cssmenu #head-mobile {
    display: block;
    padding: 0;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    z-index: 12399994;
  }

  .mobile-view {
    display: none;
  }

  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 0px solid #dddddd;
    content: ''
  }

  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
  }

  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #262626
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none
  }

  #cssmenu ul ul ul li.active a {
    border-left: none
  }

  #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none
  }
}

/*AMEDIA*/


@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

@media (min-width: 992px) {
  .mobile-menu {
    visibility: hidden !important;
  }
}

@media (max-width: 992px) {

  .container {
    max-width: initial;
  }
  .desktop-view {
    display: none;
  }


  /*CASINO TABS*/

  .casino-tabs__wrapper__item {
    display: block;
    width: 100%;
    max-width: calc(50% - 30px);
    margin: 0 15px 30px;
  }

  .item-carousel .name-sponsor {
    font-size: 18px;
  }

  .casino-tabs__wrapper {
    margin: 0 -15px;
  }

  .casino-tabs__wrapper__item__logo .name {
    margin-top: 5px;
  }

  .casino-tabs__wrapper__item__info-block .title, .casino-tabs__wrapper__item__info-block .description {
    text-align: center;
  }

  .casino-tabs__wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .casino-tabs__wrapper__item__info-block {
    margin-bottom: 20px;
    padding: 0;
  }

  .casino-tabs__wrapper__item, .casino-tabs__wrapper__item__btns {
    display: flex;
    flex-direction: column;
  }

  .casino-tabs__wrapper__item__info-block:last-child {
    margin-bottom: 0;
  }

  .casino-tabs__wrapper__item__btns .ref-btn {
    min-width: 200px;
  }

  /*CASINO TABS end*/



  .footer__wrapper__item #menu_foot {
    justify-content: flex-start;
  }

  .content-and-image__wrapper__item__image-block, .content-and-image__wrapper__item__content {
    padding: 0;
  }

  .content-and-image__wrapper__item__image-block {
    margin-bottom: 20px;
  }


}

@media screen and (max-width: 576px) {
  .container {
    max-width: initial;
  }
}

@media screen and (max-width: 500px) {
  /*CASINO TABS*/

  .casino-tabs__wrapper {
    flex-direction: column;
  }

  .casino-tabs__wrapper__item {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }

  .casino-tabs__wrapper { 
    margin: 0;
  }

  /*CASINO TABS end*/
}
