.mobile-menu{
    display: none;
}

.mobile-menu>ul>li{
    font-size: 24px;
    font-weight: 600;
}

#navbar-top>.container>.row-mobile-menu>.mobile-menu>ul{
    margin-top: 10px;
}

.row.desktop-menu{
    display: block;
}

.row-mobile-menu{
    display: none;
    width: 100%;
    margin: 17px 0;
}

#homepage>div>div>.video-block{
    max-height:1070px;
    padding-right:0;
    padding-left:0;
    margin-bottom:unset;
}

.video.homepage>iframe{
    width: 100%;
    height: 39.9vw;
}

.row>div:nth-child(1)>.images.main-page> img{
    width: 180px;
}

.video>video{
    width: 36.5vw;
    height: 36.5vw;
}

.gellets .text{
    padding-top: 3rem;
}

.row{
    margin-right: unset;
    margin-left: unset;
}

.video-block .button {
    position: unset;
    padding-top: unset;
}

.container>div>ul>li {
    text-align: center;
    margin: auto;
}

.surge>.image{
    margin: unset;
}

#menu-button>img{
    width: 48px;
    height: 48px;
}

@media (max-width: 990px) {

    .row-mobile-menu{
        display: block;
    }

    .row.desktop-menu{
        display: none;
    }

    .header-mobile-menu{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin: 0 2rem;
    }


    .main-page-icons ul{
        flex-direction: column;
    }

    .main-page-icons>ul>li>img{
        width: 55px;
        margin-right: unset;
    }

    .main-page-icons>ul>li>p{
        text-align: center;
        width: 140px;
        font-weight: 600;
    }

    .main-page-icons>ul>li{
        margin: 10px 0;
    }

    .main-page-icons>ul{
        padding-left: unset;
    }

    #homepage .epic-battle .flex {
        flex-direction: column;
    }
    #homepage .epic-battle .flex >div {
        width: 90%;
    }

    #homepage .epic-battle .flex >div>h2{
        text-align: center;
    }

    #homepage .epic-battle .flex:nth-child(2){
        flex-direction: column-reverse;
    }

    .text>h2{
        text-align: center;
    }

    .inline-included>h2{
        text-align: center;
    }

    .row>div:nth-child(1)>.images.main-page> img{
        width: 130px;
    }

   .images.main-page> img{
       width: 250px;
       margin: auto;
   }

    .images.main-page{
        margin: 20px auto;
        position: relative;
        text-align: center;
    }

    .images.main-page::after {
        /* content: " "; */
        /* width: 70%; */
        /* position: absolute; */
        height: 2px;
        background-color: #fff;
        border-radius: 10px;
        bottom: -35px;
    }

    .row>div:nth-child(4)>.images.main-page::after{
        width: 0;
    }

    .row>div:nth-child(4){
        margin-bottom: unset;
    }

    .row>div{
        margin-bottom: 40px;
        padding-right: unset;
        padding-left: unset;
    }

    .included-between>div{
        margin-bottom: 40px;
    }

    #homepage .surge > div >h2{
        font-size: 3rem;
    }

    #homepage .epic-battle .flex >div.text>h2{
        font-size: 3rem;
        padding-bottom: 10px;
    }

    #homepage .surge > div:first-child {
        margin-bottom: unset;
    }

    #homepage .gellets {
        padding-top: unset;
    }

    .video>video{
        width: 96.5vw;
        height: 96.5vw;
        margin: auto;
    }

    .gellets .text{
        padding-top: unset;
    }

    .gellets .text>p{
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .text>p{
        font-size:1.2rem;
        text-align: center;
    }

    .div-menu-lang{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .language-switcher>div, .language-switcher>div>a{
        min-width: 72px;
    }

    #navbar-top .dropdown-content {
        min-width: 72px;
    }

}

@media (min-width: 991px) {
    .menu-toggle {
        display: none;
    }
}

@media (max-width: 991px){
    .gellets{
        display: flex;
        flex-direction: column;
    }

    .video>video {
        width: 66.5vw;
        height: 66.5vw;
        margin: auto;
    }

    .row>div {
        text-align: center;
    }

    #navbar-bottom .container {
        flex-direction: column;
    }

    #navbar-bottom .container>div{
        margin: 20px auto;
    }

    #navbar-bottom ul {
        width: 100%;
    }

    .container>div>ul>li{
        text-align: center;
        margin: auto;
    }

    .icons-water-blaster {
        flex-direction: column;
        width: 65%;
        margin: auto;
        border: 1px solid #292929;
        box-shadow: 3px 3px 6px 1px #292929;
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .icons-water-blaster>.text{
        margin-left: unset;
        padding: 10px;
        text-align: center;
    }

    .surge>.image{
        width: 98%;
    }

}