@media screen and (max-width: 1400px){
    .tour-column {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
    }
    .tour-column:last-child {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
    }
}
@media screen and (max-width: 1200px) {
    
    .loyalty{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .loyalty-item__img{
        width: 140px;
        height: 140px;
    }
}
@media screen and (max-width: 920px){
    .header-navbar__nav{
        display: none;
    }
   
    .game-item{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 45%;
                flex: 1 1 45%;
    }
    .loyalty-wrapper{
        padding: 25px;
    }
     .loyalty {
        overflow-x: scroll;
     }
    .loyalty-item{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
    }
    .loyalty-item__img{
        width: 120px;
        height: 120px;
    }
    .jackpot-decor{
        display: none;
    }
    .jackpot-title{
        font-size: 18px;
    }
    .jackpot-value{
        font-size: 36px;
    }
    .header-slider{
        padding: 0 20px;
    }
    .header-slide__content{
        padding: 20px;
        top: auto;
        bottom: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .header-slide__img{
        right: auto;
        left: 0;
    }
    .header-slide__content-title{
        font-size: 26px;
    }
    .sidebar~.home-section{
left: 0;
width: auto;
overflow: hidden;
    }
    .tour-columns{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .tour-column{
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 100% !important;
                flex: 1 1 100% !important;
    }
    .related-title{
        font-size: 24px;
    }
    .related-games{
        width: 100%;
    }
    .section-game iframe{
        width: 100%;
    }
}
@media screen and (max-width: 640px){
    h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 25px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    h5 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .header-navbar{
        padding: 20px;
       
    }
    .sidebar.close~.home-section .header-navbar{
        padding-left: 80px;
    }
    .header-auth .btn{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 10px;
    }
}
@media screen and (max-width: 425px){
    .game-item{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
    .header-auth{
        display: none;
    }   
}