body{margin:0;padding:0;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;color:#444;background:#fff;padding-top:80px}
@media only screen and (min-width:768px){body{font-size:16px}}
.overflow_hidden{overflow:hidden}
.wrapnew{max-width:1240px;width:100%;min-width:280px;box-sizing:border-box;margin:0 auto}
@media screen and (max-width:1280px){.wrapnew{padding-left:20px;padding-right:20px}}
@media screen and (max-width:480px){.wrapnew{padding-left:15px;padding-right:15px}}
.wrapper{width:100%;max-width:1320px;min-width:280px;box-sizing:border-box;padding:0 20px;margin:0 auto}
@media screen and (min-width:1248px){.wrapper{max-width:1320px}}
@media screen and (min-width:1642px){.wrapper{max-width:1704px}}
@media screen and (max-width:340px){.wrapper{padding:0 15px}}
.wrapbig{width:100%;min-width:280px;box-sizing:border-box;padding:0 20px;margin:0 auto;max-width:1200px}@media screen and (max-width:340px){.wrapbig{padding:0 15px}}
.wrapmid{width:100%;min-width:280px;box-sizing:border-box;padding:0 20px;margin:0 auto;max-width:800px}@media screen and (max-width:340px){.wrapmid{padding:0 15px}}
.h1{font-size:24px;font-weight:600;color:#000;text-align:center;margin-bottom:0}
@media only screen and (min-width:768px){.h1{font-size:48px}}.h2{font-weight:600;color:#000;text-align:center;font-size:22px; margin: 15px 0;}
@media only screen and (min-width:768px){.h2{font-size:34px}}

@media only screen and (min-width: 768px) {
    body {font-size: 15px;}
}
a {color: #000;transition: .3s ease;} a:hover{color: #444}

body #hero_bg .hero_bg_filter .hero_block div.h1 {color:#fff;} 

header{position:fixed;width:100%;z-index:9;background:#fff;opacity:1;margin-top:-80px}
header .header_top_block{display:grid; grid-template-columns: 180px auto;
gap:40px; height:80px;}
header .header_top_block .header_top_block_logo{margin-top:22px;display:block;width:178px;height:36px;background:url(../img/main_logo.svg) center no-repeat}

/* NEW HEADER MENU */
.header_top_menu {text-align:right;}
.header_top_menu ul, .mobile_top_menu ul {list-style:none;}
.header_top_menu ul {display:inline-block; text-align:right;}
.header_top_menu ul li {display:inline-block; padding:15px; position: relative;}
.header_top_menu ul a {color:#444; text-decoration:none;}
.header_top_menu ul li.menu-item-has-children:after {content:''; display:inline-block; width:8px; height:8px; background:url(../img/submenu_icon.svg) center no-repeat; margin-left:2px;}
@media screen and (min-width:1020px){
.header_top_menu ul li.menu-item-has-children:hover:after {transform: rotate(45deg); transition: 0.3s;}}
.header_top_menu ul.sub-menu {padding:15px;}
.header_top_menu ul li.sub-menu-item:hover {background-color:#F0F1F4;  }
.header_top_menu ul li.sub-menu-item {border-radius:4px; padding: 15px; display:block;}
.header_top_menu ul li:hover>a {color:#000;}
.header_top_menu ul li>ul, .sub-menu-top-game { display:none; padding:16px 0;   position: absolute;
z-index:10;background:#ffffff;border-radius:8px;box-shadow:0 0 10px #00000022;left: 0px;top:50px;margin: 0;text-align: left;}
.sub-menu-top-game {display:flex;left:unset; right: 0px;top:50px;}
.header_top_menu ul li>ul>li {padding:8px 20px;}



header .mobile_top_menu .mobile_menu .mobile-main-menu .menu-item-has-children:hover .sub-menu-top-game div{display:none}
.main-menu .menu-item-has-children .sub-menu-top-game{display:none;flex-direction:row-reverse;position:absolute;max-width:1200px;width:auto;right:-180px;background:#fff;filter:drop-shadow(0 0 10px rgba(0, 0, 0, .1));z-index:1000; padding:0 40px;}
.main-menu .menu-item-has-children .sub-menu-top-game div{position:relative;max-width:310px;width:100%;display:flex;flex-direction:column;border-left:1px solid #ebedf0}
.main-menu .menu-item-has-children .sub-menu-top-game ul.sub-menu{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));position:relative;filter:none;border-radius:6px;padding:15px 45px;list-style-type:none;grid-column-gap:130px; text-align:left;}
.main-menu .menu-item-has-children .sub-menu-top-game div span{padding-left:45px;padding-bottom:15px;padding-top:30px;font-weight:600;font-size:24px;line-height:36px;color:#000}
.main-menu .menu-item-has-children:hover .sub-menu-top-game ul.sub-menu li{margin-right:0; padding:8px 15px;}
.main-menu .menu-item-has-children .sub-menu-top-game div a{width:220px;height:220px;padding-left:45px;padding-bottom:45px}
.main-menu .menu-item-has-children .sub-menu-top-game div a img{width:220px;height:220px}
.sub-menu-top-game ul.sub-menu li .sub-menu-link{display:block;font-weight:500;font-size:14px;line-height:24px;letter-spacing:.02em;color:#444}
.sub-menu-top-game ul.sub-menu li .sub-menu-link:hover{color:#111}
.sub-menu-top-game ul.sub-menu li:first-child{grid-column:span 3;padding-top:30px}
.sub-menu-top-game ul.sub-menu li:first-child a{font-weight:600;font-size:24px;line-height:36px;color:#000;background:0 0}
.sub-menu-top-game ul.sub-menu li:hover{background:0 0}
@media screen and (max-width:1281px){
    .main-menu .menu-item-has-children .sub-menu-top-game{max-width:90vw}
    .sub-menu-top-game ul.sub-menu{grid-column-gap:70px}}
@media screen and (max-width:1025px){
    .main-menu .menu-item-has-children .sub-menu-top-game{max-width:800px}
    .sub-menu-top-game ul.sub-menu{grid-column-gap:10px;padding-left:15px;grid-template-columns:repeat(3,minmax(170px,1fr))}
}
@media screen and (max-width:960px){header .header_top_block .header_top_menus .main-menu .menu-item-has-children:hover .sub-menu-top-game ul.sub-menu{width:100%;position:relative;background:#f0f1f4;filter:none}}
#mobile_menu_btn{width:18px;height:18px;margin-top:30px;background:url(../img/mobile_menu_btn.svg) no-repeat center; margin-left:auto;}
@media screen and (min-width:1120px){header .header_top_block #mobile_menu_btn{display:none} .header_top_menu{display: block;}}
#mobile_menu_btn.active{background:url(../img/mobile_menu_btn_close.svg) no-repeat center}
#mobile_menu_btn:hover{cursor:pointer}
@media only screen and (min-width:1120px){header .header_top_block{height:80px}}
@media only screen and (min-width:1120px){
    .mobile_top_menu{display:none;}
    .menu-item-has-children .sub-menu {
        opacity: 0;
        transition: 0.3s ease;
        pointer-events: none;
        display:none;
        transform: translateY(-1.5em);
    }
    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        pointer-events: visible;
        transform: translateY(0);
        display:block;
    }
}
@media only screen and (max-width:1119px){
    .header_top_menu{
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        position: absolute;
        display: none;
        background-color: #fff;
        width: 100%;
        padding: 20px 0;
        left: 0;
        top: 100%;
        box-sizing: border-box;
    }
    .header_top_menu ul.main-menu {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-left: 0;
    }
    .header_top_menu ul li {
        padding: 8px 0;
    }
    .header_top_menu ul li.menu-item-has-children:after{content:''; display:block; width:20px; height:20px; background:url(../img/arrow-down.svg) no-repeat center; transition:0.5s; position:absolute; right:20px; top:10px;}
    .header_top_menu ul li.menu-item-has-children.opened_menu:after{transform: rotate(180deg);}
    .header_top_menu ul li>ul {
        position: static;
        background: #e5e5e5;
        box-shadow: none;
        border-radius: 0;
        margin-top: 10px;
    }
    .header_top_menu ul li>ul li,
    .header_top_menu ul li>ul li a {
        display: flex;
        justify-content: center;
    }
    .header_top_menu ul li.menu-item-has-children.opened_menu>a {color:#ff001e;}
}




/*Breadcrumbs*/
.header_bottom_block{min-height:36px;background:#f0f1f4;font-weight:400;font-size:12px;line-height:24px;letter-spacing:.02em;color:#000}
.header_bottom_block__wrapper{padding-top:6px;display:flex;align-items:center;flex-wrap:wrap}
.header_bottom_block__wrapper span{display:inline; margin-right:7px}
.header_bottom_block__wrapper span a{text-decoration:none;color:#000}
.header_bottom_block__wrapper .bread_separator{display:inline-block; width:4px;height:4px;background:#444;border-radius:50%;margin:0 10px; position:relative; bottom:2px; }
.breadcrumb_last{color:#444}


@media screen and (max-width:960px){.invisible_320{display:none}}.invisible_text{display:none}@media only screen and (max-width:521px){.invisible_768{display:none}}

/* Selected News Block */

.selected_news {padding:60px 0 80px 0; background:#F0F1F4; overflow:hidden;}
.selected_news .wrapnew {position:relative;}
.selected_news .h2{font-weight:600;font-size:34px;line-height:51px;text-align:center;color:#000;margin-bottom:0;margin-top:0; padding-bottom:20px;}
.selected_news .main_text_block{font-weight:400;font-size:14px;line-height:21px;text-align:center;color:#444;margin-top:15px;margin-bottom:30px;margin-right:0;margin-left:0}
.selected_news .main_text_block p{margin:0;padding:15px 0 0 0;font-size:14px}
.selected_news .last_news_list{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch; padding:5px 10px;margin: 0 -10px; overflow: hidden;}
.last_news_list .swiper-wrapper {min-height: 391px;}
.selected_news a.last_news_card{width:100%;min-height: 100%;color: #444;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:5px;overflow:hidden;box-sizing:border-box;position:relative;display:block;background-color: #fff; text-decoration:none}
.selected_news .last_news_card_image{height:200px;max-width:100%;background-size:cover;background-position:center center}
.selected_news .last_news__card_title{width:100%;box-sizing:border-box;font-weight:600;font-size:18px;line-height:27px;color:#111;padding:24px 10px 35px 10px; margin-top:0;}
.selected_news .last_news_card_post_date{position:absolute;width:100%;box-sizing:border-box;bottom:0;padding:4px 10px 10px 10px;border-top:1px solid #ddd;text-align:left;font-size:14px;text-decoration:none}
.selected_news .last_news_card_post_date::before{content:"";display:inline-block;width:20px;height:20px;background:url(../img/news_date_ico_black.svg) no-repeat left center;position:relative;top:5px;right:4px;opacity:.6}


.selected_news .c-swiper-button-prev {display:flex; align-items: center; justify-content:center; width:30px; height:30px; border-radius: 50%; background-color: #ff001e; position: absolute; z-index: 20;  bottom:calc(50% - 15px); left:-50px;}
.selected_news .c-swiper-button-next {display:flex; align-items: center; justify-content:center;  width:30px; height:30px; border-radius: 50%; background-color: #ff001e; position: absolute; z-index: 20;  bottom:calc(50% - 15px); right:-50px;}

.selected_news .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom:-30px;
}

.selected_news .swiper-pagination-bullet-active {background:#ff001e;}
@media only screen and (min-width:1341px){
    .selected_news .min-slides .c-swiper-button-prev,
    .selected_news .min-slides .c-swiper-button-next {display: none;}
}

@media only screen and (max-width:1340px){
    .selected_news {padding-bottom:100px;}
    .selected_news .c-swiper-button-prev {bottom:-40px; left:5px;}
    .selected_news .c-swiper-button-next {bottom:-40px; left:50px;}
    .selected_news .swiper-pagination {display:none;}
}
@media only screen and (max-width:1280px){
    .selected_news .h2, .selected_news .main_text_block {text-align:left;}
    .selected_news .c-swiper-button-prev {bottom:-40px; left:25px;}
    .selected_news .c-swiper-button-next {bottom:-40px; left:70px;}
}
@media only screen and (max-width:921px){.selected_news {padding:40px 0 80px 0;} .selected_news .h2{font-size:22px;line-height:36px}
}
@media only screen and (max-width:521px){.selected_news{padding-top:40px}.last_news .h2{font-size:22px;line-height:33px}.lselected_news .main_text_block{margin-bottom:20px}}
@media only screen and (min-width:768px){.selected_news .main_text_block{grid-area:text_block}}
@media only screen and (max-width:480px){.selected_news {padding:30px 0 80px 0;} .last_news .main_text_block{margin-bottom:0;}.posts-pagination .page-numbers:not(.current, .prev, .next){display:none;}}
@media only screen and (max-width:320px){.selected_news{padding-top:10px}}


/* FOOTER */
footer{padding-bottom:50px;background-color:#fff;background-image:url(../img/footer_bg.png);background-position:bottom center;background-repeat:no-repeat;background-size:contain}footer .news_partners{padding:0 0 30px 0;text-align:center;background:#fff}footer .news_partners .h2{margin-bottom:10px}
footer .news_partners .logos_slider{position:relative;padding:0 60px;display:block;box-sizing:border-box;width:100%;min-width:0;margin:50px 0;max-height:60px;}
footer .news_partners .logos_slider img{display: none;}
footer .news_partners .logos_slider.slick-initialized img{display: block;}
footer .news_partners .logos_slider .slick-arrow{position:absolute;top:60%;margin:-15px 0 0 0;z-index:2;font-size:0;width:30px;height:30px}footer .news_partners .logos_slider .slick-arrow.slick-prev{left:0}footer .news_partners .logos_slider .slick-arrow.slick-next{right:0}footer .news_partners .logos_slider .slick-next::before,footer .news_partners .logos_slider .slick-prev::before{color:red}footer .news_partners .logos_slider .slick-list{overflow:hidden;max-height:60px}footer .news_partners .logos_slider .slick-list .slick-track{display:flex;align-items:center;max-height:60px}footer .news_partners .logos_slider .slick-list .slick-track .news_partner_link{padding:0 15px;display:flex;justify-content:center}footer .news_partners .logos_slider .slick-list .slick-track .news_partner_link img{max-width:100%;width:auto;height:60px}footer .bottom-footer{padding-top:30px}footer .bottom-footer .footer_menus_container{grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:5%;position:relative;display:grid;grid-template-areas:"head center1 center2 footer1"}footer .bottom-footer .footer_menus_container .footer_links_block{display:flex;flex-wrap:wrap;align-content:space-between;grid-area:head}footer .bottom-footer .footer_menus_container .footer_links_block .footer_logo{display:block;border:0;width:178px;height:36px;background:url(../img/main_logo.svg) no-repeat center;background-size:contain}footer .bottom-footer .footer_menus_container .footer_links_block .footer_info{font-size:14px; margin: 16px 0;}footer .bottom-footer .footer_menus_container .footer_links_block .footer_social_links_block{padding-bottom:15px;width:100%;display:flex}
.footer_social_links_block a{opacity:.3;display:block;width:25px;min-width:25px;height:25px;margin-right:20px}
.footer_social_links_block a:hover{opacity: .8;}
.social_link_linked_in{background:url(../img/icons/linkedin_icon.svg) no-repeat center}
.social_link_tw{background:url(../img/soc_ico_tw.svg) no-repeat center}
.social_link_fb{background:url(../img/soc_ico_fb.svg) no-repeat center}
.social_link_ig{background:url(../img/soc_ico_ig.svg) no-repeat center}
.social_link_tg{background:url(../img/soc_ico_tg.svg) no-repeat center}
.social_link_google_maps{background:url(../img/icons/google_maps_icon.svg) no-repeat center}
@media screen and (max-width:769px){.footer_links_block{justify-content:start;flex-wrap:wrap;align-content:space-between}}
@media screen and (max-width:521px){
    .footer_links_block{align-content:start}}
    .footer_menu_box{box-sizing:border-box;display:block;padding-left:5%;padding-top:10px}
    .footer_menu_title{font-size:16px;color:#111;font-weight:600;text-transform:uppercase;line-height:20px;height:40px}
    .footer_menus_container .footer_menu_box ul{list-style-type:none; padding-left: 0;}
    .footer_menu_box ul li{margin-bottom:14px; display: flex;}
    .footer_menu_box ul li a{
    font-size:14px;color:#444;text-decoration:none;position: relative; display: inline-flex;}
    .footer_menu_box ul li a::before{
    content: '';
    width: 0;
    height: 1px;
    background: #ff001e;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    transition: 0.3s ease;
}
.footer_menu_box ul li a:hover::before{
    width: 100%;
}
.footer_menu_box ul li::before{content:"-";color:#ff001e;font-weight:500;padding-right:10px;font-size:16px;line-height:24px;letter-spacing:.02em}@media screen and (min-width:768px){footer .bottom-footer .footer_menus_container .footer_menu_box ul{display:block;list-style:none;padding:0}}@media screen and (min-width:768px){footer .bottom-footer .footer_menus_container .footer_menu_box{box-sizing:border-box;display:block;padding-left:5%;padding-top:10px}}footer .bottom-footer .footer_menus_container .center1{grid-area:center1}footer .bottom-footer .footer_menus_container .center2{grid-area:center2}footer .bottom-footer .footer_menus_container .footer1{grid-area:footer1}footer .bottom-footer .footer_menus_container .footer-mobile-menu{display:none}@media screen and (min-width:768px){footer .bottom-footer .footer_menus_container .footer-mobile-menu{display:none}}@media screen and (max-width:769px){footer .bottom-footer .footer_menus_container{grid-template-columns:repeat(2,1fr);grid-column-gap:0;grid-template-areas:"head center1" "center2 footer1"}}@media screen and (max-width:521px){footer .bottom-footer .footer_menus_container{grid-template-columns:1fr;grid-template-areas:"head" "center1" "center2" "footer1";grid-row-gap:30px}}footer .bottom-footer .bottom-line{margin-top:60px;display:flex;justify-content:space-between}@media screen and (max-width:769px){footer .bottom-footer .bottom-line{flex-wrap:wrap}}footer .bottom-footer .bottom-line .left-side{font-size:14px;line-height:21px;color:#444}@media screen and (max-width:769px){footer .bottom-footer .bottom-line .left-side{width:100%}footer .bottom-footer .bottom-line .right-side{margin: 12px 0;}}
.bottom-footer .bottom-line .right-side a{color:#444;font-size:14px;line-height:21px;text-decoration:none;transition: .3s;}
.bottom-footer .bottom-line .right-side a:hover{color:#000;}
.bottom-footer .bottom-line .right-side a:before{content:"|";color:#ff001e;padding-right:5px;font-weight:600}footer .bottom-footer .bottom-line .right-side a:last-child:after{content:"|";color:#ff001e;padding-right:5px;padding-left:5px;font-weight:600}footer .bottom-footer .addr{font-size:14px;line-height:21px;color:#444}@media screen and (min-width:768px){footer{background-repeat:repeat-x;background-size:auto}}footer.lazy{background-image:none}.rds_hl_nofollow{outline:0!important}.selcasino_element_title{margin-bottom:14px;font-size:14px}.selcasino_element_value{font-weight:700;font-size:18px;line-height:24px;text-align:center;letter-spacing:.02em;color:#000}.FAQ{background-image:url(../img/img_faq.png);background-position:bottom center;background-size:contain;background-repeat:no-repeat;padding-bottom:30px;padding-top:40px}.FAQ .wrapbig{max-width:1240px;padding:0}.FAQ .wrapbig .h2{font-style:normal;font-weight:600;font-size:34px;line-height:51px;text-align:center;color:#000}@media screen and (max-width:921px){.FAQ .wrapbig .h2{font-size:24px;line-height:36px}}.FAQ .wrapbig .block_text{text-align:center}.FAQ .wrapfaq{width:100%;min-width:280px;box-sizing:border-box;padding:0;margin:0 auto;max-width:925px}.FAQ .wrapfaq .faq_block{margin:50px 0 0 0}.FAQ .wrapfaq .faq_block .faq_box{display:block;width:100%;padding:16px 30px;background:#fff;border-radius:4px;box-shadow:0 10px 20px rgba(0,0,0,.1);box-sizing:border-box;margin-bottom:10px}.FAQ .wrapfaq .faq_block .faq_box .faq_box_question{display:flex;justify-content:space-between}.FAQ .wrapfaq .faq_block .faq_box .faq_box_question h3{font-weight:400;font-size:16px;color:#444;margin:0}.FAQ .wrapfaq .faq_block .faq_box .faq_box_question img{transform:rotate(180deg);transition:.3s;cursor:pointer}.FAQ .wrapfaq .faq_block .faq_box.active .faq_box_question h3{color:#111;font-weight:600}.FAQ .wrapfaq .faq_block .faq_box.active .faq_box_question img{transform:rotate(0)}.cta_block{padding:80px 0;display:flex;justify-content:space-between;gap:20px}@media only screen and (min-width:768px){.cta_block{flex-direction:row}}.cta_block .cta_box{width:100%;flex-direction:column;background:#f0f1f4;display:flex;margin:15px 0;border-radius:6px}@media only screen and (min-width:1248px){.cta_block .cta_box{flex-direction:row}}.cta_block .cta_box .cta_img_box{display:flex;box-sizing:border-box;margin:30px 60px 30px 20px;width:200px;height:200px}@media screen and (max-width:768px){.cta_block .cta_box .cta_img_box img{width:200px;height:200px}}@media screen and (max-width:1248px){.cta_block .cta_box .cta_img_box{margin:0}}.cta_block .cta_box .cta_box_content{box-sizing:border-box;padding:55px 60px 0 0;text-align:center;width:100%}.cta_block .cta_box .cta_box_content .cta_box_title{font-weight:500;font-size:22px;line-height:33px;text-align:center;letter-spacing:.02em;color:#000;margin-bottom:15px}.cta_block .cta_box .cta_box_content .cta_box_text{font-size:12px;line-height:20px}.cta_block .cta_box .cta_box_content .cta_box_btn{display:inline-block;width:142px;height:42px;line-height:42px;border-radius:4px;background:#ff001e;text-transform:uppercase;color:#f7f7f7;font-size:14px;font-weight:500;margin:20px}@media screen and (max-width:768px){.cta_block .cta_box .cta_box_content{padding:20px 30px 30px 30px}}@media screen and (max-width:1248px){.cta_block .cta_box{align-items:center}}@media screen and (max-width:551px){.cta_block{flex-direction:column}}.toscroll{position:fixed;opacity:0;pointer-events: none;}.fixed{pointer-events:visible;position:fixed;height:80px;width:100%;z-index:90;background:#fff;opacity:1}.fixed .header_bottom_block{display:none}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-container_left {
    margin-right: 62px;
}
.flex-container_left,
.flex-container_right {
    width: 48%;
}
.text-content {
    margin-bottom: 30px;
    font-weight: 300;
}
@media(max-width: 921px) {
    .flex-container {
        flex-direction: column;
    }
    .flex-container_left,
    .flex-container_right {
        width: 100%;
    }
    .flex-container_left {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .text-content {
        margin-bottom: 20px;
    }
}
@media(max-width: 521px) {
    .flex-container_left {
        margin-bottom: 15px;
    }
}

.main_content-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
}
.content h1,
.content h2,
.content h3 {
    font-weight: 600;
    color: #111;
    margin: 15px 0;
    margin-top: 20px;
}
.content h1 {
    font-size: 48px;
}
.content h2 {
    font-size: 34px;
}
.content h3 {
    font-size: 24px;
}
.content p{
margin-top: 0;
margin-bottom: 20px;
color: #444;
}
.content h2 {
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px){
    .main_content-sidebar {
        grid-template-columns: 1fr;
    }
    .content {
        margin-bottom: 40px;
    }
    .content h1 {
        font-size: 28px;
    }
    .content h2 {
        font-size: 22px;
    }
    .content h3 {
        font-size: 18px;
    }
}

.footer_logo_line {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap:20px;
    padding:20px 0;

}

.footer_logo_line_item {
    height:40px;
    max-width:120px;
    display: flex;
    justify-items: center;
}

.footer_logo_line img {
    max-height:40px;
    width:100%;
}

/* button start */
.btn-primary {
    background: #ff001e;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    cursor: pointer;
}
/* button end */

/* Hero section start */
#hero_bg{
    position:relative;background:#212d47;}
.hero .h1, .hero .h2 {color:#ffffff;}

#hero_bg .hero_bg_filter .hero_block{padding:60px 0 20px 0; }
#hero_bg .hero_bg_filter .hero_block .h1{margin-top:0;color: #fff;}
#hero_bg .hero_bg_filter .hero_block .h1 .t-red{color:#ff001e}
#hero_bg .hero_bg_filter .hero_block .h2{margin-top:0;color:#fff}
#hero_bg .hero_bg_filter .hero_block .text_block{color:#fff;text-align:center}
#hero_bg .hero_bg_filter .hero_block .text_block.med{max-width:800px;margin:20px auto}
#hero_bg .hero_bg_filter .site_label{padding:20px 0;width:55px;height:115px;background:url(../img/proudly_canadian.svg) center no-repeat;position:absolute;right:0;top:60px;z-index:8}
#hero_bg .hero_bg_filter.show{background-color:rgba(0,0,0,.6)}
#hero_bg .hero_bg_filter.blank.show{background-color:rgba(0,0,0,0)}
@media(max-width: 521px) {
    #hero_bg .hero_bg_filter .hero_block{padding-bottom: 40px;}
}
/* Hero section end */

/* Similar casinos Block */
.similar_casinos_section{background:url(../img/similar_casinos_bg.png) #28416d;background-position:center;background-size:cover;color:#fff;padding:60px 0}
.similar_casinos_section .h2{color:#fff;margin-top:0;font-weight:600;text-align:center}
.similar_casino_card{border-radius:8px;overflow:hidden}
.similar_casino_card_header{padding:40px;background-size:cover;background-position:center}
.similar_casino_card_logo{width:60px;height:60px;background:#fff;border-radius:4px;overflow:hidden;margin:auto;box-sizing:border-box;padding:6px}
.similar_casino_card_logo img{width:100%;height:100%}
.similar_casino_card_content{background:#fff;box-sizing:border-box;padding:15px 10px 30px 10px;text-align:center;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
.similar_casino_card_rating{font-weight:500;font-size:14px;line-height:24px;letter-spacing:.02em;color:#444}
.similar_casino_card_rating:before{content:"";display:inline-block;width:18px;height:18px;background:url(../img/rating_star.svg) no-repeat center;padding-right:8px;position:relative;top:3px}


.similar_casino_card_title{font-weight:700;color:#111;padding-top:15px;font-size:18px}
.similar_casino_card_title a {color:#ff001e;}
.similar_casino_review_link{font-weight:500;font-size:14px;line-height:21px;text-align:center;text-decoration-line:underline;text-transform:uppercase;color:#ff001e}
.similar_casinos_block_description{text-align:center;padding-bottom:30px;color:#ccc}
.similar_casinos_list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}


@media only screen and (max-width:960px){.similar_casinos_list{grid-template-columns:repeat(2,1fr)}}
@media only screen and (min-width:768px){ .similar_casinos_section .h2{font-size:34px}}
@media only screen and (max-width:480px){
    .similar_casinos_list{grid-gap:10px}
    .similar_casino_card{grid-gap:10px}
    .similar_casino_card_header{padding:10px}
    .similar_casino_card_content{font-size:14px;padding-top:10px;padding-bottom:15px}
    .similar_casino_card_rating{font-size:12px;line-height:18px}
    .similar_casino_card_title{padding:0;font-size:12px;line-height:18px}
    .similar_casino_review_link{font-size:12px;line-height:18px}
}

.popup-grid_item__title {
    color: #000; margin: 15px 0; font-weight: 600;
}
.popup-grid_item .selcasino_review_link {
    font-size: 14px;
    color: #444888;
    font-weight: 400;
}
.similar_casino_card_content.popup-grid_item__content {
    background-color: #F0F1F4;
 }

/* Popup */
.popup {display: none; position:fixed;left: 0;right: 0;top: 0;bottom: 0;align-items: center;justify-content: center; z-index: 140}
.popup h2{font-size: 48px; color: #000;}
.popup p{font-size: 18px}
.popup-background {
    background-color: rgba(0, 0, 0, 0.6);position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 2;
}
.popup-container {
    width: 95%; max-width: 1320px; padding: 40px; background-color: #fff;position: relative;z-index: 3; box-sizing: border-box; border-radius: 16px; display: flex;flex-direction: column; align-items: center;max-height: 88%;overflow: auto;
}
.popup-close {
    position: absolute;right: 20px;top: 20px;width: 18px; height: 18px; cursor: pointer; background: url(../img/icons/close_icon.svg) center no-repeat;
}
.popup-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 100%;
}
@media(max-width: 960px) {
    .popup-container {padding: 20px;}
    .popup-grid {grid-template-columns: repeat(2, 1fr);}
    .popup h2{font-size: 32px;}
}
@media(max-width: 440px) {
    .popup-container {padding: 15px;}
    .popup-grid {grid-template-columns: repeat(1, 1fr);}
    .popup h2{font-size: 24px;}
    .popup p{font-size: 16px;}
}

/* */


.casinolist{display:grid; gap:15px;}

.casino_card {
    display:grid;
    grid-template-columns: 58px auto;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.casino_cards .casino_card {margin-top:15px;}

.casino_card.marked {background:#000321; color:#fff;}
.casino_card.unordered {
    grid-template-columns: 1fr;
}

.casino_card_position {
    display:flex;
    justify-content: center;
    align-items: center;
    background:#F7F7F7;
    color:#000;
}

.marked .casino_card_position {
    background: rgba(233, 233, 233, 0.15);
    color:#F09937;
}

.casino_card_content {
    padding: 20px;
    display:grid;
    grid-template-columns:98px auto 156px;
}

.casino_card_content .top_casino_slot_review_img_link {
    width:98px;
    height:98px;
}

.top_casino_slot_review_img_link {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;
    border-radius: 5px;
    display: block;
}

.top_casino_slot_review_img_link img {
    width: 100%;
    margin: 0 auto 10px auto;
}

.casino_card_info {
    display:grid;
    grid-template-columns: 2fr 3fr 2fr;
}

.casino_card_info_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
    padding:0 10px;
}

.casino_card_info_item__bordered {
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
}
.marked .casino_card_info_item__bordered {border-color:rgba(247, 247, 247, 0.2);}

.casino_card_info_item_title {
    font-size:14px;
    color:#444;
    line-height:1.3;
}

.marked .casino_card_info_item_title {color:rgba(255, 255, 255, 0.72);}



.casino_card_info_item_value {
    color:#000;
    font-size:18px;
    font-weight:600;
    padding-top:15px;
    line-height:1.3;
}

.marked .casino_card_info_item_value {color:#fff;}

.casino_card_rating {
    padding-top:15px;
    display:flex;
}



.casino_card_rating .rating-wrap {
    width:111px;
    height:19px;
    background-size:111px 19px;
    background-image: url(../img/icons/stars_new.svg);
}

.casino_card_rating .rating {
    height:19px;
    background-size:111px 19px;
    background-image: url(../img/icons/stars_new_fill.svg);
    margin:0;
}

.casino_card_rating_value {
    color:#F09937;
    line-height: 17px;
    padding-left:10px;
}

.casino_card_links{
    display:flex;
    flex-direction: column;
    gap:10px;
}

.casino_card_review_link {
    display:inline-block;
    text-align:center;
    box-sizing:border-box;
    background:#E9E9E9;
    border-radius:6px;
    height:44px;
    line-height:44px;
    text-decoration:none;
    color:#444444;
    font-size:14px;
}

.marked .casino_card_review_link {
    background:rgba(233, 233, 233, 0.15);
    color:#E0E0E0;
}

.casino_card_link_btn {
    display:inline-block;
    text-align:center;
    box-sizing:border-box;
    background:#FF001E;
    border-radius:6px;
    height:44px;
    line-height:44px;
    text-decoration:none;
    color:#fff;
    font-size:14px;
}

.casino_card_review_link:hover {
    background:#DDD;
    color:#000;
}

.marked .casino_card_review_link:hover {
    background:rgba(233, 233, 233, 0.25);
    color:#E0E0E0;
}

.casino_card_link_btn:hover {
    background:#df001a;
    color:#fff;
}

.casino_card.selected {
    background-color:#000321;
}

@media only screen and (max-width: 960px) {
    .casinolist{grid-template-columns: 1fr 1fr;}
    .casino_card, .casino_card_content, .casino_card_info {display:block;}
    .casino_card {position:relative;}
    .casino_card_position { height:38px;}
    .casino_card_content {padding-top:10px;}
    .casino_card_info {margin-bottom:110px;}
    .casino_card_info_item {margin-top:12px;}
    .casino_card_info_item__bordered {
        padding:15px;
        border: none;
        border-top:1px solid #e6e6e6;
        border-bottom:1px solid #e6e6e6;
    }
    .casino_card_info_item__mob_inline {flex-direction: row;}
    .casino_card_info_item__mob_inline .casino_card_info_item_value {padding:0 0 0 10px;}
    .casino_card_links {margin-top:12px; position:absolute; bottom:20px; width:calc(100% - 40px);}
}

@media only screen and (max-width: 600px) {
    .casino_card_info {margin-bottom:110px;}
    .casino_card_content {padding:10px;}
    .casino_card_links {width:calc(100% - 20px); bottom:10px; }
}

@media only screen and (max-width: 520px) {
    .casinolist{grid-template-columns: 1fr;}
}

@media only screen and (max-width: 480px) {
    .casino_card_info_item_title {display:none;}
}

/* rating start */
.rating-wrap {
    width: 166px;
    background: url(../img/icons/star-rating.svg) repeat left;
    height: 24px;
    transform-origin: top;
    display: flex;
}
.selcasino_rating .rating-wrap {
    transform: scale(.6);
}
.rating {
    display: inline-block;
    width: 100%;
    height: 24px;
    margin-left: 1.1pt;
    margin-top: 1px;
    background: url(../img/icons/star-rating-fill.svg) repeat;
}
.single_casino_hero_rating .rating-wrap {
    transform: scale(.9);
    margin-top: 2px;
    transform-origin: left;
}
/* rating end */

/* sidebar start */
.main_content .page_sidebar .sidebar_block {
    width: 100%;
    min-width: 280px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px;
}
.main_content .page_sidebar .sidebar_block .bonus_banner_icon {
    display: inline-block;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-bottom: 15px;
}
.main_content  .page_sidebar .sidebar_block .bonus_banner_icon img {
    width: 100%}
.main_content .page_sidebar .sidebar_block .item_terms {
    line-height: 20px;
    text-align: center;
    letter-spacing: .02em;
    color: #444;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    text-decoration: underline;
}
.main_content  .page_sidebar .sidebar_block .bonus_banner_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: .02em;
    color: #111;
    padding: 0;
}
@media screen and (max-width:521px) {
    .main_content  .page_sidebar .sidebar_block .bonus_banner_title {
    font-size: 18px;
    line-height: 27px;
}
}

.main_content  .page_sidebar .sidebar_block .top_casino_slot_link_btn,
.top_casino_slot_link_btn {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #ff001e;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}
.main_content  .page_sidebar .sidebar_block .sidebar_block_title {
    font-size: 24px;
    color: #111;
    font-weight: 700;
}
@media screen and (max-width:521px) {
    .main_content  .page_sidebar .sidebar_block .sidebar_block_title {
    font-size: 18px;
    line-height: 27px;
}
}@media only screen and (max-width:768px) {
    .main_content  .page_sidebar .sidebar_block .sidebar_block_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
}@media only screen and (max-width:480px) {
    .main_content  .page_sidebar .sidebar_block .sidebar_block_list {
    grid-template-columns: 1fr;
}
}
.main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link {
    text-decoration: none;
}
.main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link .sidebar_block_list_item {
    display: grid;
    grid-template-columns: 80px auto;
    column-gap: 20px;
    margin-top: 20px;
    padding: 6px;
}
@media only screen and (max-width:768px) {
    .main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link .sidebar_block_list_item {
    grid-template-columns: 60px auto;
    column-gap: 10px;
}
}
.main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link .sidebar_block_list_item .sidebar_block_list_item_icon {
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width:768px) {
    .main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link .sidebar_block_list_item .sidebar_block_list_item_icon {
    width: 60px;
    height: 60px;
}
}
.main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link .sidebar_block_list_item .sidebar_block_list_item_icon img {
    width: 100%;
    height: 100%}
.main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link .sidebar_block_list_item .sidebar_block_list_item_title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
}
@media screen and (max-width:521px) {
    .main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link .sidebar_block_list_item .sidebar_block_list_item_title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
}
.main_content  .page_sidebar .sidebar_block .sidebar_block_list .block_link .sidebar_block_list_item .sidebar_block_list_item_title .sidebar_block_list_item_subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #444;
}
.main_content  .page_sidebar .sidebar_block.bonus_banner {
    width: 100%;
    display:  flex;
     flex-direction:  column;
     align-items:  center;
    box-sizing: border-box;
    padding: 20px 20px 150px 20px;
    background: url(../img/bonus_banner_bg.png) no-repeat bottom center #fff;
    border-radius: 10px;
    text-align: center;
}
/* sidebar end */

/*Author Page*/
.author_page_content {margin-top:100px; display:flex; flex-direction: column; justify-content: center;}
.author_page_content .h1 {font-size:32px;}

.author_page_content .text_block a {color:#FF001E;}
.author_page_content .news_list_author_img {display:inline-block;width:100px;height:100px;border-radius:50%;overflow:hidden; margin:auto;}
.author_page_position {text-align:center; line-height:2; font-weight:300;} 
.author_page_content .footer_social_links_block {
    text-align:center; padding:10px 0 60px 0;       
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.author_page_content .text_block {text-align:center;}

/* Articles list by author*/
.main_content.author-page{
    background:#f0f1f4;
    padding-top:60px;
    padding-bottom:80px
}

@media screen and (max-width:521px){
    .main_content.author-page{
        padding-top:40px;
        padding-bottom:60px;
    }
}

.main_content.author-page .news_list>h2{
    color:#111;
    margin-top:0;
    font-weight:600;
    font-size:32px;
    line-height:1.5;
}

.author-page .news_list_container{ 
    display:grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap:20px;
}

.author-page .news_item {
    display:block;
    max-width:100%;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:20px;
    background:#fff;
    text-decoration:none
}

.author-page .news_item__inner {
    background-color: #fff;
    height: 100%; display:flex;
    flex-direction:column;
    justify-content:space-between; 
    border-radius:10px;
    overflow:hidden;
}

.author-page .news_preview_image{
    width:100%;
    height:140px;
    background-size:cover;
    background-position:center;
}

@media only screen and (max-width:768px){
    .author-page .news_list_container{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width:521px){
    .author-page .news_list .news_list_container{grid-template-columns: 1fr;}
}

.author-page .news_list_container .news_item .news_post_date{
    color:#444;
    margin-top:20px;
    padding:0 20px;
    font-weight:300;
}
    
.author-page .news_list_news_title{
    font-weight:600;
    font-size:18px;
    line-height:1.5;
    margin:0;
    padding:10px 20px;
    text-align:left;
    color:#111
}
    
.author-page .news_list_excerpt{
    padding:0 20px 20px 20px;
    font-size:14px;
    font-weight:300;
    color:#444

}
   
/* archive news end */

/* pagination start */
.posts-pagination {
    margin-top: 10px;
    margin-bottom: 16px;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
.posts-pagination .page-numbers {
    border: 1px solid #CDCFD1;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease; 
    background-color: transparent;
    margin: 5px;
    width: 38px;
    min-width: 38px;
    height: 38px;
}
.posts-pagination .page-numbers:hover {
    background-color: #CDCFD1;
}
.posts-pagination .page-numbers.current {
    background-color: #FF001E;
    border-color: #FF001E;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .posts-pagination {
        justify-content: center;
    }
}
/* pagination end */
/*Author Page end*/

/*btn*/
.btn{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 220px;
    height: 68px;
    background: white;
    border-radius: 6px;
    box-sizing: border-box;
    text-decoration: none;
    color: black;
    transition: .33s;
    font-size: 16px;
}
.btn span{
    margin-left: 10px;
}
.btn path{
    transition: .33s;
}
.btn:hover{
    background: #FF001E;
    color: white;
}
.btn:hover path{
    fill: white;
}
/*btn*/

.title_medium{
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FF5757;
    text-align: center;
}
@media (max-width: 520px){
    .title_medium{
        font-size: 14px;
    }
}

/* review author card part */
.review_author_container {
    margin:30px 0;background:#fff;border-radius:12px;box-sizing:border-box;padding:25px; display: flex; justify-content: space-between; align-items: center;}

.review_author_content {
    display:flex; gap:25px;}

.review_author_photo {
    width:100px;height:100px;overflow:hidden;border-radius:50%;}

.review_author_photo img {width:100%}

.review_author_name{
    font-weight:400;font-size:16px;line-height:26px;color:#000;margin-bottom:15px}

.review_author_name a {font-weight:600; text-decoration: none;}
.review_author_name a:hover {text-decoration: underline;}


.review_author_info{display:flex; flex-direction: column; justify-content: center;}

.last_edit_info {font-size:14px; line-height:23px; opacity:0.7; font-weight:400;}
.last_edit_info span {font-weight:600;}

.review_author_feedback {display:flex; align-items: center;}
.review_author_subtext {font-weight:400; opacity:0.7; font-size:14px;}
.review_author_contacts {display: inline-block; padding:0 20px; height: 40px; line-height: 40px; background: #ff001e; border-radius: 4px; font-size: 14px;    margin-left: 20px; font-weight: 600; color:#fff; text-decoration: none; transition: .3s;}

.review_author_contacts:hover {background: #df001a; color:#fff;}

@media only screen and (max-width:960px){
    .review_author_container {flex-direction:column; align-items: flex-start;}
    .review_author_feedback {align-items: flex-start; flex-direction: column; margin-top:25px;}
    .review_author_contacts {margin:20px 0 0 0;}
}

@media only screen and (max-width:600px){
    .review_author_container {padding:15px;}
    .review_author_content {flex-direction:column; gap:20px;}
    .review_author_photo{width:80px;height:80px}
    .review_author_name{margin-bottom:10px;}
    .review_author_feedback {margin-top:20px;}
    .review_author_contacts {margin:15px 0 0 0;}
}
