/*!
Theme Name: bonus
Text Domain: bonus
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


main {
	display: block;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


b,
strong {
	font-weight: 700;
}


code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


small {
	font-size: 80%;
}


sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


img {
	border-style: none;
}


button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


button,
input {
	overflow: visible;
}


button,
select {
	text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}


legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
	width:100%;
	height:140px;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


details {
	display: block;
}


summary {
	display: list-item;
}


template {
	display: none;
}


[hidden] {
	display: none;
}


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

html {
	box-sizing: border-box;
}

body {
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	font-style: normal;
    line-height: 1.6;
	background: #f7f7f7;
	padding:0;margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	color: #000;
	margin:0 0 15px;
	padding:0;
	line-height:1.3;
	font-weight: 700;
	
}
h1 {font-size:29px;}
h2 {font-size:26px;}
h3 {font-size:23px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
p {
	margin: 0 0 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}



code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 0 1.5em 3em;
}*/

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
ul, ol {margin:0 0 15px 15px;padding:0;}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 15px;
	border-collapse: collapse;
	
	width: 100%;
	
	border:1px solid rgba(0,0,0,0.1);
}

table th, table td {border:1px solid rgba(0,0,0,0.1);padding:10px 15px;}
@media screen and (max-width: 767px) {
    .ptable {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .ptable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #1554e3;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:none;
}


a:hover,
a:active, a:focus {
	outline: 0;
}
img.custom-logo {max-width:200px;}
input, textarea {background:#fff;padding:10px;border:1px solid rgba(0,0,0,0.2);border-radius:0;}
input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active {box-shadow:none;outline:0;}
#comments input[type="submit"] {border:none;padding:10px 20px;color:#fff;font-weight:700;background:#1554e3;border-radius:30px;}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}




.site-header{
	padding: 20px 0;
}



.main-navigation .toggle-button {
    display: none;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.main-navigation ul li {
   
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}

.main-navigation ul li a {
    color: #999;
    padding: 15px;
 
}

.main-navigation ul li a:hover {
    color: #fff;
}


.main-navigation {
    order: 2;
    display: flex;
    flex: auto;
    justify-content: center;
}





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


/* 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;
}


.bypostauthor {
    display: block;
}


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




/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #002e5b;
}



hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.header-area {padding:15px 0;background:#000;}
a.lb1 {border-radius:30px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#b91bdb;}
a.lb2 {border-radius:30px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#2ecc71;}
a.lb3 {border-radius:30px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#c700cb;}
a.lb4 {border-radius:30px;text-transform:uppercase;padding:10px 30px;font-weight:700;text-align:center;color:#fff;background:#f29d4e;}

.bonuses{
  position:relative;
  margin: 0 0 30px 0; 
  padding:182px 0 24px;
  color:#fff;
}
.bonuses__content{
  position:relative;
  z-index:2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.bonuses__bg{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}
.bonuses__bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:80% 50%;
     object-position:80% 50%;
}
.bonuses .box{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  width:100%;
  padding:12px 12px 66px;
  font-weight:bold;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  border-radius:8px;
}
.bonuses .box__header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:4px;
}
.bonuses .box__text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:6px;
  min-width:47%;
  font-weight:bold;
  font-size: 10px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
  color:#f7d540;
  font-size:24px;
  text-align:right;
  text-shadow:0 2px 0 #e75700;
}
.bonuses .box__footer{
  position:absolute;
  right:12px;
  bottom:12px;
  left:12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:12px;
}
.bonuses .box__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:12px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#fff;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  border:1px dashed;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
  background:-webkit-gradient(linear, left top, left bottom, from(#09B505), to(#004B40));
  background:linear-gradient(180deg, #09B505 0%, #004B40 100%);
}
.bonuses .box--casino .box__button:last-child{
  background:#05D100;
  border-color:#05D100;
  border-style:solid;
}
.bonuses .box--casino .box__button:last-child:hover{
  background:#05ab00;
  border-color:#05ab00;
}
.bonuses .box--poker{
  background:-webkit-gradient(linear, left top, left bottom, from(#FF642E), to(#5F0203));
  background:linear-gradient(180deg, #FF642E 0%, #5F0203 100%);
}
.bonuses .box--poker .box__button:last-child{
  background:#FF2E2E;
  border-color:#FF2E2E;
  border-style:solid;
}
.bonuses .box--poker .box__button:last-child:hover{
  background:#d52424;
  border-color:#d52424;
}

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--casino .box__footer{
  bottom:60px;
}

@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
    width:40%;
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
    padding:60px 0;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
  }
  .bonuses .box{
    font-size:16px;
  }
  .bonuses .box__header{
    gap:16px;
  }
  .bonuses .box__text{
    min-width:0;
	font-size: 12px;
  }
  .bonuses .box__text span{
    width:auto;
    font-size:36px;
    text-align:left;
  }
}

.inner-banner {position:relative;padding:80px 0 0;background:url(/wp-content/uploads/2023/04/cards.jpg) no-repeat left center;height:396px;background-size:cover;}
.home .inner-banner {margin:0 0 30px;}
.inner-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.itext {color:#fff;font-weight:700;font-size:25px;text-shadow:2px 2px 2px #000;}
.ibonus {position:relative;z-index:9;color:#fff;font-weight:700;text-shadow:1px 1px 1px #000;}
.inner-banner a.lb2 {display:block;margin:30px 0;max-width:200px;padding:12px;}
.ibonus span { 
position:relative;
margin-right:25px;
cursor:pointer;
color: #ffe541;
display:inline-block;
}

.ibonus span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/bonus/images/copy.svg);
    mask: url(/wp-content/themes/bonus/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffe541;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}

.banner-mobile {display:none;padding:30px 20px 40px;text-align:center;background: linear-gradient(to right, #1b0002 0%,#012c93 100%);}
.home .banner-mobile {margin:0 0 30px;}
.banner-mobile a.lb2 {display:block;margin:15px auto;max-width:250px;padding:10px;}
.banner-mobile a.lb1 {display:block;margin:15px auto;max-width:250px;padding:10px;}
.fixpromo {display:none;text-align:center;padding:15px;background: linear-gradient(to left, #1b0002 0%,#012c93 100%);position:fixed;bottom:0;left:0;width:100%;} 
.fixpromo img {width:200px;}
@media (max-width:767px) {
.inner-banner, .main-navigation, .link-box-1 {display:none;}
.banner-mobile {display:block;}
.itext {font-size:23px;text-shadow:none;}
.ibonus {text-shadow:none;}
.fixpromo {display: flex;
 justify-content: space-between;
 align-items: center;}
}
@media (max-width:430px) {
.fixpromo img {width:150px;}
}

@media (max-width:375px) {
.fixpromo img {width:120px;}
}
@media (max-width:345px) {
.fixpromo img {display:none;}
.fixpromo {display: block;padding:20px;}
}
.link-box-1 {text-align:right;}
.link-box-1 a.lb1 {margin-right:10px;}
.inner-title, .home h2, .home h1 {font-weight:700;font-size:22px;color:#000;margin:0 0 15px;}
.home h3 {font-size:18px;}
.postslist {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);margin-bottom:30px;border-radius:10px;overflow:hidden;}
.postslist img {width:100%;}
a.news-link {display:block;padding:12px 15px 15px;font-weight:700;font-size:16px;line-height:1.3;}
.slotslist {position:relative;margin-bottom:30px;text-align:center;border-radius:10px;overflow:hidden;}
.slotslist span {color:#000;}
.slotshidden {width:100%;position:absolute;left:0;top:13%;display:none;}
.slotslist:hover .slotshidden {display:block;}
.slotslist img {width:100%;}
.slotslist:hover img {opacity:0.2;}
.slotshidden a.lb3 {display:block;padding:8px;margin:10px auto;max-width:180px;}
.slotshidden a.lb1 {display:block;padding:6px;margin:0 auto;max-width:180px;}

.img-footer-wrap img {max-width: 105px;max-height: 36px;margin:10px 15px;}
.img-footer-wrap {padding:30px 0 20px;}

.footer-center ul {margin:0;list-style:none;}
.footer-center ul li {display:inline-block;margin:0 10px 5px;}
.footer-center ul li a {font-size:16px;font-weight:700;color: #999;}
.footer-center ul li a:hover {color: #fff;}
.footer-bg {text-align:center;padding:30px 0 20px;background:#000;}
.copyright-wrap {font-size:13px;color:rgba(255,255,255,0.7);}

.link-box-2 {padding:30px 0 0;}
.link-box-2 a.lb1 {margin-right:10px;}
.copyright-wrap ul {list-style:none;margin:0 0 10px;}
.copyright-wrap ul li {margin:0 10px 5px;display:inline-block;}
.inner-about {padding-bottom:40px;}
.inner-about a {border-radius: 30px;
display:block;max-width:240px;margin:15px auto;
padding: 10px;
font-weight: 700;
text-align: center;
color: #fff;
background: #1554e3;}
.copyright-wrap ul li a:hover {color:#fff;}
.inner-slots {margin-top:30px;}
.breadcrumb-area {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px 0;}
.breadcrumb-area h1 {margin:0;font-size:23px;} 
.breadcrumbs {font-size:14px;}
.inner-blog {padding:30px 0;}
#secondary {padding:15px;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);height:100%;border-radius:10px;}
.image-part {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.image-part img {width:100%;}
.blog_town_detail_content ul, .blog_town_detail_content ol, .blog_town_detail_content blockquote, .blog_town_detail_content p {clear:both;}
.blog_town_detail_content p:first-of-type {clear:none;}
blockquote {margin:0 0 15px;font-size:17px;font-style:italic;border-left:4px solid #d8068e;padding:0 0 0 15px;}
.widget-title {font-size:20px;color:#000;font-weight:700;margin:0 0 15px;}
#secondary ul {list-style:none;margin:0 0 25px;}
#secondary ul li {margin-bottom:10px;}
#secondary ul li a {font-weight:700;display:block;line-height:1.3;}
.link-box-3 a {display:block;}
.link-box-3 a.lb2 {margin-bottom:15px;}
.blog_town_detail_content a {font-weight:700;}
.comments-title, .comment-reply-title {font-weight:700;color:#000;margin:0 0 15px;font-size:20px;}
ol.comment-list {margin:0;list-style:none;}
ol.comment-list ol {margin:0;list-style:none;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.6;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding-bottom:20px;}
#comments label {display:block;font-size:13px;opacity:0.7;}
.blog_town_single_post-thumb {width:45%;float:left;margin-right:15px;}
.blog_town_single_post-thumb img {width:100%;}
.blog_town_single_content {margin-bottom:30px;}
a.post-link {display:block;font-weight:700;font-size:17px;line-height:1.3;margin-bottom:10px;}
.wp-pagenavi span {border-radius:3px;font-weight:700;color:#fff;padding:5px 10px;margin-right:4px;background: #1554e3;}
.wp-pagenavi a {border-radius:3px;font-weight:700;color:#1554e3;background: #fff;padding:5px 10px;margin-right:4px;}
.wp-pagenavi a:hover {color:#fff;background: #1554e3;}
.search-form label, .search-form input {width:100%;max-width:100%;display:block;}
.search-form input[type="submit"] {display:none;}
.page404 {text-align:center;padding:100px 0 60px;}
.taxonomy-description {padding-top:20px;}
.blog_town_detail_content iframe {width:100%;height:450px;padding:0;border:none;}
.blog_town_btn {text-align:center;padding:30px 0;}
.x-side {text-align:center;padding:10px 0 20px;}
.x-side a {border:1px solid #006de7;padding:7px 20px;font-weight:700;color:#000;}

@media (max-width:1199px) {
.slotshidden {top:7%;}
.blog_town_detail_content iframe {height:400px;}
}
@media (max-width:991px) {

.header-area {text-align:center;}
.link-box-1 {padding:15px 0 25px;text-align: center;}
.main-navigation ul {margin:15px 0 10px;}
.main-navigation ul li {padding:0 10px 5px;}
.main-navigation ul li a {padding:0;}
.logo {padding:10px 0 0;}
#secondary {margin-top:30px;height:auto;}
.slots .col-lg-3, .inner-slots .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.slotshidden {top:20%;}

}
@media (max-width:767px) {
.blog_town_detail_content iframe {height:300px;}
.image-part {width: 100%;margin-right: 0;}
.blog_town_single_post-thumb {width: 100%;margin-right: 0;margin-bottom:15px;}
.slotshidden {top:10%;}
}
@media (max-width:500px) {
.slots .col-lg-3, .inner-slots .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slotshidden {top:25%;}
.blog_town_detail_content iframe {height:250px;}
}
@media (max-width:370px) {
.blog_town_detail_content iframe {height:200px;}
.slotshidden {top:20%;}
.link-box-1 a, .link-box-2 a {display:block;}
.link-box-1 a.lb1, .link-box-2 a.lb1 {margin-bottom:15px;margin-right:0;}
}
@media (max-width:300px) {
.slotshidden {top:15%;}

}

.bonuses .container {position:relative;}
.tg {position:absolute;z-index:99;right:30px;bottom:12px;}
.tg a {font-weight:700;padding:15px 65px 15px 20px;color:#000;border-radius:8px;background:#fff url(/wp-content/uploads/2025/04/telegram.png) no-repeat 90% center;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);background-size:30px;}
@media (max-width:991px) {
.tg {text-align:center;left:calc(50% - 130px);right:auto;bottom:-55px;}

.bonuses {padding: 40px 1px 90px;}

}