/*
Theme Name: PokerDom Theme
Description: Poker Dom
Author: Poker Dom
*/

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;

}
a{
    text-decoration: none;
    color: inherit;
}
ul,
ol,
li {
    list-style-position: inside;
}
img{
    vertical-align: top;
    height: auto;
    max-width: 100%;
    border-style: none;
}

h1{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
}

h2{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 23px;
    width: 100%;
}

h3{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}

h4{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

h5{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

h6{
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 10px;
}

p, ul, ol, blockquote{
    margin: 0 0 15px;
    padding: 0;
    color: #333;
}

table{
    text-align: center;
    border: 1px solid #2ECC71;
    border-collapse: collapse;
    color: #333;
    width: 100%;
    margin: 15px auto;
}

table thead tr th{
    border: 1px solid #2ECC71;
    padding: 10px;
    font-size: 22px;
    color: #FFF;
    background: #251b45;
}

table tr td{
    border: 1px solid #2ECC71;
    padding: 10px;
}

table tr:first-child td{
    font-weight: bold;
    background: #2ECC71 !important; 
    color: #FFF;   
}

table tr:nth-child(odd) td{
    background: none;
}

blockquote{
    border: 1px solid #2ECC71;
    border-left: 10px solid #2ECC71;
    padding: 10px;
    font-weight: bold;
    font-style: italic;
    color: #2ECC71;  
}

blockquote p{
    margin: 0;
}
 
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-post-thumbnail{
    width: 100%;
}

.table-cover{
    overflow: auto;
    padding: 1px;
}

iframe{
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 450px){
    iframe{
        height: 350px;
    }
}
@media screen and (min-width: 600px){
    iframe{
        height: 400px;
    }
}
@media screen and (min-width: 768px){
    iframe{
        height: 400px;
    }
}
@media screen and (min-width: 980px){
    iframe{
        height: 500px;
    }
    .single-post-thumbnail{
    width: 40%;
    float: left;
    margin: 0 15px 15px 0;
    }
}

.comments-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #2ECC71;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment{
    display: flex;
    flex-direction: column;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 5px;
}
 
.comments-area .submit{
    background: #FDCD2D;
    margin-bottom: 10px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 13px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border: 2px solid #FDCD2D;
}

.comments-area .submit:hover{
    background: none;
    color: #FDCD2D;
}

body{
    min-width: 320px;
    overflow-x: hidden;
    font-family: -apple-system,Roboto,Tahoma,Arial,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #FFF;
    color: #20242D;
}

.post-link{
    display: block;
    padding: 15px;
    font-weight: bold;
    color: #FFF;
	background: #2ECC71;
    margin: 10px auto;
    width: auto;
    max-width: 320px;
    text-align: center;
}

.post-link:hover{
    background: #CA4A1F;
}

.breadcrumbs{
    padding: 15px;
    background: #219A19;
}

.breadcrumbs a:hover{
    text-decoration: underline;
}

.wp-pagenavi{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.wp-pagenavi span{
    margin-right: 10px;
    width: 38px;
    height: 38px;
    background: #057BFB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
}

.wp-pagenavi a{
    margin-right: 10px;
    color: #222;
}

.wp-pagenavi a:hover{
    color: #255BBE;
}

.sidebar{
    margin-top: 15px;
    padding: 10px;
    background: #CCC;
}

.sidebar-title{
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.latest-posts{
    margin-bottom: 10px;
}

.latest-posts a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #083DFD;
}

.sidebar-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-buttons a{
    width: calc(50% - 5px);
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.sidebar-buttons a:hover{
    opacity: 1;
}

.sidebar-buttons a:nth-child(odd){
    background: #1070e3;
}

.sidebar-buttons a:nth-child(even){
    background: #883feb;  
}

.articles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1200px;
    padding: 15px;
}
.article {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #2ECC71;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.article:hover {
    background: #ccc;
}
.article img {
    margin-bottom: 15px;
    border-radius: 5px;
}
.article-title {
    text-transform: uppercase;
    color: #2ECC71;
    font-weight: 700;
    display: block;
}
@media screen and (min-width: 520px) {
    .article {
        width: calc(50% - 7.5px);
    }
}
@media screen and (min-width: 768px) {
    .article {
        display: block;
        width: 100%;
        text-align: left;
    }
    .article img {
        float: left;
        margin-right: 15px;
        width: 40%;
    }
}
@media screen and (min-width: 1024px) {
    .articles {
        flex-direction: row;
    }
    .article {
        width: calc(50% - 10px);
    }
    .article img {
        margin-bottom: 0;
    }
}

/*_____________________________________________________________________*/

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    flex-wrap: wrap;
    border-bottom: 1px solid #262c39;
    padding-top: 10px;
    flex-direction: column;
    background: #000;
}
.header__logo {
    /*padding-left: 15px;*/
    margin-bottom: 15px;
}
 
.header__links {
    display: flex;
    align-items: center;
    padding-right: 15px;
    width: calc(100% - 92px);
    /*justify-content: flex-end;*/
    justify-content: center;
}
.header__links a {
    padding: 9px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 0 !important;
}
.header__links a:nth-child(1) {
    color: #6b768a;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    margin-right: 5px;
}
.header__links a:nth-child(2) {
    background: #2ECC71;
}
.header__links a:hover {
    background: #2ECC71;
    color: #000;
}
.header__nav {
    border-top: 1px solid #262c39;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
}
.header__nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: space-evenly;
}
.header__nav a {
    color: #fff;
}
@media screen and (min-width: 600px) {
    .header {
        flex-wrap: nowrap;
        padding-bottom: 10px;
        flex-direction: row;
    }
    .header__logo {
        order: 1;
        margin: 0 0 0 15px;
    }
    .header__links {
        width: auto;
        order: 3;
    }
    .header__nav {
        width: calc(100% - 300px);
        border: none;
        margin: 0;
        padding: 0;
        order: 2;
    }
    .header__nav ul {
        justify-content: start;
        padding-left: 15px;
    }
    .header__nav a {
        margin: 0 10px;
    }
    .header__nav a:hover {
        text-decoration: underline;
    }
}

/*_____________________________________________________________________*/

header#tophead {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px;
    background: #1C2028;
}
.home-link img {
        height: 32px;
    width: 177px;
}
#tophead nav {
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
}
#tophead nav a {
    margin: 0 10px;
}
#tophead nav a:hover {
    color: #2ECC71;
}
.pushme {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pushme a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #1d1630;
}
.pushme .download {
    border-color: #2f2840;
    color: #6a7284;
}
.pushme .register {
    color: #FFF;
    background: #2ECC71;
}
.pushme a:hover {
    background: #2ECC71;
    color: #000;
}
@media screen and (min-width: 370px) {
    header#tophead {
        flex-direction: row;
        justify-content: space-between;
    }
    .pushme {
        margin: 15px 0;
    }
}
@media screen and (min-width: 635px) {
    .pushme {
        margin: 0;
        width: 240px;
    }
    .pushme a {
        width: auto;
        margin-left: 10px;
    }
    #tophead nav {
        width: calc(100% - 417px);
        font-weight: 400;
        padding-left: 15px;
    }
}

/*_____________________________________________________________________*/

.site_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #000;
}
.top_logo {
    height: 26px;
    width: 146px;
    background-image: url(i/logo.png);
    background-position: center center;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.site_top-nav {
    width: calc(100% - 62px);
    display: flex;
    flex-direction: column;
}
.site_top ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    width: 100%;
    justify-content: flex-end;
}
.site_top ul li {
    color: #fff;
    margin: 0 10px;
}
ul.site_top-activity {
    display: flex;
    margin-top: 10px;
}
ul.site_top-activity li {
    margin: 0 0 0 5px;
}
ul.site_top-activity a {
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #000;
}
ul.site_top-activity .top_go_1 a {
    color: #6b768a;
    border: 1px solid #6b768a;
}
ul.site_top-activity .top_go_1 a:hover {
    color: #fff;
    background: #2ECC71;
    border-color: #2ECC71;
}
ul.site_top-activity .top_go_2 a {
    color: #FFF;
    background: #2ECC71;
    border-color: #2ECC71;
}
ul.site_top-activity .top_go_2 a:hover {
    background: #2ECC71;
    border-color: #2ECC71;
}
@media screen and (min-width: 480px) {
    .site_top-nav {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
    }
    .site_top ul {
        width: auto;
    }
    ul.site_top-activity {
        margin: 0;
    }
    ul.site_top-activity a {
        padding: 9px 20px;
    }
    ul.site_top-activity li {
        margin-left: 10px;
    }
}

.post-wc p a, .post-wc li a{
	color: #2ECC71;
}

/*_____________________________________________________________________*/
.header_flex {display: flex;
 justify-content: space-between;
align-items: center;}
.header_container {
   
    position: relative;
    padding: 10px;
    background: #000;
}
.hh-home-lnk{
    display: block;
    width: 150px;
}
.header_container img {
 width: 150px;
}

body.hidden {
    overflow: hidden;
}
.menu_icon {
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
	display:none;
}
.menu_icon span {
    height: 3px;
    background: #fff;
}
.menu_close {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 28px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
	display:none;
}
.menu_close span {
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
}
.menu_close span:nth-child(1) {
    transform: rotate(45deg);
}
.menu_close span:nth-child(2) {
    transform: rotate(-45deg);
}
.header_container .navigation a {
    font-weight: 700;
   font-weight:700;color:#999;
    margin-right:15px;
}
.header_container .navigation a:hover {color:#fff;}

.container {width:100%;max-width:1200px;margin-left:auto;margin-right:auto;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}


.header_container a.button-transparent {
   border-radius:30px;
    padding: 10px 30px;
    text-align: center;
  font-weight:700;color:#fff;
    background: #4800ed;
}
.header_container a.button-transparent:hover {
    background: #4800ed;
}
.header_container a.button-yellow {
    border-radius:30px;
    padding: 10px 30px;
    text-align: center;
  font-weight:700;color:#fff;
    background: #2ECC71;
}
.header_container a.button-yellow:hover {
    background: #2ECC71;
}
@media screen and (min-width: 620px) {


    .menu_close,
    .menu_icon {
        display: none;
    }



}

/*_____________________________________________________________________*/

.selector_header{
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #000;
}

.selector_logo{
    margin-right: calc(100% - 350px);
}

.selector_logo img{
    width: 130px;
}

.selector_header .button-primary{
    float: right;
    padding: 8px 20px;
    border-radius: 5px;
    margin-right: 5px;
    box-shadow:         inset 0px 0px 2px 0px rgba(255,255,255, 1);
    color: #828f9a;
}

.selector_header .button-primary:hover{
    background: #828f9a;
    color: #000;
}

.selector_header .button-secondary{
    float: right;
    padding: 8px 20px;
    background: #2ECC71;
    border-radius: 5px;
}

.selector_header .button-secondary:hover{
    background: #065AF7;
}

.selector_ico{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.selector_icon{
    width: 26px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}

.selector_icon span{
    height: 3px;
    background: #2ECC71;
}

.selector_icon.showz span:nth-child(1){
    display: none;
}

.selector_icon.showz span:nth-child(2){
    position: absolute;
    width: 100%;
    transform: rotate(-45deg);
    height: 2px;
    top: 7px;
}
.selector_icon.showz span:nth-child(3){
    position: absolute;
    width: 100%;
    transform: rotate(45deg);
    height: 2px;
    top: 7px;
}

.selector_navigation{
    width: 100%;
    list-style: none;
    border-top: 1px solid #828f9a;
    margin-top: 10px;
    display: none;
}

.selector_navigation.showz{
    display: block;
}

.selector_navigation li{
    border-bottom: 1px solid #828f9a;
    padding: 8px 0;
}

.selector_navigation a{
    color: #828f9a;
}

@media screen and (min-width: 650px) {
    .selector_header{
        flex-wrap: nowrap;
    }
    .selector_ico{
        display: none;
    }
    .selector_navigation{
        display: flex;
        align-items: center;
        border: none;
        width: calc(100% - 285px);
        order: 2;
        margin: 0;
        padding-left: 15px;
    }
    .selector_logo{
        margin-right: 0;
        order: 1;
    }
    .selector_navigation li{
        padding: 0;
        border: none;
        margin-right: 10px;
    }
    .button-primary{
        order: 3;
    }
    .button-secondary{
        order: 4;
    }
    .selector_navigation a:hover{
        color: #FFF;
    }
}

/*_____________________________________________________________________*/

.slot__list{width:100%;max-width:1230px;margin:auto;padding:15px;display:flex;flex-wrap:wrap;justify-content:space-between}.slot__list .slot__item{display:flex;flex-direction:column;border-radius:6px;width:100%;background:#1D2028;padding:10px;margin-bottom:10px}.slot__content{display:flex;align-items:center;color:#fff;font-size:18px;letter-spacing:1px}.slot__content img{width:30%;border-radius:5px;margin-right:10px}.slot__buttons{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.slot__buttons a{width:calc(50% - 3px);padding:5px 0;color:#fff;text-align:center;border-radius:5px;opacity:.8}.slot__demo{background:#219a19}.slot__real{background:#dc3545}.slot__buttons a:hover{opacity:1}@media screen and (min-width:600px){.slot__list .slot__item{width:calc(50% - 5px)}}@media screen and (min-width:1024px){.slot__list{justify-content:start}.slot__list .slot__item{width:calc(25% - 8px);margin-right:10px}.slot__list .slot__item:nth-child(4n){margin-right:0}}

.igry{max-width:1200px;margin:auto;padding:10px}.igra{background:#1D2028;padding:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:7px;margin-bottom:14px}.igra img{max-width:100%;border-radius:5px}.o_igre{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between}.o_igre span{width:100%;text-align:center;color:#fff;font-size:16px;font-weight:700;letter-spacing:1px;margin:5px 0}.o_igre a{background:#000;width:calc(50% - 3px);color:#fff;text-align:center;padding:10px;border-radius:5px}.o_igre a:nth-child(2){background:#1070e3}.o_igre a:nth-child(3){background:#833ee4}.o_igre a:hover{background:#ff5722}@media screen and (min-width:630px){.igry{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.igra{width:calc(50% - 7px)}}@media screen and (min-width:980px){.igry{justify-content:start}.igra{width:calc(25% - 8px);margin-right:10px}.igra:nth-child(4n){margin-right:0}}

.games{max-width:1240px;margin:auto;padding:20px;display:flex;flex-wrap:wrap;justify-content:space-between}.game{background:#1D2028;padding:8px;border-radius:8px;display:flex;width:calc(50% - 4px);margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.7)}.game-content{display:flex;align-items:center;width:calc(100% - 230px)}.game img{border-radius:8px;width:30%;margin-right:8px}.game-actions{display:flex;align-items:center;justify-content:flex-end}.game-actions a{border-radius:8px;padding:9px 20px;background:#ff5722;color:#fff}.game-actions a:last-child{background:#228122;margin-left:8px}.game-actions a:hover{background:rgba(255,255,255,.3)}@media screen and (max-width:980px){.game{width:100%}}@media screen and (max-width:460px){.game{flex-wrap:wrap}.game-actions,.game-content{width:100%}.game-content{flex-wrap:wrap;font-size:20px;text-align:center;color:#873feb;justify-content:center;font-weight:700}.game-content img{width:100%}.game-actions{justify-content:center;flex-direction:column}.game-actions a{width:100%;margin:5px 0 0 0!important;text-align:center}}

.pokies{max-width:1180px;padding:10px;margin:auto;display:flex;flex-direction:column}.pokie{margin-bottom:10px}.pokie-row{position:relative;border-radius:6px}.pokie-row img{width:100%;border-radius:6px}.pokie-col{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.6);top:0;left:0;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:16px;visibility:hidden;opacity:0}.pokie-row:active .pokie-col,.pokie-row:focus .pokie-col,.pokie-row:hover .pokie-col{visibility:visible;opacity:1}.pokie-play-demo{background:#1070e3;color:#fff;padding:10px 20px;min-width:150px;text-align:center;margin-top:5px;border-radius:10px}.pokie-play-real{background:#b73045;color:#fff;padding:10px 20px;min-width:150px;text-align:center;border-radius:10px}.pokie-play-demo:hover,.pokie-play-real:hover{background:#833ee4}.pokie-name{font-size:16px;color:#fff;text-align:center;text-transform:uppercase;padding-top:3px}@media screen and (min-width:600px){.pokies{flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.pokie{width:calc(50% - 10px)}}@media screen and (min-width:980px){.pokies{justify-content:start}.pokie{width:calc(25% - 10px);margin-right:13px}.pokie:nth-child(4n){margin-right:0}}

.slotty{max-width:1250px;padding:14px;margin:auto}.slott{padding:14px;display:flex;flex-direction:column;background:#1D2028;border-radius:5px;margin-bottom:11px}.slott img{border-radius:5px}.slott b{display:block;text-align:center;margin:10px 0;font-size:16px;color:#fff}.slott a{width:100%;padding:10px;text-align:center;box-sizing:border-box;border-radius:4px}.slott-cash{color:#000;background:#2ECC71;border:1px solid #2ECC71;margin-bottom:10px}.slott-cash:hover{background:0 0;color:#2ECC71}.slott-demo{color:#833de3;border:1px solid #833de3}.slott-demo:hover{background:#833de3;color:#fff}@media screen and (min-width:560px){.slotty{display:flex;flex-wrap:wrap;justify-content:space-between}.slott{width:calc(50% - 6px)}}@media screen and (min-width:980px){.slotty{justify-content:start}.slott{width:calc(25% - 6px);margin-right:8px}.slott:nth-child(4n){margin-right:0}}


/*_____________________________________________________________________*/

 

.footer{
        color: #525C71;
        padding: 15px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;    
        text-align: center; 
        background: #000;
    }

    .copyrighting{
        font-weight: bold;
        color: #FFF;
        font-size: 13px;
    }

    .footer-navigation{
        display: flex;  
        flex-wrap: wrap;    
        flex-direction: column; 
        text-align: center; 
    }

    .footer-navigation a{
        margin: 7px 10px;   
    }

    .footer-navigation a:hover{
        text-decoration: underline; 
    }

    .footer-buttons{
        display: flex;  
        justify-content: center;    
        align-items: center;    
        width: 100%;
    }

    .footer-buttons a{
       text-align:center;
        border-radius: 30px;
        padding: 10px 30px;   
      color:#fff;
	  font-weight:700;
        box-sizing: border-box;     
    }

    .footer-buttons a:nth-child(1){
            margin-right: 5px;  
          
           background:#4800ed;
    }

    .footer-buttons a:nth-child(1):hover{
        background: #4800ed;
      
    }

    .footer-buttons a:nth-child(2){
            margin-left: 5px;   
            background: #2ECC71;
           
            color: #FFF;
    }

    .footer-buttons a:nth-child(2):hover{
      
        color: #2ECC71;
    }

    .footer-images img{
        width: 70px;
        margin-top: 10px;
    }

    @media screen and (min-width: 680px) {
        .footer-navigation{
            flex-direction: row;
            margin: 10px 0;
            border-top: 1px solid hsla(0,0%,100%,.08);
            border-bottom: 1px solid hsla(0,0%,100%,.08);
        }

    }


.footer-container{
        width: calc(100% - 26px);
        margin: 13px auto;
        display: flex;
        justify-content: space-between;
        color: rgba(255,255,255,.4);
    }

    .footer-left_copy,
    .footer-right_text{
        color: rgba(255,255,255,1);
    }

    .footer-left_nav,
    .footer-right_nav{
        color: rgba(130,143,154,1);
        font-size: 14px;
    }

    .footer-left_nav a{
        margin-right: 15px;
    }

    .footer-right_nav a{
        margin-left: 15px;
    }

    .footer-left_nav a:hover,
    .footer-right_nav a:hover{
        color: #FFF;
    }

    .footer-left_buttons{
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .footer-left_buttons a{
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        padding: 0 20px;
        color: #FFF;
        font-weight: bold;
    }

    .footer-bttn-white{
        background: rgba(255,255,255,.4);
        margin-right: 10px;
    }

    .footer-bttn-white:hover{
        background: rgba(255,255,255,.5);
    }

    .footer-bttn-orange{
        background: #2ECC71;
    }

    .footer-bttn-orange:hover{
        background: #2252AC;
    }

    .footer-right{
        text-align: right;
    }

    .footer-right_icons{
        margin-top: 10px;
    }

    .footer-right_icons svg:nth-child(2){
        margin: 0 15px;
    }

    @media screen and (max-width: 860px) {
        .footer-container{
            flex-direction: column;
        }
        .footer-right{
            text-align: left;
            margin-top: 15px;
        }
        .footer-right_nav a{
            margin-left: 0;
            margin-right: 15px;
        }
    }

.footer__row{
        padding: 15px;
        max-width: 1250px;
        margin: auto;
    }

    .footer__col-copy{
        color: #FFF;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }

    .footer__col-nav{
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        list-style: none;
    }

    .footer__col-nav li{
        width: 50%;
    }

    .footer__col-nav li:nth-child(even){
        text-align: right;
    }

    .footer__col-nav li a{
        color: #777383;
        margin-top: 10px;
        display: block;
    }

    .footer__col-nav li a:hover{
        text-decoration: underline;
    }

    .footer__col-logo img{
        height: 40px;
        display: none;
    }

    .footer__col-actions{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer__col-actions a{
        width: calc(50% - 3px);
        border-radius: 5px;
        text-align: center;
        display: flex;
        justify-content: center;
        opacity: 0.86;
    }

    .footer__col-btn-prim{
        background: #777383;
        padding: 9px 20px;
    }

    .footer__col-btn-seco{
        background: #2ECC71;
        padding: 9px 20px;
    }

    .footer__col-actions a:hover{
        opacity: 1;
    }

    @media screen and (min-width: 768px) {
        .footer__row{
            display: flex;
            justify-content: space-between;
        }
        .footer__col-logo img{
            display: block;
        }
        .footer__col-nav{
            flex-wrap: nowrap;
            justify-content: flex-start;
        }
        .footer__col-nav li{
            width: auto;
            margin-right: 10px;
        }
        .footer__col:nth-child(2) .footer__col-nav {
        justify-content: flex-end;
        }
        .footer__col-copy{
            text-align: left;
        }
        .footer__col-actions{
            justify-content: flex-end;
        }
      .footer__col-actions a{
        width: auto;
      }
      .footer__col-btn-seco{
        margin-left: 6px;
      }
    }


.bottom-bar{
    width: 100%;
    max-width: 1280px;
    margin: 20px auto;
    padding: 0 20px;
    color: rgb(130,143,154);
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }

    .bottom-bar ul{
    list-style: none;
    margin: 0;
    }

    .copy-bar{
    width: 100%;
    }

    .copy-bar li{
    display: flex;
    justify-content: space-between;
    }

    .copy-bar li span{
    width: 50%;
    text-align: right;
    font-weight: normal;
    }

    #span1{
    text-align: left;
    color: rgb(255,255,255);
    font-weight: bold;
    }

    .bottom-nav-bar{
    width: 50%;
    display: flex;
    }

    .bottom-nav-bar li{
    margin-right: 15px;
    }

    .bottom-nav-bar a:hover{
    text-decoration: underline;
    }

    .bottom-links-bar{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
    }

    .bottom-links-bar li a{
    display: block;
    padding: 10px 20px;
    border-radius: 6px;
    background: rgb(119,115,131);
    color: rgb(255,255,255);
    }

    .bottom-links-bar li a#dbl-lb{
    background: #2ECC71;
    margin-left: 6px;
    }

    .bottom-links-bar li a:hover{
    opacity: .8;
    }

    .brands-bar{
    display: flex;
    width: 100%;
    overflow: hidden;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    }

    .brands-bar li{
    overflow: hidden;
    width: calc(16.66666666666667% - 5px);
    background: rgb(37,27,69);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    }

    .brands-bar svg{
    height: 40px;
    max-width: 100%;
    filter: invert(1) opacity(.3);
    }

    @media screen and (max-width: 980px) {
    .brands-bar li{
    width: 32.5%;
    }
    }

    @media screen and (max-width: 740px){
    .bottom-bar,
    .copy-bar li{
    flex-direction: column;
    }
    .copy-bar li span,
    #span1{
    width: 100%;
    text-align: center;
    }
    .bottom-nav-bar{
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    flex-wrap: wrap;
    }
    .bottom-links-bar{
    width: 100%;
    justify-content: center;
    }
    }

.dark-footer.skin-dark-footer{
    padding: 15px;
    margin: auto;
    max-width: 1250px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    line-height: 14px;
}

.dark-footer.skin-dark-footer ul{
    display: flex;
    margin: 0;
}

.footer-middle{
    width: 60%;
}

.skin-dark-footer-text{
    color: #FFF;
}

.footer-middle-menu-primary{
    color: #4986F5;
    list-style-type: square;
    list-style-position: inside;
    font-size: 12px;
    padding: 10px 0;
}

.footer-middle-menu-primary li{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.footer-middle-menu-primary li:before{
    content: '•';
    margin-right: 3px;
}

.footer-middle-menu-primary a{
    font-size: 11px;
    color: rgba(255,255,255,.4);
}

.footer-middle-menu-secondary{
    color: rgba(255,255,255,.4);
    display: flex;
    list-style: none;
}

.footer-middle-menu-secondary li{
    margin-right: 10px;
}


.footer-middle-menu-primary a:hover,
.footer-middle-menu-secondary a:hover{
    text-decoration: underline;
}

.footer-middle-2{
    width: 40%;
}

.skin-dark-footer-copy{
    text-align: right;
    color: rgba(255,255,255,.4);
}

.skin-dark-footer-act{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.sking-dark-btn-1{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #6A6677;
    color: #6a6677;
    border-radius: 5px;
    margin: 0 10px;
}

.sking-dark-btn-1:hover{
    color: #000;
    background: #6a6677;
}

.sking-dark-btn-2{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #2ECC71;
    background: #2ECC71;
    color: #FFF;
    border-radius: 5px;
}

.sking-dark-btn-2:hover{
    color: #2ECC71;
    background: none;
}

.skin-logo-dark-footer{
    height: 32px;
}

@media screen and (max-width: 768px) {
    .dark-footer.skin-dark-footer{
        flex-direction: column;
    }
    .footer-middle,
    .footer-middle-2,
    .skin-dark-footer-copy{
        width: 100%;
        text-align: center;
    }
    .dark-footer.skin-dark-footer ul,
    .skin-dark-footer-act{
        justify-content: center;
    }
    .footer-middle-2{
        display: flex;
        flex-direction: column;
    }
    .skin-dark-footer-copy{
        order: 2;
        margin-top: 10px;
    }
}

.wrapper-sidebar{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wrapper-post{
    padding: 15px;
    margin-bottom: 15px;
}


@media screen and (min-width: 1024px) {
    .wrapper-sidebar{
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        max-width: 1250px;
        margin: 15px auto;
    }
    .wrapper-post{
        padding: 15px;
        max-width: 1250px;
        margin: auto;
    }
    .wrapper-sidebar .wrapper-post{
        width: calc(100% - 300px);
        margin: 0;
    }

    .wrapper-sidebar .sidebar{
        width: 300px;
    }
}

/*00000000000000000000000000000000000000000*/

.dom_banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #FFF;
    background: url(i/dom_banner.png);
    height: 260px;
    background-size: cover;
    background-position: center left;
    font-size: 28px;
    font-weight: bold;
    
}

.dom_ban_cnt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
}

.dom_ban_cnt b{
    border-radius: 20px;
    background: #20821c;
    display: flex;
    max-width: 150px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/*00000000000000000000000000000000000000000*/

.home_banner{
    background-color: #FDAE28;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='635' height='76.2' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23FFA600' stroke-width='15.2' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
    width: 100%;    
    max-width: 1200px;  
    padding: 10px;
    margin: 15px auto;  
}

.home_banner a{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    color: #FFF;
}

.home_banner span{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.home_banner b{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

/*00000000000000000000000000000000000000000*/

.blue-banner{
    background: #507bfb;
    width: 100%;    
    max-width: 1180px;  
    padding: 15px;
    margin: 10px auto;  
    border-radius: 15px;
    text-align: center;
}

.blue-banner a{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
    color: #FFF;
}

.blue-banner span{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.blue-banner b{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

/*00000000000000000000000000000000000000000*/

.offer-section{
    background: rgba(251,79,5,1);
    margin: 12px auto;
    padding: 12px;
    max-width: 1200px;
    display: flex;
    border-radius: 2px;
}

.offer-section a{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.offer-icons{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

i.bonus-off-ico{
    display: flex;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='70px' height='70px'%3E%3Cpath style='fill:%23FECF05;' d='M256,512c-68.263,0-132.439-26.629-180.709-74.98C27.021,388.666,0.439,324.381,0.439,256 S27.021,123.334,75.291,74.98C123.561,26.629,187.737,0,256,0s132.439,26.629,180.709,74.98 c48.269,48.354,74.852,112.639,74.852,181.02s-26.583,132.666-74.852,181.02C388.439,485.371,324.263,512,256,512z'/%3E%3Cellipse style='fill:%23EE3835;' cx='256' cy='256' rx='213.24' ry='213.6'/%3E%3Cg%3E%3Cpath style='fill:%23C0272D;' d='M465.771,294.529c2.274-12.498,3.468-25.373,3.468-38.529c0-13.155-1.194-26.031-3.467-38.529 L259.255,256L465.771,294.529z'/%3E%3Cpath style='fill:%23C0272D;' d='M377.12,80.192L258.302,253.694l173.206-119.021C416.816,113.389,398.368,94.908,377.12,80.192z'/%3E%3Cpath style='fill:%23C0272D;' d='M256,252.738l38.465-206.869c-12.478-2.276-25.332-3.474-38.465-3.474 c-13.132,0-25.985,1.196-38.462,3.473L256,252.738z'/%3E%3Cpath style='fill:%23C0272D;' d='M80.494,134.672l173.204,119.022L134.882,80.19C113.633,94.907,95.186,113.387,80.494,134.672z'/%3E%3Cpath style='fill:%23C0272D;' d='M46.229,217.469c-2.273,12.499-3.468,25.375-3.468,38.531c0,13.155,1.195,26.031,3.467,38.528 L252.745,256L46.229,217.469z'/%3E%3Cpath style='fill:%23C0272D;' d='M134.881,431.809l118.817-173.503L80.492,377.326C95.184,398.611,113.632,417.092,134.881,431.809z' /%3E%3Cpath style='fill:%23C0272D;' d='M256,469.604c13.133,0,25.986-1.196,38.463-3.473L256,259.262l-38.463,206.87 C230.014,468.408,242.867,469.604,256,469.604z'/%3E%3Cpath style='fill:%23C0272D;' d='M431.508,377.327L258.302,258.306l118.817,173.503C398.367,417.092,416.815,398.611,431.508,377.327 z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M257.627,491.715c-0.165-4.264,3.152-7.859,7.417-8.024l0,0c4.265-0.165,7.85,3.152,8.025,7.417l0,0 c0.165,4.265-3.163,7.86-7.417,8.025l0,0c-0.103,0-0.206,0-0.309,0l0,0C261.213,499.133,257.793,495.877,257.627,491.715z M228.494,497.772c-4.245-0.474-7.294-4.296-6.809-8.54l0,0c0.474-4.244,4.306-7.294,8.54-6.809l0,0 c4.244,0.474,7.294,4.306,6.81,8.54l0,0c-0.443,3.945-3.791,6.861-7.665,6.861l0,0 C229.081,497.825,228.782,497.815,228.494,497.772z M293.529,488.738c-0.814-4.193,1.917-8.241,6.109-9.055v-0.011 c4.193-0.814,8.242,1.927,9.065,6.119l0,0c0.814,4.183-1.926,8.241-6.108,9.056l0,0l0,0l0,0c-0.505,0.092-0.999,0.145-1.494,0.145 l0,0C297.485,494.992,294.25,492.427,293.529,488.738z M191.964,490.768c-4.121-1.123-6.552-5.367-5.419-9.488l0,0 c1.123-4.11,5.368-6.541,9.488-5.408l0,0c4.11,1.123,6.541,5.367,5.419,9.488l0,0c-0.938,3.431-4.049,5.688-7.448,5.688l0,0 C193.323,491.047,192.644,490.953,191.964,490.768z M328.555,480.301c-1.442-4.018,0.629-8.437,4.646-9.89l0,0 c4.007-1.452,8.437,0.629,9.89,4.636l0,0c1.452,4.018-0.629,8.448-4.636,9.9l0,0c0,0,0,0-0.01-0.011l0,0 c-0.865,0.32-1.752,0.464-2.617,0.464l0,0C332.666,485.4,329.699,483.442,328.555,480.301z M156.917,478.221L156.917,478.221 L156.917,478.221c-3.894-1.742-5.635-6.315-3.894-10.21l0,0c1.741-3.894,6.315-5.635,10.209-3.894l0,0 c3.895,1.741,5.635,6.314,3.895,10.209l0,0c-1.288,2.874-4.111,4.574-7.057,4.574l0,0 C159.008,478.9,157.937,478.684,156.917,478.221z M361.851,466.58c-2.05-3.741-0.68-8.439,3.059-10.488l0,0 c3.75-2.05,8.448-0.669,10.487,3.07l0,0c2.05,3.749,0.68,8.436-3.06,10.486l0,0c-1.185,0.65-2.452,0.948-3.708,0.948l0,0 C365.899,470.597,363.252,469.144,361.851,466.58z M124.229,460.44c-3.585-2.317-4.605-7.108-2.287-10.683l0,0 c2.318-3.586,7.108-4.606,10.683-2.288l0,0c3.585,2.318,4.605,7.108,2.287,10.694l0,0c-1.483,2.276-3.956,3.522-6.491,3.522l0,0 C126.98,461.685,125.527,461.283,124.229,460.44z M392.653,447.923c-2.596-3.39-1.957-8.241,1.432-10.839l0,0 c3.389-2.595,8.242-1.946,10.837,1.434l0,0c2.596,3.389,1.947,8.241-1.432,10.837l0,0c-1.412,1.071-3.06,1.597-4.698,1.597l0,0 C396.465,450.951,394.178,449.91,392.653,447.923z M94.643,437.889c-3.183-2.844-3.472-7.717-0.628-10.91l0,0 c2.833-3.183,7.726-3.472,10.909-0.629l0,0c3.184,2.845,3.472,7.717,0.629,10.911l0,0c-1.524,1.709-3.647,2.585-5.769,2.585l0,0 C97.949,439.846,96.116,439.197,94.643,437.889z M420.272,424.774c-3.08-2.946-3.184-7.84-0.227-10.92l0,0 c2.946-3.08,7.839-3.184,10.92-0.227l0,0c3.08,2.956,3.183,7.84,0.227,10.919l0,0c-1.515,1.587-3.544,2.381-5.574,2.381l0,0 C423.693,426.928,421.766,426.217,420.272,424.774z M68.836,411.113c-2.72-3.285-2.256-8.158,1.03-10.878l0,0 c3.286-2.72,8.159-2.257,10.879,1.03l0,0c2.72,3.287,2.256,8.159-1.03,10.878l0,0c-1.442,1.195-3.183,1.772-4.924,1.772l0,0 C72.576,413.916,70.361,412.958,68.836,411.113z M444.06,397.711c-3.493-2.451-4.337-7.272-1.886-10.766l0,0 c2.452-3.492,7.273-4.337,10.766-1.885l0,0c3.493,2.453,4.337,7.274,1.886,10.766l0,0c-1.504,2.143-3.905,3.287-6.336,3.287l0,0 C446.954,399.113,445.409,398.659,444.06,397.711z M47.398,380.744c-2.194-3.668-0.999-8.406,2.668-10.601l0,0 c3.657-2.184,8.406-0.988,10.59,2.679l0,0c2.194,3.658,0.999,8.406-2.668,10.59l0,0c-1.236,0.742-2.606,1.093-3.956,1.093l0,0 C51.406,384.505,48.84,383.165,47.398,380.744z M463.468,367.342c-3.822-1.895-5.398-6.531-3.503-10.353l0,0 c1.885-3.832,6.521-5.398,10.353-3.502l0,0c3.822,1.885,5.388,6.521,3.492,10.353l0,0c-1.339,2.72-4.08,4.296-6.923,4.296l0,0 C465.734,368.135,464.57,367.877,463.468,367.342z M30.833,347.459c-1.607-3.956,0.31-8.458,4.255-10.055l0,0 c3.956-1.606,8.458,0.299,10.064,4.255l0,0c1.607,3.956-0.298,8.458-4.254,10.065l0,0c-0.958,0.381-1.937,0.566-2.905,0.566l0,0 C34.944,352.291,32.049,350.468,30.833,347.459z M478.004,334.345c-4.069-1.277-6.325-5.614-5.048-9.684l0,0 c1.288-4.068,5.625-6.335,9.694-5.048l0,0c4.069,1.278,6.326,5.615,5.048,9.684l0,0c-1.041,3.307-4.08,5.408-7.366,5.408l0,0 C479.56,334.705,478.777,334.593,478.004,334.345z M19.553,312.022c-0.979-4.162,1.597-8.315,5.749-9.293l0,0 c4.162-0.978,8.313,1.598,9.292,5.748l0,0c0.978,4.152-1.597,8.314-5.748,9.293l0,0c-0.598,0.134-1.195,0.206-1.772,0.206l0,0 C23.56,317.976,20.387,315.575,19.553,312.022z M487.306,299.545c-4.213-0.648-7.108-4.584-6.469-8.808l0,0 c0.649-4.213,4.584-7.118,8.808-6.47l0,0c4.213,0.639,7.119,4.584,6.469,8.798l0,0c-0.587,3.822-3.873,6.563-7.633,6.563l0,0 C488.1,299.628,487.708,299.607,487.306,299.545z M13.835,275.265c-0.34-4.245,2.844-7.964,7.098-8.304l0,0 c4.254-0.33,7.974,2.854,8.303,7.098l0,0c0.34,4.256-2.843,7.974-7.098,8.314l0,0c-0.206,0.011-0.402,0.021-0.607,0.021l0,0 C17.534,282.394,14.154,279.313,13.835,275.265z M483.464,256c0-0.217,0.011-0.423,0.021-0.629l0,0 c-0.01-0.206-0.021-0.411-0.021-0.629l0,0c-0.031-4.265,3.42-7.746,7.685-7.767l0,0c4.265-0.021,7.737,3.42,7.768,7.686l0,0 c0,0.227-0.01,0.452-0.031,0.679l0,0c0.021,0.217,0.031,0.433,0.031,0.66l0,0c0,4.265-3.461,7.727-7.727,7.727l0,0 C486.925,263.727,483.464,260.265,483.464,256z M498.917,254.661L498.917,254.661L498.917,254.661L498.917,254.661L498.917,254.661 L498.917,254.661z M20.882,246.367c-4.265-0.309-7.459-4.018-7.149-8.271l0,0c0.309-4.255,4.007-7.459,8.262-7.14l0,0 c4.255,0.309,7.458,4.008,7.15,8.263l0,0c-0.299,4.069-3.688,7.17-7.696,7.17l0,0C21.252,246.389,21.067,246.378,20.882,246.367z M480.642,220.016c-0.66-4.214,2.214-8.17,6.428-8.839l0,0c4.213-0.659,8.169,2.215,8.839,6.428l0,0 c0.67,4.214-2.205,8.17-6.428,8.839l0,0c-0.401,0.063-0.814,0.093-1.215,0.093l0,0 C484.535,226.536,481.249,223.827,480.642,220.016z M25.044,210.58c-4.152-0.959-6.758-5.1-5.8-9.262l0,0 c0.948-4.162,5.1-6.759,9.261-5.801l0,0c4.151,0.948,6.758,5.1,5.8,9.251l0,0c-0.824,3.586-4.007,6.006-7.52,6.006l0,0 C26.208,210.774,25.631,210.713,25.044,210.58z M472.575,186.143c-1.309-4.059,0.937-8.416,4.996-9.714l0,0 c4.069-1.308,8.417,0.928,9.726,4.996l0,0c1.298,4.06-0.938,8.406-4.997,9.715l0,0c-0.794,0.247-1.586,0.37-2.37,0.37l0,0 C476.665,191.51,473.626,189.42,472.575,186.143z M34.645,175.821c-3.966-1.577-5.893-6.079-4.316-10.034l0,0l0,0l0,0 c1.586-3.966,6.078-5.902,10.044-4.316l0,0c3.956,1.576,5.893,6.078,4.306,10.033l0,0c-1.206,3.029-4.11,4.873-7.17,4.873l0,0 C36.551,176.377,35.583,176.202,34.645,175.821z M459.409,153.908c-1.906-3.822-0.371-8.457,3.451-10.373l0,0 c3.812-1.916,8.458-0.371,10.363,3.451l0,0c1.916,3.812,0.371,8.447-3.44,10.363l0,0c-1.113,0.556-2.297,0.824-3.451,0.824l0,0 C463.499,158.174,460.769,156.607,459.409,153.908z M49.459,142.958c-3.678-2.163-4.904-6.902-2.73-10.58l0,0l0,0l0,0 c2.164-3.678,6.902-4.894,10.58-2.729l0,0c3.677,2.174,4.893,6.912,2.729,10.58l0,0c-1.442,2.441-4.018,3.801-6.665,3.801l0,0 C52.045,144.029,50.685,143.689,49.459,142.958z M441.474,124.064c-2.462-3.482-1.648-8.303,1.834-10.775l0,0 c3.482-2.473,8.303-1.648,10.775,1.824l0,0c0,0,0,0-0.01,0l0,0c2.473,3.481,1.659,8.303-1.823,10.775l0,0 c-1.36,0.968-2.915,1.421-4.471,1.421l0,0C445.368,127.31,442.988,126.188,441.474,124.064z M69.104,112.742 c-3.296-2.699-3.791-7.561-1.082-10.868l0,0c2.699-3.297,7.562-3.79,10.868-1.081l0,0c3.308,2.699,3.792,7.562,1.092,10.868l0,0 c-1.535,1.865-3.749,2.833-5.985,2.833l0,0C72.277,114.494,70.547,113.928,69.104,112.742z M419.211,97.279 c-2.977-3.069-2.895-7.952,0.165-10.93l0,0c3.07-2.967,7.953-2.895,10.93,0.176l0,0c2.967,3.059,2.895,7.952-0.175,10.93l0,0 c-1.494,1.452-3.441,2.174-5.377,2.174l0,0C422.745,99.629,420.726,98.846,419.211,97.279z M93.118,85.875 c-2.854-3.173-2.596-8.055,0.567-10.909l0,0c3.173-2.853,8.066-2.596,10.92,0.577l0,0c2.854,3.162,2.596,8.056-0.577,10.91l0,0 c-1.483,1.328-3.328,1.978-5.172,1.978l0,0C96.744,88.431,94.643,87.575,93.118,85.875z M393.127,74.184L393.127,74.184 c-3.399-2.586-4.07-7.428-1.483-10.827l0,0c2.575-3.399,7.417-4.069,10.817-1.494l0,0c3.399,2.575,4.069,7.428,1.493,10.827l0,0 c-1.524,2.009-3.832,3.059-6.17,3.059l0,0C396.167,75.748,394.528,75.233,393.127,74.184z M120.912,62.965 c-2.339-3.564-1.339-8.365,2.225-10.704l0,0c3.575-2.338,8.365-1.339,10.704,2.226l0,0c2.339,3.574,1.339,8.365-2.225,10.703l0,0 c-1.309,0.854-2.781,1.268-4.234,1.268l0,0C124.868,66.457,122.396,65.221,120.912,62.965z M363.839,55.31v0.012 c-3.75-2.03-5.151-6.718-3.121-10.479l0,0c2.019-3.749,6.717-5.15,10.467-3.12l0,0c3.749,2.029,5.151,6.716,3.121,10.467l0,0 c-1.401,2.585-4.059,4.059-6.799,4.059l0,0C366.26,56.248,365.003,55.949,363.839,55.31z M151.869,44.556 c-1.772-3.885-0.052-8.47,3.832-10.23l0,0l0,0l0,0c3.884-1.762,8.468-0.052,10.23,3.833l0,0c1.772,3.883,0.051,8.468-3.833,10.229 v0.01c-1.04,0.464-2.122,0.69-3.193,0.69l0,0C155.969,49.088,153.157,47.408,151.869,44.556z M332.006,41.166v-0.01 c-4.028-1.423-6.129-5.842-4.698-9.859l0,0c1.433-4.018,5.852-6.12,9.87-4.698l0,0l0,0l0,0c4.018,1.433,6.119,5.842,4.698,9.869 l0,0c-1.134,3.163-4.111,5.141-7.283,5.141l0,0C333.727,41.608,332.862,41.465,332.006,41.166z M185.288,31.101 c-1.143-4.109,1.257-8.365,5.367-9.519l0,0l0,0l0,0c4.111-1.144,8.376,1.257,9.52,5.367l0,0c1.153,4.11-1.247,8.376-5.357,9.519 l0,0c-0.701,0.196-1.401,0.289-2.091,0.289l0,0C189.347,36.757,186.247,34.521,185.288,31.101z M298.392,32.08 c-4.193-0.793-6.943-4.832-6.16-9.024l0,0c0.793-4.193,4.832-6.954,9.035-6.161l0,0c4.193,0.794,6.943,4.832,6.15,9.025l0,0 c-0.7,3.708-3.935,6.293-7.582,6.293l0,0C299.36,32.213,298.876,32.172,298.392,32.08z M220.386,22.963 c-0.504-4.234,2.524-8.088,6.769-8.582l0,0l0,0l0,0c4.234-0.505,8.077,2.524,8.581,6.758l0,0c0.495,4.234-2.534,8.076-6.768,8.582 l0,0c-0.309,0.041-0.618,0.063-0.917,0.063l0,0C224.188,29.783,220.85,26.888,220.386,22.963z M263.778,28.268 c-4.265-0.144-7.603-3.719-7.458-7.984l0,0c0.134-4.264,3.708-7.612,7.974-7.469l0,0c0,0,0,0,0,0.012l0,0 c4.265,0.134,7.613,3.708,7.469,7.973l0,0c-0.145,4.173-3.575,7.469-7.727,7.469l0,0C263.953,28.268,263.86,28.268,263.778,28.268z '/%3E%3Cpath style='fill:%23FFFFFF;' d='M441.567,256c0,33.619-27.207,60.874-60.771,60.874H131.204c-33.563,0-60.77-27.255-60.77-60.874 l0,0c0-33.619,27.207-60.874,60.77-60.874h249.593C414.359,195.126,441.567,222.381,441.567,256L441.567,256z'/%3E%3C/g%3E%3Cpath style='opacity:0.1;enable-background:new ;' d='M90.902,256c0-33.619,27.208-60.874,60.771-60.874h-20.469 c-33.563,0-60.77,27.255-60.77,60.874s27.207,60.874,60.77,60.874h20.469C118.11,316.874,90.902,289.619,90.902,256z'/%3E%3Cpath style='fill:%23FECF05;' d='M380.796,324.374H131.204c-37.644,0-68.27-30.673-68.27-68.374s30.626-68.374,68.27-68.374h249.593 c37.645,0,68.271,30.673,68.271,68.374S418.441,324.374,380.796,324.374z M131.204,202.626c-29.373,0-53.27,23.943-53.27,53.374 s23.897,53.374,53.27,53.374h249.593c29.374,0,53.271-23.943,53.271-53.374s-23.897-53.374-53.271-53.374H131.204z'/%3E%3Cg%3E%3Cpath style='fill:%23EE3835;' d='M141.646,217.852h-23.51c-4.142,0-7.5,3.357-7.5,7.5c0,0.186,0,61.299,0,61.299 c0,4.143,3.358,7.5,7.5,7.5h23.51c12.537,0,22.736-10.268,22.736-22.889c0-5.865-2.207-11.219-5.823-15.273 c3.61-4.053,5.823-9.39,5.823-15.249C164.382,228.119,154.183,217.852,141.646,217.852z M141.646,279.15h-16.01v-15.779h16.01 c4.266,0,7.736,3.54,7.736,7.891C149.382,275.611,145.912,279.15,141.646,279.15z M141.646,248.629h-16.01v-15.777h16.01 c4.266,0,7.736,3.538,7.736,7.888C149.382,245.09,145.912,248.629,141.646,248.629z'/%3E%3Cpath style='fill:%23EE3835;' d='M196.146,217.848c-14.593,0-26.465,11.921-26.465,26.574v23.158c0,14.651,11.872,26.57,26.465,26.57 c14.595,0,26.469-11.919,26.469-26.57v-23.158C222.615,229.769,210.741,217.848,196.146,217.848z M207.615,267.58 c0,6.38-5.145,11.57-11.469,11.57c-6.322,0-11.465-5.19-11.465-11.57v-23.158c0-6.382,5.143-11.574,11.465-11.574 c6.324,0,11.469,5.192,11.469,11.574V267.58z'/%3E%3Cpath style='fill:%23EE3835;' d='M381.372,248.5h-11.851c-2.707,0-4.993-2.915-4.993-6.365v-2.92c0-3.451,2.286-6.367,4.993-6.367 h17.99c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-17.99c-11.024,0-19.993,9.585-19.993,21.367v2.92 c0,11.781,8.969,21.365,19.993,21.365h11.851c2.706,0,4.992,2.915,4.992,6.365v2.92c0,3.45-2.286,6.365-4.992,6.365h-20.531 c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h20.531c11.024,0,19.992-9.584,19.992-21.365v-2.92 C401.364,258.084,392.396,248.5,381.372,248.5z'/%3E%3Cpath style='fill:%23EE3835;' d='M255.622,217.848c-14.593,0-26.466,11.921-26.466,26.574v42.228c0,4.143,3.358,7.5,7.5,7.5 s7.5-3.357,7.5-7.5v-42.228c0-6.382,5.144-11.574,11.466-11.574c6.325,0,11.47,5.192,11.47,11.574v42.228 c0,4.143,3.358,7.5,7.5,7.5s7.5-3.357,7.5-7.5v-42.228C282.092,229.769,270.218,217.848,255.622,217.848z'/%3E%3Cpath style='fill:%23EE3835;' d='M336.337,217.848c-4.142,0-7.5,3.357-7.5,7.5v42.232c0,6.38-5.143,11.57-11.465,11.57 c-6.325,0-11.47-5.19-11.47-11.57v-42.232c0-4.143-3.358-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v42.232c0,14.651,11.875,26.57,26.47,26.57 c14.593,0,26.465-11.919,26.465-26.57v-42.232C343.837,221.205,340.479,217.848,336.337,217.848z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FECF05;' d='M191.838,408.19c-0.604,0-1.214-0.108-1.796-0.327l-14.946-5.593l-14.946,5.593 c-0.582,0.219-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.004-0.973c-1.389-1.007-2.178-2.64-2.102-4.35l0.717-15.898 l-9.954-12.44c-1.07-1.339-1.395-3.124-0.864-4.753c0.53-1.626,1.845-2.88,3.5-3.335l15.389-4.231l8.795-13.282 c0.945-1.429,2.548-2.288,4.265-2.288s3.32,0.859,4.265,2.288l8.794,13.282l15.391,4.231c1.655,0.455,2.971,1.709,3.502,3.335 c0.531,1.629,0.205,3.414-0.864,4.753l-9.955,12.44l0.717,15.899c0.075,1.709-0.714,3.344-2.102,4.349 C193.956,407.859,192.902,408.19,191.838,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M272.741,408.19c-0.605,0-1.213-0.108-1.797-0.327l-14.945-5.593l-14.945,5.593 c-0.583,0.219-1.191,0.326-1.796,0.326c-1.064,0-2.119-0.332-3.005-0.973c-1.389-1.007-2.177-2.64-2.1-4.35l0.717-15.898 l-9.956-12.44c-1.07-1.339-1.396-3.124-0.864-4.753c0.531-1.626,1.847-2.88,3.501-3.335l15.389-4.231l8.795-13.282 c0.945-1.429,2.548-2.288,4.265-2.288s3.32,0.859,4.264,2.288l8.795,13.282l15.39,4.231c1.655,0.455,2.971,1.709,3.502,3.335 c0.531,1.629,0.205,3.414-0.865,4.753l-9.954,12.44l0.717,15.899c0.075,1.709-0.712,3.344-2.102,4.349 C274.86,407.859,273.805,408.19,272.741,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M353.645,408.19c-0.605,0-1.214-0.108-1.797-0.327l-14.945-5.593l-14.946,5.593 c-0.584,0.219-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.005-0.973c-1.388-1.007-2.177-2.64-2.102-4.35l0.718-15.898 l-9.956-12.44c-1.07-1.339-1.395-3.124-0.864-4.753c0.531-1.626,1.846-2.88,3.501-3.335l15.39-4.231l8.793-13.282 c0.946-1.429,2.549-2.288,4.267-2.288c1.716,0,3.32,0.859,4.264,2.288l8.796,13.282l15.39,4.231 c1.654,0.455,2.97,1.709,3.501,3.335c0.532,1.629,0.206,3.414-0.864,4.753l-9.955,12.44l0.716,15.899 c0.076,1.709-0.713,3.344-2.103,4.349C355.762,407.859,354.708,408.19,353.645,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M189.54,159.933c-0.604,0-1.214-0.107-1.796-0.327l-14.946-5.592l-14.946,5.592 c-0.582,0.22-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.004-0.972c-1.389-1.007-2.178-2.64-2.102-4.351l0.717-15.898 l-9.955-12.439c-1.07-1.339-1.395-3.123-0.864-4.752c0.53-1.626,1.845-2.881,3.5-3.336l15.389-4.23l8.795-13.283 c0.945-1.429,2.548-2.287,4.265-2.287s3.32,0.858,4.265,2.287l8.794,13.283l15.391,4.23c1.655,0.455,2.971,1.71,3.501,3.336 c0.531,1.629,0.206,3.413-0.864,4.752l-9.955,12.439l0.717,15.899c0.075,1.71-0.714,3.345-2.102,4.35 C191.658,159.602,190.605,159.933,189.54,159.933z'/%3E%3Cpath style='fill:%23FECF05;' d='M355.943,159.933c-0.605,0-1.214-0.107-1.797-0.327l-14.945-5.592l-14.946,5.592 c-0.584,0.22-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.005-0.972c-1.388-1.007-2.177-2.64-2.102-4.351l0.718-15.898 l-9.956-12.439c-1.07-1.339-1.395-3.123-0.864-4.752c0.531-1.626,1.846-2.881,3.501-3.336l15.39-4.23l8.793-13.283 c0.946-1.429,2.549-2.287,4.267-2.287c1.716,0,3.32,0.858,4.264,2.287l8.796,13.283l15.39,4.23c1.654,0.455,2.97,1.71,3.501,3.336 c0.532,1.629,0.206,3.413-0.864,4.752l-9.955,12.439l0.716,15.899c0.076,1.71-0.713,3.345-2.103,4.35 C358.06,159.602,357.007,159.933,355.943,159.933z'/%3E%3Cpath style='fill:%23FECF05;' d='M284.639,166.374c-1.035,0-2.075-0.183-3.074-0.558l-25.566-9.566l-25.567,9.566 c-0.997,0.375-2.037,0.557-3.072,0.557c-1.821,0-3.624-0.568-5.141-1.663c-2.375-1.722-3.724-4.515-3.593-7.441l1.226-27.196 l-17.032-21.279c-1.831-2.292-2.387-5.344-1.478-8.131c0.909-2.781,3.159-4.927,5.989-5.704l26.327-7.239l15.044-22.723 c1.617-2.443,4.359-3.912,7.296-3.912c2.936,0,5.679,1.469,7.294,3.912l15.046,22.723l26.327,7.239 c2.832,0.777,5.082,2.923,5.991,5.704c0.909,2.787,0.351,5.839-1.479,8.131l-17.029,21.279l1.226,27.199 c0.129,2.924-1.218,5.721-3.595,7.439C288.263,165.809,286.46,166.374,284.639,166.374z'/%3E%3C/g%3E%3Cpath style='opacity:0.1;enable-background:new ;' d='M93.758,437.02C45.488,388.666,18.905,324.381,18.905,256 S45.488,123.334,93.758,74.98C139.844,28.816,200.434,2.473,265.233,0.182C262.164,0.073,259.087,0,256,0 C187.737,0,123.561,26.629,75.291,74.98C27.021,123.334,0.439,187.619,0.439,256s26.583,132.666,74.853,181.02 C123.561,485.371,187.737,512,256,512c3.087,0,6.164-0.073,9.233-0.182C200.434,509.527,139.844,483.184,93.758,437.02z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

i.bonus-off-ico2{
    display: flex;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 512 512' height='70' viewBox='0 0 512 512' width='70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m506.296 309.992c-11.441 53.295-39.473 100.43-78.425 135.737-14.07 12.754-76.925 48.726-93.476 54.044-2.778.893-5.576 1.739-8.395 2.539-22.248 6.311-117.746 6.311-139.992.002-2.821-.8-5.623-1.647-8.403-2.541-17.104-5.496-79.824-41.67-93.474-54.042-38.953-35.307-66.986-82.444-78.427-135.74-3.737-17.406-3.737-90.576 0-107.982 11.441-53.295 39.473-100.431 78.425-135.738 13.326-12.079 75.946-48.411 93.477-54.044 24.706-7.94 51.049-12.227 78.394-12.227 27.347 0 53.692 4.288 78.4 12.228 16.063 5.162 79.032 40.954 93.472 54.043 38.755 35.129 66.699 81.967 78.249 134.93 3.851 17.655 3.912 91.385.175 108.791z' fill='%23ffea06'/%3E%3Cpath d='m256.133 255.923 250.163-53.915c3.737 17.407 5.704 35.47 5.704 53.992s-1.967 36.585-5.704 53.991l-250.163-53.915 171.739 189.652c-26.652 24.158-58.416 42.778-93.476 54.044l-78.396-243.619-78.395 243.62c-35.061-11.266-66.825-29.887-93.476-54.044l171.739-189.652-250.164 53.914c-3.737-17.406-5.704-35.469-5.704-53.991s1.967-36.585 5.704-53.991l250.163 53.915-171.738-189.653c26.652-24.158 58.416-42.778 93.476-54.044l78.395 243.62 78.395-243.62c35.061 11.266 66.824 29.886 93.476 54.044z' fill='%23ffc14f'/%3E%3Cpath d='m271.5 270h-77.583c-25.359 0-45.917-20.558-45.917-45.917v-2.583c0-26.786 21.714-48.5 48.5-48.5h75c26.786 0 48.5 21.714 48.5 48.5 0 26.786-21.714 48.5-48.5 48.5z' fill='%23b2705b'/%3E%3Cpath d='m342 136.333v93.667c0 17.166-10.813 31.806-26 37.481v72.519c0 33.137-26.863 60-60 60-33.137 0-60-26.863-60-60v-72.519c-15.187-5.675-26-20.315-26-37.481v-93.667c0-22.091 17.909-40 40-40h92c22.091 0 40 17.909 40 40z' fill='%23d47f6c'/%3E%3Cpath d='m342 106v28c0 14.359-11.641 26-26 26-8.042 0-15.231-3.651-20-9.386-4.769 5.735-11.958 9.386-20 9.386s-15.231-3.651-20-9.386c-4.769 5.735-11.958 9.386-20 9.386s-15.231-3.651-20-9.386c-4.769 5.735-11.958 9.386-20 9.386-14.359 0-26-11.641-26-26v-28c0-14.359 11.641-26 26-26 8.042 0 15.231 3.651 20 9.386 4.769-5.735 11.958-9.386 20-9.386s15.231 3.651 20 9.386c4.769-5.735 11.958-9.386 20-9.386s15.231 3.651 20 9.386c4.769-5.735 11.958-9.386 20-9.386 14.359 0 26 11.641 26 26z' fill='%23e09380'/%3E%3Cpath d='m215.659 166.5c-5.523 0-10-4.477-10-10v-48.154c0-5.523 4.477-10 10-10 5.523 0 10 4.477 10 10v48.154c0 5.523-4.477 10-10 10zm50.341-10v-48.154c0-5.523-4.477-10-10-10-5.523 0-10 4.477-10 10v48.154c0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10zm39.667 0v-48.154c0-5.523-4.477-10-10-10-5.523 0-10 4.477-10 10v48.154c0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10z' fill='%23d47f6c'/%3E%3Cpath d='m248.5 123.301v12.064c0 4.953-4.015 8.968-8.968 8.968h-7.064c-4.953 0-8.968-4.015-8.968-8.968v-12.064c0-4.953 4.015-8.968 8.968-8.968h7.064c4.953 0 8.968 4.015 8.968 8.968zm-48.968-8.968h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968zm80 0h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968zm40 0h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968z' fill='%23ffbeaa'/%3E%3Cpath d='m390.147 77.76 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.423 2.823-1.423 3.601 0zm-320.294 73.307-6.353 11.617c-.188.344-.471.627-.816.816l-11.616 6.353c-1.423.778-1.423 2.823 0 3.601l11.616 6.353c.344.188.627.471.816.816l6.353 11.616c.778 1.423 2.823 1.423 3.601 0l6.353-11.616c.188-.344.471-.627.816-.816l11.616-6.353c1.423-.778 1.423-2.823 0-3.601l-11.616-6.353c-.344-.188-.627-.471-.816-.816l-6.353-11.616c-.778-1.424-2.823-1.424-3.601-.001z' fill='%235f55af'/%3E%3Cpath d='m143.647 278.384 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.424 2.822-1.424 3.601 0z' fill='%23ff9100'/%3E%3Cpath d='m383.454 201.067 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.423 2.823-1.423 3.601 0z' fill='%23ff9f22'/%3E%3Cpath d='m267.5 265c-4.143 0-7.5-3.358-7.5-7.5 0-23.435-19.065-42.5-42.5-42.5-4.143 0-7.5-3.358-7.5-7.5s3.357-7.5 7.5-7.5c31.706 0 57.5 25.794 57.5 57.5 0 4.142-3.357 7.5-7.5 7.5zm-41.5 75v-62.594c0-9.687-4.21-18.937-11.633-25.162-8.781-7.366-14.367-9.906-14.367-22.244v-10.167c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15v10.167c0 17.166 10.813 31.806 26 37.481v71.592c0 32.983 26.228 60.496 59.208 60.922 5.459.07 10.753-.588 15.792-1.885-25.878-6.661-45-30.152-45-58.11z' fill='%23b2705b'/%3E%3Cpath d='m174 250c-14.359 0-26-11.641-26-26v-68c0-14.359 11.641-26 26-26 14.359 0 26 11.641 26 26v68c0 14.359-11.641 26-26 26z' fill='%23e09380'/%3E%3Cpath d='m268 154c0 14.359-11.641 26-26 26h-68c-14.359 0-26-11.641-26-26 0-14.359 11.641-26 26-26h68c14.359 0 26 11.641 26 26z' fill='%23faa68e'/%3E%3Cpath d='m256 150.468v7.064c0 4.953-4.015 8.968-8.968 8.968h-12.064c-4.953 0-8.968-4.015-8.968-8.968v-7.064c0-4.953 4.015-8.968 8.968-8.968h12.064c4.953 0 8.968 4.015 8.968 8.968z' fill='%23ffdecf'/%3E%3Cpath d='m186 350h140v152.312c-22.248 6.311-45.73 9.688-70 9.688s-47.752-3.377-70-9.688z' fill='%235f55af'/%3E%3Cpath d='m226 510.26c-13.692-1.598-27.055-4.276-40-7.948v-152.312h40z' fill='%2351489a'/%3E%3Cpath d='m331 360h-150c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15h150c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15z' fill='%236a61b4'/%3E%3Cpath d='m331 360h-108c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15h108c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15z' fill='%238078bf'/%3E%3Cpath d='m297.947 106.564-6.698-20.093c-.352-1.056-1.181-1.885-2.237-2.237l-20.093-6.698c-3.225-1.075-3.225-5.637 0-6.712l20.093-6.698c1.056-.352 1.885-1.181 2.237-2.237l6.698-20.093c1.075-3.225 5.637-3.225 6.712 0l6.698 20.093c.352 1.056 1.181 1.885 2.237 2.237l20.093 6.698c3.225 1.075 3.225 5.637 0 6.712l-20.093 6.698c-1.056.352-1.885 1.181-2.237 2.237l-6.698 20.093c-1.075 3.226-5.637 3.226-6.712 0z' fill='%23fff5f5'/%3E%3C/g%3E%3C/svg%3E");
}

.offer-icons span{
    display: flex;
    align-items: center;
    color: rgba(255,255,255,1);
    font-weight: bold;
    margin: 12px;
}

.offer-section b{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
}

/*00000000000000000000000000000000000000000*/

.home__bonus{
    background: rgb(86,0,203);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    border-radius: 15px;
    display: flex;
}

.home__bonus a{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    color: #FFF;
    width: 100%;
    padding: 15px;
}

.home__bonus i{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.home__bonus span.more__span{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

.home__bonus-icons{
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
}

b.bonys-icon-one{
    display: flex;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='60px' height='60px'%3E%3Cpath style='fill:%23FECF05;' d='M256,512c-68.263,0-132.439-26.629-180.709-74.98C27.021,388.666,0.439,324.381,0.439,256 S27.021,123.334,75.291,74.98C123.561,26.629,187.737,0,256,0s132.439,26.629,180.709,74.98 c48.269,48.354,74.852,112.639,74.852,181.02s-26.583,132.666-74.852,181.02C388.439,485.371,324.263,512,256,512z'/%3E%3Cellipse style='fill:%23EE3835;' cx='256' cy='256' rx='213.24' ry='213.6'/%3E%3Cg%3E%3Cpath style='fill:%23C0272D;' d='M465.771,294.529c2.274-12.498,3.468-25.373,3.468-38.529c0-13.155-1.194-26.031-3.467-38.529 L259.255,256L465.771,294.529z'/%3E%3Cpath style='fill:%23C0272D;' d='M377.12,80.192L258.302,253.694l173.206-119.021C416.816,113.389,398.368,94.908,377.12,80.192z'/%3E%3Cpath style='fill:%23C0272D;' d='M256,252.738l38.465-206.869c-12.478-2.276-25.332-3.474-38.465-3.474 c-13.132,0-25.985,1.196-38.462,3.473L256,252.738z'/%3E%3Cpath style='fill:%23C0272D;' d='M80.494,134.672l173.204,119.022L134.882,80.19C113.633,94.907,95.186,113.387,80.494,134.672z'/%3E%3Cpath style='fill:%23C0272D;' d='M46.229,217.469c-2.273,12.499-3.468,25.375-3.468,38.531c0,13.155,1.195,26.031,3.467,38.528 L252.745,256L46.229,217.469z'/%3E%3Cpath style='fill:%23C0272D;' d='M134.881,431.809l118.817-173.503L80.492,377.326C95.184,398.611,113.632,417.092,134.881,431.809z' /%3E%3Cpath style='fill:%23C0272D;' d='M256,469.604c13.133,0,25.986-1.196,38.463-3.473L256,259.262l-38.463,206.87 C230.014,468.408,242.867,469.604,256,469.604z'/%3E%3Cpath style='fill:%23C0272D;' d='M431.508,377.327L258.302,258.306l118.817,173.503C398.367,417.092,416.815,398.611,431.508,377.327 z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M257.627,491.715c-0.165-4.264,3.152-7.859,7.417-8.024l0,0c4.265-0.165,7.85,3.152,8.025,7.417l0,0 c0.165,4.265-3.163,7.86-7.417,8.025l0,0c-0.103,0-0.206,0-0.309,0l0,0C261.213,499.133,257.793,495.877,257.627,491.715z M228.494,497.772c-4.245-0.474-7.294-4.296-6.809-8.54l0,0c0.474-4.244,4.306-7.294,8.54-6.809l0,0 c4.244,0.474,7.294,4.306,6.81,8.54l0,0c-0.443,3.945-3.791,6.861-7.665,6.861l0,0 C229.081,497.825,228.782,497.815,228.494,497.772z M293.529,488.738c-0.814-4.193,1.917-8.241,6.109-9.055v-0.011 c4.193-0.814,8.242,1.927,9.065,6.119l0,0c0.814,4.183-1.926,8.241-6.108,9.056l0,0l0,0l0,0c-0.505,0.092-0.999,0.145-1.494,0.145 l0,0C297.485,494.992,294.25,492.427,293.529,488.738z M191.964,490.768c-4.121-1.123-6.552-5.367-5.419-9.488l0,0 c1.123-4.11,5.368-6.541,9.488-5.408l0,0c4.11,1.123,6.541,5.367,5.419,9.488l0,0c-0.938,3.431-4.049,5.688-7.448,5.688l0,0 C193.323,491.047,192.644,490.953,191.964,490.768z M328.555,480.301c-1.442-4.018,0.629-8.437,4.646-9.89l0,0 c4.007-1.452,8.437,0.629,9.89,4.636l0,0c1.452,4.018-0.629,8.448-4.636,9.9l0,0c0,0,0,0-0.01-0.011l0,0 c-0.865,0.32-1.752,0.464-2.617,0.464l0,0C332.666,485.4,329.699,483.442,328.555,480.301z M156.917,478.221L156.917,478.221 L156.917,478.221c-3.894-1.742-5.635-6.315-3.894-10.21l0,0c1.741-3.894,6.315-5.635,10.209-3.894l0,0 c3.895,1.741,5.635,6.314,3.895,10.209l0,0c-1.288,2.874-4.111,4.574-7.057,4.574l0,0 C159.008,478.9,157.937,478.684,156.917,478.221z M361.851,466.58c-2.05-3.741-0.68-8.439,3.059-10.488l0,0 c3.75-2.05,8.448-0.669,10.487,3.07l0,0c2.05,3.749,0.68,8.436-3.06,10.486l0,0c-1.185,0.65-2.452,0.948-3.708,0.948l0,0 C365.899,470.597,363.252,469.144,361.851,466.58z M124.229,460.44c-3.585-2.317-4.605-7.108-2.287-10.683l0,0 c2.318-3.586,7.108-4.606,10.683-2.288l0,0c3.585,2.318,4.605,7.108,2.287,10.694l0,0c-1.483,2.276-3.956,3.522-6.491,3.522l0,0 C126.98,461.685,125.527,461.283,124.229,460.44z M392.653,447.923c-2.596-3.39-1.957-8.241,1.432-10.839l0,0 c3.389-2.595,8.242-1.946,10.837,1.434l0,0c2.596,3.389,1.947,8.241-1.432,10.837l0,0c-1.412,1.071-3.06,1.597-4.698,1.597l0,0 C396.465,450.951,394.178,449.91,392.653,447.923z M94.643,437.889c-3.183-2.844-3.472-7.717-0.628-10.91l0,0 c2.833-3.183,7.726-3.472,10.909-0.629l0,0c3.184,2.845,3.472,7.717,0.629,10.911l0,0c-1.524,1.709-3.647,2.585-5.769,2.585l0,0 C97.949,439.846,96.116,439.197,94.643,437.889z M420.272,424.774c-3.08-2.946-3.184-7.84-0.227-10.92l0,0 c2.946-3.08,7.839-3.184,10.92-0.227l0,0c3.08,2.956,3.183,7.84,0.227,10.919l0,0c-1.515,1.587-3.544,2.381-5.574,2.381l0,0 C423.693,426.928,421.766,426.217,420.272,424.774z M68.836,411.113c-2.72-3.285-2.256-8.158,1.03-10.878l0,0 c3.286-2.72,8.159-2.257,10.879,1.03l0,0c2.72,3.287,2.256,8.159-1.03,10.878l0,0c-1.442,1.195-3.183,1.772-4.924,1.772l0,0 C72.576,413.916,70.361,412.958,68.836,411.113z M444.06,397.711c-3.493-2.451-4.337-7.272-1.886-10.766l0,0 c2.452-3.492,7.273-4.337,10.766-1.885l0,0c3.493,2.453,4.337,7.274,1.886,10.766l0,0c-1.504,2.143-3.905,3.287-6.336,3.287l0,0 C446.954,399.113,445.409,398.659,444.06,397.711z M47.398,380.744c-2.194-3.668-0.999-8.406,2.668-10.601l0,0 c3.657-2.184,8.406-0.988,10.59,2.679l0,0c2.194,3.658,0.999,8.406-2.668,10.59l0,0c-1.236,0.742-2.606,1.093-3.956,1.093l0,0 C51.406,384.505,48.84,383.165,47.398,380.744z M463.468,367.342c-3.822-1.895-5.398-6.531-3.503-10.353l0,0 c1.885-3.832,6.521-5.398,10.353-3.502l0,0c3.822,1.885,5.388,6.521,3.492,10.353l0,0c-1.339,2.72-4.08,4.296-6.923,4.296l0,0 C465.734,368.135,464.57,367.877,463.468,367.342z M30.833,347.459c-1.607-3.956,0.31-8.458,4.255-10.055l0,0 c3.956-1.606,8.458,0.299,10.064,4.255l0,0c1.607,3.956-0.298,8.458-4.254,10.065l0,0c-0.958,0.381-1.937,0.566-2.905,0.566l0,0 C34.944,352.291,32.049,350.468,30.833,347.459z M478.004,334.345c-4.069-1.277-6.325-5.614-5.048-9.684l0,0 c1.288-4.068,5.625-6.335,9.694-5.048l0,0c4.069,1.278,6.326,5.615,5.048,9.684l0,0c-1.041,3.307-4.08,5.408-7.366,5.408l0,0 C479.56,334.705,478.777,334.593,478.004,334.345z M19.553,312.022c-0.979-4.162,1.597-8.315,5.749-9.293l0,0 c4.162-0.978,8.313,1.598,9.292,5.748l0,0c0.978,4.152-1.597,8.314-5.748,9.293l0,0c-0.598,0.134-1.195,0.206-1.772,0.206l0,0 C23.56,317.976,20.387,315.575,19.553,312.022z M487.306,299.545c-4.213-0.648-7.108-4.584-6.469-8.808l0,0 c0.649-4.213,4.584-7.118,8.808-6.47l0,0c4.213,0.639,7.119,4.584,6.469,8.798l0,0c-0.587,3.822-3.873,6.563-7.633,6.563l0,0 C488.1,299.628,487.708,299.607,487.306,299.545z M13.835,275.265c-0.34-4.245,2.844-7.964,7.098-8.304l0,0 c4.254-0.33,7.974,2.854,8.303,7.098l0,0c0.34,4.256-2.843,7.974-7.098,8.314l0,0c-0.206,0.011-0.402,0.021-0.607,0.021l0,0 C17.534,282.394,14.154,279.313,13.835,275.265z M483.464,256c0-0.217,0.011-0.423,0.021-0.629l0,0 c-0.01-0.206-0.021-0.411-0.021-0.629l0,0c-0.031-4.265,3.42-7.746,7.685-7.767l0,0c4.265-0.021,7.737,3.42,7.768,7.686l0,0 c0,0.227-0.01,0.452-0.031,0.679l0,0c0.021,0.217,0.031,0.433,0.031,0.66l0,0c0,4.265-3.461,7.727-7.727,7.727l0,0 C486.925,263.727,483.464,260.265,483.464,256z M498.917,254.661L498.917,254.661L498.917,254.661L498.917,254.661L498.917,254.661 L498.917,254.661z M20.882,246.367c-4.265-0.309-7.459-4.018-7.149-8.271l0,0c0.309-4.255,4.007-7.459,8.262-7.14l0,0 c4.255,0.309,7.458,4.008,7.15,8.263l0,0c-0.299,4.069-3.688,7.17-7.696,7.17l0,0C21.252,246.389,21.067,246.378,20.882,246.367z M480.642,220.016c-0.66-4.214,2.214-8.17,6.428-8.839l0,0c4.213-0.659,8.169,2.215,8.839,6.428l0,0 c0.67,4.214-2.205,8.17-6.428,8.839l0,0c-0.401,0.063-0.814,0.093-1.215,0.093l0,0 C484.535,226.536,481.249,223.827,480.642,220.016z M25.044,210.58c-4.152-0.959-6.758-5.1-5.8-9.262l0,0 c0.948-4.162,5.1-6.759,9.261-5.801l0,0c4.151,0.948,6.758,5.1,5.8,9.251l0,0c-0.824,3.586-4.007,6.006-7.52,6.006l0,0 C26.208,210.774,25.631,210.713,25.044,210.58z M472.575,186.143c-1.309-4.059,0.937-8.416,4.996-9.714l0,0 c4.069-1.308,8.417,0.928,9.726,4.996l0,0c1.298,4.06-0.938,8.406-4.997,9.715l0,0c-0.794,0.247-1.586,0.37-2.37,0.37l0,0 C476.665,191.51,473.626,189.42,472.575,186.143z M34.645,175.821c-3.966-1.577-5.893-6.079-4.316-10.034l0,0l0,0l0,0 c1.586-3.966,6.078-5.902,10.044-4.316l0,0c3.956,1.576,5.893,6.078,4.306,10.033l0,0c-1.206,3.029-4.11,4.873-7.17,4.873l0,0 C36.551,176.377,35.583,176.202,34.645,175.821z M459.409,153.908c-1.906-3.822-0.371-8.457,3.451-10.373l0,0 c3.812-1.916,8.458-0.371,10.363,3.451l0,0c1.916,3.812,0.371,8.447-3.44,10.363l0,0c-1.113,0.556-2.297,0.824-3.451,0.824l0,0 C463.499,158.174,460.769,156.607,459.409,153.908z M49.459,142.958c-3.678-2.163-4.904-6.902-2.73-10.58l0,0l0,0l0,0 c2.164-3.678,6.902-4.894,10.58-2.729l0,0c3.677,2.174,4.893,6.912,2.729,10.58l0,0c-1.442,2.441-4.018,3.801-6.665,3.801l0,0 C52.045,144.029,50.685,143.689,49.459,142.958z M441.474,124.064c-2.462-3.482-1.648-8.303,1.834-10.775l0,0 c3.482-2.473,8.303-1.648,10.775,1.824l0,0c0,0,0,0-0.01,0l0,0c2.473,3.481,1.659,8.303-1.823,10.775l0,0 c-1.36,0.968-2.915,1.421-4.471,1.421l0,0C445.368,127.31,442.988,126.188,441.474,124.064z M69.104,112.742 c-3.296-2.699-3.791-7.561-1.082-10.868l0,0c2.699-3.297,7.562-3.79,10.868-1.081l0,0c3.308,2.699,3.792,7.562,1.092,10.868l0,0 c-1.535,1.865-3.749,2.833-5.985,2.833l0,0C72.277,114.494,70.547,113.928,69.104,112.742z M419.211,97.279 c-2.977-3.069-2.895-7.952,0.165-10.93l0,0c3.07-2.967,7.953-2.895,10.93,0.176l0,0c2.967,3.059,2.895,7.952-0.175,10.93l0,0 c-1.494,1.452-3.441,2.174-5.377,2.174l0,0C422.745,99.629,420.726,98.846,419.211,97.279z M93.118,85.875 c-2.854-3.173-2.596-8.055,0.567-10.909l0,0c3.173-2.853,8.066-2.596,10.92,0.577l0,0c2.854,3.162,2.596,8.056-0.577,10.91l0,0 c-1.483,1.328-3.328,1.978-5.172,1.978l0,0C96.744,88.431,94.643,87.575,93.118,85.875z M393.127,74.184L393.127,74.184 c-3.399-2.586-4.07-7.428-1.483-10.827l0,0c2.575-3.399,7.417-4.069,10.817-1.494l0,0c3.399,2.575,4.069,7.428,1.493,10.827l0,0 c-1.524,2.009-3.832,3.059-6.17,3.059l0,0C396.167,75.748,394.528,75.233,393.127,74.184z M120.912,62.965 c-2.339-3.564-1.339-8.365,2.225-10.704l0,0c3.575-2.338,8.365-1.339,10.704,2.226l0,0c2.339,3.574,1.339,8.365-2.225,10.703l0,0 c-1.309,0.854-2.781,1.268-4.234,1.268l0,0C124.868,66.457,122.396,65.221,120.912,62.965z M363.839,55.31v0.012 c-3.75-2.03-5.151-6.718-3.121-10.479l0,0c2.019-3.749,6.717-5.15,10.467-3.12l0,0c3.749,2.029,5.151,6.716,3.121,10.467l0,0 c-1.401,2.585-4.059,4.059-6.799,4.059l0,0C366.26,56.248,365.003,55.949,363.839,55.31z M151.869,44.556 c-1.772-3.885-0.052-8.47,3.832-10.23l0,0l0,0l0,0c3.884-1.762,8.468-0.052,10.23,3.833l0,0c1.772,3.883,0.051,8.468-3.833,10.229 v0.01c-1.04,0.464-2.122,0.69-3.193,0.69l0,0C155.969,49.088,153.157,47.408,151.869,44.556z M332.006,41.166v-0.01 c-4.028-1.423-6.129-5.842-4.698-9.859l0,0c1.433-4.018,5.852-6.12,9.87-4.698l0,0l0,0l0,0c4.018,1.433,6.119,5.842,4.698,9.869 l0,0c-1.134,3.163-4.111,5.141-7.283,5.141l0,0C333.727,41.608,332.862,41.465,332.006,41.166z M185.288,31.101 c-1.143-4.109,1.257-8.365,5.367-9.519l0,0l0,0l0,0c4.111-1.144,8.376,1.257,9.52,5.367l0,0c1.153,4.11-1.247,8.376-5.357,9.519 l0,0c-0.701,0.196-1.401,0.289-2.091,0.289l0,0C189.347,36.757,186.247,34.521,185.288,31.101z M298.392,32.08 c-4.193-0.793-6.943-4.832-6.16-9.024l0,0c0.793-4.193,4.832-6.954,9.035-6.161l0,0c4.193,0.794,6.943,4.832,6.15,9.025l0,0 c-0.7,3.708-3.935,6.293-7.582,6.293l0,0C299.36,32.213,298.876,32.172,298.392,32.08z M220.386,22.963 c-0.504-4.234,2.524-8.088,6.769-8.582l0,0l0,0l0,0c4.234-0.505,8.077,2.524,8.581,6.758l0,0c0.495,4.234-2.534,8.076-6.768,8.582 l0,0c-0.309,0.041-0.618,0.063-0.917,0.063l0,0C224.188,29.783,220.85,26.888,220.386,22.963z M263.778,28.268 c-4.265-0.144-7.603-3.719-7.458-7.984l0,0c0.134-4.264,3.708-7.612,7.974-7.469l0,0c0,0,0,0,0,0.012l0,0 c4.265,0.134,7.613,3.708,7.469,7.973l0,0c-0.145,4.173-3.575,7.469-7.727,7.469l0,0C263.953,28.268,263.86,28.268,263.778,28.268z '/%3E%3Cpath style='fill:%23FFFFFF;' d='M441.567,256c0,33.619-27.207,60.874-60.771,60.874H131.204c-33.563,0-60.77-27.255-60.77-60.874 l0,0c0-33.619,27.207-60.874,60.77-60.874h249.593C414.359,195.126,441.567,222.381,441.567,256L441.567,256z'/%3E%3C/g%3E%3Cpath style='opacity:0.1;enable-background:new ;' d='M90.902,256c0-33.619,27.208-60.874,60.771-60.874h-20.469 c-33.563,0-60.77,27.255-60.77,60.874s27.207,60.874,60.77,60.874h20.469C118.11,316.874,90.902,289.619,90.902,256z'/%3E%3Cpath style='fill:%23FECF05;' d='M380.796,324.374H131.204c-37.644,0-68.27-30.673-68.27-68.374s30.626-68.374,68.27-68.374h249.593 c37.645,0,68.271,30.673,68.271,68.374S418.441,324.374,380.796,324.374z M131.204,202.626c-29.373,0-53.27,23.943-53.27,53.374 s23.897,53.374,53.27,53.374h249.593c29.374,0,53.271-23.943,53.271-53.374s-23.897-53.374-53.271-53.374H131.204z'/%3E%3Cg%3E%3Cpath style='fill:%23EE3835;' d='M141.646,217.852h-23.51c-4.142,0-7.5,3.357-7.5,7.5c0,0.186,0,61.299,0,61.299 c0,4.143,3.358,7.5,7.5,7.5h23.51c12.537,0,22.736-10.268,22.736-22.889c0-5.865-2.207-11.219-5.823-15.273 c3.61-4.053,5.823-9.39,5.823-15.249C164.382,228.119,154.183,217.852,141.646,217.852z M141.646,279.15h-16.01v-15.779h16.01 c4.266,0,7.736,3.54,7.736,7.891C149.382,275.611,145.912,279.15,141.646,279.15z M141.646,248.629h-16.01v-15.777h16.01 c4.266,0,7.736,3.538,7.736,7.888C149.382,245.09,145.912,248.629,141.646,248.629z'/%3E%3Cpath style='fill:%23EE3835;' d='M196.146,217.848c-14.593,0-26.465,11.921-26.465,26.574v23.158c0,14.651,11.872,26.57,26.465,26.57 c14.595,0,26.469-11.919,26.469-26.57v-23.158C222.615,229.769,210.741,217.848,196.146,217.848z M207.615,267.58 c0,6.38-5.145,11.57-11.469,11.57c-6.322,0-11.465-5.19-11.465-11.57v-23.158c0-6.382,5.143-11.574,11.465-11.574 c6.324,0,11.469,5.192,11.469,11.574V267.58z'/%3E%3Cpath style='fill:%23EE3835;' d='M381.372,248.5h-11.851c-2.707,0-4.993-2.915-4.993-6.365v-2.92c0-3.451,2.286-6.367,4.993-6.367 h17.99c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-17.99c-11.024,0-19.993,9.585-19.993,21.367v2.92 c0,11.781,8.969,21.365,19.993,21.365h11.851c2.706,0,4.992,2.915,4.992,6.365v2.92c0,3.45-2.286,6.365-4.992,6.365h-20.531 c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h20.531c11.024,0,19.992-9.584,19.992-21.365v-2.92 C401.364,258.084,392.396,248.5,381.372,248.5z'/%3E%3Cpath style='fill:%23EE3835;' d='M255.622,217.848c-14.593,0-26.466,11.921-26.466,26.574v42.228c0,4.143,3.358,7.5,7.5,7.5 s7.5-3.357,7.5-7.5v-42.228c0-6.382,5.144-11.574,11.466-11.574c6.325,0,11.47,5.192,11.47,11.574v42.228 c0,4.143,3.358,7.5,7.5,7.5s7.5-3.357,7.5-7.5v-42.228C282.092,229.769,270.218,217.848,255.622,217.848z'/%3E%3Cpath style='fill:%23EE3835;' d='M336.337,217.848c-4.142,0-7.5,3.357-7.5,7.5v42.232c0,6.38-5.143,11.57-11.465,11.57 c-6.325,0-11.47-5.19-11.47-11.57v-42.232c0-4.143-3.358-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v42.232c0,14.651,11.875,26.57,26.47,26.57 c14.593,0,26.465-11.919,26.465-26.57v-42.232C343.837,221.205,340.479,217.848,336.337,217.848z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FECF05;' d='M191.838,408.19c-0.604,0-1.214-0.108-1.796-0.327l-14.946-5.593l-14.946,5.593 c-0.582,0.219-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.004-0.973c-1.389-1.007-2.178-2.64-2.102-4.35l0.717-15.898 l-9.954-12.44c-1.07-1.339-1.395-3.124-0.864-4.753c0.53-1.626,1.845-2.88,3.5-3.335l15.389-4.231l8.795-13.282 c0.945-1.429,2.548-2.288,4.265-2.288s3.32,0.859,4.265,2.288l8.794,13.282l15.391,4.231c1.655,0.455,2.971,1.709,3.502,3.335 c0.531,1.629,0.205,3.414-0.864,4.753l-9.955,12.44l0.717,15.899c0.075,1.709-0.714,3.344-2.102,4.349 C193.956,407.859,192.902,408.19,191.838,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M272.741,408.19c-0.605,0-1.213-0.108-1.797-0.327l-14.945-5.593l-14.945,5.593 c-0.583,0.219-1.191,0.326-1.796,0.326c-1.064,0-2.119-0.332-3.005-0.973c-1.389-1.007-2.177-2.64-2.1-4.35l0.717-15.898 l-9.956-12.44c-1.07-1.339-1.396-3.124-0.864-4.753c0.531-1.626,1.847-2.88,3.501-3.335l15.389-4.231l8.795-13.282 c0.945-1.429,2.548-2.288,4.265-2.288s3.32,0.859,4.264,2.288l8.795,13.282l15.39,4.231c1.655,0.455,2.971,1.709,3.502,3.335 c0.531,1.629,0.205,3.414-0.865,4.753l-9.954,12.44l0.717,15.899c0.075,1.709-0.712,3.344-2.102,4.349 C274.86,407.859,273.805,408.19,272.741,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M353.645,408.19c-0.605,0-1.214-0.108-1.797-0.327l-14.945-5.593l-14.946,5.593 c-0.584,0.219-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.005-0.973c-1.388-1.007-2.177-2.64-2.102-4.35l0.718-15.898 l-9.956-12.44c-1.07-1.339-1.395-3.124-0.864-4.753c0.531-1.626,1.846-2.88,3.501-3.335l15.39-4.231l8.793-13.282 c0.946-1.429,2.549-2.288,4.267-2.288c1.716,0,3.32,0.859,4.264,2.288l8.796,13.282l15.39,4.231 c1.654,0.455,2.97,1.709,3.501,3.335c0.532,1.629,0.206,3.414-0.864,4.753l-9.955,12.44l0.716,15.899 c0.076,1.709-0.713,3.344-2.103,4.349C355.762,407.859,354.708,408.19,353.645,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M189.54,159.933c-0.604,0-1.214-0.107-1.796-0.327l-14.946-5.592l-14.946,5.592 c-0.582,0.22-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.004-0.972c-1.389-1.007-2.178-2.64-2.102-4.351l0.717-15.898 l-9.955-12.439c-1.07-1.339-1.395-3.123-0.864-4.752c0.53-1.626,1.845-2.881,3.5-3.336l15.389-4.23l8.795-13.283 c0.945-1.429,2.548-2.287,4.265-2.287s3.32,0.858,4.265,2.287l8.794,13.283l15.391,4.23c1.655,0.455,2.971,1.71,3.501,3.336 c0.531,1.629,0.206,3.413-0.864,4.752l-9.955,12.439l0.717,15.899c0.075,1.71-0.714,3.345-2.102,4.35 C191.658,159.602,190.605,159.933,189.54,159.933z'/%3E%3Cpath style='fill:%23FECF05;' d='M355.943,159.933c-0.605,0-1.214-0.107-1.797-0.327l-14.945-5.592l-14.946,5.592 c-0.584,0.22-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.005-0.972c-1.388-1.007-2.177-2.64-2.102-4.351l0.718-15.898 l-9.956-12.439c-1.07-1.339-1.395-3.123-0.864-4.752c0.531-1.626,1.846-2.881,3.501-3.336l15.39-4.23l8.793-13.283 c0.946-1.429,2.549-2.287,4.267-2.287c1.716,0,3.32,0.858,4.264,2.287l8.796,13.283l15.39,4.23c1.654,0.455,2.97,1.71,3.501,3.336 c0.532,1.629,0.206,3.413-0.864,4.752l-9.955,12.439l0.716,15.899c0.076,1.71-0.713,3.345-2.103,4.35 C358.06,159.602,357.007,159.933,355.943,159.933z'/%3E%3Cpath style='fill:%23FECF05;' d='M284.639,166.374c-1.035,0-2.075-0.183-3.074-0.558l-25.566-9.566l-25.567,9.566 c-0.997,0.375-2.037,0.557-3.072,0.557c-1.821,0-3.624-0.568-5.141-1.663c-2.375-1.722-3.724-4.515-3.593-7.441l1.226-27.196 l-17.032-21.279c-1.831-2.292-2.387-5.344-1.478-8.131c0.909-2.781,3.159-4.927,5.989-5.704l26.327-7.239l15.044-22.723 c1.617-2.443,4.359-3.912,7.296-3.912c2.936,0,5.679,1.469,7.294,3.912l15.046,22.723l26.327,7.239 c2.832,0.777,5.082,2.923,5.991,5.704c0.909,2.787,0.351,5.839-1.479,8.131l-17.029,21.279l1.226,27.199 c0.129,2.924-1.218,5.721-3.595,7.439C288.263,165.809,286.46,166.374,284.639,166.374z'/%3E%3C/g%3E%3Cpath style='opacity:0.1;enable-background:new ;' d='M93.758,437.02C45.488,388.666,18.905,324.381,18.905,256 S45.488,123.334,93.758,74.98C139.844,28.816,200.434,2.473,265.233,0.182C262.164,0.073,259.087,0,256,0 C187.737,0,123.561,26.629,75.291,74.98C27.021,123.334,0.439,187.619,0.439,256s26.583,132.666,74.853,181.02 C123.561,485.371,187.737,512,256,512c3.087,0,6.164-0.073,9.233-0.182C200.434,509.527,139.844,483.184,93.758,437.02z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

b.bonys-icon-two{
    display: flex;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 512 512' height='60' viewBox='0 0 512 512' width='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m506.296 309.992c-11.441 53.295-39.473 100.43-78.425 135.737-14.07 12.754-76.925 48.726-93.476 54.044-2.778.893-5.576 1.739-8.395 2.539-22.248 6.311-117.746 6.311-139.992.002-2.821-.8-5.623-1.647-8.403-2.541-17.104-5.496-79.824-41.67-93.474-54.042-38.953-35.307-66.986-82.444-78.427-135.74-3.737-17.406-3.737-90.576 0-107.982 11.441-53.295 39.473-100.431 78.425-135.738 13.326-12.079 75.946-48.411 93.477-54.044 24.706-7.94 51.049-12.227 78.394-12.227 27.347 0 53.692 4.288 78.4 12.228 16.063 5.162 79.032 40.954 93.472 54.043 38.755 35.129 66.699 81.967 78.249 134.93 3.851 17.655 3.912 91.385.175 108.791z' fill='%23ffea06'/%3E%3Cpath d='m256.133 255.923 250.163-53.915c3.737 17.407 5.704 35.47 5.704 53.992s-1.967 36.585-5.704 53.991l-250.163-53.915 171.739 189.652c-26.652 24.158-58.416 42.778-93.476 54.044l-78.396-243.619-78.395 243.62c-35.061-11.266-66.825-29.887-93.476-54.044l171.739-189.652-250.164 53.914c-3.737-17.406-5.704-35.469-5.704-53.991s1.967-36.585 5.704-53.991l250.163 53.915-171.738-189.653c26.652-24.158 58.416-42.778 93.476-54.044l78.395 243.62 78.395-243.62c35.061 11.266 66.824 29.886 93.476 54.044z' fill='%23ffc14f'/%3E%3Cpath d='m271.5 270h-77.583c-25.359 0-45.917-20.558-45.917-45.917v-2.583c0-26.786 21.714-48.5 48.5-48.5h75c26.786 0 48.5 21.714 48.5 48.5 0 26.786-21.714 48.5-48.5 48.5z' fill='%23b2705b'/%3E%3Cpath d='m342 136.333v93.667c0 17.166-10.813 31.806-26 37.481v72.519c0 33.137-26.863 60-60 60-33.137 0-60-26.863-60-60v-72.519c-15.187-5.675-26-20.315-26-37.481v-93.667c0-22.091 17.909-40 40-40h92c22.091 0 40 17.909 40 40z' fill='%23d47f6c'/%3E%3Cpath d='m342 106v28c0 14.359-11.641 26-26 26-8.042 0-15.231-3.651-20-9.386-4.769 5.735-11.958 9.386-20 9.386s-15.231-3.651-20-9.386c-4.769 5.735-11.958 9.386-20 9.386s-15.231-3.651-20-9.386c-4.769 5.735-11.958 9.386-20 9.386-14.359 0-26-11.641-26-26v-28c0-14.359 11.641-26 26-26 8.042 0 15.231 3.651 20 9.386 4.769-5.735 11.958-9.386 20-9.386s15.231 3.651 20 9.386c4.769-5.735 11.958-9.386 20-9.386s15.231 3.651 20 9.386c4.769-5.735 11.958-9.386 20-9.386 14.359 0 26 11.641 26 26z' fill='%23e09380'/%3E%3Cpath d='m215.659 166.5c-5.523 0-10-4.477-10-10v-48.154c0-5.523 4.477-10 10-10 5.523 0 10 4.477 10 10v48.154c0 5.523-4.477 10-10 10zm50.341-10v-48.154c0-5.523-4.477-10-10-10-5.523 0-10 4.477-10 10v48.154c0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10zm39.667 0v-48.154c0-5.523-4.477-10-10-10-5.523 0-10 4.477-10 10v48.154c0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10z' fill='%23d47f6c'/%3E%3Cpath d='m248.5 123.301v12.064c0 4.953-4.015 8.968-8.968 8.968h-7.064c-4.953 0-8.968-4.015-8.968-8.968v-12.064c0-4.953 4.015-8.968 8.968-8.968h7.064c4.953 0 8.968 4.015 8.968 8.968zm-48.968-8.968h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968zm80 0h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968zm40 0h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968z' fill='%23ffbeaa'/%3E%3Cpath d='m390.147 77.76 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.423 2.823-1.423 3.601 0zm-320.294 73.307-6.353 11.617c-.188.344-.471.627-.816.816l-11.616 6.353c-1.423.778-1.423 2.823 0 3.601l11.616 6.353c.344.188.627.471.816.816l6.353 11.616c.778 1.423 2.823 1.423 3.601 0l6.353-11.616c.188-.344.471-.627.816-.816l11.616-6.353c1.423-.778 1.423-2.823 0-3.601l-11.616-6.353c-.344-.188-.627-.471-.816-.816l-6.353-11.616c-.778-1.424-2.823-1.424-3.601-.001z' fill='%235f55af'/%3E%3Cpath d='m143.647 278.384 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.424 2.822-1.424 3.601 0z' fill='%23ff9100'/%3E%3Cpath d='m383.454 201.067 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.423 2.823-1.423 3.601 0z' fill='%23ff9f22'/%3E%3Cpath d='m267.5 265c-4.143 0-7.5-3.358-7.5-7.5 0-23.435-19.065-42.5-42.5-42.5-4.143 0-7.5-3.358-7.5-7.5s3.357-7.5 7.5-7.5c31.706 0 57.5 25.794 57.5 57.5 0 4.142-3.357 7.5-7.5 7.5zm-41.5 75v-62.594c0-9.687-4.21-18.937-11.633-25.162-8.781-7.366-14.367-9.906-14.367-22.244v-10.167c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15v10.167c0 17.166 10.813 31.806 26 37.481v71.592c0 32.983 26.228 60.496 59.208 60.922 5.459.07 10.753-.588 15.792-1.885-25.878-6.661-45-30.152-45-58.11z' fill='%23b2705b'/%3E%3Cpath d='m174 250c-14.359 0-26-11.641-26-26v-68c0-14.359 11.641-26 26-26 14.359 0 26 11.641 26 26v68c0 14.359-11.641 26-26 26z' fill='%23e09380'/%3E%3Cpath d='m268 154c0 14.359-11.641 26-26 26h-68c-14.359 0-26-11.641-26-26 0-14.359 11.641-26 26-26h68c14.359 0 26 11.641 26 26z' fill='%23faa68e'/%3E%3Cpath d='m256 150.468v7.064c0 4.953-4.015 8.968-8.968 8.968h-12.064c-4.953 0-8.968-4.015-8.968-8.968v-7.064c0-4.953 4.015-8.968 8.968-8.968h12.064c4.953 0 8.968 4.015 8.968 8.968z' fill='%23ffdecf'/%3E%3Cpath d='m186 350h140v152.312c-22.248 6.311-45.73 9.688-70 9.688s-47.752-3.377-70-9.688z' fill='%235f55af'/%3E%3Cpath d='m226 510.26c-13.692-1.598-27.055-4.276-40-7.948v-152.312h40z' fill='%2351489a'/%3E%3Cpath d='m331 360h-150c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15h150c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15z' fill='%236a61b4'/%3E%3Cpath d='m331 360h-108c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15h108c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15z' fill='%238078bf'/%3E%3Cpath d='m297.947 106.564-6.698-20.093c-.352-1.056-1.181-1.885-2.237-2.237l-20.093-6.698c-3.225-1.075-3.225-5.637 0-6.712l20.093-6.698c1.056-.352 1.885-1.181 2.237-2.237l6.698-20.093c1.075-3.225 5.637-3.225 6.712 0l6.698 20.093c.352 1.056 1.181 1.885 2.237 2.237l20.093 6.698c3.225 1.075 3.225 5.637 0 6.712l-20.093 6.698c-1.056.352-1.885 1.181-2.237 2.237l-6.698 20.093c-1.075 3.226-5.637 3.226-6.712 0z' fill='%23fff5f5'/%3E%3C/g%3E%3C/svg%3E");
}

.home__bonus-icon{
    display: flex;
    align-items: center;
}

.home__bonus-icons .home__bonus-icon:nth-child(2){
    margin-top: 20px;
}

@media screen and (min-width: 451px) {
    .home__bonus-icons .home__bonus-icon:nth-child(2){
        margin-top: 0px;
        margin-left: 20px;
    }
}

/*00000000000000000000000000000000000000000*/

.home__bonus{
    background: rgb(86,0,203);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    border-radius: 15px;
    display: flex;
}

.home__bonus a{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    color: #FFF;
    width: 100%;
    padding: 15px;
}

.home__bonus i{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.home__bonus span.more__span{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

.home__bonus-icons{
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
}

b.bonys-icon-one{
    display: flex;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='60px' height='60px'%3E%3Cpath style='fill:%23FECF05;' d='M256,512c-68.263,0-132.439-26.629-180.709-74.98C27.021,388.666,0.439,324.381,0.439,256 S27.021,123.334,75.291,74.98C123.561,26.629,187.737,0,256,0s132.439,26.629,180.709,74.98 c48.269,48.354,74.852,112.639,74.852,181.02s-26.583,132.666-74.852,181.02C388.439,485.371,324.263,512,256,512z'/%3E%3Cellipse style='fill:%23EE3835;' cx='256' cy='256' rx='213.24' ry='213.6'/%3E%3Cg%3E%3Cpath style='fill:%23C0272D;' d='M465.771,294.529c2.274-12.498,3.468-25.373,3.468-38.529c0-13.155-1.194-26.031-3.467-38.529 L259.255,256L465.771,294.529z'/%3E%3Cpath style='fill:%23C0272D;' d='M377.12,80.192L258.302,253.694l173.206-119.021C416.816,113.389,398.368,94.908,377.12,80.192z'/%3E%3Cpath style='fill:%23C0272D;' d='M256,252.738l38.465-206.869c-12.478-2.276-25.332-3.474-38.465-3.474 c-13.132,0-25.985,1.196-38.462,3.473L256,252.738z'/%3E%3Cpath style='fill:%23C0272D;' d='M80.494,134.672l173.204,119.022L134.882,80.19C113.633,94.907,95.186,113.387,80.494,134.672z'/%3E%3Cpath style='fill:%23C0272D;' d='M46.229,217.469c-2.273,12.499-3.468,25.375-3.468,38.531c0,13.155,1.195,26.031,3.467,38.528 L252.745,256L46.229,217.469z'/%3E%3Cpath style='fill:%23C0272D;' d='M134.881,431.809l118.817-173.503L80.492,377.326C95.184,398.611,113.632,417.092,134.881,431.809z' /%3E%3Cpath style='fill:%23C0272D;' d='M256,469.604c13.133,0,25.986-1.196,38.463-3.473L256,259.262l-38.463,206.87 C230.014,468.408,242.867,469.604,256,469.604z'/%3E%3Cpath style='fill:%23C0272D;' d='M431.508,377.327L258.302,258.306l118.817,173.503C398.367,417.092,416.815,398.611,431.508,377.327 z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M257.627,491.715c-0.165-4.264,3.152-7.859,7.417-8.024l0,0c4.265-0.165,7.85,3.152,8.025,7.417l0,0 c0.165,4.265-3.163,7.86-7.417,8.025l0,0c-0.103,0-0.206,0-0.309,0l0,0C261.213,499.133,257.793,495.877,257.627,491.715z M228.494,497.772c-4.245-0.474-7.294-4.296-6.809-8.54l0,0c0.474-4.244,4.306-7.294,8.54-6.809l0,0 c4.244,0.474,7.294,4.306,6.81,8.54l0,0c-0.443,3.945-3.791,6.861-7.665,6.861l0,0 C229.081,497.825,228.782,497.815,228.494,497.772z M293.529,488.738c-0.814-4.193,1.917-8.241,6.109-9.055v-0.011 c4.193-0.814,8.242,1.927,9.065,6.119l0,0c0.814,4.183-1.926,8.241-6.108,9.056l0,0l0,0l0,0c-0.505,0.092-0.999,0.145-1.494,0.145 l0,0C297.485,494.992,294.25,492.427,293.529,488.738z M191.964,490.768c-4.121-1.123-6.552-5.367-5.419-9.488l0,0 c1.123-4.11,5.368-6.541,9.488-5.408l0,0c4.11,1.123,6.541,5.367,5.419,9.488l0,0c-0.938,3.431-4.049,5.688-7.448,5.688l0,0 C193.323,491.047,192.644,490.953,191.964,490.768z M328.555,480.301c-1.442-4.018,0.629-8.437,4.646-9.89l0,0 c4.007-1.452,8.437,0.629,9.89,4.636l0,0c1.452,4.018-0.629,8.448-4.636,9.9l0,0c0,0,0,0-0.01-0.011l0,0 c-0.865,0.32-1.752,0.464-2.617,0.464l0,0C332.666,485.4,329.699,483.442,328.555,480.301z M156.917,478.221L156.917,478.221 L156.917,478.221c-3.894-1.742-5.635-6.315-3.894-10.21l0,0c1.741-3.894,6.315-5.635,10.209-3.894l0,0 c3.895,1.741,5.635,6.314,3.895,10.209l0,0c-1.288,2.874-4.111,4.574-7.057,4.574l0,0 C159.008,478.9,157.937,478.684,156.917,478.221z M361.851,466.58c-2.05-3.741-0.68-8.439,3.059-10.488l0,0 c3.75-2.05,8.448-0.669,10.487,3.07l0,0c2.05,3.749,0.68,8.436-3.06,10.486l0,0c-1.185,0.65-2.452,0.948-3.708,0.948l0,0 C365.899,470.597,363.252,469.144,361.851,466.58z M124.229,460.44c-3.585-2.317-4.605-7.108-2.287-10.683l0,0 c2.318-3.586,7.108-4.606,10.683-2.288l0,0c3.585,2.318,4.605,7.108,2.287,10.694l0,0c-1.483,2.276-3.956,3.522-6.491,3.522l0,0 C126.98,461.685,125.527,461.283,124.229,460.44z M392.653,447.923c-2.596-3.39-1.957-8.241,1.432-10.839l0,0 c3.389-2.595,8.242-1.946,10.837,1.434l0,0c2.596,3.389,1.947,8.241-1.432,10.837l0,0c-1.412,1.071-3.06,1.597-4.698,1.597l0,0 C396.465,450.951,394.178,449.91,392.653,447.923z M94.643,437.889c-3.183-2.844-3.472-7.717-0.628-10.91l0,0 c2.833-3.183,7.726-3.472,10.909-0.629l0,0c3.184,2.845,3.472,7.717,0.629,10.911l0,0c-1.524,1.709-3.647,2.585-5.769,2.585l0,0 C97.949,439.846,96.116,439.197,94.643,437.889z M420.272,424.774c-3.08-2.946-3.184-7.84-0.227-10.92l0,0 c2.946-3.08,7.839-3.184,10.92-0.227l0,0c3.08,2.956,3.183,7.84,0.227,10.919l0,0c-1.515,1.587-3.544,2.381-5.574,2.381l0,0 C423.693,426.928,421.766,426.217,420.272,424.774z M68.836,411.113c-2.72-3.285-2.256-8.158,1.03-10.878l0,0 c3.286-2.72,8.159-2.257,10.879,1.03l0,0c2.72,3.287,2.256,8.159-1.03,10.878l0,0c-1.442,1.195-3.183,1.772-4.924,1.772l0,0 C72.576,413.916,70.361,412.958,68.836,411.113z M444.06,397.711c-3.493-2.451-4.337-7.272-1.886-10.766l0,0 c2.452-3.492,7.273-4.337,10.766-1.885l0,0c3.493,2.453,4.337,7.274,1.886,10.766l0,0c-1.504,2.143-3.905,3.287-6.336,3.287l0,0 C446.954,399.113,445.409,398.659,444.06,397.711z M47.398,380.744c-2.194-3.668-0.999-8.406,2.668-10.601l0,0 c3.657-2.184,8.406-0.988,10.59,2.679l0,0c2.194,3.658,0.999,8.406-2.668,10.59l0,0c-1.236,0.742-2.606,1.093-3.956,1.093l0,0 C51.406,384.505,48.84,383.165,47.398,380.744z M463.468,367.342c-3.822-1.895-5.398-6.531-3.503-10.353l0,0 c1.885-3.832,6.521-5.398,10.353-3.502l0,0c3.822,1.885,5.388,6.521,3.492,10.353l0,0c-1.339,2.72-4.08,4.296-6.923,4.296l0,0 C465.734,368.135,464.57,367.877,463.468,367.342z M30.833,347.459c-1.607-3.956,0.31-8.458,4.255-10.055l0,0 c3.956-1.606,8.458,0.299,10.064,4.255l0,0c1.607,3.956-0.298,8.458-4.254,10.065l0,0c-0.958,0.381-1.937,0.566-2.905,0.566l0,0 C34.944,352.291,32.049,350.468,30.833,347.459z M478.004,334.345c-4.069-1.277-6.325-5.614-5.048-9.684l0,0 c1.288-4.068,5.625-6.335,9.694-5.048l0,0c4.069,1.278,6.326,5.615,5.048,9.684l0,0c-1.041,3.307-4.08,5.408-7.366,5.408l0,0 C479.56,334.705,478.777,334.593,478.004,334.345z M19.553,312.022c-0.979-4.162,1.597-8.315,5.749-9.293l0,0 c4.162-0.978,8.313,1.598,9.292,5.748l0,0c0.978,4.152-1.597,8.314-5.748,9.293l0,0c-0.598,0.134-1.195,0.206-1.772,0.206l0,0 C23.56,317.976,20.387,315.575,19.553,312.022z M487.306,299.545c-4.213-0.648-7.108-4.584-6.469-8.808l0,0 c0.649-4.213,4.584-7.118,8.808-6.47l0,0c4.213,0.639,7.119,4.584,6.469,8.798l0,0c-0.587,3.822-3.873,6.563-7.633,6.563l0,0 C488.1,299.628,487.708,299.607,487.306,299.545z M13.835,275.265c-0.34-4.245,2.844-7.964,7.098-8.304l0,0 c4.254-0.33,7.974,2.854,8.303,7.098l0,0c0.34,4.256-2.843,7.974-7.098,8.314l0,0c-0.206,0.011-0.402,0.021-0.607,0.021l0,0 C17.534,282.394,14.154,279.313,13.835,275.265z M483.464,256c0-0.217,0.011-0.423,0.021-0.629l0,0 c-0.01-0.206-0.021-0.411-0.021-0.629l0,0c-0.031-4.265,3.42-7.746,7.685-7.767l0,0c4.265-0.021,7.737,3.42,7.768,7.686l0,0 c0,0.227-0.01,0.452-0.031,0.679l0,0c0.021,0.217,0.031,0.433,0.031,0.66l0,0c0,4.265-3.461,7.727-7.727,7.727l0,0 C486.925,263.727,483.464,260.265,483.464,256z M498.917,254.661L498.917,254.661L498.917,254.661L498.917,254.661L498.917,254.661 L498.917,254.661z M20.882,246.367c-4.265-0.309-7.459-4.018-7.149-8.271l0,0c0.309-4.255,4.007-7.459,8.262-7.14l0,0 c4.255,0.309,7.458,4.008,7.15,8.263l0,0c-0.299,4.069-3.688,7.17-7.696,7.17l0,0C21.252,246.389,21.067,246.378,20.882,246.367z M480.642,220.016c-0.66-4.214,2.214-8.17,6.428-8.839l0,0c4.213-0.659,8.169,2.215,8.839,6.428l0,0 c0.67,4.214-2.205,8.17-6.428,8.839l0,0c-0.401,0.063-0.814,0.093-1.215,0.093l0,0 C484.535,226.536,481.249,223.827,480.642,220.016z M25.044,210.58c-4.152-0.959-6.758-5.1-5.8-9.262l0,0 c0.948-4.162,5.1-6.759,9.261-5.801l0,0c4.151,0.948,6.758,5.1,5.8,9.251l0,0c-0.824,3.586-4.007,6.006-7.52,6.006l0,0 C26.208,210.774,25.631,210.713,25.044,210.58z M472.575,186.143c-1.309-4.059,0.937-8.416,4.996-9.714l0,0 c4.069-1.308,8.417,0.928,9.726,4.996l0,0c1.298,4.06-0.938,8.406-4.997,9.715l0,0c-0.794,0.247-1.586,0.37-2.37,0.37l0,0 C476.665,191.51,473.626,189.42,472.575,186.143z M34.645,175.821c-3.966-1.577-5.893-6.079-4.316-10.034l0,0l0,0l0,0 c1.586-3.966,6.078-5.902,10.044-4.316l0,0c3.956,1.576,5.893,6.078,4.306,10.033l0,0c-1.206,3.029-4.11,4.873-7.17,4.873l0,0 C36.551,176.377,35.583,176.202,34.645,175.821z M459.409,153.908c-1.906-3.822-0.371-8.457,3.451-10.373l0,0 c3.812-1.916,8.458-0.371,10.363,3.451l0,0c1.916,3.812,0.371,8.447-3.44,10.363l0,0c-1.113,0.556-2.297,0.824-3.451,0.824l0,0 C463.499,158.174,460.769,156.607,459.409,153.908z M49.459,142.958c-3.678-2.163-4.904-6.902-2.73-10.58l0,0l0,0l0,0 c2.164-3.678,6.902-4.894,10.58-2.729l0,0c3.677,2.174,4.893,6.912,2.729,10.58l0,0c-1.442,2.441-4.018,3.801-6.665,3.801l0,0 C52.045,144.029,50.685,143.689,49.459,142.958z M441.474,124.064c-2.462-3.482-1.648-8.303,1.834-10.775l0,0 c3.482-2.473,8.303-1.648,10.775,1.824l0,0c0,0,0,0-0.01,0l0,0c2.473,3.481,1.659,8.303-1.823,10.775l0,0 c-1.36,0.968-2.915,1.421-4.471,1.421l0,0C445.368,127.31,442.988,126.188,441.474,124.064z M69.104,112.742 c-3.296-2.699-3.791-7.561-1.082-10.868l0,0c2.699-3.297,7.562-3.79,10.868-1.081l0,0c3.308,2.699,3.792,7.562,1.092,10.868l0,0 c-1.535,1.865-3.749,2.833-5.985,2.833l0,0C72.277,114.494,70.547,113.928,69.104,112.742z M419.211,97.279 c-2.977-3.069-2.895-7.952,0.165-10.93l0,0c3.07-2.967,7.953-2.895,10.93,0.176l0,0c2.967,3.059,2.895,7.952-0.175,10.93l0,0 c-1.494,1.452-3.441,2.174-5.377,2.174l0,0C422.745,99.629,420.726,98.846,419.211,97.279z M93.118,85.875 c-2.854-3.173-2.596-8.055,0.567-10.909l0,0c3.173-2.853,8.066-2.596,10.92,0.577l0,0c2.854,3.162,2.596,8.056-0.577,10.91l0,0 c-1.483,1.328-3.328,1.978-5.172,1.978l0,0C96.744,88.431,94.643,87.575,93.118,85.875z M393.127,74.184L393.127,74.184 c-3.399-2.586-4.07-7.428-1.483-10.827l0,0c2.575-3.399,7.417-4.069,10.817-1.494l0,0c3.399,2.575,4.069,7.428,1.493,10.827l0,0 c-1.524,2.009-3.832,3.059-6.17,3.059l0,0C396.167,75.748,394.528,75.233,393.127,74.184z M120.912,62.965 c-2.339-3.564-1.339-8.365,2.225-10.704l0,0c3.575-2.338,8.365-1.339,10.704,2.226l0,0c2.339,3.574,1.339,8.365-2.225,10.703l0,0 c-1.309,0.854-2.781,1.268-4.234,1.268l0,0C124.868,66.457,122.396,65.221,120.912,62.965z M363.839,55.31v0.012 c-3.75-2.03-5.151-6.718-3.121-10.479l0,0c2.019-3.749,6.717-5.15,10.467-3.12l0,0c3.749,2.029,5.151,6.716,3.121,10.467l0,0 c-1.401,2.585-4.059,4.059-6.799,4.059l0,0C366.26,56.248,365.003,55.949,363.839,55.31z M151.869,44.556 c-1.772-3.885-0.052-8.47,3.832-10.23l0,0l0,0l0,0c3.884-1.762,8.468-0.052,10.23,3.833l0,0c1.772,3.883,0.051,8.468-3.833,10.229 v0.01c-1.04,0.464-2.122,0.69-3.193,0.69l0,0C155.969,49.088,153.157,47.408,151.869,44.556z M332.006,41.166v-0.01 c-4.028-1.423-6.129-5.842-4.698-9.859l0,0c1.433-4.018,5.852-6.12,9.87-4.698l0,0l0,0l0,0c4.018,1.433,6.119,5.842,4.698,9.869 l0,0c-1.134,3.163-4.111,5.141-7.283,5.141l0,0C333.727,41.608,332.862,41.465,332.006,41.166z M185.288,31.101 c-1.143-4.109,1.257-8.365,5.367-9.519l0,0l0,0l0,0c4.111-1.144,8.376,1.257,9.52,5.367l0,0c1.153,4.11-1.247,8.376-5.357,9.519 l0,0c-0.701,0.196-1.401,0.289-2.091,0.289l0,0C189.347,36.757,186.247,34.521,185.288,31.101z M298.392,32.08 c-4.193-0.793-6.943-4.832-6.16-9.024l0,0c0.793-4.193,4.832-6.954,9.035-6.161l0,0c4.193,0.794,6.943,4.832,6.15,9.025l0,0 c-0.7,3.708-3.935,6.293-7.582,6.293l0,0C299.36,32.213,298.876,32.172,298.392,32.08z M220.386,22.963 c-0.504-4.234,2.524-8.088,6.769-8.582l0,0l0,0l0,0c4.234-0.505,8.077,2.524,8.581,6.758l0,0c0.495,4.234-2.534,8.076-6.768,8.582 l0,0c-0.309,0.041-0.618,0.063-0.917,0.063l0,0C224.188,29.783,220.85,26.888,220.386,22.963z M263.778,28.268 c-4.265-0.144-7.603-3.719-7.458-7.984l0,0c0.134-4.264,3.708-7.612,7.974-7.469l0,0c0,0,0,0,0,0.012l0,0 c4.265,0.134,7.613,3.708,7.469,7.973l0,0c-0.145,4.173-3.575,7.469-7.727,7.469l0,0C263.953,28.268,263.86,28.268,263.778,28.268z '/%3E%3Cpath style='fill:%23FFFFFF;' d='M441.567,256c0,33.619-27.207,60.874-60.771,60.874H131.204c-33.563,0-60.77-27.255-60.77-60.874 l0,0c0-33.619,27.207-60.874,60.77-60.874h249.593C414.359,195.126,441.567,222.381,441.567,256L441.567,256z'/%3E%3C/g%3E%3Cpath style='opacity:0.1;enable-background:new ;' d='M90.902,256c0-33.619,27.208-60.874,60.771-60.874h-20.469 c-33.563,0-60.77,27.255-60.77,60.874s27.207,60.874,60.77,60.874h20.469C118.11,316.874,90.902,289.619,90.902,256z'/%3E%3Cpath style='fill:%23FECF05;' d='M380.796,324.374H131.204c-37.644,0-68.27-30.673-68.27-68.374s30.626-68.374,68.27-68.374h249.593 c37.645,0,68.271,30.673,68.271,68.374S418.441,324.374,380.796,324.374z M131.204,202.626c-29.373,0-53.27,23.943-53.27,53.374 s23.897,53.374,53.27,53.374h249.593c29.374,0,53.271-23.943,53.271-53.374s-23.897-53.374-53.271-53.374H131.204z'/%3E%3Cg%3E%3Cpath style='fill:%23EE3835;' d='M141.646,217.852h-23.51c-4.142,0-7.5,3.357-7.5,7.5c0,0.186,0,61.299,0,61.299 c0,4.143,3.358,7.5,7.5,7.5h23.51c12.537,0,22.736-10.268,22.736-22.889c0-5.865-2.207-11.219-5.823-15.273 c3.61-4.053,5.823-9.39,5.823-15.249C164.382,228.119,154.183,217.852,141.646,217.852z M141.646,279.15h-16.01v-15.779h16.01 c4.266,0,7.736,3.54,7.736,7.891C149.382,275.611,145.912,279.15,141.646,279.15z M141.646,248.629h-16.01v-15.777h16.01 c4.266,0,7.736,3.538,7.736,7.888C149.382,245.09,145.912,248.629,141.646,248.629z'/%3E%3Cpath style='fill:%23EE3835;' d='M196.146,217.848c-14.593,0-26.465,11.921-26.465,26.574v23.158c0,14.651,11.872,26.57,26.465,26.57 c14.595,0,26.469-11.919,26.469-26.57v-23.158C222.615,229.769,210.741,217.848,196.146,217.848z M207.615,267.58 c0,6.38-5.145,11.57-11.469,11.57c-6.322,0-11.465-5.19-11.465-11.57v-23.158c0-6.382,5.143-11.574,11.465-11.574 c6.324,0,11.469,5.192,11.469,11.574V267.58z'/%3E%3Cpath style='fill:%23EE3835;' d='M381.372,248.5h-11.851c-2.707,0-4.993-2.915-4.993-6.365v-2.92c0-3.451,2.286-6.367,4.993-6.367 h17.99c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-17.99c-11.024,0-19.993,9.585-19.993,21.367v2.92 c0,11.781,8.969,21.365,19.993,21.365h11.851c2.706,0,4.992,2.915,4.992,6.365v2.92c0,3.45-2.286,6.365-4.992,6.365h-20.531 c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h20.531c11.024,0,19.992-9.584,19.992-21.365v-2.92 C401.364,258.084,392.396,248.5,381.372,248.5z'/%3E%3Cpath style='fill:%23EE3835;' d='M255.622,217.848c-14.593,0-26.466,11.921-26.466,26.574v42.228c0,4.143,3.358,7.5,7.5,7.5 s7.5-3.357,7.5-7.5v-42.228c0-6.382,5.144-11.574,11.466-11.574c6.325,0,11.47,5.192,11.47,11.574v42.228 c0,4.143,3.358,7.5,7.5,7.5s7.5-3.357,7.5-7.5v-42.228C282.092,229.769,270.218,217.848,255.622,217.848z'/%3E%3Cpath style='fill:%23EE3835;' d='M336.337,217.848c-4.142,0-7.5,3.357-7.5,7.5v42.232c0,6.38-5.143,11.57-11.465,11.57 c-6.325,0-11.47-5.19-11.47-11.57v-42.232c0-4.143-3.358-7.5-7.5-7.5s-7.5,3.357-7.5,7.5v42.232c0,14.651,11.875,26.57,26.47,26.57 c14.593,0,26.465-11.919,26.465-26.57v-42.232C343.837,221.205,340.479,217.848,336.337,217.848z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FECF05;' d='M191.838,408.19c-0.604,0-1.214-0.108-1.796-0.327l-14.946-5.593l-14.946,5.593 c-0.582,0.219-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.004-0.973c-1.389-1.007-2.178-2.64-2.102-4.35l0.717-15.898 l-9.954-12.44c-1.07-1.339-1.395-3.124-0.864-4.753c0.53-1.626,1.845-2.88,3.5-3.335l15.389-4.231l8.795-13.282 c0.945-1.429,2.548-2.288,4.265-2.288s3.32,0.859,4.265,2.288l8.794,13.282l15.391,4.231c1.655,0.455,2.971,1.709,3.502,3.335 c0.531,1.629,0.205,3.414-0.864,4.753l-9.955,12.44l0.717,15.899c0.075,1.709-0.714,3.344-2.102,4.349 C193.956,407.859,192.902,408.19,191.838,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M272.741,408.19c-0.605,0-1.213-0.108-1.797-0.327l-14.945-5.593l-14.945,5.593 c-0.583,0.219-1.191,0.326-1.796,0.326c-1.064,0-2.119-0.332-3.005-0.973c-1.389-1.007-2.177-2.64-2.1-4.35l0.717-15.898 l-9.956-12.44c-1.07-1.339-1.396-3.124-0.864-4.753c0.531-1.626,1.847-2.88,3.501-3.335l15.389-4.231l8.795-13.282 c0.945-1.429,2.548-2.288,4.265-2.288s3.32,0.859,4.264,2.288l8.795,13.282l15.39,4.231c1.655,0.455,2.971,1.709,3.502,3.335 c0.531,1.629,0.205,3.414-0.865,4.753l-9.954,12.44l0.717,15.899c0.075,1.709-0.712,3.344-2.102,4.349 C274.86,407.859,273.805,408.19,272.741,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M353.645,408.19c-0.605,0-1.214-0.108-1.797-0.327l-14.945-5.593l-14.946,5.593 c-0.584,0.219-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.005-0.973c-1.388-1.007-2.177-2.64-2.102-4.35l0.718-15.898 l-9.956-12.44c-1.07-1.339-1.395-3.124-0.864-4.753c0.531-1.626,1.846-2.88,3.501-3.335l15.39-4.231l8.793-13.282 c0.946-1.429,2.549-2.288,4.267-2.288c1.716,0,3.32,0.859,4.264,2.288l8.796,13.282l15.39,4.231 c1.654,0.455,2.97,1.709,3.501,3.335c0.532,1.629,0.206,3.414-0.864,4.753l-9.955,12.44l0.716,15.899 c0.076,1.709-0.713,3.344-2.103,4.349C355.762,407.859,354.708,408.19,353.645,408.19z'/%3E%3Cpath style='fill:%23FECF05;' d='M189.54,159.933c-0.604,0-1.214-0.107-1.796-0.327l-14.946-5.592l-14.946,5.592 c-0.582,0.22-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.004-0.972c-1.389-1.007-2.178-2.64-2.102-4.351l0.717-15.898 l-9.955-12.439c-1.07-1.339-1.395-3.123-0.864-4.752c0.53-1.626,1.845-2.881,3.5-3.336l15.389-4.23l8.795-13.283 c0.945-1.429,2.548-2.287,4.265-2.287s3.32,0.858,4.265,2.287l8.794,13.283l15.391,4.23c1.655,0.455,2.971,1.71,3.501,3.336 c0.531,1.629,0.206,3.413-0.864,4.752l-9.955,12.439l0.717,15.899c0.075,1.71-0.714,3.345-2.102,4.35 C191.658,159.602,190.605,159.933,189.54,159.933z'/%3E%3Cpath style='fill:%23FECF05;' d='M355.943,159.933c-0.605,0-1.214-0.107-1.797-0.327l-14.945-5.592l-14.946,5.592 c-0.584,0.22-1.191,0.326-1.796,0.326c-1.063,0-2.118-0.332-3.005-0.972c-1.388-1.007-2.177-2.64-2.102-4.351l0.718-15.898 l-9.956-12.439c-1.07-1.339-1.395-3.123-0.864-4.752c0.531-1.626,1.846-2.881,3.501-3.336l15.39-4.23l8.793-13.283 c0.946-1.429,2.549-2.287,4.267-2.287c1.716,0,3.32,0.858,4.264,2.287l8.796,13.283l15.39,4.23c1.654,0.455,2.97,1.71,3.501,3.336 c0.532,1.629,0.206,3.413-0.864,4.752l-9.955,12.439l0.716,15.899c0.076,1.71-0.713,3.345-2.103,4.35 C358.06,159.602,357.007,159.933,355.943,159.933z'/%3E%3Cpath style='fill:%23FECF05;' d='M284.639,166.374c-1.035,0-2.075-0.183-3.074-0.558l-25.566-9.566l-25.567,9.566 c-0.997,0.375-2.037,0.557-3.072,0.557c-1.821,0-3.624-0.568-5.141-1.663c-2.375-1.722-3.724-4.515-3.593-7.441l1.226-27.196 l-17.032-21.279c-1.831-2.292-2.387-5.344-1.478-8.131c0.909-2.781,3.159-4.927,5.989-5.704l26.327-7.239l15.044-22.723 c1.617-2.443,4.359-3.912,7.296-3.912c2.936,0,5.679,1.469,7.294,3.912l15.046,22.723l26.327,7.239 c2.832,0.777,5.082,2.923,5.991,5.704c0.909,2.787,0.351,5.839-1.479,8.131l-17.029,21.279l1.226,27.199 c0.129,2.924-1.218,5.721-3.595,7.439C288.263,165.809,286.46,166.374,284.639,166.374z'/%3E%3C/g%3E%3Cpath style='opacity:0.1;enable-background:new ;' d='M93.758,437.02C45.488,388.666,18.905,324.381,18.905,256 S45.488,123.334,93.758,74.98C139.844,28.816,200.434,2.473,265.233,0.182C262.164,0.073,259.087,0,256,0 C187.737,0,123.561,26.629,75.291,74.98C27.021,123.334,0.439,187.619,0.439,256s26.583,132.666,74.853,181.02 C123.561,485.371,187.737,512,256,512c3.087,0,6.164-0.073,9.233-0.182C200.434,509.527,139.844,483.184,93.758,437.02z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

b.bonys-icon-two{
    display: flex;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 512 512' height='60' viewBox='0 0 512 512' width='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m506.296 309.992c-11.441 53.295-39.473 100.43-78.425 135.737-14.07 12.754-76.925 48.726-93.476 54.044-2.778.893-5.576 1.739-8.395 2.539-22.248 6.311-117.746 6.311-139.992.002-2.821-.8-5.623-1.647-8.403-2.541-17.104-5.496-79.824-41.67-93.474-54.042-38.953-35.307-66.986-82.444-78.427-135.74-3.737-17.406-3.737-90.576 0-107.982 11.441-53.295 39.473-100.431 78.425-135.738 13.326-12.079 75.946-48.411 93.477-54.044 24.706-7.94 51.049-12.227 78.394-12.227 27.347 0 53.692 4.288 78.4 12.228 16.063 5.162 79.032 40.954 93.472 54.043 38.755 35.129 66.699 81.967 78.249 134.93 3.851 17.655 3.912 91.385.175 108.791z' fill='%23ffea06'/%3E%3Cpath d='m256.133 255.923 250.163-53.915c3.737 17.407 5.704 35.47 5.704 53.992s-1.967 36.585-5.704 53.991l-250.163-53.915 171.739 189.652c-26.652 24.158-58.416 42.778-93.476 54.044l-78.396-243.619-78.395 243.62c-35.061-11.266-66.825-29.887-93.476-54.044l171.739-189.652-250.164 53.914c-3.737-17.406-5.704-35.469-5.704-53.991s1.967-36.585 5.704-53.991l250.163 53.915-171.738-189.653c26.652-24.158 58.416-42.778 93.476-54.044l78.395 243.62 78.395-243.62c35.061 11.266 66.824 29.886 93.476 54.044z' fill='%23ffc14f'/%3E%3Cpath d='m271.5 270h-77.583c-25.359 0-45.917-20.558-45.917-45.917v-2.583c0-26.786 21.714-48.5 48.5-48.5h75c26.786 0 48.5 21.714 48.5 48.5 0 26.786-21.714 48.5-48.5 48.5z' fill='%23b2705b'/%3E%3Cpath d='m342 136.333v93.667c0 17.166-10.813 31.806-26 37.481v72.519c0 33.137-26.863 60-60 60-33.137 0-60-26.863-60-60v-72.519c-15.187-5.675-26-20.315-26-37.481v-93.667c0-22.091 17.909-40 40-40h92c22.091 0 40 17.909 40 40z' fill='%23d47f6c'/%3E%3Cpath d='m342 106v28c0 14.359-11.641 26-26 26-8.042 0-15.231-3.651-20-9.386-4.769 5.735-11.958 9.386-20 9.386s-15.231-3.651-20-9.386c-4.769 5.735-11.958 9.386-20 9.386s-15.231-3.651-20-9.386c-4.769 5.735-11.958 9.386-20 9.386-14.359 0-26-11.641-26-26v-28c0-14.359 11.641-26 26-26 8.042 0 15.231 3.651 20 9.386 4.769-5.735 11.958-9.386 20-9.386s15.231 3.651 20 9.386c4.769-5.735 11.958-9.386 20-9.386s15.231 3.651 20 9.386c4.769-5.735 11.958-9.386 20-9.386 14.359 0 26 11.641 26 26z' fill='%23e09380'/%3E%3Cpath d='m215.659 166.5c-5.523 0-10-4.477-10-10v-48.154c0-5.523 4.477-10 10-10 5.523 0 10 4.477 10 10v48.154c0 5.523-4.477 10-10 10zm50.341-10v-48.154c0-5.523-4.477-10-10-10-5.523 0-10 4.477-10 10v48.154c0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10zm39.667 0v-48.154c0-5.523-4.477-10-10-10-5.523 0-10 4.477-10 10v48.154c0 5.523 4.477 10 10 10 5.523 0 10-4.477 10-10z' fill='%23d47f6c'/%3E%3Cpath d='m248.5 123.301v12.064c0 4.953-4.015 8.968-8.968 8.968h-7.064c-4.953 0-8.968-4.015-8.968-8.968v-12.064c0-4.953 4.015-8.968 8.968-8.968h7.064c4.953 0 8.968 4.015 8.968 8.968zm-48.968-8.968h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968zm80 0h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968zm40 0h-7.064c-4.953 0-8.968 4.015-8.968 8.968v12.064c0 4.953 4.015 8.968 8.968 8.968h7.064c4.953 0 8.968-4.015 8.968-8.968v-12.064c0-4.953-4.015-8.968-8.968-8.968z' fill='%23ffbeaa'/%3E%3Cpath d='m390.147 77.76 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.423 2.823-1.423 3.601 0zm-320.294 73.307-6.353 11.617c-.188.344-.471.627-.816.816l-11.616 6.353c-1.423.778-1.423 2.823 0 3.601l11.616 6.353c.344.188.627.471.816.816l6.353 11.616c.778 1.423 2.823 1.423 3.601 0l6.353-11.616c.188-.344.471-.627.816-.816l11.616-6.353c1.423-.778 1.423-2.823 0-3.601l-11.616-6.353c-.344-.188-.627-.471-.816-.816l-6.353-11.616c-.778-1.424-2.823-1.424-3.601-.001z' fill='%235f55af'/%3E%3Cpath d='m143.647 278.384 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.424 2.822-1.424 3.601 0z' fill='%23ff9100'/%3E%3Cpath d='m383.454 201.067 6.353 11.616c.188.344.471.627.816.816l11.616 6.353c1.423.778 1.423 2.823 0 3.601l-11.616 6.353c-.344.188-.627.471-.816.816l-6.353 11.616c-.778 1.423-2.823 1.423-3.601 0l-6.353-11.616c-.188-.344-.471-.627-.816-.816l-11.616-6.353c-1.423-.778-1.423-2.823 0-3.601l11.616-6.353c.344-.188.627-.471.816-.816l6.353-11.616c.778-1.423 2.823-1.423 3.601 0z' fill='%23ff9f22'/%3E%3Cpath d='m267.5 265c-4.143 0-7.5-3.358-7.5-7.5 0-23.435-19.065-42.5-42.5-42.5-4.143 0-7.5-3.358-7.5-7.5s3.357-7.5 7.5-7.5c31.706 0 57.5 25.794 57.5 57.5 0 4.142-3.357 7.5-7.5 7.5zm-41.5 75v-62.594c0-9.687-4.21-18.937-11.633-25.162-8.781-7.366-14.367-9.906-14.367-22.244v-10.167c0-8.284-6.716-15-15-15-8.284 0-15 6.716-15 15v10.167c0 17.166 10.813 31.806 26 37.481v71.592c0 32.983 26.228 60.496 59.208 60.922 5.459.07 10.753-.588 15.792-1.885-25.878-6.661-45-30.152-45-58.11z' fill='%23b2705b'/%3E%3Cpath d='m174 250c-14.359 0-26-11.641-26-26v-68c0-14.359 11.641-26 26-26 14.359 0 26 11.641 26 26v68c0 14.359-11.641 26-26 26z' fill='%23e09380'/%3E%3Cpath d='m268 154c0 14.359-11.641 26-26 26h-68c-14.359 0-26-11.641-26-26 0-14.359 11.641-26 26-26h68c14.359 0 26 11.641 26 26z' fill='%23faa68e'/%3E%3Cpath d='m256 150.468v7.064c0 4.953-4.015 8.968-8.968 8.968h-12.064c-4.953 0-8.968-4.015-8.968-8.968v-7.064c0-4.953 4.015-8.968 8.968-8.968h12.064c4.953 0 8.968 4.015 8.968 8.968z' fill='%23ffdecf'/%3E%3Cpath d='m186 350h140v152.312c-22.248 6.311-45.73 9.688-70 9.688s-47.752-3.377-70-9.688z' fill='%235f55af'/%3E%3Cpath d='m226 510.26c-13.692-1.598-27.055-4.276-40-7.948v-152.312h40z' fill='%2351489a'/%3E%3Cpath d='m331 360h-150c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15h150c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15z' fill='%236a61b4'/%3E%3Cpath d='m331 360h-108c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15h108c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15z' fill='%238078bf'/%3E%3Cpath d='m297.947 106.564-6.698-20.093c-.352-1.056-1.181-1.885-2.237-2.237l-20.093-6.698c-3.225-1.075-3.225-5.637 0-6.712l20.093-6.698c1.056-.352 1.885-1.181 2.237-2.237l6.698-20.093c1.075-3.225 5.637-3.225 6.712 0l6.698 20.093c.352 1.056 1.181 1.885 2.237 2.237l20.093 6.698c3.225 1.075 3.225 5.637 0 6.712l-20.093 6.698c-1.056.352-1.885 1.181-2.237 2.237l-6.698 20.093c-1.075 3.226-5.637 3.226-6.712 0z' fill='%23fff5f5'/%3E%3C/g%3E%3C/svg%3E");
}

.home__bonus-icon{
    display: flex;
    align-items: center;
}

.home__bonus-icons .home__bonus-icon:nth-child(2){
    margin-top: 20px;
}

@media screen and (min-width: 451px) {
    .home__bonus-icons .home__bonus-icon:nth-child(2){
        margin-top: 0px;
        margin-left: 20px;
    }
}

/*00000000000000000000000000000000000000000*/
.bonuses{
  position:relative;
  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;
  }
}

.welcome-offer{
    background: #FB4F05;
    background-image: url(/wp-content/uploads/2023/07/3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;    
    max-width: 1200px;  
    padding: 25px 10px;
    margin: 15px auto;  
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;
    color: #FFF;
}

 
.welcome-offer span{
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0,0,0,.26);
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.welcome-offer b{
    padding: 7px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
}

.welcome {position:relative;background: url(/wp-content/uploads/2023/07/3.jpg) no-repeat left center;background-size:cover;height:400px;padding:60px 15px 0;}
.welcome-title {font-size:30px;color:#fff;font-weight:700;max-width:500px;text-shadow: 2px 2px 2px #000;}
a.pd_1 {border-radius:30px;padding:12px;text-align:center;display:block;max-width:200px;margin:30px 0;color:#fff;font-weight:700;text-transform:uppercase;background:#2ecc71;}
.getpromo {display:inline-block;font-weight:700;color:#fff;position:relative;z-index:9;}
.cru .getpromo {color:#ccc;}
.cru b {display:block;color:#fff;}
a.pd_2 {border-radius:30px;padding:10px;text-align:center;display:block;max-width:260px;margin:15px auto;color:#fff;font-weight:700;text-transform:uppercase;background:#a000fc;}

.getpromo span { 
position:relative;
display:inline-block;
cursor:pointer;
color: #ff2c40;
margin-right:22px;
}


.getpromo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/wp_theme_all/images/copy.svg);
    mask: url(/wp-content/themes/wp_theme_all/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff2c40;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.welcome2 {display:none;text-align:center;padding:30px 15px;background: linear-gradient(to right, #110027 0%,#75008e 100%);}
.welcome2 .welcome-title {font-size:24px;max-width:100%;text-shadow: none;}
.welcome2 .getpromo {background:none;}
.welcome2 a.pd_1 {padding:10px;max-width:260px;margin:15px auto;}
.welcome .container {position:relative;}
.cru {font-weight:700;position:absolute;z-index:8;right:0;top:30px;background:rgba(0,0,0,0.7);border-radius:10px;padding:20px;max-width:280px;}
.bottom-promo {position:fixed;bottom:0;left:0;width:100%;display:none;padding:15px;text-align:center;background: linear-gradient(to right, #110027 0%,#75008e 100%);} 
.bottom-promo img {max-width:200px;}
.bottom-promo a.pd_1 {padding:10px 30px;max-width:auto;margin:0;display:inline-block;}
.cru a.pd_1 {display:block;margin:20px auto 0;max-width:250px;}
.apk-wrap {display: flex;
 justify-content: space-between;
 align-items: center;} 
 .apk-img img {border-radius:10px;background:#000;display:block;width:80px;}
.apk-wrap b {display:block;color:#000;}
.apk-img {width:10%;}
.apk-otz {width:17%;text-align:center;}
.apk-down {width:23%;text-align:center;}
.apk-bonus {width:40%;text-align:center;}
.apk-btn {text-align:center;padding:20px 0 30px;}
a.button-apk {border-radius:10px;color:#fff;display:inline-block;padding:15px;font-weight:700;width:30%;margin:0 1%;text-align:center;font-size:18px;background:#4800ed;}
a.button-reg {border-radius:10px;color:#fff;display:inline-block;padding:15px;font-weight:700;width:30%;margin:0 1%;text-align:center;font-size:18px;background:#2ECC71;}
a.button-play {border-radius:10px;color:#fff;display:inline-block;padding:15px;font-weight:700;width:30%;margin:0 1%;text-align:center;font-size:18px;background:#262c28;}
@media (max-width:767px) {
.cru {position:static;margin:20px auto 0;max-width:500px;background:rgba(0,0,0,0.2);}
.welcome {display:none;}
.welcome2 {display:block;}
.bottom-promo {display: flex;
 justify-content: space-between;
 align-items: center;}
}
@media (max-width:720px) {
.header_container .navigation, .header_container .buttons, .menu_icon {display:none!important;}
.header_flex {display: block;text-align:center;}
.hh-home-lnk {margin:15px auto;}
.header_container img {margin: 0 auto;display:block;}
.buttons {padding:20px 0 15px;}
}
@media (max-width:576px) {
.apk-img {width:100%;}
.apk-otz {width:100%;padding:10px 0;}
.apk-down {width:100%;padding:10px 0;}
.apk-bonus {width:100%;padding:10px 0;}
.apk-img img {margin:0 auto;}
.apk-wrap {display:block;}
a.button-apk {display:block;width:100%;max-width:260px;margin:0 auto 15px;font-size:16px;}
a.button-reg {display:block;width:100%;max-width:260px;margin:0 auto 15px;font-size:16px;}
a.button-play {display:block;width:100%;max-width:260px;margin:0 auto;font-size:16px;}
}

@media (max-width:430px) {
.bottom-promo img {max-width:150px;}
.bottom-promo a.pd_1 {padding:10px 20px;}
}
@media (max-width:355px) {
.bottom-promo img {max-width:100px;}
.bottom-promo a.pd_1 {padding:6px 20px;}
.buttons a {display:block;margin:0 0 15px!important;}
 .footer-buttons a{
     display:block!important;margin:0 0 15px!important;     
    }
	.footer-buttons {display:block;}
}
@media (max-width:300px) {
.bottom-promo img {max-width:60px;}

}

.bonuses .container {position:relative;}
.tg {position:absolute;z-index:10;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 15px 90px;}

}