﻿/*   
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: #1e1e1e;     font-size: 18px; color: #ffffea; }
/***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;}
a:hover{transition: 0.3s;}
h1{font-size: 2.6em;padding-bottom: 24px;font-family: "IBM Plex Sans", sans-serif;    font-weight: 600;}
h2{font-size: 2.2em;padding-bottom: 22px;font-family: "IBM Plex Sans", sans-serif;    font-weight: 600;}
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-page{border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 25px;
    padding-top: 25px;
	}
.breadcrumbs-page a{text-decoration: none !important;color: #391c0c99 !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:#000000;
	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: 56px;
    height: 56px;
}
/****end mobile style***/
/***other styles****/
.button-pages{
    font-size: 16px;
    background: #f8e58d;
    padding: 16px 30px;
    line-height: 140%;
    color: #000000;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 3;
    transition: 0.3s;
}
.button-border{
    font-size: 18px;
    padding: 14px 30px;
    color: #FF9800;
    font-weight: 600;
}
.button-pages: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: #FF9800;
}
.post_queastion nav {
    font-size: 1.4em;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 1; padding-right: 24px;
}
.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: 8px;
    right: 8px;
    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 #4b4b4b;
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 8px;
    background: #394042;
    transition: 0.3s;
}
.flex_start_center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.title_catalog {
    font-size: 2em;
    padding-bottom: 48px;
}
.box_faq {
    background: #2D3436;
}
.box-site {
    padding-bottom: 70px;
    padding-top: 80px;
}
.text_section{padding-bottom: 20px;}
.banner_mon1, .fifty_box{
	width:calc(50% - 15px);     padding-bottom: 35px;
}
.banner_mon1{
	display:none;
}
.box-monitor1{
    background: #0b1506;
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
    padding-top: 120px;
}
.box-monitor1:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 30px;
    right: calc(50% + 30px);
    background: url(/wp-content/uploads/2025/06/fon1ss-scaled.webp);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
.title_monitor1{
	padding-bottom: 42px; 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{
color: #ffc237;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4em;	
}
.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;
}
.text_section{width:100%;}
.btn_margin_left{margin-left: 5px;}
.block_site{
	padding-top: 120px; padding-bottom: 120px;
}
.block_mirror_site{
    background:#200604;
    position: relative;
    z-index: 3;     overflow: hidden;
}

.img-reflection {
    position: relative;
    display: inline-block;
}

.img-reflection img {
    display: block;
    width: 100%;
    position: relative;
}

.img-reflection .reflection {
    /* transform: scaleY(-1); */
    opacity: 0.2;
    transform: perspective(997px) rotateX(256deg) rotateY(2deg) rotateZ(-38deg) rotate(31deg) skewY(-5.5deg);
    transform-style: preserve-3d;
    position: absolute;
    bottom: -91%;
    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/fon-login.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%;
    max-width: 270px;
    float: inline-end;
}
.post_bonus{
    width: calc(33% - 20px);
    margin-bottom: 20px;
    position: relative;
    margin-top: 32px;
}
.fourty_box{width:calc(40% - 10px);}
.sixy_box{width:calc(60% - 10px);}
.title_post_bonus{    font-size: 1.3em;
    font-weight: 600;
    padding-bottom: 12px;
    color: #f4c48a;}
.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{
    background: linear-gradient(67deg, #060e12, #2a3a3f);
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
    padding-top: 120px;
}
.box_infor_bests{
    background: linear-gradient(217deg, #000000, #2d3436);
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
    padding-top: 120px;	
}
.box-bests:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 30px;
    right: calc(50% + 25px);
    background: url(/wp-content/uploads/2025/06/casino-legal-suisse.webp);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}
.box_infor_bests{
}

@media(max-width:1024px){
	.banner_bonuses {
	           width: 80%;
        float: none;
        margin: auto;
        display: block;
        max-width: 80%;
        opacity: 0.2;
        position: absolute;
        top: 17px;
        left: 10%;
	}
	.text_mirrors{order:2;}
	.for_mirror_effect{        order: 1;
        max-width: 80%;
        margin-left: 10%;}
	.sixy_box{padding-top: 120px;}
	.btn_monitor1{margin-bottom: 20px;}
	.banner_mon1 {
		display: block;
        opacity: 0.2;
        position: absolute;
        object-fit: contain;
        width: 100%;
        height: 100%; top: 0px;
        bottom: 0px;
        z-index: -1;
        object-position: center top;
	}
	.fourty_box, .sixy_box { width: 100%;}
	.text_1_best_plays{padding-top: 135px;}
	.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: 50px;
		padding-bottom: 40px;
	}
	.box-absolut-text-slid{position: relative;}
	.logo-header img {
		height: 50px;
	}
	.post_bonus{width: calc(50% - 8px);}
	.img-reflection .reflection{
        opacity: 0.2;
        transform: perspective(810px) rotateX(256deg) rotateY(2deg) rotateZ(-35deg) rotate(29deg) skewY(-3.5deg);
        transform-style: preserve-3d;
        position: absolute;
        bottom: -85%;
        aspect-ratio: 10 / 8;
        width: 118%;
        z-index: -1;
        left: -14%;
	}
	.box-bests, .box_infor_bests {
		background: #1c2e35;
		position: relative;
		z-index: 3;
		padding-bottom: 40px;
		padding-top: 50px;
	}


}
.mobil_menu_header_btn{display:none;}
@media(max-width:960px){
	.box-bests, .box_infor_bests {
		padding-bottom: 30px;
		padding-top: 40px;
	}
	.post_queastion nav:before{top: 3px;
    right: 0px;}
	.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: 34%;
        background-repeat: no-repeat;
        background-color: #515151;
	}
	.close-mobile-menu{
		background:url('/wp-content/uploads/2020/03/close-img-min.png');
		        background-position: center;
        background-size: 34%;
        background-repeat: no-repeat;
        background-color: #515151;
		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;}
}
@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;
}