/* Transition for body*/
.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}
.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
a:hover{
    text-decoration: none;
}
strong{
    color: red;
}

/* Pop-up notification */
.review-word-popup{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 100;
    text-align: center;

}
.review-word-popup:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.review-word-popup .review-word-popup-content{

    width: auto;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    display: inline-block;
    vertical-align: middle;
}
    .review-word-popup-title{
        font-size: 20px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .review-word-popup-title > span{
        font-size: 200%;
        font-weight: bolder;
        color: #ff6d00;

    }

    .review-word-popup-description{
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    #review-word-popup-btn{
        width: 300px;
        margin: 15px auto;
    }

.review-word-popup-img-container{
    height: 20px;


}

.review-word-popup-krest{
    height: 15px;
    float: right;
    cursor: pointer;
}

.review-word-popup-img{
    margin-top: -33px;
    height: 50px;
}

.lingopie-popup-container{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 1000;
    text-align: center;
}

.lingopie-popup-container:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    background-color: white;
}
.lingopie-popup{
    width: 460px;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
}
.lingopie-popup-first-login{
    height: 640px;
}
.lingopie-popup-abs{
    width: 460px;
    height: 640px;
}
.lingopie-popup-title{
    width: 100%;
    height: 60px;
    background-color: #f9f9f9;
    text-align: center;
    color: #2c3e50;
    font-size: 18px;
    line-height: 60px;
    position: relative;
}
.lingopie-popup-description{
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 15px;
}
.lingopie-popup-description-title{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 26px;
    width: 350px;
    height: auto;
    text-align: center;
    color: #20114a;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.2;
}
.lingopie-popup-cross-container{
    position: absolute;
    top: 19px;
    right: 13px;
}
.lingopie-popup-title-svg{
    width: 19px;
    cursor: pointer;
}
.lingopie-popup-description-png{
    width: 100%;
}
.lingopie-popup-description-png-container{
    width: 215px;
    height: 215px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 27px;
}
.lingopie-popup-description-show-circle-image{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


.description-png-big-container{
    width: 250px;
    height: auto;
    margin-bottom: 10px;
    margin-top: -24px;
}

.lingopie-popup-description-footer{
    border-top: 2px solid rgba(32, 17, 74, 0.3);
}
.lingopie-popup-description-string{
    font-size: 16px;
    margin: 11px auto;
    color: #20114a;
    font-weight: 100;

}
.count-words-container{
    background-color: #4a90e2;
    height: 215px;
    border-radius: 215px;

}
.count-words-table-container{
    display: table;
    height: 100%;
    width: 100%;
}
.count-words-review{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.count-words-numeric{
    font-size: 140px;
    line-height: 0.9;
    font-weight: bold;
}
.count-words-title{
    font-size: 19px;
}

.description-bold-span{
    font-weight: bold;
}

.lingopie-popup-description-strings{
    margin-top: 15px;
    margin-bottom: 33px;
    margin-left: 32px;
    margin-right: 32px;
}

.description-strings-string{
    font-size: 18px;
    color: #20114a;
    margin-left: auto;
    margin-right: auto;
}

.lingopie-popup-description-line{
    width: 70px;
    border-bottom: 2px solid #ff6d00;
    margin-right: auto;
    margin-left: auto;

}
#lingopie-popup-btn{
    width: 256px;
    margin: 15px auto;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
#lingopie-popup-btn-2{
    width: 256px;
    margin: 15px auto;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
#lingopie-popup-btn-3{
    width: 256px;
    margin: 15px auto;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.circles-container{
    width: auto;
    margin-right: auto;
    margin-left: auto;
    height: 8px;
    margin-bottom: 28px;
    margin-top: -15px;
    float: right;
    position: relative;
    right: 50%;
}
.container-circles-container{
    float: left;
    position: relative;
    left: 50%;
}
.circle-container{
    float: left;
    margin-right: 13px;
}
.circle-container-last{
    margin-right: 0px;
}
.circle{
    height: 8px;
    width: 8px;
    background-color: #d8d8d8;
    border-radius: 8px;
}
.circle-active{
    background-color: #ff6d00;
}
.lingopie-popup-back{
    font-size: 16px;
    color: #ff6d00;
    cursor: pointer;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 17px;
}
.lingopie-popup-back > span{
    font-family: Helvetica Neue;
    font-size: 17px;
    font-weight: bolder;
}
#first-login-1, #first-login-2, #first-login-3, #first-login-4{
    height: 404px;
    width: 396px;
    position: absolute;

}
.lingopie-popup-slide-container{
    height: 436px;
}



/*Language page*/

#hero-image{
    
    margin:0;
    height: 600px;
    
    
}    
    #page-orange-line{
        position: absolute;
        height: 6px;
        width: 100%;
        background-color: #ff6d00;
    }
    
    
        #page-inscriptions{
            padding: 0;
            width: 74%;
            left: 13%;
            height: auto;
            border: 0;
            max-width: 1000px;

        }
        #page-inscriptions-absolute{
            padding: 0;
            max-width: 1000px;
            left: calc(50% - 500px);
            height: auto;
            border: 0;
            position: absolute;

        }
        #page-inscriptions-down-field{
            padding: 0;
            width: 74%;
            max-width: 1000px;
            height: auto;
            border: 0;
        }
            
            #page-navbar{
                height: 74px;
                
            }
                #page-logo{
                    height: 100%;
                }
                    
                    #page-lingo-nofill{
                       
                        position: absolute;
                        font-family: Helvetica Neue;
                        font-size: 16px;
                        text-align: center;
                        bottom:0;
                        height: 44px;
                        line-height: 44px;
                        color: #ff6d00;
                    }
                    #language-select{
                        position: absolute;
                        right: 77px;
                        bottom: 13px;
                    }
                    #language-dropdown{
                        width: 100px;
                    }
                    #language-dropdown-menu{
                        width: auto;
                        min-width: 100px;
                    }
                    
                    .up-menu{
                        height: 44px;
                        text-align: center;
                        line-height: 44px;
                        font-family: Helvetica Neue;
                        font-size: 15px;
                        position: absolute;
                        bottom: 3px;
                        color: #fff;
                        left: 103px
                    }
                    .up-menu > li > a{
                       color: #fff; 
                    }
                    .up-menu > li > a:hover{
                       color: black; 
                    }
                    
                    #start-page-login{
                        height: 44px;
                        text-align: center;
                        line-height: 44px;
                        font-family: Helvetica Neue;
                        font-size: 15px;
                        position: absolute;
                        bottom:0;
                        color: #fff;
                        right: 173px;
                    }
                    .page-top-select{
                        width: 120px;
                        position: absolute;
                        bottom:11px;
                        right: 65px;
                        background-color: transparent;
                        
                        
                        
                    }
                        .page-top-select > span{

                            text-align: center;
                        } 
                        #language-select-dropdown-selected:after{
                            border-top-color: gray;
                        }
                        #language-select-dropdown-selected:hover{
                            background-color: gainsboro;
                        }
                        #language-select-dropdown-selected:active{
                            background-color: white;
                        }
                        #language-select-dropdown-selected:hover:active:after{
                            border-left: 5px solid #fff;
                            border-right: 5px solid #fff;
                            border-top: 5px solid grey;
                        }
                        #language-select-dropdown-selected:hover:after{
                            border-right-color: gainsboro;
                            border-left-color: gainsboro;
                        }
                        
                    #language-glass{
                        position: absolute;
                        bottom: 17px;
                        width: 26px;
                        right: 207px;
                        
                    }
                    #language-man-dropdown-container{
                        position: relative;
                        float: right;
                        

                    }
                    #language-man-dropdown{
                        position: absolute;
                        top: 26px;
                        left: -41px;
                        background-color: transparent;
                        border: 0;
                        outline: none;

                    }
                    #language-man-dropdown:active{
                        box-shadow: none;
                    }
                    #language-man-dropdown-menu{
                        position: absolute;
                        min-width: 80px;
                        top: 65px;
                        left: -57px;
                    }

                    
                    
                #start-page-slogan-top{
                    position: relative;
                    color: #fff;
                    font-size: 57px;
                    height: 30%;
                    margin-bottom: -20px;

                } 
                    #start-page-slogan-top > div{
                    position: absolute;
                    bottom: 0;
                    font-family: var(--main-font);
                    
                   
                }
                #start-page-slogan-bottom{
                    position: relative;
                    color: #fff;
                    font-size: 57px;
                    font-family: var(--main-font);
                }
                #start-page-slogan-blue{
                    font-family: Helvetica Neue;
                    position: relative;
                    top: 15px;
                    color: #45c0ff;
                    font-size: 18px;
                }
                
                
                
                #title-show-one{
                    margin-left: -13px;
                    margin-top: 200px;
                    color: white;
                    font-size: 107px;
                    line-height: 10px;
                    
                }
                #title-show-two{
                    margin-left: -13px;
                    color: white;
                    font-size: 150px;
                }
                #language-orange-button{
                    position: relative;
                    margin-top: 400px; 
                }
                
                
                .orange-button{
                    
                    font-family: Helvetica Neue;
                    color: #fff;
                    width: 160px;
                    height: 44px;
                    border-radius: 2px;
                    background-color: #ff6d00;
                    text-align: center;
                    line-height: 44px;
                    font-size: 18px;
                    
                    
                }
                .orange-button:hover{
                    background-color: #E74C04;                    
                }
                .orange-button:active{
                    background-color: #B93C04;                    
                }
                    .language-play{
                        margin-left: 7px;
                        
                    }

/*---------------------------------------------------------------------------*/

/*hidden menu*/

.lingopie-hidden-menu-for-mobile{
    display: none;
}
.lingopie-mobile-hidden-menu-darklayout{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    position:fixed;
    z-index: 1;
}
.lingopie-mobile-hidden-menu{
    display: block;
    position: fixed;
    list-style:none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    width: 200px;
    background-color: #20114a;
    height: 100%;

    top: 0;
    left: -200px;
    transition: left .2s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

#page-lingo-nofill-hidden-menu{
    font-family: Helvetica Neue;
    font-size: 16px;
    text-align: center;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    color: #ff6d00;
    margin-top: 12px;
}
.lingopie-mobile-hidden-menu a{

    color: #fff;
}


.lingopie-mobile-hidden-menu-ticker{
    display: none;
}

.lingopie-hidden-btn-menu {
    color: #fff;
    background-color: transparent;
    padding: 5px;
    position: absolute;
    top: 29px;
    right: 0px;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.lingopie-mobile-hidden-menu li{
    margin-bottom: 20px;
    font-size: 20px;
}
.lingopie-mobile-hidden-menu li a:focus {
    text-decoration: underline;
}

#lingopie-mobile-language-dropdown{
    background: 0;
    border: 0;
    margin: 0;
    height: auto;
    color: #fff;
    padding: 0;
    font-size: 20px;
    outline: none;
}
#lingopie-mobile-language-dropdown span{
    width: 10px;
    margin-left: 10px;

}

#lingopie-mobile-language-dropdown span img{

    height: 8px;

}
.lingopie-hidden-btn-menu span {
    display: block;
    height: 5px;
    background-color: #fff;
    margin: 3px 5px 0;
    transition: all .1s linear .23s;
    position: relative;
    border-radius: 3px;
}
.lingopie-hidden-btn-menu span.first-round {
    margin-top: 0;
}

#lingopie-mobile-language-select .dropdown-menu{

    min-width: 100px;
    background-color: #20114a;

}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: rgba(300, 300, 300, 0.5);
}
#lingopie-mobile-language-select .dropdown-menu > li > a{
    color: #fff;
}

.lingopie-mobile-hidden-menu-ticker:checked ~ .lingopie-hidden-btn-menu {
    top: 18px;
    left: 160px;
    width: 30px;
    position: fixed;
}
.lingopie-mobile-hidden-menu-ticker:checked ~ .lingopie-mobile-hidden-menu {
    left: 0;
}
.lingopie-mobile-hidden-menu-ticker:checked ~ .lingopie-hidden-btn-menu span.first-round {
    -webkit-transform: rotate(45deg);
    top: 10px;
    margin: 10px 0 0;


    border-radius: unset;
}
.lingopie-mobile-hidden-menu-ticker:checked ~ .lingopie-hidden-btn-menu span.second-round {
    opacity: 0;
}
.lingopie-mobile-hidden-menu-ticker:checked ~ .lingopie-hidden-btn-menu span.third-round {
    -webkit-transform: rotate(-45deg);
    top: -10px;
    margin: 10px 0 0;
    border-radius: unset;
}

.lingopie-mobile-hidden-menu-ticker:checked ~ .lingopie-hidden-btn-menu span{
    height: 3.7px;
}
.lingopie-mobile-hidden-menu-ticker:checked ~ .lingopie-mobile-hidden-menu-darklayout{
    display: block;
}
/*----------------------------------------------------------------------------*/               
                
 /*bottom field*/               
#down-field{
    background: url(/img/down-field.png) center no-repeat;
    padding-bottom: 50px;
    overflow: hidden;
    background-size: cover;
    background-attachment: scroll;
    margin:0;



}
#how-works-down-field{
    max-width: 1000px;
    border: 0;
    border-top: 1px solid grey;
    margin: 0;
    padding: 0;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
    .how-works-white-layout{
        width: 100%;
        top: 100px;

        position: absolute;
        background-color: white;
        opacity: 0.1;

        overflow: hidden;
    }
    .white-layout-full{
        height: 423px;
    }
    .white-layout-cut{
        height: 87px;
    }
    #how-works-container{
        width: 74%;
        border: 0;
        padding: 0;
        height: auto;
    }
        .how-works-title{
            height: auto;
            color: #fff;
            font-size: 25px;
            padding-top: 10px;
            padding-bottom: 10px;
        }


        .how-works-inscription{
            height: auto;
            padding-top: 10px;
            padding-bottom: 10px;
        }
            .col-how-works-inscription{
                padding: 0;
            }
                .col-how-works-img-container{
                    text-align: center;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
                .ul-how-works{
                    padding: 0;
                }
                .li-how-works-inscription{
                    list-style-type: none;
                    padding: 0;
                    cursor: pointer;

                }

                .li-div-how-works-title{
                    color: grey;
                    font-size: 30px;
                    font-weight: bolder;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    opacity: 0.5;
                }
                .li-div-how-works-title-active{
                    color: #ff6d00;
                    opacity: 1;
                }
                .li-div-how-works-text{
                    width: 172px;
                    color: grey;
                    opacity: 0.5;
                }
                .li-div-how-works-text-active{
                    color: #ffffff;
                    opacity: 1;
                }
                .li-div-how-works-rounds-container{
                    display: none;
                }
                .img-how-works{
                    border: 1px solid grey;
                    border-radius: 32px;
                    height: 285px;
                }
    #language-genre-select{
        float: right;
        margin-top: 37px;

    }
    #language-level-select{
        float: right;
        margin-top: 37px;
        margin-right: 20px;
    }
    #language-genre-dropdown{
        width: 130px;
        background-color: transparent;
        color: white;
        border: white solid 1px;
        border-radius: 2px;
    }
    #language-genre-dropdown:hover{
        background-color: white;
        color: #333;
    }
    #language-level-dropdown:hover{
        background-color: white;
        color: #333;
    }
    #language-level-dropdown{
        width: 130px;
        background-color: transparent;
        color: white;
        border: white solid 1px;
        border-radius: 2px;

    }
    #language-genre-dropdown-menu{
        width: auto;
        min-width: 130px;
    }
    #language-level-dropdown-menu{
        width: auto;
        min-width: 130px;

    }
    .caret{
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    .caret-how-works{
        position: relative;
        float: right;
        border-top: 8px dashed;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        margin-top: 27px;
        cursor: pointer;
    }
    .select-genre{
        width: 130px;
        margin-top:38px;
        float: right;
        background-color: transparent;
        
        
    }
        #genre-select-dropdown-selected{
              text-align: center;
              background-color: transparent;
              color: #fff;
              border-radius: 2px;
              height: 33px;
        }
        #genre-select-dropdown-selected:hover{
            background-color: #fff;
            color: #20114a;
              
        }
        #genre-select-dropdown-selected:active{
            background-color: transparent;
            color: #fff;
              
        }
        #genre-select-dropdown-selected:active:after{
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #fff;
        }
        #level-select-dropdown-selected{
              text-align: center;
              background-color: transparent;
              color: #fff;
              border-radius: 2px;
              height: 33px;
        }
        #level-select-dropdown-selected:hover{
            background-color: #fff;
            color: #20114a;
              
        }
        #level-select-dropdown-selected:active{
            background-color: transparent;
            color: #fff;
              
        }
        #level-select-dropdown-selected:active:after{
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #fff;
            
              
        }
        #language-select-dropdown-selected{
              text-align: center;
              background-color: #fff;
              border-color: gainsboro;
              border-radius: 2px;
              height: 38px;
        }
        .fs-dropdown.fs-light .fs-dropdown-selected:after {
            height: 0;
            width: 0;
            position: absolute;
            top: 0;
            right: 15px;
            bottom: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #fff;
            content: '';
            display: block;
            margin: auto 0;
        }
        .fs-dropdown.fs-light .fs-dropdown-selected:hover:after{
            border-top: 5px solid #20114a;
            border-left: 5px solid #fff;
            border-right: 5px solid #fff;
        }
        
        
        
        
        .selecter.select-genre.open .selecter-selected,
        .selecter.select-genre.focus .selecter-selected{

            background-color: transparent;

        }
        .select-genre > .selecter-selected{
            background-color: transparent;
            color: #fff;

        }
        .select-genre > div {
            background-color: transparent;
        }
        .select-genre .selecter-item{
            color:#fff;
            text-align: center;
            background-color: transparent;
        }
    .select-level{
        
        margin-right: 20px;
        
    }
    #hours-learn{
        float:left;
        margin-top: 49px;
        height: 18px;
        width: 370px;
        
    }
    #hours-learn-show{
        width: 100%;
        margin-top: 5px;
        height: 43px;
    }
    #hours-learn-language{
        float: left;
        margin-top: 28px;
        height: 43px;
    }
        .hours-learn-orange{
            float: left;
            height: 17px;
            width: auto;
            padding-left: 5px;
            padding-right: 5px;
            color: #fff;
            text-align: center;
            background-color: #ff6d00;
            border-radius: 9px;
            font-size: 13.5px;

        }
        .hours-learn-orange-show{
            float: left;
            width: auto;
            text-align: center;
            color: #ff6d00;
            border-radius: 9px;
            font-size: 50px;
            line-height: 1;

        }
        .hours-learn-orange-text-show{
            float: left;
            height: 56px;
            color: #fff;
            width: 90px;
            line-height: 1.2;
            margin-top: 7px;
            margin-left: 5px;
            margin-right: 25px;


        }
        #review-completed{
            width: 55px;
        }



        .hours-learn-orange-words{
            margin-left: 10px;
        }
            .hours-learn-orange-span{
                margin-left: 3px;
                float:left;
                color: white;
            }
    .language-mobile-title-list-span{
        display:none;
    }
    .reviews-container{
        
        margin-top: 80px;
        
    }
        .title-list-row{
            
            margin: 0;
            

        }
        #continue-watching-container{
            height: 250px;

        }
        .continue-watching-reviews-container{
            width: calc(100% - 30px);
            margin-left: auto;
            margin-right: auto;
            height: 100%;
            overflow: hidden;

            position: relative;



        }
        .continue-watching-reviews-hidden-container{
            width: calc(100% + 30px);
            float: left;
            margin-left: -15px;
            height: 100%;
            overflow: hidden;

        }
            .scroll-continue-watching-reviews{
                position: absolute;
                width: 5000px;
            }
            .hover-continue-watching-reviews-container{

                width: calc(100% + 20px);
                margin-left: -10px;
            }
            .hover-scroll-continue-watching-reviews{
                width: calc(100% - 20px);
            }
            .title-list-col{
                height: 80px;
                padding: 0;
            }
                .title-list-span{
                    position: absolute;
                    bottom: 0;
                    color: #fff;
                    font-size: 22px;
                    
                }
        .review-list-row{
            margin: 0;
            position: relative;
            
        }
        .all-shows-list-row{
            height: 250px;
        }
            .review-cluster-col{
                height: 250px;
                
                padding: 0;
            }
                .review-level{
                    height: 25px;
                    width: 98%;
                    
                    text-align: right;
                    color: white;

                }
                .review-div-gray{
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                    background-color: black;
                    transition: opacity .1s;
                    position: absolute;


                }

                .review-div{
                    background-position: 55% 50%;
                    background-size: cover;
                    height: 160px;
                    width: 98%;
                    position: relative;
                    transition: transform .2s;
                }
                .img-video-player-container{
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 1;

                }
                .continue-watching-episode-orange{
                    border: 5px solid #ff6d00;
                    z-index: 0;
                }
                .img-video-player{
                    width: 70px;
                    padding-top: 40px;
                    margin-left: auto;
                    margin-right: auto;



                    display: block;
                    opacity: 0.73;
                    transition: opacity .1s;
                }

                .zoom:hover{
                    transform: scale(1.1);
                    z-index: 1;

                }
                .zoom:hover .img-video-player{
                    display: block;
                    opacity: 1;
                }
                .zoom:hover .review-div-gray{
                    opacity: 0.45;

                }
                .zoom:hover .continue-watching-episode-orange{
                    z-index: 2;
                }


                .review-arrow{
                    background-color: transparent;
                    border: 0;
                    outline: none;
                }

                .review-arrow-right{
                    height: 50px;
                    width: 45px;
                    position: absolute;
                    right: -60px;
                    top: 75px;
                }

                .review-arrow-left{
                    height: 50px;
                    width: 45px;
                    float: left;
                    margin-left: -65px;
                    margin-top: 80px;
                    display: none

                }
                    .review-progress{
                        position: absolute;
                        bottom: 0;
                        height: 5px;
                        
                        background-color: #ff6d00; 
                    }
                .review-div-span-orange{
                    
                    margin-top: 10px;
                    color: #ff6d00; 
                }
                .review-div-span-white{
                    color: white;
                }
                .account-type-display{
                    float: right;
                    height: 30px;
                    padding-right: 5px;
                    padding-left: 5px;
                    background-color: green;
                    margin-top: -35px;
                    margin-right: 5px;
                    border: 2px white solid;
                    color: #fff;
                    line-height: 30px;
                }
                .account-type-display-premium{
                    background-color: #ff6d00;
                }

/*----------------------------------------------------------------------------*/
/*register-page*/

#register-row {
    margin-bottom: 50px;
}
    #form-container{
        font-family: Helvetica Neue;
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }

    #form-container-choose{
        font-family: Helvetica Neue;
        padding: 50px 0;
    }
        #title-form-span{
            font-size: 57px;
            color: white;
            display: inline-block;
            font-weight: 900;
            line-height: 1.1;
            text-align: center;
            width: 100%;
        }
        #title-form-span-choose{
            font-size: 40px;
            color: white;
            display: inline-block;
            font-weight: 900;
            line-height: 1.1;
            text-align: center;
            width: 100%;
        }
        .register-choose-space{
            height: 50px;
        }
        .title-form-span-no-commitment{
            font-family: Circular Std;
            font-size: 26px;
            color: white;
            display: inline-block;
            font-weight: 100;
            line-height: 1.69;
            text-align: center;
            width: 100%;
            margin-bottom: 31px;
        }
            .register-choose-tile{
                width: 360px;
                height: 600px;
                background-color: #ffffff;
            }
            .choose-tile-right{
                float: left;
                position: relative;
            }
                #choose-tile-main-container-triangle{
                    padding-top: 46px;
                }
            .choose-tile-left{
                float: right;
                padding-top: 46px;
            }
            .choose-tile-center{
                margin: auto;
            }
            .choose-tile-orange-line{
                width: 100%;
                height: 6px;
                background-color: #ff6d00;
                margin-bottom: 40px;
            }
            .choose-tile-white-line{
                background-color: #fff;
            }
                .choose-tile-main-container{
                    padding-left: 46px;
                    padding-right: 46px;
                }
                .choose-tile-title-container{
                    height: 48px;
                    font-family:  var(--main-font);
                    font-size: 32px;
                    font-weight: bolder;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.5;
                    letter-spacing: -0.8px;
                    color: #20114a;
                    margin-bottom: 4px;
                }
                .choose-tile-price-container{
                    height: 48px;
                    font-family: var(--main-font);
                    font-size: 26px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1;
                    letter-spacing: -0.7px;
                    color: #20114a;
                }
                .choose-tile-price-amount{
                    font-size: 34px;
                    font-weight: bolder;
                    color: #ff6d00;
                }

                .choose-tile-month{
                    font-size: 18px;
                    letter-spacing: -0.45px;
                    color: #848484;
                }

                .choose-tile-trial{
                    font-family: Roboto Slab;
                    font-size: 18px;
                    font-weight: 300;
                }
                .choose-tile-price-container-free{
                    text-decoration: red line-through;
                }
                .choose-tile-price-container-coupon{
                    font-size: 20px;
                }
                .choose-tile-black-line{
                    width: 59px;
                    height: 2px;
                    border: solid 1px #20114a;
                    margin-top: 12px;
                    margin-bottom: 36px;
                }
                .choose-tile-description{
                    font-family: Roboto Slab;
                    font-size: 18px;
                    font-weight: 300;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.33;
                    letter-spacing: normal;
                    color: #20114a;
                    margin-bottom: 34px;
                }
                .choose-tile-button-container{
                    padding: 0px 38px;
                    margin-bottom: 24px;
                }
                .choose-tile-button{
                    width: 100%;
                    display: block;
                    height: 60px;
                    border-radius: 4px;
                    border: solid 2px #ff6d00;
                    font-family: var(--main-font);
                    font-size: 22px;
                    font-weight: 500;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 54px;
                    letter-spacing: normal;
                    text-align: center;
                    color: #ff6d00;
                }
                .choose-tile-button:hover{
                    background-color: #ff6d00;
                    color: #fff;
                }
                .choose-tile-button-subscribe{
                    background-color: #ff6d00;
                    color: #fff;
                }
                .choose-tile-button-subscribe:hover{
                    background-color: #E74C04;
                    color: #fcfcfc;
                }
                .choose-tile-left-points-container{
                    width: 46px;
                    min-height: 100px;
                    float: left;
                }
                .choose-tile-options-container{
                    float: left;
                    width: auto;
                    overflow: hidden;
                }
                .choose-tile-option{
                    font-family: Roboto Slab;
                    font-size: 18px;
                    font-weight: 300;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.89;
                    letter-spacing: normal;
                    color: #20114a;
                }
                .choose-tile-mark{
                    height: 34px;
                    width: 100%;
                    padding-top: 13px;
                    padding-left: 21px;
                }
                .choose-tile-option-gray{
                    opacity: 0.31;
                }
                .choose-tile-triangle{
                    position: absolute;
                    width: 143px;
                    height: 143px;
                    border: 72px solid transparent;
                    border-right: 72px solid #3aa2e2;
                    border-top: 72px solid #3aa2e2;
                    right: 0;
                }
                .choose-tile-triangle-text{
                    transform: rotate(45deg);
                    font-family: var(--main-font);
                    font-size: 28px;
                    font-weight: bolder;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.07;
                    letter-spacing: normal;
                    text-align: center;
                    color: #ffffff;
                    width: 100px;
                    margin-left: -19px;
                    margin-top: -56px;
                }

                #choose-tile-triangle-coupon-text{
                    margin-left: -25px;
                    margin-top: -46px;
                    font-size: 24px;
                }
                .choose-tile-inside-container{
                    position: relative;
                }
                .choose-tile-t-shirt-mobile{
                    display: none;
                }

            #form{
                margin-bottom: 90px;
            }
            .ticket{
                width: 200px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 35px;
            }
            .img-ticket{
                width: 100%;
            }
            #register-form-container {
                padding: 30px 90px 0 90px;
            }

#register-form-container div.field span {
    color: red;
    font-weight: 100;
    font-size: 14px;
    display: none;
}

#register-form-container div.field.error span {
    display: block;
}

#register-form-container .orange-button.loading,
#register-form-container .orange-button.loading:hover {
    background-image: url('/assets/img/icons/white-loader.gif');
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: center right 10%;
    -webkit-transition: none;
    transition: none;
}

        
            #label-email{
                color: white;
                font-size: 14px;
                text-align: center;
                font-weight: 100;
            }
            .registration-input{
                width: 100%;
                height: 35px;
                border-radius: 2px;
                border-width: 0;
            }
            #label-password{
                color: white;
                font-weight: 100;
                font-size: 14px;
                padding-top: 12px;
            }

            .label-password{
                color: white;
                font-weight: 100;
                font-size: 14px;
                padding-top: 12px;
            }
            #label-language-one{
                color: white;
                text-align: center;
                font-weight: 100;
                font-size: 14px;
                padding-top: 12px;
            }
            #label-language-two{
                color: white;
                text-align: center;
                font-weight: 100;
                font-size: 14px;
                padding-top: 12px;
            }
            #form-checkbox{
                color: white;
            }
            #select-languages-button{
                margin-top: 30px;
                width: 100%;
                border: 0 !important;
            }
            .registration-terms-field{
                width: 100%;
                color: white;
                opacity: 0.95;
                font-size: 80%;
                margin-top: 30px;
                text-align: center;
                color: #3b8ecb;
            }
            .registration-terms-field > a{
                color: #3b8ecb;
                text-decoration: underline;
            }
            .registration-terms-field > a:hover{
                text-decoration: underline;
            }
            .choose-tile-bottom-container{
                height: 95px;
                width: 360px;
                float: left;
                position: relative;
                font-size: 26px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.38;
                letter-spacing: normal;
                text-align: center;
                color: #ffffff;
                padding-left: 58px;
                padding-right: 58px;
                padding-top: 20px;
                font-family: var(--main-font);
            }
            .choose-tile-bottom-free{
                font-family: var(--main-font);
                font-weight: var(--bold);
                color: #ff6d00;
            }
            .choose-tile-bottom-free-t-shirt{
                font-style: italic;
                font-family: var(--main-font);
                font-weight: bolder;
            }

            .choose-tile-t-shirt-container{
                height: 92px;
                position: relative;
                float: left;
            }
            .choose-tile-t-shirt-container>img{
                position: absolute;
                bottom: 35px;
                left: -3px;
                width: 225px;
            }
            .choose-tile-bottom-mobile{
                display: none;
            }

        

/*----------------------------------------------------------------------------*/

/*show-field*/
.show-field{
    background: url(/img/down-field.png) right no-repeat;
    overflow: hidden;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 50px;
    margin:0;
    min-height: calc(100% - 100px);
}
#show-field{
    background-image: linear-gradient(226deg, #d7ab6d, #743e9b 32%, #3d2066 67%, #20114a);
    position: relative;
    overflow: hidden;
    margin:0;
    min-height: calc(100vh - 100px);
}
    #show-description{
        width: 100%;
        height: 525px;
        margin: 0;
        padding: 0;
        border-bottom: 1px #d2cfdb solid;
    }
        .show-back-button{
            position: absolute;
            font-size: 16px;
            margin-top: 40px;
        }
        .show-back-button > a{
            color: #ff6d00;
        }
        .show-back-button > a > span{
            font-size: 22px;
            font-family: monospace;
        }
        #show-image-container{
            margin-top: 80px;
            
            padding: 0;

        }
            .show-image{
                width: 490px;
                height: 315px;
                
                background-position: 55% 50%;
                background-size: cover;
            }
            #show-orange-button{
                float: left;
                margin-top: 45px;
                margin-left: 5px;
                height: 40px;
                line-height: 40px;
                
            }
            #show-green-button{
                float: left;
                margin-top: 45px;
                margin-left: 15px;
                height: 40px;
                line-height: 40px;
                background-color: green;

            }

            #show-green-button:hover{
                background-color: darkgreen;
            }
            #flashcard-green-button{
                float: left;
                margin-top: 45px;
                margin-left: 45px;
                height: 40px;
                line-height: 40px;
                background-color: green;

            }
            #flashcard-green-button:hover{
                background-color: darkgreen;
            }

        #show-description-container{
           height: 399px;
            padding-right: 0;
            
           
            position: relative;
            
        }
            #show-title{
                display: inline-block;
                margin-top: 68px;
                color:#fefefe;
                font-size: 32px;
            }
            #show-language{
                margin-top: 2px;
                padding-left: 10px;
                padding-right: 10px;
                display: inline-block;
                float:none;
                background-color: #fff;
                color:#ff6d00;
            }
            .show-description-text{
                margin-top: 22px;
                color: #fff;
                font-size: 23px;
                line-height: 1;
            }
            #show-description-informations{
                position: absolute;
                line-height: 1.2em;
                margin-bottom: 0;
                margin-top: 0;
                bottom:  0;
                font-size: 15px;
            }
            #row-show-title{
                
                margin: 0;
                margin-top: 43px;
                
            }
            #show-title-review{
                color:#fefefe;
                font-size: 32px;
                float: left;
                width: 100%;
                margin-top: 25px;
            }
                .show-episode-count-words{
                    display: inline-block;
                    position: absolute;
                    top: 5px;
                    right: 10px;
                    color: white;
                    text-shadow: 1px 1px 2px black;
                    background-color: #ff6d00;
                    padding-left: 3px;
                    box-shadow: 0px 0px 3px black;
                    padding-right: 3px;
                    border-radius: 2px;
                    font-size: 12px;
                }
            #row-show-seasons{
                margin: 0;
                margin-top: 25px;
            }
                .show-season{
                    font-family: Helvetica Neue;

                    width: 135px;
                    height: 40px;
                    border-radius: 2px;
                    float: left;
                    text-align: center;
                    line-height: 40px;
                    font-size: 18px;
                }
                .show-season-current{
                    background-color: #fff;
                    color:#20114a;
                    margin-right: 10px;
                    
                }
                .show-season-button{
                    background-color: transparent;
                    border: 1px #fff solid;
                    color: #fff;

                    margin-right: 10px;
                }
                .show-season-button:hover{
                    background-color: #fff;
                    color: #20114a;
                }
                .show-season-button:active{
                    background-color: transparent;
                    color: #fff;
                }
                #scroller{
                  
                  display: none;
                  width: 250px;
                  overflow-y: auto;
                  overflow-x: hidden;
                  transform:rotate(-90deg) translateY(-250px);
                  transform-origin: right top;
                  padding: 250px 0 0 0;
                }
                
                #scroller .section {
                      width: 250px;
                      height: 250px;
                      transform: rotate(90deg);

                      transform-origin: right top;
                }
                
                .scroller-two{
                  display: block;
                  width: 250px;
                  overflow-y: auto;
                  overflow-x: hidden;
                  transform:rotate(-90deg) translateY(-250px);
                  transform-origin: right top;
                  padding: 250px 0 0 0;
                }

                .scroller-two .section {
                        width: 250px;
                      height: 250px;
                      transform: rotate(90deg);

                      transform-origin: right top;
                }
                
                .scroll-reviews{
                    display: none;
                }
                .scroll-reviews-two{
                    margin-top: 10px;
                }
                .select-season{
                    display:none
                }

/*-----------------------------DICTIONARY PAGE------------------------------------*/
#dictionary-tab-container{
    width: 74%;
    padding: 0;
    padding-top: 110px;

    border: 0;
    color: #fff;
    height: auto;
}
    .row-dictionary-language{
        padding-bottom: 20px;
        padding-top: 30px;
        border-bottom: 1px solid grey;
    }
    .img-dictionary-language{
        width: 250px;
        height: 150px;
    }
    .span-show-name{
        font-size: 35px;
        font-weight: bolder;
        color: white;
        display: inline-block;
        margin-bottom: 10px;
    }
    .li-dictionary-language{
        font-size: 17px;
        margin-bottom: 5px;
        color:#ff6d00;
        list-style-type: none;
    }
.review-div-dictionary{
    width: 160px;
    height: 120px;
    float: left;
}
.row-dictionary-tab{
    padding-top: 30px;
    padding-bottom: 60px;
}
.dictionary-show-title{
    float: left;
    padding-left: 20px;
}
.dictionary-show-words{
    margin-top: 0px;

}
.dictionary-show-words > a{
    color: #ff6d00;
    margin-left: 5px;
}
    .word-translate-record{
        height: 20px;
        float: bottom;
    }
        .word-span{
            float: left;
            width: 50%;
            overflow: hidden;

        }
            .word-span:before,
            .word-span:after {
                content: '';
                display: inline-block;
                vertical-align: middle;
                box-sizing: border-box;
                width: 100%;
                height: 1px;
                background: gray;
                border: solid transparent;
                border-width: 0 10px;
            }
            .word-span:before {
                margin-left: -100%;
            }
            .word-span:after {
                margin-right: -100%;
            }
            .word-span > a {
                background: url(/img/play-button.png) center no-repeat;
                background-size: 17px;
                color: transparent;

            }
        .translate-span{
            float: left;
            padding-left: 5px;
        }
.speech-container {
    width: 55px;
    position: absolute;
    right: 0;
    bottom: 126px;
}

.speech-container-flashcard{
    bottom: unset;
    top: 0;
}
.speech-container > div {
    width: 55px;
    height: 50px;
    cursor: pointer;
    background: url(/img/speakerIcon.svg);
    background-size: 100%;
}
.hide{
    display: none;
}

#recreate-button{
    color: #fff;
    height: 50px;
    font-size: 17px;
    line-height: 47px;
}
@media (min-width: 767.98px){
    #recreate-button{
        width: 300px;
    }

    #cards-list-empty-dictionary-show{
        max-width: 563px;
        text-align: unset;
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    #cards-list-empty-dictionary-show{
        padding: 0;
    }
}


/* flashcard page */
#flashcard-container{
    margin-top: 30px;
    padding: 0;
    width: 74%;
    height: 700px;
    border: 0;
}
.flashcard-top-panel{
    width: 100%;
    height: 150px;
    color: white;
}
.flashcard-main-part-container{
    height: auto;
    width: auto;
}
.progress-flashcards-container{
    float: left;
    height: 520px;
    width: 200px;
    color: white;
    margin-right: 50px;

}
.flashcard-radius{
    border-radius: 5px;
}
.progress-flashcards-title{

    text-align: left;

    font-size: 15px;
}

.progress-flashcards-background{
    width: 100%;
    background-color: white;
    height: 8px;
}
.progress-flashcards{
    height: 100%;
    background-color: #ff6d00;
}
.progress-flashcards-progress{
    float: left;
    font-size: 15px;
}
.progress-flashcards-digits{
    float: right;
    font-size: 15px;
}
#flashcard-card-container{
    height: 450px;
    width: 600px;
    float: left;

}

#card{
    height: 450px;
    width: 600px;
}
.front{
    color: #fff;

    background-color: #ccc;
}
.back{

    background-color: white;
}
.container-subtitle-word{

    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    height: 100%;
    line-height: 100px;
    text-align: center;
}
.context-display{
    line-height: normal;
    position: static;
    width: 500px;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-family: Helvetica Neue;
}
.context-display-container{
    font-size: 20px;
    font-family: Roboto Slab;
    line-height: 70px;
}
.context-display-click{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    line-height: 3;
}

.context-display-none{
    display: none;
}
.context-display-block{
    display: inline-block;
}
.context-display-button{
    position: absolute;
    bottom: 33px;
    right: 20px;
    background: 0;
    border: 0;
    outline: none;
    display: none;

}
.context-display-button-svg{
    color:#fff;
    width: 40px;
}
.flashcard-review-button{
    position: absolute;
    bottom: 33px;
    left: 20px;
    background: 0;
    border: 0;
    outline: none;
    display: none;

}
.flashcard-review-button-svg{
    width: 40px;
}
.flashcards-arrow-container{
    margin-top: 20px;
    width: 600px;
    height: 50px;
    float: left;
    margin-bottom: 20px;
}
.flashcard-arrow{
    height: 100%;
}
.flashcards-arrows-centred{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.flashcard-arrow-button-left{
    float: left;
}
#flashcard-arrow-button-left{
    opacity: 1;
}
.arrow-svg:hover {
    fill: lightgray;
}
svg path{
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}
.flashcards-button{
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 50px;
    opacity: 0.2;
}
.flashcards-button:hover, .flashcards-button:active, .flashcards-button:focus{
    border:none !important;
    outline:none !important;
}
.flashcards-button:active{
    height: 95%;
}


.flashcard-arrow-button-right{
    float: right;
}
#flashcard-arrow-button-right{
    opacity: 1;
}

.flashcard-video-container{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    cursor: pointer;
}
.flashcard-video-container > div > video{
    width: 100%;
}
#my-video{
    width: 100%;
}
iframe{
    border: none;
}
.flashcard-card-on-dictionary-page{
    width: 600px;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
}


/* Our Team Page */

#show-field-our-team{
    background: url(/img/down-field.png) right no-repeat;
    overflow: hidden;
    background-size: cover;
    background-attachment: scroll;
    margin:0;
}
#our-team-title-container{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.title-our-team{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    float: left;
    font-size: 45px;
    width: 400px;
    color: #fff;
}
.title-our-team-span{
    display: inline-block;
    width: 100%;
}
#our-team-png-container{
    float: right;
    width: 400px;
}
#our-team-png-container > img{
    width: 100%;
}
#our-team-inscription-container{
    width: 70%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    border: 0;
    font-size: 18px;
}
.inscription-title-our-team{
    font-size: 150%;
    color: #45c0ff;
}
#inscription-footer-our-team-container{
    width: 100%;
}
#inscription-footer-our-team-container > img{
    width: 50%;
    margin-left: 25%;
    margin-top: 20px;

}
.footer-a{
    color:#c7c4d2;
}

/* Contact Us Page*/

.contact-us-textarea{
    height: 150px;
}
.form-down-field{
    padding-top: 12px;
}
#label-textarea{
    color: white;
    font-weight: 100;
    font-size: 14px;
}

/* subscribe page */

    .subscribe-form-container{
        width: 300px;
        float: left;
        margin-top: -40px;
        margin-left: 60px;
    }

.subscribe-description-panel{
    height: 600px;
    width: 85%;
    float: left;
    padding-left: 13%;
    padding-top: 100px;

}
.subscribe-description-orange-container{
    border-bottom: 1px solid #c7c4d2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: bolder;
}
    .subscribe-description-orange{
        margin-left: 2%;
        font-size: 35px;
        color: #ff6d00;
    }
    .subscribe-description-div-container{
        margin-left: 2%;
        margin-top: 10px;
        width: 400px;
        float: left;
    }
    .subscribe-description-div{
        font-weight: lighter;
        float: bottom;
        height: 55px;
        line-height: 55px;
        color: #dff5ff;
        font-size: 18px;

    }
    .subscribe-description-orange-line{
        margin-left: 4.5px;
        width: 31px;
        height: 1px;
        border-bottom: 1px solid #ff6d00;
    }


.absolute-page-inscriptions{
    position: absolute;

}
.no-padding-show-field{
    padding-bottom: 0;
}

.show-field-ovals{
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: url(/img/Ovals.png) center repeat-y;
    background-size: cover;
}

/* subsctibe page. payment form */

.Checkout.is-desktop .Modal-animationWrapper{
    position: absolute;
}
.Checkout.is-desktop .Modal{
    padding-bottom: 30px;
}
.Checkout.is-desktop .Textbox{
    float: left;
}
.Modal{
    box-shadow: none !important;
}
.subscribe-form-top-span{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
}

.subscribe-badges{
    width: 298px;
    position: absolute;
    top: 280px;
}
.Checkout.is-desktop .Section-button{
    padding-top: 18px;
}
.stripe-form-input{

    padding-left: 28px;
    padding-top: 4px;
}

/* terms of service page */
.terms-field{
    background: url(/img/down-field.png) center no-repeat;
    overflow: hidden;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 25px;
    margin: 0;
}

/* partner page */
.cc-link{
    position: absolute;
    height: 32px;
    padding-top: 7px;
    right: -75px;
}
.cc-link > a{
    color: #ff6d00;
    text-decoration: underline;
}
.cc-link > a > img{
    height: 100%;

}
#registration-description-partner{
    text-align: justify;
}
.title-form-span-description{
    display: inline-block;
    color: white;
    font-size: 20px;
    text-align: center;
}
.choose-tile-option-bottom-mobile{
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    width: 100%;
}
.choose-tile-description-bottom-mobile{
    display: none;
}
.choose-tile-option-bottom-mobile{
    display: none;
}

/*footer page*/

#footer-container{
    height: auto;
    padding: 0;
}
#footer-row-one{
    height: 290px;

}
#footer-one-slogan{
    padding-top: 55px;
    padding-bottom: 10px;
    font-family: Circular Std;
    font-size: 45px;
    color: #fff;
}
#footer-one-inscription{
    padding-right: 33px;
    padding-left: 33px;
    color: #20114a;
    font-size: 16px;

}
#footer-one-available{
    padding: 20px;
    padding-bottom: 40px;
    max-width: 100%
}
#footer-row-two{
    padding-top: 40px;
    height: auto;
    background-color: #1f1f26;
    padding-bottom: 40px;
}
#footer-label{
}
.footer-lingo{
    padding-top: 16px;
}
.footer-lingo>p {
    color: #c7c4d2;
    font-size: 14px;
    font-family: Helvetica Neue;
}
.footer-lingo>p>span{
    font-family: Circular Std;
    font-size: 18px;
    color: #3b8ecb;
}
#footer-line{
    margin:0;
    color: black;
    width:90%;

}

#footer-right{
    width: 100%;
    margin: auto;
    background-color: #1f1f26;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-logger-container{
    width: 100%;
    background-color: #1f1f26;
}
.footer-logger{
    padding-top: 30px;
    height: 100px !important;
}


.footer-copyright-logger{
    border: none;
    padding-left: 100px;
}
.img-footer-logger{
    float: left;
}
.footer-a{
    color:#c7c4d2;
}
#footer-right>div.footer-copyright-logger{
    border: none;
}

.footer {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c7c4d2;
    background-color: #1f1f26;
    padding-top: 2.14286em;
    padding-bottom: 2.14286em;
}

.footer .l-container {
    width: 100%;
    padding-right: 4.28571em;
    padding-left: 4.28571em;
    margin-right: auto;
    margin-left: auto;
    max-width: 137.14286em;
}

@media (min-width: 768px) {
    .footer .hidden-gt-xs {
        display: none !important;
    }

    .footer-copy {
        font-size: 1.28571em;
    }
}

@media (max-width: 767.98px) {
    .footer .l-container {
        max-width: 95.3125vw;
        padding-right: 3.90625vw;
        padding-left: 3.90625vw;
    }
}


.footer p {
    text-align: left;
}

.footer p:last-child {
    margin-bottom: 0;
}

.footer-content {
    position: relative;
    padding-left: 6.21429em;
    padding-top: 1.28571em;
    padding-bottom: 1.28571em;
}

.footer-logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
}

@media (max-width: 767.98px) {
    .footer {
        font-size: 3.75vw;
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw;
    }
    .footer-content {
        padding-left: 24.21875vw;
        padding-top: 2.8125vw;
        padding-bottom: 2.8125vw;
    }
}

/* resubscribe page */
.resubscribe-title-small{
    font-family: Circular Std;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.98;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: block;
}
.resubscribe-description-container{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    height: auto;
    overflow: hidden;
}
.resubscribe-white-description{
    padding-top: 37px;
    padding-bottom: 52px;
    padding-left: 36px;
    padding-right: 31px;
    background-color: #fff;
    width: 100%;
}
.resubscribe-gray-section{
    padding-top: 33px;
    padding-bottom: 83px;
    width: 100%;
    background-color: #f0f0f0;
}

.resubscribe-gray-section-send-email{
    display: none;
    padding-top: 33px;
    padding-bottom: 83px;
    width: 100%;
    background-color: #f0f0f0;
}
.resubscribe-white-gray-description{
    font-family: Circular Std;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.22px;
    color: #969696;
}

.resubscribe-white-gray-description > span{
    font-family: var(--main-font);
    font-weight: (--bold);

}
.resubscribe-white-black-description{
    color: #20114a;
    margin-top: 30px;
}
.resubscribe-gray-title{
    font-family: var(--main-font);
    font-weight: (--bold);
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -0.5px;
    text-align: center;
    color: #20114a;
    width: 100%;
}
.resubscribe-button-container{
    margin: auto;
    margin-top: 32px;
    max-width: 300px;
}
#resubscribe-yearly-button-container{
    max-width: 420px;
}

.resubscribe-back-button{
    font-size: 22px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: -30px;
}

.resubscribe-back-button > a{
    color: #ff6d00;
}
.resubscribe-charged-description{
    font-size: 22px;
    text-align: center;
    color: #20114a;
    padding-top: 10px;
    padding-bottom: 20px;
}
.l-col-dark-blue{
    color: #20114a;
    font-weight: bold;
}

                
                
/*rules language page*/
@media (max-width: 1200px){
    #page-inscriptions-absolute{
        width: 74%;
        left: 13%;
    }
    .footer-logger-container{
        width: 74%;
        background-color: #1f1f26;
        margin-left: auto;
        margin-right: auto;
    }
    #how-works-down-field{
        width: 74%;
    }
    .lingopie-hidden-menu-for-mobile{
        display: block;
    }
    .up-menu{
        display:none;
    }
    #language-select-container{
        display: none
    }
    .img-how-works{
        width: 80%;
        height: auto;
    }
    .scroll-reviews{
        height: 250px;
        margin-top: 0px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    #select-container{
        width: 95%;
        float: left;
    }
    .select-genre{
        float: left;
        margin: 0;
        margin-top: 15px;
        
    }
    .select-level{
        float:left;
        margin: 0;
        margin-left: 5px;
        margin-top: 15px;
    }
    #language-genre-select{
        float: left;
        margin: 0;
        margin-top: 15px;
    }
    #language-level-select{
        float: left;
        margin: 0;
        margin-top: 15px;
        margin-left: 5px;

    }
    #hours-learn{
        margin-top: 15px;
    }

    #mobile-configuration{
        width: 90%;
    }
    .language-mobile-title-list-span{
        display:block;
    }
    .reviews-container{
        display: none;
    }
    
    .scroll-reviews{
        width: 100%;
        
    }
    #title-show-one{
        font-size: 20px;
        display: none
    }
    #title-show-two{
        font-size: 30px;
        display: none
    }
    
    #language-orange-button{
        display: none;
    }
    #hero-image{
        height: 450px
        
    }

    .title-list-span{
        margin-top: 25px;
        position: static;
        float: left;
        
    }
    
    .scroll-reviews{
        display: block;
    }
    .title-our-team{
        width: 260px;
        font-size: 30px;
    }
    #our-team-png-container{
        width: 260px;
    }
    
}
@media(max-width: 991px){
    .register-choose-tile{
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
        width: 100%;
        min-height: 643px;
        margin-bottom: 40px;
    }
    .choose-tile-bottom-container{
        display: none;
    }
    .choose-tile-description-container{
        display: none;
    }
    .choose-tile-left-points-container{
        display: none;
    }
    .choose-tile-options-container{
        display: none;
    }
    .register-choose-tile{
        height: 300px;
        min-height: 300px;
    }

    #choose-tile-right{
        height: auto;
    }
    .choose-tile-t-shirt-mobile{
        display: block;
    }
    .choose-tile-t-shirt-mobile > img{
        max-width: 310px;
        margin-left: 25px;
        width: calc(100% - 48px);
    }
    .choose-tile-bottom-mobile{
        display: block;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.13;
        letter-spacing: normal;
        text-align: center;
        color: #20114a;
        font-size: 21px;
        padding-right: 38px;
        padding-left: 38px;
        position: relative;
        top: -13px;
        padding-bottom: 20px;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .choose-tile-option-bottom-mobile{
        display: block;
    }
    .title-form-span-no-commitment{
        font-size: 22px;
    }
    .choose-tile-description-bottom-mobile{
        display: block;
        font-size: 21px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: #ffffff;
        margin-bottom: 20px;
    }
    #choose-tile-left-points-container-mobile{
        display: block;
        width: 30px;
    }
    #choose-tile-options-container-mobile {
        display: block;

    }
    #choose-tile-options-container-mobile > div.choose-tile-option{
        color: #fff;
        font-size: 19px;
        line-height: 1.93;
    }

    #choose-tile-left-points-container-mobile > div.choose-tile-mark{
        padding-left: 0;
        height: 36px;
    }
}
@media(max-width: 800px){

    #language-glass{
        right: 10px;
    }
    #hours-learn-show{
        width: 330px;
        margin-right: auto;
        margin-left: auto;
    }

    .hours-learn-orange-show{
        font-size: 30px;
    }
    .hours-learn-orange-text-show{
        font-size: 10px;
        width: 65px;
        height: 40px;
        margin-top: 2.5px;
        margin-right: 0;
        margin-left: 2px;

    }

    #row-show-title{
        margin-top: 0px;
    }
    #flashcard-container{
        height: 300px;
    }
    #card{
        height: 300px;
    }
    #flashcard-card-container{
        height: 300px;
    }
    #our-team-png-container{
        width: 100%;
        padding-right: 20%;
        padding-left: 20%;
    }
    .title-our-team{
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }
    #our-team-inscription-container{
        width: auto;
    }
    .flashcard-video-container{
        width: 220px;
        height: 124px;
    }
    .context-display{
        font-size: 17px;
        width: 95%;
        margin-top: 10px;
    }
    .container-subtitle-word{
        line-height: 60px;
        bottom: 41px;
    }
    .context-display-click{
        font-size: 13px;
        line-height: 3;
    }
}
@media (max-height: 800px){
    .lingopie-popup{
        width: 322px;
    }
    .lingopie-popup-first-login{
        height: 448px;
    }
    .lingopie-popup-abs{
        width: inherit;
        height: inherit;

    }
    .lingopie-popup-title{
        height: 42px;
        font-size: 13px;
        line-height: 42px;
    }
    .lingopie-popup-description {
        padding-left: 23px;
        padding-right: 23px;
        padding-bottom: 11px;
    }
    .lingopie-popup-slide-container{
        height: 305px;
    }
    #first-login-1, #first-login-2, #first-login-3, #first-login-4{
        height: 283px;
        width: 277px;
    }
    .lingopie-popup-description-title{
        margin-top: 7px;
        margin-bottom: 18px;
        width: 245px;
        font-size: 20px;
        letter-spacing: -0.7px;
    }
    .lingopie-popup-description-png-container{
        width: 160px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .description-png-big-container{
        width: 175px;
        margin-bottom: 7px;
        margin-top: -17px;
    }

    .description-png-small-container{
        width: 160px;
        margin-bottom: 20px;
        margin-top: 0px;
        height: unset;
    }
    .count-words-container{
        height: 160px;
        border-radius: 160px;
    }
    .count-words-numeric{
        font-size: 110px;
    }

    .count-words-title{
        font-size: 15px;
    }

    .lingopie-popup-cross-container{
        top: 14px;
        right: 12px;
    }
    .lingopie-popup-title-svg{
        width: 14px;
    }

    .lingopie-popup-description-footer{
        border-top: 1px solid rgba(32, 17, 74, 0.3);
    }
    .description-strings-string{
        font-size: 13px;
    }
    .lingopie-popup-description-strings{
        margin-top: 10px;
        margin-bottom: 23px;
    }
    .circles-container{
        height: 6px;
        margin-bottom: 20px;
        margin-top: -10px;
    }
    .circle-container{
        margin-right: 9px;
    }
    .circle{
        height: 6px;
        width: 6px;
    }
    #lingopie-popup-btn{
        width: 179px;
        margin: 10px auto;
        font-size: 11px;
        height: 28px;
        line-height: 28px;
    }
    .lingopie-popup-back{
        font-size: 11px;
        width: 42px;
        margin-bottom: 12px;
    }
    .lingopie-popup-back > span {
        font-size: 12px;
    }

}
@media(max-width: 700px){
    .white-layout-cut{
        height: 80px;
    }
    .white-layout-full{
        height: 381px;
    }

    .how-works-title{
        font-size: 20px;
    }
    .caret-how-works{
        margin-top: 24px;
    }
    #how-works-container{
        width: 95%;

    }

    .how-works-inscription{
        padding-bottom: 60px;
    }
    .img-how-works{
        height: 150px;
        width: auto;
        border-radius: 25px;
    }
    .li-div-how-works-text{
        display: none;
    }
    .li-div-how-works-title{
        display: none;
    }
    .li-div-how-works-text-active{
        text-align: center;
        display: block;
        position: absolute;
        top: 240px;
        width: 100%;
    }
        .li-div-how-works-rounds-container{
            display: block;
            margin-top: 5px;
            margin-left: auto;
            margin-right: auto;
            height: 10px;
            width: 50px;
        }
            .li-div-how-works-round{
                background-color: white;
                border-radius: 5px;
                float: left;
                margin-right: 10px;
                width: 10px;
                height: 10px;
            }
                .li-div-how-works-round-last{
                    margin-right: 0;
                }
                .li-div-how-works-round-gray{
                    background-color: gray;
                    opacity: 0.5;
                }


    .li-div-how-works-title-active{
        text-align: center;
        padding-bottom: 0px;
        display: block;
    }

    #hero-image{
        height: 300px
        
    }
    .review-div-flashcard{
        display: none;
    }.flashcard-show-words{
        display: none;
    }
    .dictionary-show-title{
        padding: 0;
        padding-left: 10px;
    }
    .flashcard-top-panel-container{
        padding: 0;
    }
    .flashcard-top-panel{
        height: auto;
    }
    .progress-flashcards-title{
        display: none;
    }
    .progress-flashcards-progress{
        display: none;
    }
    .progress-flashcards-container{
        width: calc(100% - 60px);
    }

    .progress-flashcards-digits{
        margin-right: -60px;
        margin-top: -13px;
    }
    .flashcards-arrows-centred{
        width: 75%;
    }

    #flashcard-container{
        margin-top: 0;
    }
    .review-word-popup .review-word-popup-content{
        width: 320px;
    }

    
}
@media (max-width: 500px){
    .register-choose-tile-container{
        padding: 0;
    }

    .choose-tile-option{
        font-size: 16px;
        line-height: 2.15;
    }
    .choose-tile-main-container{
        padding-right: 38px;
        padding-left: 38px;
    }

    .choose-tile-options-container{
        padding: 0;
    }

    .cc-link{
        position: relative;
        right: auto;
        height: 14px;
        font-size: 11px;
        margin-top: -6px;
        margin-bottom: 4px;
        padding: 0;
    }

    #mobile-configuration{
        width: auto;
        padding-left: auto;
        padding-right: auto;
    }
    
    #hours-learn{
        width: 300px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #hours-learn-language{
        width: 100%
    }
    #hours-learn-inside-container{
        display: table;
        margin: 0 auto;
    }

    #new-words-learn{
        width: 55px;
    }
    #review-completed{
        width: 55px;
    }

    .select-genre{
        width: 147.5px;
        
    }
    #language-genre-dropdown{
        width: 147.5px;
    }
    #language-level-dropdown{
        width: 147.5px;
    }
    #select-container{
        float: none;
        width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
    #page-inscriptions{
        width: 95%;
        left:2.5%;
        
    }
    #page-inscriptions-absolute{
        width: 95%;
        left:2.5%;

    }

    #page-inscriptions-down-field{
        width: 95%;
    }
    .hours-learn-orange{
        font-size: 12px;
        height: 16px;
        
    }
    .hours-learn-orange-span{
        font-size: 12px;
        margin-left: 1px;
    }
    .hours-learn-orange-words{
        margin-left: 13px;
    }
    
    #hero-image{
        
        height:220px;
    }
    #language-orange-button{
        display: none;
    }
    #register-form-container {
       padding-left: 10px; 
       padding-right: 10px; 
    }
    #flashcard-container{
        width: 90%;

    }
    .dictionary-show-title h1{
        font-size: 30px;
    }
    #dictionary-tab-container{
        width: 95%;
    }
    #our-team-png-container{
        padding-right: 15%;
        padding-left: 15%;
    }
    #how-works-down-field{
        width: 95%;
        margin-left: 2.5%;
    }
}
/*rules show page*/
@media (max-width: 1300px){
    .show-image{
        width: 100%;
        height: 280px;
    }
    #show-description-container{
        height: 363px;
    }
    .show-description-text{
        font-size: 20px;
    }
     #show-description{
        height: 450px;
    }
    #show-orange-button{
        margin-top: 24px;
    }
    #show-green-button{
        margin-top: 24px;
    }
    #flashcard-card-container{
        width: 100%;
    }
    #card{
        width: 100%;
    }
    .flashcards-arrow-container{
        width: 100%;
    }
    .progress-flashcards-container{
        height: auto;
        margin-bottom: 30px;
    }
}
@media (max-width: 1200px){
    .row-dictionary-buttons-container > .col-lg-6{
        padding:0;
    }
    .row-dictionary-buttons-container > .col-lg-6 > a > #show-orange-button{
        margin-left: 0;

    }
    .review-list-row{
        display: none;
    }
    .show-title-list-col{
        height: 40px;
    }
    #scroller{
        display: block;
    }
    .show-scroll-reviews{
        margin-top: 0;
    }
    .show-scroll-reviews-two{
        margin-top: 15px;
    }
}
@media (max-width:970px){

    .show-image{
        height: 230px;
    }
    .show-description-text{
        font-size: 17px;
        margin-top: 5px;
    }
    #show-description-container{
        height: 313px;
    }
    #show-title{
        font-size: 24px;
    }
    #show-language{
        margin-top: 0;
    }
    #show-description{
        height: 400px;
    }
    #show-green-button{
        width: 148px;
        margin-left: 3px;
    }

    #show-orange-button{
        width: 123px;
        margin-left: 0;
    }
    
}
@media (max-width: 900px){
    .img-dictionary-language{
        width: 200px;
        height: 120px;
    }
    .span-show-name{
        font-size: 25px;
        margin-bottom: 8px;
    }

    .li-dictionary-language{
        font-size: 14px;
    }
    .subscribe-description-div{
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.5;
        float: unset;
        height: fit-content;
    }
    .subscribe-description-div-container{
        width: 100%;
        text-align: center;
        margin-left: unset;
        float: unset;
    }
    .subscribe-description-orange-line{
        margin-left: auto;
        margin-right: auto;
    }
    .subscribe-form-container{
        margin: unset;
        float: unset;
        margin-right: auto;
        margin-left: auto;
    }
    .subscribe-description-orange{
        font-size: 30px;
    }
}
@media (max-width:768px){
    #show-description{
        height: auto;
        margin-top: 50px;
    }
    .show-back-button{
        margin-top: -25px;
        margin-left: 15px;
    }

    #show-orange-button{
        float: left;
        margin-top: 15px;
        width: 160px;
    }
    #show-green-button{
        float: right;
        margin-left: 0px;
        margin-top: 15px;
        width: 160px;
    }
    #show-title{
        margin-top: 5px;
    }
    #show-description-informations{
        position: static;
        margin-bottom: 15px;
    }
    #show-description-container{
        margin-top: 55px;
        padding: 0;
        height: auto;
        
    }
    #show-image-container{
        margin-top: 15px;
    }
    #row-show-seasons{
        display: none
    }
    .select-season{
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }
    .img-dictionary-language{
        width: 150px;
        height: 90px;
    }
    .li-dictionary-language-first{
        display: none;
    }
    .span-show-name{
        margin-bottom: 0px;
    }

    #footer-right>div.footer-copyright-logger{
        padding-top: 0;
        padding-left: 80px;
    }
    .flashcard-card-on-dictionary-page{
        width: 99%;
    }
    .resubscribe-white-gray-description{
        font-size: 20px;
    }
    .resubscribe-gray-title{
        font-size: 30px;
    }
    .resubscribe-white-description{

        padding: 20px;
    }
}
@media (max-width: 600px) {
    #title-form-span-choose{
        text-align: unset;
        padding-right: 15px;
        padding-top: 30px;
    }
    .span-show-name{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .lingopie-popup{
        width: 322px;
    }
    .lingopie-popup-first-login{
        height: 448px;
    }
    .lingopie-popup-abs{
        width: inherit;
        height: inherit;

    }
    .lingopie-popup-title{
        height: 42px;
        font-size: 13px;
        line-height: 42px;
    }
    .lingopie-popup-description {
        padding-left: 23px;
        padding-right: 23px;
        padding-bottom: 11px;
    }
    .lingopie-popup-slide-container{
        height: 305px;
    }
    #first-login-1, #first-login-2, #first-login-3, #first-login-4{
        height: 283px;
        width: 277px;
    }
    .lingopie-popup-description-title{
        margin-top: 7px;
        margin-bottom: 18px;
        width: 245px;
        font-size: 20px;
        letter-spacing: -0.7px;
    }

    .description-png-big-container{
        width: 175px;
        margin-bottom: 7px;
        margin-top: -17px;
    }

    .description-png-small-container{
        width: 150px;
        margin-bottom: 22px;
        margin-top: 0px;
    }

    .count-words-container{
        height: 150px;
        border-radius: 150px;
    }

    .lingopie-popup-cross-container{
        top: 14px;
        right: 10px;
    }
    .lingopie-popup-title-svg{
        width: 14px;
    }
    .lingopie-popup-description-footer{
        border-top: 1px solid rgba(32, 17, 74, 0.3);
    }
    .description-strings-string{
        font-size: 13px;
    }
    .lingopie-popup-description-strings{
        margin-top: 10px;
        margin-bottom: 23px;
    }
    .circles-container{
        height: 6px;
        margin-bottom: 20px;
        margin-top: -10px;
    }
    .circle-container{
        margin-right: 9px;
    }
    .circle{
        height: 6px;
        width: 6px;
    }
    #lingopie-popup-btn{
        width: 179px;
        margin: 10px auto;
        font-size: 11px;
        height: 28px;
        line-height: 28px;
    }
    .lingopie-popup-back{
        font-size: 11px;
        width: 42px;
        margin-bottom: 12px;
    }
    .lingopie-popup-back > span {
        font-size: 12px;
    }
    .title-form-span-no-commitment{
        font-size: 20px;
        text-align: left;
        padding-left: 15px;
    }
    #resubscribe-send-mail-button{
        font-size: 16px;
    }
    #resubscribe-yearly-button-container{
        max-width: 300px;
    }
    .resubscribe-title-small{
        text-align: left;
    }



}
@media (max-width: 400px){
    .show-image{
        height: 200px;
    }
    .img-dictionary-language{
        width: 120px;
        height: 80px;
    }
    .span-show-name{
        margin-bottom: 0;
    }
    .col-inscription-dictionary-container > ul {
        padding-inline-start: 20px;
    }
    .row-dictionary-buttons-container > .col-lg-6 > a > #show-orange-button{
        width: 48%;
    }
    .row-dictionary-buttons-container > .col-lg-6 > a > #show-green-button{
        width: 48%;
    }
    .title-form-span-no-commitment{
        font-size: 20px;
        padding-left: 0;
    }
    #title-form-span-choose{
        padding-left: 0;
    }

    /*.lingopie-popup{*/
        /*zoom:0.6;*/
        /*-moz-transform: scale(0.6,0.6);*/
    /*}*/


}

@media (max-width: 354px){
    .choose-tile-bottom-mobile{
        font-size: 20px;
    }
}
@media(max-width: 320px){
    .img-dictionary-language{
        display:none
    }
    .col-inscription-dictionary-container{
        width: 100%;
    }
    .col-inscription-dictionary-container > ul {
        padding-inline-start: 0;
    }
    .li-dictionary-language{
        text-align: center;
    }
    .lingopie-popup{
        zoom:0.6;
        -moz-transform: scale(0.6,0.6);
    }
    .choose-tile-bottom-mobile{
        font-size: 18px;
    }
}
@media (min-width: 1300px){
    #show-image-container{
        width: 490px;
    }
    .subscribe-description-panel{
        width: 800px;
        height: fit-content;
        padding-top: 100px;
        padding-left: 0;
        float: unset;
        margin-right: auto;
        margin-left: auto;
    }
    .subscribe-description-div-container{
        margin-bottom: 50px;
    }
}

@media (max-height: 400px){
    #flashcard-card-container{
        height: 150px;
    }
    #card{
        height: 150px;
    }
    #span-word{
        line-height: 80px;
    }
    #flashcard-translate{
        line-height: 80px;
    }
    .context-display{
        bottom: 15px;

    }
    .context-display-button{
        bottom: 10px;
    }
    .flashcard-review-button{
        bottom: 10px;
    }

}

@media (min-width: 1950px){
    #page-inscriptions{
        width: 1430px;
    }
    #flashcard-container{
        width: 1430px;
    }
    #how-works-container{
        width: 1430px;
    }
    #page-inscriptions-down-field{
        width: 1430px;
    }
    #dictionary-tab-container{
        width: 1430px;
    }
}
@media (max-width: 1100px){
    .subscribe-description-panel{
        height: fit-content;
        width: 90%;
        float: unset;
        padding-left: unset;
        padding-top: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .subscribe-description-orange{
        margin-left: unset;
        text-align: center;
    }
    .subscribe-form-container{
        height: 370px;
    }
    .choose-tile-t-shirt-container{
        display: none;
    }
}


