.app--horizontal{
    z-index: 3!important;   
}

.app--vertical{
    z-index: 2!important;   
}

.btn{
    cursor: pointer;   
}

.hello__container{
    background: url('/storage/app/media/1921.jpg'); 
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    
    overflow: hidden;
    margin-top: 20px;
}

.hello__container .hello{
    justify-content: normal;
    align-items: flex-end;
    
    max-width: 1200px;
    
    padding: 0;
    padding-top: 100px;
    
    margin: 0 auto;
    margin-top: 30px;
    
}

.hello__container .message{
    max-width: 819px;
    max-height: 130px;
    width: 100%;
    height: 100%;
    display: flex;
    
    padding: 10px 28px;

    justify-content: space-between;
    align-items: center;
    background-color: white;   
    
    font-size: 20px;
    line-height: 24px;
    
    border-radius: 10px;
}

.hello__container .message p:first-child{
    margin-bottom: 20px;
}

.hello__container .message:after{
    left: calc(0% - 20px);
    bottom: 50px;
    transform: rotate(90deg);
}

.hello__container .hello__buttons{
    max-width: 819px;
    width: 100%;
    
    display: flex;
    justify-content: space-between;
    
}

.hello__container .hello__buttons .btn{
    width: 49%;
}

.hello__container .btn-warning{
    background-color: #1437A2;   
    border-color: #1437A2; 
}

.hello__container .btn-primary{
    background-color: #5D90E8;   
    border-color: #5D90E8; 
}




.about__container{
    background: url('/storage/app/media/house1.jpg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    
    height: 100%;
    overflow: hidden;
    
    margin-top: 7px;
    
}

.about__container .hello__buttons{
    margin-top: 60px;   
}

.about__container .page__content{
    height: auto;   
    
    max-width: 812px;
    width: 100%;
    
    overflow: visible;
}

.about__container .hello{
    max-width: 1200px;
    width: 100%;
    
    padding: 0px;
    
    justify-content: center;
    align-items: flex-start;
}

.about__container h1{
    font-size: 74px;
    height: 80px;
}

.about__container .page__content-text p{
    font-size: 20px;   
}

.about__container .hello__buttons{
    width: 100%; 
    max-width: 812px;
    
    justify-content: space-between;
}

.about__container .hello__buttons .btn{
    width: 49%;
    
    border: none;
    
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about__container .btn--inline .btn{
    padding: 15px;
}

.about__container .btn-primary{
    background-color: #5D90E8;
}

.about__container .btn-warning{
    background-color: #1437A2;
}

.about__container .btn-purple{
    background-color: #4C6CCE;   
}



.menu{
    z-index: 1;;   
}
    
.menu{
    height: 100%;
    background-image: url('/storage/app/media/1922.jpg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    
    padding: 0;
    
    justify-content: normal;
}

.menu__container .message-wrap{
    display: flex;
    flex-direction: column;
    
    max-width: 812px;
    width: 100%;
    
    margin-left: 29%;
}

.menu__container .message{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    max-width: 812px;
    width: 100%;
    
    margin-top: 5%;
    padding: 20px 10px;
    
    border: 2px solid #D4D4D4;
    box-shadow: none;
    
    font-size: 20px;
    font-weight: 400;
    
}

.menu__container .message:after{
    left: -20px;
    transform: rotate(90deg);
    border-top-color: #D9D9D9;
    right: auto;
}

.menu__container .menu__nav{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    
    margin-top: 30px;
    
    width: 100%;
}

.menu__container .menu .btn{
    width: 100%;  
    max-height: 75px;
    height: 100%;
    
    justify-content: space-between;
    align-items: center;
    
    padding: 0 0 0 15px!important;
    
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    
    border: none!important;
    
    font-size: 30px;
}

.menu__container .btn-primary{
    background-color: #1437A2;
}

.menu__container .btn-warning{
    background-color: #B74432;
}

.menu__container .btn-success{
    background-color: #347843;   
}

.menu__container .btn-danger{
    background-color: #FFCC00;
}

.menu__container .btn-purple{
    background-color: #4C6CCE;
    
    height: 75px!important;
}

.btn-decor{
    max-width: 105px;
    width: 100%;
    
    max-height: 75px;
    height: 100%;
}



.tasks__container{
    height: 100%;
    background: url(/storage/app/media/house1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;

}

.tasks__container .page__content{
    height: auto; 
    
    max-width: 812px;
    width: 100%;
}

.tasks__container .page__content h1{
    font-size: 74px; 
    padding-top: 16px;
}

.tasks__container .hello{  
    justify-content: center;
    align-items: normal;
    padding: 0;
    
    max-width: 1200px;
}

.tasks__container .page__content-text{
    font-size: 20px;   
    margin-top: 55px;
}

.tasks__container .btn{
    padding: 15px;  
    font-size: 20px;
    
    width: 49%;
}

.tasks__container .hello__buttons{
    max-width: 812px;
    width: 100%;
}

.tasks__container .btn-primary{
    background-color: #5D90E8;
    border-color: #5D90E8;
}

.tasks__container .btn-warning{
    background-color: #1437A2;
    border-color: #1437A2; 
}




.alphabet__container{
    height: 100%;  
    background: url(/storage/app/media/222.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    
    margin-top: 10px;
}

.alphabet__container .page{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;   
}

.alphabet__container .page-content{
    overflow: hidden;   
}

.alphabet__container .img-alphabet{
    width: 100%;
    max-width: 100%;
}

.alphabet__container .justify-around{
    justify-content: center;
}

.alphabet__container .page nav{
    margin-top: 50px;   
}
.alphabet__container .page nav .btn{
    padding: 20px;   
    font-size: 30px;
}

.alphabet__container .btn{
   padding: 20px 40px;
   font-size: 30px;
}

.alphabet__container .btn-warning{
    background-color: #B74432;
    border: none;
}

.alphabet__container .btn-primary{
    background-color: #1437A2;   
}


.learning-words__container{
    display: flex;
    justify-content: center;
    
    height: 100%;
    
    background-image: url(/storage/app/media/1925.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.learning-words__container .menu{
    max-width: 1080px;
    width: 100%;
    
    padding: 0 36px;
    
    align-items: flex-end;
    
    position: unset;
}


.learning-words__container .menu--words .message{
    max-width: 100%;
}

.learning-words__container .menu .message{
    max-width: 100%;   
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    height: 88px;
    border-radius: 10px;
    
    font-size: 18px;
    
    padding: 0 25px;
    
    border: 2px solid #D4D4D4;
    
    box-shadow: none;
}

.learning-words__container .menu .message-wrap{
    width: 100%;   
    max-width: 794px;
}

.learning-words__container .menu__nav{
    flex-direction: column;
    width: 100%;
    max-width: 794px;
    
    margin-top: 20px;
}

.learning-words__container .menu .btn{
    width: 100%; 
    padding: 0px!important;
    padding-left: 25px!important;
    justify-content: space-between;
    align-items: center;
    
    font-size: 24px;
    
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.learning-words__container .btn img{
    max-width: 76px;
    width: 100%;
}

.learning-words__container .menu .message:after{
    left: -22px;
    right: unset;
    transform: rotate(90deg);
    
    border-top-color: #D9D9D9;
}



.razgovornik__container{
    background-image: url(/storage/app/media/razgovornik.jpg);
}




.vocabulary__container{
    height: 100%;   
    
    background-image: url(/storage/app/media/1923.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    
    margin-top: 7px;
}

.vocabulary__container .slick-track{
    width: 100%!important;   
}

.vocabulary__container .slick-slide{
    width: 100%!important;   
    height: auto;
}

.vocabulary__container .hello{
    margin-top: 0;
    padding: 0!important; 
    
    max-width: 1400px;
    
    justify-content: center;
}

.vocabulary__container .hello__buttons{
    flex-direction: initial; 
    
    justify-content: space-between;
    
    max-width: 800px;
    width: 100%;
    
    margin-top: 20px;
}

.vocabulary__container p{
    font-size: 16px!important; 
    line-height: 21px;
}

.vocabulary__container .item p{
    margin: 15px 0!important;   
}

.vocabulary__container .page__content{
    height: auto;   
    
    max-width: 812px;
}

.vocabulary__container .page__content h1{
    font-size: 24px;
    line-height: 55px;
}

.vocabulary__container .hello__buttons .btn{
    width: 49%;
    
    border: none!important;
}

.vocabulary__container .btn-warning{
    background-color: #1437A2;   
}

.vocabulary__container .btn-success{
    background-color: #5D90E8; 
}


.phrases__container .playlist .item{
    font-size: 18px;
    line-height: 30px;
}

.phrases__container .alphabet__buttons{
    max-width: 500px;  
    margin: 0 auto;
    
    flex-wrap: nowrap;
}

.phrases__container .alphabet__buttons .btn{
    width: 47%;
    
    padding: 15px;
}

.phrases__container .alphabet__buttons .btn-purple{
    background-color: #4C6CCE;
}


.composing-words__title{
    max-width: 600px;
    width: 100%;
    
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    
    font-size: 19px;
    text-align: center;
}

.composing-words__container .page{
    padding: 35px;
    padding-top: 90px;   
}

.composing-words__container .btn-in-menu{
    margin: 0 auto;
    margin-top: 30px;
}

.composing-words__container .h-100{
    height: auto;   
}

.composing-words__container .word{
    min-height: auto;
    height: auto;
    
    margin-top: 80px;
}

.composing-words__container .btn-in-menu button{
    padding: 11px 0px;
}


.composing-words__container .word__image{
    max-width: 620px;
    flex-direction: column;
}

.composing-words__container .word__image img{
    padding: 0;   
}

.composing-words__container .word .message{
    margin: 0px; 
    padding: 16px;
    
    max-width: 100%;
    
    border-radius: 10px;
    
    font-size: 20px;
}

.composing-words__container .word__image img{
    max-height: 380px;   
    width: 100%;
}

.composing-words__container .word-arrows{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0px;
}

.composing-words__container .word-arrows a{
    position: static; 
    
    text-align: center;
    
    min-width: 162px;
    width: 49%!important;
}

.composing-words__container .word-arrows a.right{
    background-color: #5D90E8;
    border-color: #5D90E8; 
    
    margin-left: auto;
}

.composing-words__container .word-arrows a.left{
    background-color: #5E4FBD;
    border-color: #5E4FBD; 
    
    margin-right: 5px;
}

.composing-words__container .word__task{
    max-width: 560px;
    width: 100%;
}

.composing-words__container .word-arrows .left, .composing-words__container .word-arrows .right{
    padding: 10px 0;
    
    text-decoration: none;
    
    color: white;
    
    width: 40%;
    
    background: red;
    
    border-radius: 10px;
}

.composing-words__container .word .letters .btn{
    font-size: 24px;   
}

.composing-words__container .word-form input{
    font-size: 30px;   
}

.composing-words__container .word .btn{
    max-width: 100%;   
    padding: 16px;
}

.composing-words__container .btn-primary{
    background-color: #1437A2;  
    border-color: #1437A2;
}

.composing-words__container .btn-light{
    background-color: #5E4FBD;
    border-color: #5E4FBD;
}

.composing-words__container .btn-warning{
    background-color: red;
    border-color: #1437A2;
    
    color: black;
    
    cursor: pointer;
}

.composing-words__container .categories-button{
    margin-top: 8px!important;
}

.composing-words__container .categories-button{
    background-color: #5D90E8;
    border-color: #5D90E8;
}

.composing-words__container .btn-in-menu{
    background-color: white;   
}

.composing-words__container .btn-success{
    background-color: green;   
}

.composing-words__container p{
    margin: 10px 0;  
    margin-top: 35px;
}

.composing-words__container #prompt, #play{
    width: 49%;   
    
    border: none;
}

.composing-words__container .d-flex{
    width: 100%;  
    
    max-width: 560px;
}

.composing-words__container #prompt{
    background-color: #B74432;
}

.composing-words__container #play{
    background-color: #1437A2;   
}





.phrases__container{
    height: 100%;
    
    background-image: url(/storage/app/media/1924.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.phrases__container .hello{
    max-width: 1200px;
    
    margin-top: 8px;
    padding: 0px;
}

.phrases__container .playlist{
    display: grid;

    grid-template-columns: 47% 47%;
    justify-content: space-around;   
    
    height: 100%;
    
    padding: 20px 0;
}

.phrases__container .page__content{
    background: rgba(255, 255, 255, 0.8);   
}



.learn-alphabet__container{
    height: 100%;   
    
    background-image: url(/storage/app/media/11.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    
    margin-top: 10px;
    padding-top: 70px;
}

.learn-alphabet__container .alphabet__wrap{
    max-width: 1000px;
    padding: 10px;   
}

.learn-alphabet__container .alphabet__wrap .btn{
    width: 74px;
    height: 74px;
    
    font-size: 20px!important;
}

.learn-alphabet__container .btn-sound.on-sound img{
    width: 40px;
    height: 40px;
}

.learn-alphabet__container .btn-sound{
    width: 50px;
    height: 50px;
}

.learn-alphabet__container i{ 
    font-size: 25px!important;
}
 
.learn-alphabet__container .alphabet .page__content{
    justify-content: center;   
    align-items: center;
    
    overflow: hidden;
}


.learn-alphabet__container .carousel-arrows button{
    bottom: 40vh;   
}

.learn-alphabet__container .alphabet__buttons{
    max-width: 640px;
    
    flex-wrap: nowrap;
    
    margin-top: 40px;
}

.learn-alphabet__container .btn--inline .btn{
    width: 49%;   
    
    padding: 15px;
}

.learn-alphabet__container h1{
    font-size: 2rem;
}

.learn-alphabet__container .btn-primary{
    border-color: #5D90E8;
    background-color: #5D90E8;
}

.learn-alphabet__container .btn-warning{
    border-color: #1437A2;
    background-color: #1437A2;
}


.learn-alphabet__container .btn-abc{
    border-color: #1437A2!important;
    background-color: #1437A2!important;
}

.learn-alphabet__container .flex-column{
    margin-top: 50px;   
}


.grammar__container{
    height: 100%;   
    
    background-image: url(/storage/app/media/1923.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    
    padding-top: 60px;
}

.grammar__container .hello{
    padding: 0;
    
    margin-top: 5px;
    
    max-width: 1200px;
    
    justify-content: normal;
}

.grammar__container .page__content{
    overflow: hidden;  
    
    height: auto;
    
}

.grammar__container table{
    width: 100%;   
    
    border: 1px solid #9C9C9C;
}

.grammar__container tbody{
    border: none;
}

.grammar__container .hello__buttons{
    flex-direction: row;  
    
    justify-content: left;
}

.grammar__container .hello__buttons .btn{
    width: 350px;
    
    margin: 1vh;  
    
    cursor: pointer;
    
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.grammar__container p{
    font-size: 16px;   
    
    margin: 0.7rem 0;
    
    line-height: 20px;
}

.grammar__container td{
    padding-left: 10px;
}

.grammar__container table tr td{
    background-color: rgba(255, 255, 255, 0.61); 
}

.grammar__container table tr:first-child td{
    background-color: #1437A2!important;  
    
    color: white;
}

.grammar__container table tr:first-child td p{
    padding: 4px 0;
    
    
    font-size: 24px;
    font-weight: 600;
}

.grammar__container .slick-arrow{
    width: 63px!important;
    height: 63px!important;
    
    align-items: center;
    
    background-color: #E0361C;
    border-radius: 50%;
    border: none;
    
    padding: 0px;
}

.grammar__container .btn-success{
    background-color: #5D90E8;
    border-color: #5D90E8;
}

.grammar__container .btn-warning{
    background-color: #1437A2;
    border-color: #1437A2;
}

.grammar__container .slick-slide[data-slick-index="3"]{
    display: flex;
    align-items: center;
    
    height: auto;
}

.grammar__container .slick-slide[data-slick-index="3"] p{
    font-size: 18px;
    line-height: 26px;
    
    text-align: justify;
}




@media(max-width:1500px){
    .hello__container .message{
        max-width: 700px;
    }
    
    .hello__container .hello__buttons{
        max-width: 700px;   
    }
    
    .learning-words__container .menu .message-wrap{
        max-width: 700px;
    }
    
    .learning-words__container .menu__nav{
        max-width: 700px;
    }
    
    .phrases__container{
        padding: 0 50px;
    }
    
    .vocabulary__container .page__content{
        padding: 0 40px;
        
        background: rgba(255, 255, 255, 0.8);
    } 
    
    .vocabulary__container .hello__buttons{
        padding-left: 40px;  
        
        max-width: 812px;
    }
}

@media(max-width:1300px){
    .about__container{
        background-position: 120%;    
    }
    
    .about__container .hello{
         padding: 40px;   
    }
    
    .tasks__container{
        background-position: 120%;   
    }
    
    .tasks__container .hello{
         padding: 40px;   
    }
    
    .hello__container .hello{
        padding-right: 40px;
    }
    
    .hello__container .message{
        max-width: 570px;   
    }
    
    .hello__container .hello__buttons{
        max-width: 570px;   
    }
    
    .menu__container .message-wrap{
        margin-left: 0px;
        padding-right: 40px;  
        
        max-width: 600px;
    }
    
    .menu__container .menu{
        align-items: flex-end;   
    }
    
    .menu__container .menu .message{
        padding: 23px;   
    }
    
    .menu__container .menu .btn{
        margin: 20px 5px 0;
    }
    
    .alphabet__container .page{
        padding: 40px;   
    }
    
    .learning-words__container .menu .message{
        font-size: 16px;   
    }
    
    .learning-words__container .menu .message-wrap{
        max-width: 585px;
    }
    
    .learning-words__container .menu__nav{
        max-width: 585px;
    }
    
    .grammar__container .hello{
        padding: 0 40px;   
    }
    
    .grammar__container .page__content{
        background: rgba(255, 255, 255, 0.8);
        
        padding-right: 15px;
        padding-left: 5px;
        
        max-width: 565px;
    }
    
    .grammar__container .hello__buttons{  
        max-width: 100%;
    }
    
    .grammar__container .slick-arrow{
        height: 50px!important; 
        width: 50px!important;
    }
    
    .grammar__container .hello__buttons .btn{
        width: 269px;
    }
    
    .composing-words__container .word__image{
        max-width: 430px;
    }
    
    .learn-alphabet__container{
        padding-top: 150px;   
    }
    
    .learn-alphabet__container .alphabet__wrap .btn{
        width: 68px;
        height: 68px;   
        
        
    }
    
    .learn-alphabet__container .alphabet__wrap{
        max-width: 920px;
    }

}

@media(max-width:1200px){
    .about__container{
        background-position: 140%;    
    }
    
    .tasks__container{
        background-position: 140%;   
    }
    
    .composing-words__container #word-wrap{
        padding: 0 40px;   
    }

}

@media(max-width:1100px){
    .about__container{
        background-position: 180%;    
    }
    
    .tasks__container{
        background-position: 180%;   
    }
    
    .learning-words__container .menu{
        padding: 0 45px;
    }

}

@media(max-height: 950px){
    .composing-words__container .page{
        padding-top: 85px   
    }
}

@media(max-height: 900px){
    .learn-alphabet__container .carousel-arrows button{
        bottom: 35vh;   
    }
}

@media(max-height: 830px){
    .learn-alphabet__container .carousel-arrows button{
        bottom: 30vh;   
    }
    
    .vocabulary__container .item p{
        margin: 10px 0!important;   
    }
}

@media(max-height: 780px){
    .composing-words__container .word{
        margin-top: 0px;   
    }
    .learn-alphabet__container .carousel-arrows button{
        bottom: 27vh;   
    }
    
    .alphabet__container .page nav{
        margin-top: 0px;   
    }
    
    .vocabulary__container .item p{
        margin: 8px 0!important;   
    }
}

@media(max-height: 725px){
    .composing-words__container .word{
        margin-top: 0px;   
    }
    
    .composing-words__container .page{
        padding-top: 75px;   
    }
    
    .composing-words__container .btn-in-menu{
        margin-top: 15px;   
    }
    
    .alphabet__container .page nav .btn-primary{
        margin-top: 10px!important;  
    }
    
    .alphabet__container .img-alphabet{
        height: 430px;
    }
    
    .learn-alphabet__container{
        padding-top: 45px;   
    }
}

@media(max-height: 700px){
    .about__container .hello__buttons{
        margin-top: 0px; 
    }
    
    .about__container .hello{
        margin-top: 0px;   
    }
    
    .about__container h1{
        display: flex;
        align-items: center;
    }
    
    .learn-alphabet__container{
        padding-top: 25px;   
    }
}

@media(max-height: 690px){
    .composing-words__container .word{
        margin-top: 0px;   
    }
    
    .composing-words__container .page{
        padding-top: 55px;   
    }
    
    .composing-words__container .btn-in-menu{
        margin-top: 15px;   
    }
}

@media(max-height: 670px){
    .composing-words__container .page{
        padding-top: 45px;   
    }
   
   .learn-alphabet__container .alphabet__buttons{
        margin-top: 20px;   
   }
}

@media(max-height: 655px){
    .composing-words__container .page{
        padding-top: 53px;   
    }
    
    .composing-words__container .btn-in-menu{
        margin-top: 5px;   
    }
   
}

@media(max-height: 640px){
    .composing-words__container .page{
        padding-top: 45px;   
    }
   
}

@media(max-height: 630px){
    .composing-words__container .word{
        margin-top: -15px;   
    }
   
}