/*
Theme Name: Casino-X
Theme URI: https://thejema.ru/branded/casinox
Author: TheJema
Author URI: https://shop.thejema.ru/
Description: Брендовый шаблон
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jgambling
Release: 22.06.2020
*/

@import "assets/css/normalize.css";
@import "assets/font/font.css";
@import "assets/slick/slick.css";
@import "assets/slick/slick-theme.css";
@import "assets/css/menu.css";
@import "assets/css/home-slider.css";
@import "assets/css/menu-filter.css";
@import "assets/css/game-blocks.css";
@import "assets/css/game-contnet.css";
@import "assets/css/slot-filter.css";
@import "assets/css/game-paymants.css";
@import "assets/css/footer.css";
@import "assets/css/demo.css";
.menu_filter ul li a svg {
    height: 38px !important;
}
@media screen and (max-width: 1000px) {
    .slick-dotted.slick-slider{
        margin-bottom: 0;
    }
}

.game_content h1,.game_content h2,.game_content h3{
	font-weight:bold;
	margin-top: 21px;
	margin-bottom:15px;
}

blockquote{
	    font-size: 14px;
    line-height: 160%;
    background: #B8DDFC;
    padding: 15px 20px;
    margin: 0 0 20px 0;
}
.game_content ol li{
	list-style: decimal;
	margin: 10px 0;
	margin-left: 30px;	
    font-size: 16px;
    font-family: Arial, Tahoma, sans-serif;
    line-height: 1.43;
    font-weight: 400;
}





.only_mob {
    display: none;
    background: #ffffff;
    text-align: center;
    margin-top: 27px;
}

.only_mob .home_slider_btn {
    margin: 0 auto;
    z-index: 0;
}

.game_content a{
    color:blue;
    text-decoration:underline;
}


@media screen and (max-width: 768px) {
    .slider_block {
        display: none;
    }

    #menu_filter {
        display: none;
    }

    #game_blocks {
        display: none;
    }

    .only_mob {
        display: block !important;
    }
    #game_content p, #game_content ul li, #game_content ol li{
        font-size: 16px;
    }
}

.icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.icons img{
    margin-left: 20px;
}

@media screen and (max-width: 500px) {
    .icons{
        display: flex;
        flex-direction: column;
    }
    .icons img{
        margin-bottom: 20px;
    }
}

