/*������*/
@font-face {
    font-family: Helvetica Neue;
    src: url(fonts/CircularStd-Book.otf);
}
@font-face{
    font-family: Circular Std;
    src: url(fonts/circular_std/CircularStd-Bold.otf);
}

@font-face{
    font-family: Circular Std Medium;
    src: url(fonts/circular_std/CircularStd-Medium.otf);
}

.row{
    margin:0;
}


/*start page*/
#start-page-fix-navbar{
    height: 64px;
    width: 100%;
    position: fixed;
    top:0;

}


    #start-page-navbar-background{
        box-shadow: none;
        background: white;
        width: 100%;
        position: absolute;
        height: 64px;
        opacity: 0;
        transition: opacity 1s ease-in, height 0.5s ease-in;
        -webkit-transition: opacity 1s ease-in, height 0.5s ease-in;
        -moz-transition: opacity 1s ease-in, height 0.5s ease-in;
        -o-transition: opacity 1s ease-in, height 0.5s ease-in;


    }
    #start-page-navbar-fix{
        height: 74px;
        transition: height 0.5s ease-in;
        -webkit-transition: height 0.5s ease-in;
        -moz-transition: height 0.5s ease-in;
        -o-transition: height 0.5s ease-in;

    }


#start-page{
    background: url(img/rectangle-2.png) center no-repeat;
    height: 80%;
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    margin:0;


}
.start-page-new{
    background: url(img/rectangle-2.png) center no-repeat;
    width: 100%;
    height: auto;
    padding-bottom: 151px;
    background-size: cover;
    background-attachment: scroll;
    margin:0;
    overflow: hidden;


}
    #start-page-fireworks{
        background: url(img/bitmap.png) center no-repeat;
        height: 100%;
        width: auto;
        background-size: cover;
        background-attachment: scroll;
        opacity: 66%;
        margin:0;
    }

        #start-page-orange-line{
            position: absolute;
            height: 6px;
            width: 100%;
            background-color: #ff6d00;
        }
    #start-page-tv{
        position: absolute;
        right: 0;
        height: 93%;
        width: auto;
    }
    .start-page-img-container{
        margin-top: 150px;

    }
    .start-page-landing-video-container{
        height: 276px;
        position: absolute;
        width: 427px;
        background-color: black;
        margin: 20px 37px;
    }
    .start-page-img{
        width: 690px;
        position: absolute;
        left: -100px;
    }

        #start-page-inscriptions{
            padding: 0;
            width: 74%;
            height: auto;
            border: 0;
        }
        .start-page-inscriptions-new{
            padding: 0;
            height: auto;
            border: 0;
            width: 1000px;
        }

            #start-page-navbar{
                height: 74px;

            }
                #start-page-logo{
                    height: 100%;

                }
                    #start-page-lingo-fill{

                        position: absolute;
                        border-radius: 50%;
                        color: #fff;
                        font-family: Helvetica Neue;
                        font-size: 16px;
                        font-weight: lighter;
                        text-align: center;
                        bottom:0;
                        height: 44px;
                        line-height: 44px;
                        width: 44px;
                        background-color: #ff6d00;
                    }
                    #start-page-lingo-nofill{

                        position: absolute;
                        font-family: Helvetica Neue;
                        font-size: 16px;
                        text-align: center;
                        bottom:0;
                        height: 44px;
                        line-height: 44px;
                        color: #ff6d00;
                    }
                    #start-page-login,
                    #start-page-video{
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        font-family: Helvetica Neue;
                        font-size: 18px;
                        position: absolute;
                        bottom:0;
                        color: #ff6d00;
                        right: 173px;
                        transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -webkit-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -moz-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -o-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                    }

#start-page-video{
    right: 243px;
}

                    #start-page-login:active{
                        color: darkgray;
                    }
                    .start-page-login{
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        font-family: Helvetica Neue;
                        font-size: 18px;
                        position: absolute;
                        bottom:0;
                        color: #ffffff;
                        right: 173px;
                        transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -webkit-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -moz-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -o-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                    }
.start-page-login.video {
    right: 243px;
}
                    .start-page-login:active{
                        color: darkgray;
                    }
                    .start-page-login:hover{
                        text-decoration: none;
                        color: darkgrey;
                    }
                    #start-page-register-button{
                        width: 133px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        color: #ffffff;
                        border-radius: 2px;
                        background-color: #ff6d00;
                        font-family: Helvetica Neue;
                        font-size: 18px;
                        position: absolute;
                        bottom:0;
                        right: 15px;
                        text-decoration: none;
                        transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -webkit-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -moz-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -o-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;

                    }
                    #start-page-register-button:hover{
                        background-color:#c15606;
                    }
                    #start-page-register-button:active{
                        background-color: darkgrey;
                    }
                    .start-page-register-button{
                        width: 133px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        color: #ff6d00;
                        border-radius: 2px;
                        background-color: #ffffff;
                        font-family: Helvetica Neue;
                        font-size: 18px;
                        position: absolute;
                        bottom:0;
                        right: 15px;
                        text-decoration: none;
                        transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -webkit-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -moz-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;
                        -o-transition: color 1s ease-in, background-color 1s ease-in, height 0.5s ease-in;


                    }
                    .start-page-register-button:hover{
                        background-color: darkgrey;
                        text-decoration: none;
                        color: #c15606;
                    }
                    .start-page-register-button:active{
                        background-color: lightslategray;
                        text-decoration: none;
                    }
                #start-page-slogan-top{
                    position: relative;
                    color: #fff;
                    font-size: 57px;
                    height: 30%;
                    margin-bottom: -20px;

                }


                .start-page-slogan-top-new{
                    position: relative;
                    margin-top: 193px;
                    width: 100%;
                }

                .start-page-heading{
                    font-family: Circular Std;
                    color: #fff;
                    font-size: 40px;
                    font-weight: 900;
                    line-height: inherit;
                }

                    #start-page-slogan-top > div{
                    position: absolute;
                    bottom: 0;
                    font-family: Circular Std;


                }
                #start-page-slogan-bottom{
                    position: relative;
                    color: #fff;
                    font-size: 57px;
                    font-family: Circular Std;
                }
                #start-page-slogan-blue{
                    font-family: Helvetica Neue;
                    position: relative;
                    top: 15px;
                    color: #45c0ff;
                    font-size: 18px;
                }
                .start-page-slogan-blue-new{
                    margin-top: 11px;
                    margin-bottom: 23px;
                    max-width: 365px;
                    position: relative;
                }

                .start-page-secondHeading{
                    font-family: "Roboto Slab";
                    color: #fff;
                    font-size: 22px;
                    line-height: inherit;
                }

                .start-page-signup-span{
                    padding: 0px 6px;
                    border-radius: 20px;
                    color: #ff6d00;
                    background-color: #fff;
                }
                .start-page-signup-button{
                    position: relative;
                    font-family: Helvetica Neue;
                    color: #fff;
                    width: 244px;
                    height: 60px;
                    border-radius: 4px;
                    background-color: #ff6d00;
                    text-align: center;
                    line-height: 60px;
                    font-size: 22px;
                    display: inherit;
                    text-decoration: none;
                }
                .start-page-signup-button:hover{
                    background-color: #E74C04;
                    text-decoration: none;
                    color: #fff;
                }
                .start-page-signup-button:active{
                    background-color: #B93C04;
                    text-decoration: none;
                    color: #fff;
                }
                .start-page-signup-button > span > img{
                    margin-left: 8px;
                    margin-top: -2px;
                }
                #start-page-signup-button{
                    position: relative;
                    margin-top: 50px;
                    font-family: Helvetica Neue;
                    color: #fff;
                    width: 224px;
                    height: 44px;
                    border-radius: 2px;
                    background-color: #ff6d00;
                    text-align: center;
                    line-height: 44px;
                    font-size: 18px;
                    display: inherit;
                    text-decoration: none;


                }
                #start-page-signup-button:hover{
                    background-color: #E74C04;
                }
                #start-page-signup-button:active{
                    background-color: #B93C04;
                }
/*slider-page*/
#slider-page{
    height: 100%;
    width: 100%;

}
.slider-page-new{
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    overflow: hidden;
}

    #slider-page-slogan{
        height: 45%;

    }
        .page-slogan-title{
            font-family: Circular Std;
            text-align: center;
            font-size: 50px;
            color: #3b8ecb;
        }
        .page-slogan-title-new{
            margin-top: 44px;
            font-family: Circular Std Medium;
            font-size: 36px;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.39;
            letter-spacing: -1px;
            text-align: center;
            color: #3b8ecb;
        }
        .page-slogan-inscription{
            font-family: Helvetica Neue;
            text-align: center;
            font-size: 15px;
            color: #20114a;
            padding-top: 15px;
            padding-left: 10%;
            padding-right: 10%;
        }
        .page-slogan-inscription-new{
            width: 762px;
            font-family: Roboto Slab;
            font-size: 22px;
            font-weight: lighter;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.55;
            letter-spacing: normal;
            text-align: center;
            color: #20114a;
            margin-top: 27px;
            margin-bottom: 67px;
            margin-right: auto;
            margin-left: auto;
        }
        .page-slogan-img-container{
            width: 695px;
            margin-left: auto;
            margin-right: auto;
            height: fit-content;
            margin-bottom: 40px;
        }
        .page-slogan-img{
            width: 100%;
        }
        .page-slogan-img-mobile{
            display: none;
        }
        .page-slogan-img-container .wrapper {
            display: flex;
            justify-content: space-between;
        }
        .page-slogan-img-container .tile {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: #20114a;
            margin: 5px;
        }
        .page-slogan-img-container img {
            max-width: 100%;
            transition: transform .1s;
        }
        .page-slogan-img-container a:hover img {
            transform: scale(1.1);
        }
        .page-slogan-img-container .inactive {
            opacity: .4;
        }
    #slider-page-slider{
        height: 50%;
    }
    /* slider */
    #slider{
        margin: 0;
        padding: 0;


    }


        #slider_box>ul>li {
            float: left;
            display: block;
            height: 200px;


        }
            .slider-img{
                height: 65%;
                width: 100%;
                box-shadow: 0 0 10px rgba(0,0,0,0.5);


            }
            .slider-country{
                height: 25%;
                width: 100%;


            }
                .slider-country-text{
                    height: 10%;


                }
                .slider-page-conteiner-photo{
                    height: 100%;
                    padding: 0;
                    text-align: center;
                    display: table;

                }
                    .slider-page-conteiner-photo > div{
                        display: table-cell;
                        vertical-align: middle;
                        padding: 0;


                    }

        #slider_box>ul {
            padding-top: 20px;
            padding-left: 0;
            overflow: hidden;
            width: 1000%;
            -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;

        }

        #slider_box {
            overflow: hidden;
            position: relative;


        }

        #left_nav {
            float: left;
        }

        #nav_slider>div {

            height: 50px;
        }

        #right_nav {
            float: right;
        }

        #nav_slider {
            overflow: hidden;
            position: relative;
            padding-left: 15%;
            padding-right: 15%;
            top: -150px;
        }

        #slider {
            overflow: hidden;
            width: 615px;
            margin: 0 auto;
        }

        .img_4 {
            position:relative;
            bottom: 10px;
            height: 230px !important;
            width: 110px !important;
            border: 1px solid #20114a;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.34);

        }

/*simple page*/
#simple-page{
    height: 100%;
    width: 100%;


}

    #simple-page-slogan{
    }
        #simple-page-slogan-title{
            padding-top: 5%;
        }
        #laptop{
            max-height: 68%;
            max-width: 65%;
        }
        #laptop-mob{
            display: none;
        }
        .mobile-screen-title{
            height: 50px;
            font-family: Circular Std;
            font-size: 36px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.39;
            letter-spacing: -1px;
            text-align: center;
            color: #3b8ecb;
            border-bottom: 2px solid #3b8ecb;
        }
        .mobile-screen-img{
            width: 650px;
            margin-bottom: 20px;
        }
        .mobile-screen-img-container{
            max-width: 660px;
        }
        .mobile-screen-description-title{
            font-size: 22px;
        }
        .mobile-screen-description-text{
            font-size: 22px;
        }
        .mobile-screen-description{
            margin-right: 120px;
        }

/* try lingopie page */

.try-lingopie-page{
    height: 150px;
    background-color: #ff6d00;
    width: 100%;
}
    .try-lingopie-page-container{
        max-width: 815px;
        margin-left: auto;
        margin-right: auto;
    }
    .try-lingopie-page-slogan{
        color: #ffffff;
        font-size: 22px;
        line-height: 150px;
    }
    .try-lingopie-button-container-table{
        height: 150px;
    }
    .try-lingopie-button-container-table >  .start-page-signup-button{
        font-size: 22px;
        height: 48px;
        border-radius: 2.4px;
        background-color: #ffffff;
        color: #ff6d00;

    }
    .try-lingopie-button-container-table >
    .start-page-signup-button > .start-page-signup-span{
        background-color: #ff6d00;
        color: #ffffff;
    }

/* slogans page */
.slogans-page{
    width: 100%;
    height: fit-content;
}
    .slogans-page-part-container{
        width: 1050px;
        margin-right: auto;
        margin-left: auto;
        border-bottom: 1px solid #c8c8c8;
        height: fit-content;
        overflow: hidden;
        padding-left: 53px;
    }
    #slogans-page-part-container-last{
        border-bottom: none;
    }
    .slogans-page-slogan-container{
        width: 388px;
        margin-top: 61px;

    }
    .slogans-page-slogan-title{
        max-width: 330px;
        font-family: Circular Std;
        font-size: 36px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.11;
        letter-spacing: -1px;
        color: #3b8ecb;
    }
    .slogans-page-slogan-container-left{
        float: left;

    }
    .slogans-page-slogan-container-right{
        float: right;
        margin-right: 25px;

    }
    .slogans-page-slogan-description{
        margin-top: 27px;
        font-family: Roboto Slab;
        font-size: 22px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.55;
        letter-spacing: normal;
        color: #20114a;
    }
    #slogans-page-img-container-first{
        width: 665px;
        float: right;
        margin-right: -58px;
    }
    #slogans-page-img-container-second{
        float: left;
        width: 341px;
        margin-top: 42px;
        margin-bottom: 28px;
        margin-left: 70px;
    }
    #slogans-page-img-container-third{
        width: 593px;
        float: right;
        margin-top: 57px;
        margin-bottom: 49px;
        margin-right: -8px;

    }
    #slogans-page-img-container-fourth{
        width: 400px;
        float: left;
        margin-top: 193px;
        margin-bottom: 166px;
        margin-left: 25px;
    }
    #slogans-page-slogan-container-last{
        margin-top: 116px;
    }
    .slogans-page-img{
        width: 100%;
    }
    .slogans-page-img-third-mobile{
        display: none;
    }





/*stores page*/
#stores-page-bar{
        height: 100px;
        background-color: #3b8ecb;


    }

            #stores-page-bar-label{
                margin-left: 15%;
                float:left;
                font-family: Circular Std;
                font-size: 20px;
                color: #fff;

                line-height: 100px;

            }
            #stores-container{
                float:right;
                width: 50%;
                height: 100px;
            }
                #stores{
                    height: 100px;
                    margin-left: 10%;
                }
                #stores-mob{
                    display: none;
                }
/*shows page*/
#shows-page{
    width: 100%;

}

    .shows-page-content-container{
        height: 50%;
        border-bottom: 1px solid #d5d2dd;
    }
        .shows-page-content{
        }
            .shows-page-slogan-conteiner{
                height: 100%;
            }
                .shows-page-slogan-title{
                    padding: 0;
                    padding-top: 8%;
                    padding-left: 10%;

                    text-align: left;

                }
                .shows-page-slogan-inscription{
                    padding: 0;
                    padding-left: 10%;
                    text-align: justify;
                }
            .shows-page-conteiner-photo{
                height: 100%;
                padding: 0;
                text-align: center;
                display: table;
            }
                .shows-page-conteiner-photo > div{
                    display: table-cell;
                    vertical-align: middle;
                    padding: 0;

                }
                    .shows-page-photo{
                         height: 58%;
                    }
                    .shows-page-photo-icon{
                        height: 55%;
                    }

    .conteiner-shows-page-one{
            border-bottom-width:  0;
    }
/*opinion page*/
#opinion-page{
}
.opinion-page-new{
    background-color: #f0f0f0;
}
    #opinion-page-container{
        border-bottom: 0;
        height: auto;
        padding-bottom: 30px;
    }
        .opinion-page-title{
            font-family: Circular Std;
            font-size: 36px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.39;
            letter-spacing: -1px;
            text-align: center;
            color: #20114a;
            margin-top: 46px;
            max-width: 100%;
        }
        #opinion-page-photo{
            padding-top: 30px;
        }
            #opinion-page-photo>img{
                width: 90%
            }


        .opinion-page-img-container-new{
            width: 284px;
            height: 160px;
            margin-right: auto;
            margin-left: auto;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .opinion-page-right-image{
            position: relative;
            top: -159px;
            left: 125px;
            -webkit-box-shadow: -8px 0px 26px -6px rgba(0,0,0,0.75);
            -moz-box-shadow: -8px 0px 26px -6px rgba(0,0,0,0.75);
            box-shadow: -8px 0px 26px -6px rgba(0,0,0,0.75);
            border-radius: 80px;
        }
        #opinion-page-quote{
            padding-top: 5%;
            color: #20114a;
            font-family: Circular Std;
            font-size: 16px;
        }
        .opinion-page-quote-new{
            max-width: 762px;
            font-family: Roboto Slab;
            font-size: 22px;
            font-weight: 300;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.55;
            letter-spacing: normal;
            text-align: center;
            color: #20114a;
            margin: auto;
        }

        #opinion-page-prof{
            margin-bottom:  0;
            font-family: Circular Std;
            font-size: 16px;
            color: #20114a;

        }

        .opinion-page-prof-new{
            font-size: 22px;
            font-family: Circular Std;
            font-weight: bolder;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.55;
            letter-spacing: normal;
            text-align: center;
            color: #20114a;
            margin: auto;
            margin-top: 40px;
        }
        #opinion-page-position{
            font-family: Circular Std;
            font-size: 16px;
            color: #3b8ecb;
            margin-bottom: 30px;
        }
        .opinion-page-position-new{
            max-width: 500px;
            font-family: Circular Std;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: center;
            color: #20114a;
            margin: auto;
            margin-top: 7px;
        }

/* not available page*/
#not-available {
    background-color: #20114a;
    height: 100%;
    width: 100%;
    display: flex;
    border-top: 3px solid #ff6d00;
    flex-direction: column;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 32px;
    font-size: 22px;
}
    #not-available .logo {
        margin-bottom: 23px;
    }
    #not-available .main-text {
        max-width: 333px;
    }
    #not-available .divider {
        width: 157px;
        margin: 43px 0 53px 0;
        border: 0;
        border-top: 1px solid #979797;
    }
    #not-available .cta-login {
        margin-top: 21px;
    }
    #not-available .cta-login .btn-login-orange {
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        background-color: #ff6d00;
        color: #fff;
        border-radius: 3px;
        padding: 15px 104px;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
    }
/*footer page*/
#footer-page{
    background-color: #1f1f26;
}
    #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{
                padding-left: 10%;
                padding-right: 10%;

                background-color: #1f1f26;
                height: 80px;
            }
                #footer-right>div{
                    border-top: 1px solid #c7c4d2;
                    color: #c7c4d2;
                    padding-top: 10px;
                    padding-left: 10%;
                    font-size: 17px;
                    font-family: Helvetica Neue;
                }


.footer-a{
    color:#c7c4d2;
}
/*media rules*/

@media (max-width: 767px) {
    .row{
        margin-right: 0;
        margin-left: 0;
    }
}
/*////////////////////////////////////////////////////////////////////////////*/

/*rules start page*/

@media (max-width: 767px) {
    .page-slogan-img-container{
        width: 90%;
    }

    #start-page-navbar{
        height: 54px;
    }
    #start-page-inscriptions{
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
    }
    #start-page-register-button{
        width: 120px;
        font-size: 18px;

    }
    #start-page-login{
        right: 150px;
    }
    #start-page-login:active{
        color: darkslategrey;
    }
    #start-page-tv{
        width: 150px;
    }


    #start-page-slogan-top > div{
        font-size: 35px;
        width: 100%;
        text-align: center;
    }
    #start-page-slogan-top{
        height: 35%;
    }

    #start-page-slogan-bottom{
        font-size: 35px;
        text-align: center;
    }
    #start-page-slogan-blue{
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;

    }
    #start-page-signup-button{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 270px){
    #start-page-slogan-top > div {
        font-size: 30px;
    }
    #start-page-slogan-bottom{
        padding-top: 2%;
        font-size: 30px;
    }
}
@media (max-height: 500px){
    #start-page-slogan-top{
        height: 30%;
    }
    #start-page-slogan-top > div{
        font-size: 30px;
        width: 100%;
        text-align: center;
    }


    #start-page-slogan-bottom{
        padding-top: 1%;
        font-size: 30px;
        text-align: center;
    }
    #start-page-slogan-blue{
        margin-left: 0;
        margin-right: 0;
        text-align: center;

    }
    #start-page-signup-button{
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    #start-page-slogan-blue{
        top:0;
    }

}
@media (max-height: 300px){
    #start-page-slogan-top{
        height: 20%;
    }
    #start-page-slogan-top > div{
        font-size: 30px;

    }


    #start-page-slogan-bottom{
        padding-top: 1%;
        font-size: 30px;

    }

}
@media (max-height: 250px){
    #start-page-signup-button{
        margin-top: 0;
        height: 30px;
        line-height: 30px;
    }
}
@media (max-height: 210px){
    #start-page{
        height: 210px;
    }
    #start-page-tv{
        height: 240px;
    }
}
@media (max-width:250px){
    #start-page{
        width: 250px;
    }
    #start-page-tv{
        display:none;
    }
}

/*////////////////////////////////////////////////////////////////////////////*/

/*rules slider-page*/

@media (max-width: 1200px){
    #nav_slider{
        padding:0;
    }
    .start-page-img-container{
        display: none;
    }
    .start-page-slogan-top-new{
        max-width: 452px;
    }
    .start-page-landing-video-container{
        position: relative;
        width: 100%;
        background-color: transparent;
        margin: 0;
        margin-top: 196px;
    }
}

@media (max-width: 1100px){

    .start-page-register-button {
        right: 0;
        color: white;
        background-color: transparent;
    }
    .start-page-register-button:active{
        background-color: transparent;
    }
    .slogans-page{
        padding-left: 15px;
        padding-right: 15px;
    }

    .start-page-login{
        right: 118px;
    }


    .slogans-page-slogan-container{
        text-align: center;
    }
    .slogans-page-slogan-title{
        margin: auto;
    }

    .try-lingopie-page{
        height: 100px;
        margin-top: 35px;
    }
    .try-lingopie-button-container{
        height: 100px;
        display: table;
    }
    .try-lingopie-button-container-table{
        height: auto;
    }
    .try-lingopie-button-container-table > .start-page-signup-button {
        height: 48px;
        line-height: 48px;
    }
    .slogans-page-slogan-container{
        max-width: 100%;
    }
    .slogans-page-part-container{
        width: 100%;
    }
    .start-page-inscriptions-new{
        width: 100%;
    }
    .slogans-page-slogan-container-right{
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .slogans-page-slogan-container-left{
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    #slogans-page-img-container-first{
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    #slogans-page-img-container-second{
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;

    }
    #slogans-page-img-container-third{
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    #slogans-page-img-container-fourth{
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .slogans-page-part-container{
        padding-left: 10px;
        padding-right: 10px;
        overflow: unset;
    }
    #slogans-page-slogan-container-last{
        margin-top: 61px;
    }
}
@media (max-width: 1000px){
    .page-slogan-inscription-new{
        width: 95%;
    }
    .page-slogan-title-new{
        width: 95%;

    }

}
@media (min-width: 1201px) {
    .start-page-landing-video-container{
        top: 150px;
    }
}
@media (max-width: 991px) {
    .start-page-landing-video-container{
        margin-top: 50px;
        margin-left: -15px;
        width: calc(100% + 30px);
        height: fit-content;
    }
    .start-page-new{
        padding-bottom: 0;
    }
}

@media (max-width: 700px){
    #slider-page{
        height: auto;
    }
    #nav_slider{
        padding-left: 5%;
        padding-right: 5%;
    }
    #slider-page-container{
        height: auto;
    }
    #slider-page-slogan{
        height: auto;
    }
    .page-slogan-title{
        font-size: 35px;
    }
    .page-slogan-inscription{
        font-size: 13px;
    }
    #slider{
        margin-top: 10px;
        width: 277px;
    }

}
@media (max-width: 400px){
    #nav_slider{
        padding: 0;

    }
    #slider{
        width: 206px;
    }
    #slider_box>ul>li{
        height: 150px;
    }
    .slider-page-conteiner-photo>div>img {
        width: 80%;
    }
    .slider-country-text{
        font-size: 11px;
    }
    .img_4 {
        bottom: 10px;
        height: 180px !important;
        width: 80px !important;
    }
    .page-slogan-title{
        font-size: 30px;
        padding-left:0;
        padding-right: 0;
    }
    .page-slogan-inscription{
        font-size: 12px;
    }
    .opinion-page-img-container-new{
        zoom: 0.8;
    }
}
@media (max-width: 280px){
    #nav_slider{
        top: 0px;
    }
}
@media (max-height: 570px){
    #slider-page{
        height: auto;
    }
    #slider-page-container{
        height: auto;
    }
    #slider-page-slogan{
        height: auto;
    }

}
@media (min-height: 660px){
    #slider-page{
        height: 660px;
    }
}

/*////////////////////////////////////////////////////////////////////////////*/
/*simple page*/
@media (max-width: 1000px){
    #simple-page{

        margin-left: auto;
        margin-right: auto;
    }
    #simple-page-container{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    #laptop{
        height: auto;
        width: 100%;
    }
}
@media (max-width: 850px){
    #laptop{
        padding: 0;
        padding-top: 8%;
    }

}
@media (max-width: 700px){
    #simple-page{
        padding: 0;
        margin: 0;
    }
    #simple-page-container{
        padding:0;
        margin:0;
    }
    #simple-page-slogan{
        padding: 0;
    }
    #laptop{
        display:none;
    }
    #laptop-mob{
        padding: 15px;
        display: block;
        width: 100%;
    }
}
@media (max-width: 450px){
    .slogans-page-img-third-mobile{
        display: block;
    }
    .slogans-page-img-third{
        display:none;
    }
    .opinion-page-position-new{
        color: #3b8ecb;
    }
    #simple-page{
        height: auto;
    }
    #simple-page-container{
        height: auto;
    }
    #laptop-mob{

        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .start-page-signup-button{
        width: 100%;
    }
    .simple-page-new{
        display: none;

    }
    .try-lingopie-page{
        display: none;
    }
    .start-page-slogan-top-new{
        margin-top: 120px;
    }
    .page-slogan-img-mobile{
        display: block;
        width: 100%;
    }
    .page-slogan-img{
        display: none;
    }
    .page-slogan-img-container{
        width: 180px;
    }
    .page-slogan-img-container .wrapper {
        flex-wrap: wrap;
    }
    .page-slogan-img-container .tile {
        flex-basis: 40%;
    }
    .page-slogan-img-container .text {
        display: none;
    }
}
@media (min-width: 451px) and (max-width: 760px) {
    .page-slogan-img-container .wrapper {
        flex-wrap: wrap;
    }
    .page-slogan-img-container .tile {
        flex-basis: 20%;
    }
}

@media (max-height: 550px){
    #simple-page{
        height: auto;
    }
    #simple-page-container{
        height: auto;
    }

}
@media (min-height: 660px){
    #simple-page{
        height: auto;
    }
    #simple-page-container{
        height: auto;
    }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*stores bar*/
@media (max-width: 760px){

    #stores-page-bar{
        height: 120px;
    }
    #stores-page-bar-label{
        width: 100%;
        padding:0;
        margin:0;
        text-align: center;
        line-height: 50px;
    }
    #stores-container{
        text-align: center;
        height: 60px;
        width: 100%;
    }
    #stores{
        display: none;

       /* margin-left: auto;
        margin-right: auto;*/
    }
    #stores-mob{
        display:block;
        height: 100%;
        margin-left: auto;
        margin-right: auto;

    }
}
@media(max-width:330px){
    #stores{
        height: auto;
        width: 80%;
    }
    #stores-page-bar-label{

        font-size: 15px;


    }
    .opinion-page-img-container-new{
        zoom: 0.6;
    }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*shows page*/

@media(max-width:1200px){
    #shows-page{
        height: auto;
    }
    .shows-page-conteiner-photo{
        margin-top: 15px;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .shows-page-slogan-conteiner{
        height: auto;
    }
    .shows-page-content-container{
        height: auto;
    }
    .shows-page-content{
       padding-top: 15px;
       padding-bottom: 15px;
    }
    .shows-page-content{
        height: auto;
    }
    #container-shows-one{
        height: auto;
    }
    #container-shows-two{
        height: auto;
    }
    .shows-page-photo{
        height: 60%;
    }
    .shows-page-slogan-title{
        padding: 0;
        text-align: center;
    }
    .shows-page-slogan-inscription{
        padding: 0;
    }
}
@media (max-width: 800px){
    .shows-page-photo{
        height: auto;
        width: 80%;
    }
    .shows-page-slogan-title{
        text-align: center;
    }
    .shows-page-slogan-inscription{
        padding: 0;
    }
}
/*////////////////////////////////////////////////////////////////////////////*/
/* opinion page */
/*/////////////////////////////////////////////////////////////////////////////*/
/* footer page */
@media (max-width: 410px){
    #footer-one-slogan{
        font-size: 25px;
    }
    .footer-lingo{
        text-align: center;
    }
}
@media (max-width:768px){
    #footer-row-two{
        height: auto;
    }
    #footer-line{
        margin-top:20px;
    }

}
