﻿/*   
Theme Name: burum
Author: Dmitrij Nikolaenko
Authot Email: dmitrij.nikolaenko.91@gmail.com
*/

html, body{width: 100%;min-height: 100%;}
html { scroll-behavior: smooth;}
body{
font-family: "Arimo", sans-serif; word-break: break-word;background: linear-gradient(45deg, #131434, #142648, #184373); background-attachment: fixed;    font-size: 18px; color: #c1cdda; }
/***position foter***/
* {margin: 0;padding: 0;}
html, body {height: 100%;}
#content-sites {display: flex;flex-direction: column;height: 100%;}
#content {flex: 1 0 auto;}
#footer {flex: 0 0 auto;}
/*** end position foter***/
.container-box {
    max-width: 1470px;
    margin: auto;
    min-height: 1px;box-sizing: border-box;
	width: 100%;
		padding-left: 25px;
		padding-right: 25px;
}
a, input, img, textarea{outline: none;}
a{transition: 0.3s;    color: #03A9F4;}
a:hover{transition: 0.3s;}
#amp-mobile-version-switcher{ display: none !important; }
h1{font-size: 2.6em;padding-bottom: 24px;font-family: "IBM Plex Sans", sans-serif;    font-weight: 600; color: #fff;}
h2{font-size: 2.2em;padding-bottom: 22px;font-family: "IBM Plex Sans", sans-serif;    font-weight: 600;    background: linear-gradient(45deg, #FFD700, #FFA500, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;	}
h3{font-size: 2em;padding-bottom: 20px;font-family: "IBM Plex Sans", sans-serif;    font-weight: 600;}
h4{font-size: 1.8em;padding-bottom: 18px;font-family: "IBM Plex Sans", sans-serif;    font-weight: 600;}
h5{font-size: 1.7em;padding-bottom: 16px;font-family: "IBM Plex Sans", sans-serif;    font-weight: 600;}
p{ font-size: 1em;padding-bottom: 12px;font-weight: 400;line-height: 150%;}
li{font-size: 1em;padding-bottom: 6px;font-weight: 400;}
ul, ol{padding-bottom: 12px;}
#go-top {position: fixed;width: 50px;height: 50px;line-height: 50px;bottom: 40px;right: 40px;z-index: 99;text-align: center;color: #fff !important;background: rgba(0, 0, 0, 0.28) url('/wp-content/themes/burum/img/to-top.png');background-position: center center;background-repeat: no-repeat;cursor: pointer;transition: 0.4s}
#go-top:hover {background: rgba(0, 0, 0, 0.54) url('/wp-content/themes/burum/img/to-top.png');background-position: center center;background-repeat: no-repeat;transition: 0.4s}
/***defaul for breadcrumbs**/
#breadcrumbs{
	font-size: 14px;
}
.breadcrumbs-page{border-bottom: 1px solid rgb(113 86 35 / 26%);
    padding-bottom: 8px;
    margin-bottom: 25px;
    padding-top: 18px;
	}
.breadcrumbs-page a{text-decoration: none !important;color: #6a6d5d !important; text-shadow: none;}
.breadcrumbs-page a:hover{text-decoration: underline !important;}
/**defaul for galery wordpress**/
.gallery {float: none;display: inline-block;width: 100%;}
.gallery img{width: 100%;height: auto;border: none !important;margin-bottom: 0px;transition: 0.3s;}
.gallery img:hover{-webkit-filter: sepia(100%);transition: 0.3s;}
.gallery-item{margin-top: 0px;}
/**defaul for img***/
img.alignleft{max-width: 50%;height: auto;margin-right: 25px;margin-bottom: 25px;margin-top: 25px;float: left;}
img.aligncenter{max-width: 100%;height: auto;margin-bottom: 25px;margin-top: 25px;float: none;}
img.alignright{max-width: 50%;height: auto;margin-left: 25px;margin-bottom: 25px;margin-top: 25px;float: right;}
.active-img {position: fixed !important;z-index: 999 !important;overflow: unset !important;top: 50% !important;left: 50% !important;transform: translate(-50%, -50%) !important;max-width: 80% !important;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.38) !important;}
.close-img{position: fixed;z-index: 999;width: 30px;height: 30px;top: 8px;right: 8px;background: url('/wp-content/themes/burum/img/close-img.png');background-size: contain;cursor: pointer;display: none;}
/**end default**/
/* Класс для блокировки прокрутки */
.no-scroll {
  overflow: hidden;
}
/****footer***/
footer {
	background: #000000;
    padding: 20px 0px 16px 0px;
    color: #ffffea;
    display: inline-block;
    width: 100%;
    z-index: 2;
    bottom: 0px;
}
.footer-box{display: flex;flex-direction: row;flex-wrap: wrap; align-items: flex-start;justify-content: space-between;	}
.box-content-footer{ width: 33.333%; padding: 15px; box-sizing: border-box;	}
.box-content-footer ul{list-style-type: none;    margin: 0px;}
.box-content-footer p{font-size: 16px;	}
.box-content-footer a{text-decoration: none;font-size: 16px;color: #000;	display:block;padding-bottom:4px;}
.box-content-footer a:hover{color:#888;}
.box-footer-contact{display: flex;flex-direction: column;align-items: flex-end;	}
.box-footer-contact a{font-size: 22px;font-weight:600;padding-bottom:8px;}
.box-footer-menu{text-align:center;}
.date-site{text-align: center;padding: 15px;	font-size:15px;}
/*** end footer style***/
/***header style***/
.header{
position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background:#141433;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.49);
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
.box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
    padding-top: 4px;	
}
.menu-top-site > ul{
display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-top-site ul{
    list-style-type: none;
    margin: 0px;		
	padding:0px;
}
.menu-top-site li{padding:0px;}
.menu-top-site a{
    text-decoration: none;
    font-size: 17px;
    color: #ffffea;
    padding: 10px;
    font-weight: 300;
}
.menu-top-site a:hover{color:#FF9800;}
.contacts-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;	
}
.phone-header{
    text-decoration: none;
    font-size: 22px;
    padding: 12px;
    font-weight: 600;
    color: #888;	
}
.phone-header:hover{
	color: #666;
}
.logo-header img{
	height:74px;
}
/*** end header style***/
/*** ul & ol down style ****/
ul.children-ul{
position: absolute !important;
    top: 27px;
    white-space: nowrap;
    background:#0065a3;
    box-shadow: 0px 1px 2px rgba(2, 2, 2, 0.25);
    padding: 12px 10px !important;
    left: -10px;
}
ul.children-ul a{
    padding: 6px 6px;
    display: block;	
}
ul.menu a{
	position:relative;
	z-index:1;
}
.arrow-bottom , .arrow-top {
    position: relative;
}
.arrow-bottom:before {
    content: '\203A';
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s;
    color: #d6d6d6;
    font-size: 18px;
    transform: rotate(90deg);
	transition:0.3s;
	transform-origin:center;
}
.arrow-top:before {
    content: '\203A';
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 0.3s;
    color: #d6d6d6;
    font-size: 18px;
    transform: rotate(-90deg);
	transition:0.3s;
	transform-origin:center;
}
/*** end ul & ol down style ****/
/*******/
/****mobile***/
.mobile-menu{display:none;}
.mobile-buttons{
	display: none;
	position:relative;
	width: 50px;
    height: 50px;
}
/****end mobile style***/
/***other styles****/
.button-pages{
    font-size: 16px;
    background: #00FF41;
    padding: 16px 30px;
    line-height: 140%;
    color: #000000;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 300;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 3;
    transition: 0.3s;
    box-shadow: 0 4px 20px rgba(0, 255, 65, 0.2);
}
.box-list-bezdep-casino{padding-bottom: 80px; padding-top: 80px;}
.btn_border_green{
font-size: 13px;
    background: transparent;
    padding: 12px 20px;     text-align: center;
    line-height: 140%;
    color: #00FF41;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 300;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 3;
    transition: 0.3s;
    box-shadow: 0 4px 20px rgba(0, 255, 65, 0.2);
    border: 1px solid #00FF41;
}
.text-center{    text-align: center;
    display: block !important;}
.button-border{
    font-size: 18px;
    padding: 14px 30px;
    color: #FF9800;
    font-weight: 600;
}
.button-pages:after, .btn_border_green:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(0deg, transparent, rgb(255 255 255 / 56%), transparent);
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
@-webkit-keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
.button-pages:hover{
	background: #ffb952;
	transition:0.3s;
}
.box-before-header{width:100%;}
.button-top-modal{display:none;}
/***end other styles****/
span.wpcf7-not-valid-tip, .ajax-loader, .wpcf7 br{ display: none!important;}
input.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    background: #fff;
}
.post_queastion nav:hover {
	color: #00f082;
}
.post_queastion nav {
font-size: 1.1em;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    padding-right: 24px;
    color: #fff;
}
.post_queastion nav:before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2020/03/close-img-min.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    right: 2px;
    transform: rotate(45deg);
    width: 16px;
    transition: 0.3s;
    height: 16px;
}
.active_question:before {
    transform: rotate(180deg) !important;
    transition: 0.3s;
}
.post_queastion section {
    padding-top: 20px;
    display: none;
    line-height: 140%;
}
.post_queastion {
border: 1px solid #0d0b23;
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 8px;
    background: #13112b;
    transition: 0.3s;
}
.flex_start_center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.title_catalog {
    padding-bottom: 48px;
    background: linear-gradient(45deg, #00ff41, #00d4ff, #ff006e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;     display: inline-block;
}
.box_faq {
    background: linear-gradient(179deg, #2d1b69, #101025);
}
.box-site {
    padding-bottom: 70px;
    padding-top: 80px;
}
.text_section{padding-bottom: 20px;}
.banner_mon1, .fifty_box{
	width:calc(50% - 25px);     padding-bottom: 35px;
}
.banner_mon1{
	display:none;
}
.box-monitor1{
    background: radial-gradient(#15385c, #131232);
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
    padding-top: 120px;
}
.container-monitor1{text-align: center;    max-width: 940px;}
.btns_mon1{margin: auto;}
.box-monitor1-pages{
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
}
.title_monitor1{
	padding-bottom: 12px; font-size: 1.8em;
}
.big_text{
    padding-bottom: 19px; font-size: 1.5em;
}
.before_title_mon1{
	    padding-bottom: 24px;
    font-size: 1.4em;
}
.color_riobet{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4em;
    background: linear-gradient(45deg, #FFD700, #FFA500, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;	
}
.btn_border{
    border: 1px solid #4b4b4b;
    border-radius: 30px;
    padding: 16px 50px 16px 30px;
    box-sizing: border-box;
    background: #394042;
    transition: 0.3s; display: inline-block;
    cursor: pointer;    position: relative;
    z-index: 3;
}
.btn_border:before{
content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/arrow_down.webp);
    top: 19px;
    right: 20px;
    width: 14px;
    height: 15px;
    background-position: center;
    background-size: contain; transition: 0.3s;
    z-index: 29;
}
.active_btn_slid_down:before{
content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/arrow_down.webp);
    top: 19px;
    right: 20px;
    width: 14px;
    height: 15px;
    background-position: center;
    background-size: contain;
    z-index: 29; transform: rotate(180deg);	transition: 0.3s;
}
.btn_border:hover{
	transition: 0.3s;  background: #6e6e6e;  border: 1px solid #999999;
}
.container-list-bezdep-casino{
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.post-list-bezdep-casino{
    background: #141433;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
.top_cart_casino{ padding-bottom: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
}
.count_fs{
width: calc(50% - 25px);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0) 100%);     overflow: hidden;
    pointer-events: none;
    text-align: center;
    padding: 13px;
    box-sizing: border-box;
    border-radius: 29px;
}
.count_fs:after{
	content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    transform: rotate(30deg);
    opacity: 0;
    transition: opacity 0.3s 
ease;
}
.logo_casino{
    width: calc(50% - 25px);
    max-height: 50px;
    object-fit: contain;	
}
.title_casino{
    background: linear-gradient(45deg, #00ff41, #00d4ff, #ff006e);
    -webkit-background-clip: text;     padding-bottom: 10px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block; padding-top: 12px;	
}
.row_info_casino{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 15px;	
}


.text_section{width:100%;}
.btn_margin_left{margin-left: 5px;}
.block_site{
	padding-top: 120px; padding-bottom: 120px;
}
.block_mirror_site{
    background: #131434;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.img-reflection {
    position: relative;
    display: inline-block;
}
.img-reflection img {
    display: block;
    width: 100%;
    position: relative;
}
#bonuses{background: #19173e;}
.img-reflection .reflection {
    opacity: 0.4;
    transform: perspective(566px) rotateX(256deg) rotateY(2deg) rotateZ(-38deg) rotate(31deg) skewY(-5.5deg);
    transform-style: preserve-3d;
    position: absolute;
    bottom: -87%;
    aspect-ratio: 10 / 8;
    width: 134%;
    z-index: -1;
    left: -22%;
}
.flex_start_betveen{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text-cetner{text-align:center;}
.block_regisrtation{
	position:relative;
	padding-top: 160px; padding-bottom:160px;
}
.block_regisrtation:before{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(/wp-content/uploads/2025/06/logon.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: -1;
    filter: blur(4px);
}
.max-width-container{ max-width: 460px; margin: auto;}
.container-relative{ position: relative;}
.box-absolut-text-slid{
	background: rgb(45, 52, 54);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 25px;
    margin-top: 16px;
    text-align: left;
    position: absolute;
    z-index: 99;
    box-shadow: rgb(0, 0, 0) 3px 3px 8px;
}
.banner_bonuses{width:100%;}
.post_bonus{
	width:calc(50% - 20px);
	margin-bottom: 25px; position: relative;
}
.fourty_box{width:calc(40% - 20px);}
.sixy_box{width:calc(60% - 20px);}
.title_post_bonus{
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 10px;
    color: #89bcff;
}
.text_post_bonus{position: relative;}	
.toggle-btn{    
	color: #888;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    padding-top: 10px; cursor:pointer;
}	
.text_post_bonus .text_content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* показываем 3 строки */
    -webkit-box-orient: vertical;
    transition: max-height 0.3s ease;
    max-height: 4.5em; /* примерно 3 строки */
}

.text_post_bonus.expanded .text_content {
    -webkit-line-clamp: unset;
    max-height: 1000px; /* большое значение — для развёрнутого состояния */
}
.text_post_bonus .toggle-btn > img{
    width: 20px;
    margin-left: 6px;
    margin-top: 0px;
    transition: 0.3s;
    transform: rotate(0deg);	
}
.text_post_bonus.expanded .toggle-btn > img{
    transition: 0.3s;
    transform: rotate(180deg);	
}
.post_text_bonuses_column h3{color: #f4c48a;}
.box-bests, .box_infor_bests{
    background: #141433;
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
    padding-top: 120px;
}
.box-bests:before{
	content: '';
	position: absolute;
	top: 20px; right:0px; bottom:30px; left: calc(50% + 25px);
	background: url('/wp-content/uploads/2025/06/roulette_christmas1.webp');
	background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}
.block_council_expert{
    padding-top: 42px;
}
.foto_expert{
    display: flex;
    flex-direction: row; align-items: center;
    flex-wrap: wrap;     padding-bottom: 25px;
    justify-content: flex-start;	
}
.title_block{
	font-family: "IBM Plex Sans", sans-serif;
	    font-size: 28px;
    font-weight: 600;     width: 100%;
	padding-bottom: 26px;     color: #ffe88d;
}
.foto_expert img{
	border-radius: 50%;
    width: 140px;
    aspect-ratio: 10 / 10;
    object-fit: cover;
    object-position: center;
    margin-right: 25px;
}
.foto_expert section{
	width: calc(100% - 165px);
}
.name_expert{
    font-size: 28px;
    padding-bottom: 8px;	
}
.type_expert{
	
}
.text_expert{    
    position: relative;
    font-style: italic;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 20px;
    line-height: 140%;
    display: block;
    color: #d6d6d6;
    font-weight: 300;
    text-align: justify;
    box-sizing: border-box;
}
.text_expert:before{
content: '\201C';
    position: absolute;
    top: 16px;
    left: 0px;
    font-size: 65px;
    color: #ffffff;
    opacity: 0.3;
    font-weight: 700;
}
.text_expert:after{
    content: '\201D';
    position: absolute;
    top: 16px;
    right: 0px;
    font-size: 65px;
    color: #ffffff;
    opacity: 0.3;
    font-weight: 700;
}


table{
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  color: #f5f5f5; /* светлый текст */
  background: rgb(20 31 64); /* полупрозрачная подложка */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);  word-break: keep-all;
}
.tablebox{overflow-x: auto;}
/* Заголовок таблицы */
 thead th {
  background: linear-gradient(45deg, #775a24, #2b2e16);
  color: #fff;
  text-transform: uppercase;
  padding: 14px 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #a07b3b;
}

/* Ячейки */
 td {
  padding: 12px 16px;     vertical-align: middle;
  border: 1px solid rgb(17 41 67);
}

/* Чётные строки — тёмный оттенок */
 tr:nth-child(even) {
  background: rgb(19 24 57);
}

/* Наведение */
tr:hover {
  background: rgba(160, 123, 59, 0.15);
  transition: 0.3s;
}

/* Первый столбец (параметр) выделим */
 td:first-child {
  font-weight: 600;
  color: #89bcff; /* золотистый */
  width: 30%;
}
tr:first-child{
background: #34345c;	
}
.container_foty_sixy_order .flex_start_betveen:nth-child(2n) .sixy_box{
	    order: 2;
}
.container_foty_sixy_order .flex_start_betveen{padding-bottom:20px; padding-top: 20px;}

@media(max-width:1200px){
	.container-list-bezdep-casino {
		grid-template-columns: 1fr 1fr;
	}
	.box-monitor1{padding-bottom: 50px;
    padding-top: 50px;}
}
@media(max-width:1024px){
	.container_foty_sixy_order .flex_start_betveen .sixy_box{
	    order: 2;
	}
	.box-monitor1-pages:before{display:none;}
	.btn_monitor1{margin-bottom: 20px;}
	.banner_mon1 {
		display: block;
        opacity: 0.3;
        position: absolute;
        object-fit: contain;
        width: 100%;
        height: 100%; top: 0px;
        bottom: 0px;
        z-index: -1;
        object-position: center top;
	}
	.container_foty_sixy_order .flex_start_betveen:nth-child(2n) .fourty_box {order: 1;}
	.container_foty_sixy_order .flex_start_betveen:nth-child(2n) .sixy_box {order: 2;}
	.fourty_box, .sixy_box{width: 100%; padding-bottom: 6px; padding-top: 6px;}
	.text_1_best_plays{padding-top: 25px;}
	.banner_mon1, .fifty_box { width: calc(100% - 0px);	padding-bottom: 16px;}
	.box-monitor1:before, .box-bests:before{display:none;}
	.title_monitor1, .before_title_mon1{text-align: center;}
	.btns_mon1{justify-content: center;}
	.block_site { padding-top: 30px; padding-bottom: 25px;}
	.box-absolut-text-slid{position: relative;}
	.logo-header img {height: 50px;}
	.post_bonus{width: calc(50% - 8px);}
	.img-reflection .reflection{
		opacity: 0.4;
		transform: perspective(997px) rotateX(256deg) rotateY(2deg) rotateZ(-38deg) rotate(31deg) skewY(-5.5deg);
		transform-style: preserve-3d;
		position: absolute;
		bottom: -78%;
		aspect-ratio: 10 / 8;
		width: 118%;
		z-index: -1;
		left: -14%;
	}
	.box-bests, .box_infor_bests {
		background: #071908;
		position: relative;
		z-index: 3;
		padding-bottom: 40px;
		padding-top: 50px;
	}
	
	
}
.mobil_menu_header_btn{display:none;}
@media(max-width:960px){
	.title_monitor1{font-size:1.1em;}
	.box-bests, .box_infor_bests {
		padding-bottom: 30px;
		padding-top: 40px;
	}
	.box-site {
		padding-bottom: 40px;
		padding-top: 50px;
	}
	.title_catalog{padding-bottom:20px;font-size: 1.8em;}
	.post_queastion{padding: 16px;}
	.post_queastion nav{font-size: 1.2em;}
	body{font-size:16px;}
	.mobile-menu{
		        display: flex;
        position: fixed;
        z-index: 99;
        background: #1e1e1e;
        width: 100%;
        box-sizing: border-box;
        padding: 16px 12px;
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
        border-top: 1px solid rgba(136, 136, 136, 0.15);
        bottom: 0px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
	.mobile-menu::-webkit-scrollbar-button {background-image:url('');background-repeat:no-repeat;width:6px;height:0px}
	.mobile-menu::-webkit-scrollbar-track {background-color:#ecedee}
	.mobile-menu::-webkit-scrollbar-thumb {-webkit-border-radius: 0px;border-radius: 2px;background-color:#9ba8dd;transition: 0.3s;}
	.mobile-menu::-webkit-scrollbar-thumb:hover{background-color:#808dc3;transition: 0.3s;}
	.mobile-menu::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:6px;height:0px}
	.mobile-menu::-webkit-scrollbar{width: 6px;}	
	
	.mobile-menu ul{
	    list-style-type: none;
		margin: 0px;
		padding: 12px;	
	}
	.mobile-menu li{
		padding-bottom: 8px;
	}
	.mobile-menu ul a{
		        text-decoration: none;
        color: #ffffff;
        display: block;
        padding: 8px 12px;
        font-size: 20px;	
	}
	.mobile-menu ul a:hover{color:#888;}
	.children-ul {
		position: relative !important;
		top: 4px;
		white-space: normal;
		background: transparent;
		box-shadow: none;
		padding: 8px 8px 8px 20px !important;
		left: 0px;
		z-index: 99;
		width: 100%;
		box-sizing: border-box;
	}
	.children-ul li{
		position:relative;
	}
	.children-ul li:before{
	    content: '—';
		position: absolute;
		left: -8px;
		top: 0px;	
	}
	.menu-top-site{display:none;}
	.open-mobile-menu, .mobile-buttons{
		display: block;
	}
	.open-mobile-menu, .close-mobile-menu{
		position: absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		cursor:pointer;
	}
	.open-mobile-menu:hover, .close-mobile-menu:hover{
		background-color: #ffb952;
	}
	.open-mobile-menu{
		background: url('/wp-content/uploads/2020/03/menu_button.png');
		background-position: center;
                background-size: 38%;
        background-repeat: no-repeat;
        background-color: #184073;
	}
	.close-mobile-menu{
		background:url('/wp-content/uploads/2020/03/close-img-min.png');
		        background-position: center;
               background-size: 38%;
        background-repeat: no-repeat;
        background-color: #184073;
		display:none;
	}
	.footer-box{justify-content: center;}
	.box-content-footer{width:50%;}
	.box-footer-contact{    align-items: center;}
	.box-footer-menu{text-align:right;}
	h1{font-size:;}
	h2{font-size: 1.8em;}
	h3{font-size: 1.6em;}
	h4{font-size: 1.3em;}
	h5{font-size: 1.2em;}
}
@media(max-width:740px){
	.button-top-modal{display:block;margin-bottom:15px}
	.box-content-footer{width:100%; text-align:center;padding:15px 0px;}
	.container-list-bezdep-casino {
		grid-template-columns: 1fr;
	}
}
@media(max-width:520px){
	.post_bonus{width: 100%;}
}
@media(max-width:420px){
	.contacts-header{display:none;}
	.mobil_menu_header_btn{display:inline-block;}
}
/**for js**/
#answer-top-modal-form-order-call-back, #answer-modal-form-ok{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    background: #fff;
    padding: 25px;
    z-index: 999;
    box-shadow: 0px 0px 8px 1px #000;
    line-height: 150%;	
	display:none;
}
.display-none{
	display: none !important;
}
.display-block{
	display: block !important;
}