


:root{
    --app-scale-from-fhd-from-4k:1;
    --app-proportion-from-fhd:1080;
    --app-scale-from-hd:1280;
    --app-position:0;
    --app-width-from-fhd:1920px;
    --app-width-from-mobile:767px;
    --app-proportion-from-mobile:432px;
   --app-width:3840;
     --app-scale-from-fhd:1;
     --app-scale-from-mobile:1;
     --app-scale2:1;
    --app-scale-from-4k:1;
    --red-color:#eb1c23;
    --pink-color:#ed0080;
    --yellow-color:#ffea00;

    --blue-color:#009BDF;
}
.column {
    user-select: none;
}

#body_wrapper, #body_wrapper_about,#body_wrapper_programmes,#body_wrapper_privacy{
    overflow: hidden;
    margin: auto;
    max-width: 100%;
    width: 100%;
  /*     padding: calc(calc(var(--app-scale-from-fhd)* 7px)) calc(calc(var(--app-scale-from-fhd)* 7px)) calc(calc(var(--app-scale-from-fhd)* 70px));*/
    transition: background 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);



    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;

}
#body_wrapper_programmes{

    background-image: url('../img/comingup_bgd_left.png'), url('../img/comingup_bgd_right.png');
    background-repeat: no-repeat;
    background-position:  top left calc(calc(calc(var(--app-width) - 1920px) / 2) - 760px), top right calc(calc(calc(var(--app-width) - 1920px) / 2) - 760px);
    background-size: 1383px auto, 1193px auto;
    background-color:transparent;
}




#body_wrapper_features,#body_wrapper_about{
    overflow: hidden;
    background-image: url('../img/snapshot_bgd_left.png'), url('../img/snapshot_bgd_right.png');
    background-repeat: no-repeat;
    background-position:  top left, top right;
    background-size: calc(calc(var(--app-scale-from-fhd)*440px)) auto, calc(calc(var(--app-scale-from-fhd)*440px)) auto;
    background-color:transparent;

}
/*
#body_wrapper {


    background-image: url('../img/homepage_bottom_bgd.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: calc(calc(var(--app-scale-from-fhd-from-4k) * 3840px)) auto;
    background-color: transparent;
    margin: auto;

}
*/

#body_wrapper {


    background-image: url('../img/homepage_bottom_bgd.png'), url('../img/homepage_left_bgd.png'), url('../img/homepage_right_bgd.png');
    background-repeat: no-repeat;
    background-position: bottom center, top left calc(calc(calc(var(--app-width) - 1920px) / 2) - 960px), top right calc(calc(calc(var(--app-width) - 1920px) / 2) - 960px);
    background-size: calc(calc(var(--app-scale-from-fhd-from-4k) * 3840px)) auto, 960px auto, 960px auto;
    background-color: transparent;


}
.blacked{
    background: black!important;
}
.hidden{
    display: none!important;
}
#body_wrapper_privacy{
    background-image: url('../img/privacy_bgd_left.png'), url('../img/privacy_bgd_right.png');
    background-repeat: no-repeat;
    background-position:  top left, top right;
    background-size: calc(calc(var(--app-scale-from-fhd)*380px)) auto, calc(calc(var(--app-scale-from-fhd)*380px)) auto;
    background-color:transparent;
}

* {
    padding: 0;
    border: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}


html {

    background-color:#141414;
    transition: none !important;
    position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: auto;

    max-width: 100%;
    width:100%;
    font-size: 62.5%;

}
html { height: 100%; overflow:auto; }
body { height: 100%; }
html, body {
    scroll-behavior: auto !important;
}
body{
    font-weight:400;
    color:black;
    font-size: 16px;
    text-transform: none;
    width:100%;
    max-width: 100%;
    font-family: 'Noto Sans', sans-serif;
    height: auto;
}
h1{
    text-align: center;
    font-size:calc(calc(var(--app-scale-from-fhd)* 50px));
    color:#fff;
    font-family: "Sharp Sans Extrabold" , sans-serif;
}
h1::after{
    display:block;
    content: '';
    width:calc(calc(var(--app-scale-from-fhd)* 50px));
    height: 2px;
    background-color: #243f57;
    color:#243f57;
    margin:calc(calc(var(--app-scale-from-fhd)* 20px)) auto 0 ;
}
.toplayer{
    top:0;
    left:0;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    z-index: 110;
}

.toplayer.active{
    display: flex;
}
#toplayer-video{
    width: 100%;
    height: 100%;
    background-color: black;
}
.fullscreen-video-holder{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    flex-direction: column;

}
.video-inner-holder{

    position: relative;
    height:calc(calc(var(--app-scale-from-fhd)*720px));
    max-width:1280px;
    width:calc(calc(var(--app-scale-from-fhd)*1280px));
}
.close-button-holder{
    position: relative;
    max-width:1280px;
    width:calc(calc(var(--app-scale-from-fhd)*1280px));
}
.close-button,.burger-button{
    user-select: none;
    z-index: 103;
    position: absolute;
    right:20px;
    top:20px;
    display: flex;
    align-content: flex-end;
    width: 42px;
    height: 42px;
    border: 1px solid white;
    border-radius: 40px;
    cursor: pointer;
    background-image: url(../img/X.png);
}
.burger-button{
    background-image: url(../img/burger.png);
}
.close-button:hover,.burger-button:hover{
    background-color: #db4612;
}
/*          MENU            */
#main-menu{
    user-select: none;
    z-index: 100;
    position: fixed;

    width:100%;
    height: calc(calc(var(--app-scale-from-fhd)* 80px));
    justify-content: center;
    display: flex;
    background-color:rgba(20,20,20,0.8) ;
}
#main-menu-inner{
    position: relative;
    width:100%;
    padding: 0 calc(calc(var(--app-scale-from-fhd)* 40px));
    max-width: 100%;
}
#menu-holder{
    flex-direction: row;
    flex-wrap: nowrap;

    gap: calc(calc(var(--app-scale-from-fhd)* 30px));
    justify-content: flex-start;
    align-items: center;
    transition: all 500ms  cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height:100%;
    display:flex;
}

.menu-logo{


    width:  calc(calc(var(--app-scale-from-fhd)* 94px));
    height: calc(calc(var(--app-scale-from-fhd)* 60px));
    padding-right:calc(calc(var(--app-scale-from-fhd)* 30px));
    background-image: url('../img/logo_menu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right:calc(calc(var(--app-scale-from-fhd)* 20px)); ;
    /*
    width:  calc(calc(var(--app-scale-from-fhd)* 205px));
    height: calc(calc(var(--app-scale-from-fhd)* 42px));
    padding-right:calc(calc(var(--app-scale-from-fhd)* 30px));
    background-image: url('../img/logo_menu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right:calc(calc(var(--app-scale-from-fhd)* 50px)); ;


     */
}
.menu-item{

    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    transition: border 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);;
    border-bottom: 0 solid white;
}

.menu-item p{
    display: flex;
    color:white;
    font-weight: bold;
    font-size: calc(calc(var(--app-scale-from-fhd)* 20px));

}
.menu-item.selected p, .menu-item:hover p {


    color:#db4612;

}
.social-item-text{
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    font-size: calc(var(--app-scale-from-fhd)* 18px ) ;
    padding-right:  calc(calc(var(--app-scale-from-fhd)* 20px));
}
#social-holder{

    justify-content: center;
    align-self: center;
    position: absolute;
    display: flex;
    gap:calc(calc(var(--app-scale-from-fhd) * 10px));
    right:calc(calc(var(--app-scale-from-fhd) * 40px));

}
.social-item{
    width: calc(calc(var(--app-scale-from-fhd)* 70px));
    height: calc(calc(var(--app-scale-from-fhd)* 70px));
    background-color: #152434;
    cursor:pointer;
}
.social-item:hover{
    background-color: #db4612;
}
.social-item-button{
    width: 100%;
    height: 100%;

    background-position: center ;
    background-repeat: no-repeat;
}
.social-item-button.youtube{
    background-size:   60% auto;
    background-image: url('../img/y.png');
}
.social-item-button.instagram{
    background-size:   60% auto;
    background-image: url('../img/i.png');
}
.social-item-button.facebook{
    background-size:   auto 60% ;
    background-image: url('../img/f.png');
}
.menu-item.selected{
    border-bottom: 4px solid #db4612;
}
.menu-item:hover{
    border-bottom: 4px solid #db4612;
}
.social-inner{

    display: flex;

    gap: calc(calc(var(--app-scale-from-mobile) *20px));

}

/*              koniec menu         */

.page{
    margin: auto;


}
#iframe{
    width:100%;
    height:100%;
}
#vid{

    background-color: black;
}
.page#top{
    margin-top:calc(calc(var(--app-scale-from-fhd) * 0px));

}
.video-container{
    margin: auto;
    position: relative;
    width:calc(calc(var(--app-scale-from-fhd)* 1920px));
    height:calc(calc(var(--app-scale-from-fhd)* 1080px));
}
.homepage-space{
    position: relative;
    padding: 0;
    background-image: url('../img/homepage_bgd1.jpg');
    background-size: calc(calc(var(--app-scale-from-fhd)*1920px)) auto;
    background-repeat: no-repeat;
    max-width: 100%;
    width:100%;
    height:calc(calc(var(--app-proportion-from-fhd)* 1px));
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top center;
}

.width-wrapper-1087{
    margin: auto;
    width:calc(calc(var(--app-scale-from-fhd)* 1087px));
}
.width-wrapper-1156{
    margin: auto;
    width:calc(calc(var(--app-scale-from-fhd)* 1156px));
}
.width-wrapper{
    margin: auto;
    width:calc(calc(var(--app-scale-from-fhd)* 1280px));
}
.width-wrapper-1000{
    margin: auto;
    width:calc(calc(var(--app-scale-from-fhd)* 1000px));
}
.overlayer{
    position: relative;
    z-index: 99;
    background-color: black;
    margin: calc(calc(var(--app-scale-from-fhd)*-300px)) auto calc(calc(var(--app-scale-from-fhd)*100px));
    transition: margin 1500ms  cubic-bezier(0.175, 0.885, 0.32, 1.275);

}
.overlayer.scrolled{
    margin: 0px auto calc(calc(var(--app-scale-from-fhd)*40px));
}
video {

    width:100%;
    height:100%;

}
.home-description{
    display: none;
    padding-bottom: calc(calc(var(--app-scale-from-fhd)* 30px));;
}
.home-description.active{
    display: block;

}

.video-controller{


    margin: 0;
    width:100%;
    height:calc(calc(var(--app-scale-from-fhd)* 247px));

    background-color: #141414;
}
.description-item{
    display: none;

}
.description-item.active{
    display: block;
}
.video-controller.scrolled{
    margin: 0 auto 0;
    background-color: black;
}
.video-controller  h1{
    font-family: "Sharp Sans Extrabold" , sans-serif;
    line-height: calc(calc(var(--app-scale-from-fhd)* 60px));;
    font-size: calc(calc(var(--app-scale-from-fhd)* 24px));
    color:#ee3400;
    text-transform: uppercase;
}
.thumb-container{
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    gap : calc(calc(var(--app-scale-from-fhd)* 20px));
}
.video-box-thumb, .thumb{
    width:calc(calc(var(--app-scale-from-fhd)* 293px));
    height:calc(calc(var(--app-scale-from-fhd)* 165px));
    position: relative;
    background-size: 100%, auto;
    background-repeat: no-repeat;
    box-sizing: border-box;
    cursor:pointer;
}
.thumb img{
    width: 100%;
    height:100%
}

.whatson-thumb.active .whatson-description h6::before{
    content:'';

    display: inline-flex;
    width:10px;
    height:10px;
    margin-right: 10px;
    background-color: #ee3400;

}

.thumb.active>img{
    border-bottom:4px solid #ee3400
}
.thumb.active::before{
    content: none;
}
.grey{
    color:#666666;

}
.yellow{
    color:#ffbd32;
}
.orange{
     color:#ee3400;
}
.h3{
    font-size: calc(var(--app-scale-from-fhd)* 30px );;
}
.fullline-box{
    background-color: #152434;
    padding:calc(var(--app-scale-from-fhd)* 50px ) calc(var(--app-scale-from-fhd)* 70px ) calc(var(--app-scale-from-fhd)* 50px );
    color:white;

    gap:calc(var(--app-scale-from-fhd)* 50px );
    display: flex;
    flex-wrap: nowrap;
}

#watch_the_real_china .fullline-box p{
margin: auto;
}

.fullline-box p{
    font-size: calc(var(--app-scale-from-fhd)* 24px );
    text-align: center;
}
/*      coming up   */

.full-slider{

    position: relative;
    display: flex;
    align-items: flex-start;
    gap:calc(calc(var(--app-scale-from-fhd)* 40px));
    height:calc(calc(var(--app-scale-from-fhd)* 570px));
    left:calc(var(--app-scale-from-fhd)* 362px);
    /*overflow:hidden*/;
}
.slider-down{

    display: none;
}
.slide.active>.slider-down{
    display: block;
}
.slide-img{
    width:calc(calc(var(--app-scale-from-fhd)* 725px));
    height:calc(calc(var(--app-scale-from-fhd)* 408px));
    position: relative;
}
.slide-img img{
    width: 100%;
    height: 100%;
}
.slide-img::before, .thumb::before,.minute-thumb::before,.real-china-thumb::before{

    content: "";
    background-image: url("../img/playbtt.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    position: absolute;



}
.slide-img::before{
    background-size: auto;
}
.slide-description{
    padding: calc(calc(var(--app-scale-from-fhd)* 25px));;
    background-color: #1b262b;
    color:white;
    font-size:calc(calc(var(--app-scale-from-fhd)* 18px));


}
.slide-header{
    width:100%;
    height:calc(calc(var(--app-scale-from-fhd)* 60px));
    line-height:calc(calc(var(--app-scale-from-fhd)* 60px));
    background-color: #141414;
    text-align: center;

    color:white;

    font-size:calc(var(--app-scale-from-fhd)* 16px );
    font-weight: bold;
}
.slide.active{
    opacity: 1;
}
.slide{
    opacity: 0.4;
    flex-shrink: 0;
    width:calc(calc(var(--app-scale-from-fhd)* 725px));
    height:calc(calc(var(--app-scale-from-fhd)* 408px));
    background-color: grey;
}
#coming_up{
    margin:calc(var(--app-scale-from-fhd)* 30px ) auto;

}
#coming_up h1{
   /* padding-top: calc(var(--app-scale-from-fhd)* 45px );*/
}
/* minute in china*/

.minute-thumb{
    cursor: pointer;
    position: relative;
    background-size: 100% auto, 100% 100%;
    margin-bottom:calc(var(--app-scale-from-fhd)* 20px ); ;
}

#minute_china{
    padding-bottom:  calc(var(--app-scale-from-fhd)* 60px ) ;
}
.fullline-box-thumb{

    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
    height:calc(calc(var(--app-scale-from-fhd)* 360px));
    gap: calc(var(--app-scale-from-fhd)*20px);
    margin-bottom: calc(var(--app-scale-from-fhd)* 60px );;
}
.fullline-box-thumb.active{
    height: auto;
}
.whatson-thumb-wrapper{
    margin: auto;
    display: flex;
    width:calc(calc(var(--app-scale-from-fhd)*1280px));
    background-color: black;
    justify-content: center;
    align-items: center;
}
.whatson-thumb-holder{
    overflow: hidden;
    width:calc(calc(var(--app-scale-from-fhd)*1202px));
}
.whatson-thumb-container{
    position: relative;
    width:100%;
    margin: auto;
    display: flex;
    padding: calc(calc(var(--app-scale-from-fhd)* 20px)) 0;
    flex-wrap: nowrap;
    justify-content: left;
    gap:calc(calc(var(--app-scale-from-fhd)* 10px));

}
.left-arrow{

}
.right-arrow{

}
.whatson-arrow{
    display: none;
    background-color: #152434;
    color:white;
}
.whatson-arrow.active:hover{
    opacity: 1;
    background-color: #67c7d0;
}
.button{
    user-select: none;
}
.whatson-arrow.active{
    opacity: 1;
    display: block;
    background-color: black;
    z-index: 10;
    position: relative;
    user-select: none;
    line-height:calc(calc(var(--app-scale-from-fhd)*270px));
    height:100%;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    text-align:center;
    color:white;
    width:calc(calc(var(--app-scale-from-fhd)*39px));
    font-size: calc(calc(var(--app-scale-from-fhd)*39px));
}
 .minute-thumb{
    width:calc(calc(var(--app-scale-from-fhd)* 207px));
    height:calc(calc(var(--app-scale-from-fhd)* 243px));
}
 .minute-thumb img{
     width: 100%;
     height:100%;
 }
 .whatson-description{
     padding:calc(calc(var(--app-scale-from-fhd)* 20px)) calc(calc(var(--app-scale-from-fhd)* 10px))  calc(calc(var(--app-scale-from-fhd)*10px)) ;
 }
 .whatson-description h6{
     font-size: calc(calc(var(--app-scale-from-fhd)*18px));
     color:white;
 }
 .whatson-description p {
     font-size: calc(calc(var(--app-scale-from-fhd) * 18px));
     color: #666666;
 }
 .whatson-thumb{
     width:calc(calc(var(--app-scale-from-fhd)* 294px));
     height:auto;/*calc(calc(var(--app-scale-from-fhd)* 290px));*/
     flex-shrink: 0;
     cursor:pointer;
 }
 .whatson-thumb .thumb,.whatson-thumb .thumb>img{
     width:calc(calc(var(--app-scale-from-fhd)* 294px));
     height:calc(calc(var(--app-scale-from-fhd)* 166px));
 }


.video-box-thumb.selected {
    border-top: 2px solid #ee3400;
    border-bottom: 2px solid #ee3400;
}
.video-box-thumb{
    border-top: 2px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
    box-sizing: content-box;
    flex-shrink: 0;
    padding:  calc(var(--app-scale-from-fhd)* 10px ) ;
    width:calc(calc(var(--app-scale-from-fhd)* 207px));
    height:calc(calc(var(--app-scale-from-fhd)* 330px));
    background-color:#1b262b ;
}
.minute.description{
    color:#fff;
    font-size:calc(var(--app-scale-from-fhd)* 14px );
}
#minute_china .fullline-box{
    background-color: transparent;
}
.view-more-button:hover{
    border-color:#ee3400;
}
.view-more-button{
    user-select: none;
    font-family: "Sharp Sans Extrabold", sans-serif;
    cursor: pointer;
    font-size:calc(var(--app-scale-from-fhd)* 16px );
    border:1px solid white;
    border-radius:calc(var(--app-scale-from-fhd)* 20px );
    padding:calc(var(--app-scale-from-fhd)* 10px ) calc(var(--app-scale-from-fhd)* 50px ) ;
    color:#999999;
    margin: auto;
    display: block;
    width:calc(var(--app-scale-from-fhd)* 250px );
    text-align: center;
}


/* REAL CHINA  */


.width-wrapper>h1{
    padding-bottom: calc(var(--app-scale-from-fhd)* 40px );

}
.width-wrapper-full{
    width:100%;
}

.text-column{
    margin: auto;
    font-size:calc(var(--app-scale-from-fhd)* 24px );
    line-height:calc(var(--app-scale-from-fhd)* 28px );

}
.real-china-thumb{
    position: relative;
    cursor:pointer;
    width:calc(calc(var(--app-scale-from-fhd)* 437px));
    height:calc(calc(var(--app-scale-from-fhd)* 246px));

}
.real-china-thumb img{
    width:100%;
    height:100%;
}
.video-title{
    text-align: left;
    line-height: 1;
    color:white;
    padding:calc(var(--app-scale-from-fhd)* 45px ) 0 calc(var(--app-scale-from-fhd)* 20px );
    font-size:calc(var(--app-scale-from-fhd)* 16px );
    font-weight: bold;
}
.video-description{
    color:white;
    text-align: left;
    font-size:calc(var(--app-scale-from-fhd)* 18px );
}
/*

 */
/*          FOOTER      */
#footer{
    margin-top: calc(calc(var(--app-scale-from-fhd)* 50px));;
    text-align: center;
    color:white;
}
.line{

    align-items: center;
    gap:calc(var(--app-scale-from-fhd)* 20px );
    justify-content: center;
    display: flex;
}
.footer-line{
    font-family: "Noto Sans", sans-serif;
    font-size:calc(var(--app-scale-from-fhd)* 16px );

}
.footer-line>a >p{
    cursor: pointer;
    border-bottom: 1px solid white;
    margin-bottom: calc(var(--app-scale-from-fhd)* 25px );;
}
.footer-line >a >p:hover{
    color:red;
}
.footer-line >a.disabled{
    pointer-events: none;
}

.footer-line >a.disabled >p{

    color:red;
}

.footer-copy{
    font-size:calc(var(--app-scale-from-fhd)* 14px );
    margin-bottom:calc(var(--app-scale-from-fhd)* 40px );
}
.footer-image{
    background-image: url('../img/footer_image_1.png');
    background-size:  100% 100%;
    background-position: center top;
    width:100%;
    height:calc(var(--app-scale-from-fhd)* 92px );
    background-repeat: no-repeat;
    margin-bottom:calc(var(--app-scale-from-fhd)* 40px );
}


.white{
    color:white;
    font-weight: bold;
}

/*      PRIVACY     */
#privacy{

    /*
    background-image: url('../img/privacy_bgd.png');
    background-size: 1920px auto;
    background-repeat: no-repeat;
    width:100%;

    background-position: center top;

     */
}
.policy-container{
    padding:calc(var(--app-scale-from-fhd)* 120px ) 0 calc(var(--app-scale-from-fhd)* 50px ) ;
}
#privacy h1{
    text-align: center;
    color:white;
    font-family: "Sharp Sans Extrabold" , sans-serif;
    font-size:calc(var(--app-scale-from-fhd)* 50px );

}
#privacy p.red{

    color:#ff0000
}
.size2{
    font-size:calc(var(--app-scale-from-fhd)* 18px );
}
.size1{
    font-size:calc(var(--app-scale-from-fhd)* 16px );
}
.bigger{
    font-size:calc(var(--app-scale-from-fhd)* 24px );
    line-height:calc(var(--app-scale-from-fhd)* 50px );
}
#privacy p{
    text-align: left;
    color:#999999;
}
.policy-container{

}
#body_wrapper #watch_the_real_china {
    margin-top:calc(var(--app-scale-from-fhd)* 0px );
}
#body_wrapper #watch_the_real_china .width-wrapper{
    margin-top:calc(var(--app-scale-from-fhd)* 0px );
}
#watch_the_real_china{
    margin-top:calc(var(--app-scale-from-fhd)* 50px );;
}

/*          comingup*/

.comingup-space{


}
.month-button{
    opacity:0.3;
    pointer-events: none;
}
.month-button.active{
    opacity:1;
    pointer-events: auto;
}

.month{
    display: flex;
    flex-direction: column;
    gap:calc(calc(var(--app-scale-from-fhd)* 30px));
}
.episode-holder{
    display: flex;
    flex-direction: column;
    gap:calc(calc(var(--app-scale-from-fhd)* 20px));
}

.episode-video-thumb .playbtt,.thumb .playbtt{
    position:absolute ;
}
.episode-line{
    display: flex;
    justify-content: flex-start;
    gap:calc(calc(var(--app-scale-from-fhd)* 20px));
    align-items: flex-start;

}
.episode-video-thumb{

    flex-shrink: 0;
    position: relative;
    width: calc(calc(var(--app-scale-from-fhd)* 293px));
    height: calc(calc(var(--app-scale-from-fhd)* 166px));
}

#comingup .button{

    cursor: pointer;
    font-size:calc(var(--app-scale-from-fhd)* 16px );
    border:1px solid white;
    border-radius:calc(var(--app-scale-from-fhd)* 20px );

    color:#999999;
    margin: auto calc(var(--app-scale-from-fhd)* 20px ) ;

    width:calc(var(--app-scale-from-fhd)*172px);
    height:calc(var(--app-scale-from-fhd)*46px);

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#comingup .button>p{
    font-weight:bold ;
}
.category-button.selected>p{
    color: #67c7d0;
}
.category-button.selected{
    background-color: white;
}

#comingup .button.selected{
    background-color: white;
}
#comingup .button.selected>p{

    color: #ee3400;
}
#comingup .button:hover{
    border:1px solid #ee3400;
}
.months-holder-button{
    margin: calc(var(--app-scale-from-fhd)*55px) auto  ;
    column-gap: calc(var(--app-scale-from-fhd)*8px);
    row-gap:calc(var(--app-scale-from-fhd)*13px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.month{
    display: none;

}
.month.selected{
    display:flex;
}
.text-episode-column h4{
    font-size:calc(var(--app-scale-from-fhd)* 28px );
    color:white;
}
.text-episode-column h5{
    color:#666666;
    font-weight: bold;
    font-size:calc(var(--app-scale-from-fhd)* 24px );
}
.text-episode-column p{
    color:white;
    font-size:calc(var(--app-scale-from-fhd)* 17px );
}
/*          snapshot        */
.short-item{
    opacity: 0.7;
    font-size:calc(var(--app-scale-from-fhd)*18px);
    color:#666666;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    gap:calc(var(--app-scale-from-fhd)*20px);
    user-select: none;
}
.short-item.selected{
    opacity:1;
}
.shorts-holder{
    position: relative;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap:calc(var(--app-scale-from-fhd)*50px);

}
.shorts-video-thumb .playbtt{
    position:absolute ;
}
.short-video-holder{
    z-index: 25;
    position: absolute;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}


.episode-video-thumb img, .shorts-video-thumb img,.shorts-video-thumb video{
    width: 100%;
    height: 100%;
}
.shorts-video-thumb{
    position: relative;
    width:calc(var(--app-scale-from-fhd)*367px);
    height:calc(var(--app-scale-from-fhd)*459px);
}
#snapshot .view-more-button{
    justify-content: center;
    display: flex;

    margin: 0;
}
.button-holder{
    display: flex;
    flex-direction: row;
    gap:calc(var(--app-scale-from-fhd)*40px);
    justify-content: center;
    align-items: center;
    padding-top: calc(var(--app-scale-from-fhd)*20px);
    padding-bottom: calc(var(--app-scale-from-fhd)*30px);
}


.comingup{
    position: relative;
    padding-top:calc(var(--app-scale-from-fhd)* 120px);
}
/*          WHATSON*/


p.whatson-description{
    margin: auto;
    text-align: center;
    width:calc(var(--app-scale-from-fhd)* 1280px );
    color:white;
    font-size:calc(var(--app-scale-from-fhd)* 24px );

    line-height:calc(var(--app-scale-from-fhd)* 28px ); ;
    padding: calc(var(--app-scale-from-fhd)* 5px ) 0 0;
    padding-top: calc(var(--app-scale-from-fhd) * 30px);
    padding-bottom: calc(var(--app-scale-from-fhd) * 20px);
}

.whatson-space,.snapshot-space  {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.snapshot-space{
    padding-top: calc(var(--app-scale-from-fhd) * 120px);


}
.snapshot-space>p{
    margin: auto;
    text-align: center;
    width:calc(var(--app-scale-from-fhd)* 1024px );
    color:white;
    font-size:calc(var(--app-scale-from-fhd)* 24px );

    line-height:calc(var(--app-scale-from-fhd)* 28px ); ;
    padding: calc(var(--app-scale-from-fhd)* 5px ) 0 0;
    padding-bottom: calc(var(--app-scale-from-fhd) * 20px);


}
.whatson-space h1,.comingup-space h1{
    padding-top: calc(var(--app-scale-from-fhd)*97px);
    color:white;
}
.whatson-space p{
    color:white;
    text-align: center;
    font-size:calc(var(--app-scale-from-fhd)* 24px );
}

#body_wrapper #whatson{

    position: relative;
    margin-top:calc(var(--app-scale-from-fhd)* -350px );


}
#body_wrapper_about #whatson .whatson-video-module{
    margin-top:calc(var(--app-scale-from-fhd)* 120px );

}
#body_wrapper_about .whatson-video-module{
    margin:calc(var(--app-scale-from-fhd)* 20px ) 0;

}
.whatson-video-module{
    margin:calc(var(--app-scale-from-fhd)* 20px ) 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.whatson-video-inner{
    padding-top: calc(var(--app-scale-from-fhd)*34px);
    padding-bottom: calc(var(--app-scale-from-fhd)*34px);
    background-color: #152434;
}
.whatson-video-holder{

    background-image: url('../img/about_poster.png');
    width: calc(var(--app-scale-from-fhd)*1212px);
    height: calc(var(--app-scale-from-fhd)*682px);
    background-size: 100%;
    background-repeat: no-repeat;


    margin: auto;
}
#body_wrapper_features .width-wrapper,#body_wrapper_programmes .width-wrapper{
    padding-top :calc(calc(var(--app-scale-from-fhd)* 50px));
}


#body_wrapper .width-wrapper{
    margin-top :calc(calc(var(--app-scale-from-fhd)* 80px));
    padding-top :calc(calc(var(--app-scale-from-fhd)* 0px));
}
.whatson-videodescription-holder{
    padding: calc(var(--app-scale-from-fhd)*34px) 0 calc(var(--app-scale-from-fhd)* 0px );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width:calc(var(--app-scale-from-fhd)*1280px);

}
.whatson-videodescription-holder br{
    display: none;
}
.whatson-videodescription-holder h4{
    width:calc(var(--app-scale-from-fhd)*1024px);
    color:white;
    text-align: left;
    font-size:calc(var(--app-scale-from-fhd)* 24px );
}
.whatson-videodescription-holder p{
    line-height:calc(var(--app-scale-from-fhd)* 28px ); ;
    padding: calc(var(--app-scale-from-fhd)* 0px ) 0 0;
    width:calc(var(--app-scale-from-fhd)*1024px);
    color:white;
    text-align: center;
    font-size:calc(var(--app-scale-from-fhd)* 23px );
}

.width-wrapper h3{
    font-size:calc(var(--app-scale-from-fhd)* 24px );
    padding:calc(var(--app-scale-from-fhd)* 10px ) 0 calc(var(--app-scale-from-fhd)* 15px );
    text-align: center;
    font-weight: bold;

}
@media (min-width: 1920px) {

}
.mobile{
    display: none;
}
.no-transitions{

    transition-property: none !important;
    transform: none !important;
    animation: none !important;
    opacity:1!important;

}
@media (max-width: 767px) {
    .fullline-box p{
        font-size: calc(var(--app-scale-from-mobile)* 18px );

    }
    .snapshot-space {
        padding-top: calc(var(--app-scale-from-mobile) * 120px);
    }
    .snapshot-space>p{
        margin: auto;
        text-align: center;
        width:80%;
        color:white;
        font-size:calc(var(--app-scale-from-mobile)* 24px );

        line-height:calc(var(--app-scale-from-mobile)* 28px ); ;
        padding: calc(var(--app-scale-from-mobile)* 5px ) 0 0;
        padding-bottom: calc(var(--app-scale-from-mobile) * 20px);
    }

    p.whatson-description{
        margin: auto;
        text-align: center;
        width:80%;
        color:white;
        font-size:calc(var(--app-scale-from-mobile)* 24px );

        line-height:calc(var(--app-scale-from-mobile)* 28px ); ;
        padding: calc(var(--app-scale-from-mobile)* 5px ) 0 0;
        padding-top: calc(var(--app-scale-from-mobile) * 30px);
        padding-bottom: calc(var(--app-scale-from-mobile) * 20px);
    }
    .mobile{
        display: block;
    }


    /*          MENU            */

    .social-item-text {

        font-size: calc(var(--app-scale-from-mobile) * 18px);
        padding-right: calc(calc(var(--app-scale-from-mobile) * 20px));
    }
    .social-item {
        width: calc(calc(var(--app-scale-from-mobile) *50px));
        height: calc(calc(var(--app-scale-from-mobile) * 50px));

    }
    #social-holder {
        padding-top:calc(calc(var(--app-scale-from-mobile) * 10px)); ;
         position: static;
        display: flex;
        flex-direction: column;
        gap: calc(calc(var(--app-scale-from-mobile) * 10px));
        right: calc(calc(var(--app-scale-from-mobile) * 40px));
    }
    .social-item-text{
        padding:0
    }
    .social-inner{
        display: flex;
        width: 100%;
        gap: calc(calc(var(--app-scale-from-mobile) *20px));
        flex-wrap: wrap;
        flex-direction: row;
    }
    #main-menu{

        user-select: none;
        z-index: 100;
        position: fixed;
        top:0;
        padding: 0 ;
        width:100%;
        height: calc(calc(var(--app-scale-from-mobile)*70px));

        justify-content: flex-start;
        align-items: center;

    }
    #main-menu.opened .mobile-top-logo{
        display: none;
    }
    .page#top {
        margin-top: calc(calc(var(--app-scale-from-mobile) * 70px));
    }
    #main-menu #menu-holder{

        position: relative;
        top:-300px;
        flex-direction: column;
        display: none;
        width:100%;

    }
    #main-menu.opened {
        height: calc(calc(var(--app-scale-from-mobile)* 340px));;
    }

    #main-menu.opened #menu-holder{

        display: flex;
        gap: calc(calc(var(--app-scale-from-fhd)* 15px));
    }

    #main-menu.opened #menu-holder {

        top:0;

    }
    #menu-holder.init{
        gap: calc(calc(var(--app-scale-from-mobile)* 10px));
    }
    .menu-logo{

        width:  calc(calc(var(--app-scale-from-mobile)* 94px));
        height: calc(calc(var(--app-scale-from-mobile)* 60px));
        padding:0;
        margin-top:calc(calc(var(--app-scale-from-mobile)* 25px));
        margin-bottom:calc(calc(var(--app-scale-from-mobile)* 25px));
        background-image: url('../img/logo_menu.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;

        /*
        width:  calc(calc(var(--app-scale-from-mobile)*205px));
        height: calc(calc(var(--app-scale-from-mobile)*42px));
        padding:0;
        margin-left: auto;
        margin-right: auto;
        margin-top:calc(calc(var(--app-scale-from-mobile)* 25px));
        margin-bottom:calc(calc(var(--app-scale-from-mobile)* 25px));
        background-image: url('../img/logo_menu.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;

         */

    }
    .menu-item{
        height: auto;
        display: flex;
        border-bottom:none;
    }
    a.menu-item{
        display: flex;
    }

    .menu-item p{
        font-size: calc(calc(var(--app-scale-from-mobile)* 20px));
        text-transform: uppercase;
    }
    .menu-item.selected p{

        color:#67c7d0;
    }
    .menu-item.selected{
        border-bottom: none;
        color: #67c7d0;
    }
    .menu-item:hover p{
        color: #67c7d0;
    }
    .menu-item:hover{
        border: none;

    }
    #body_wrapper_programmes .fullline-box {
        padding: calc(var(--app-scale-from-mobile) * 30px) calc(var(--app-scale-from-mobile) * 30px);
    }

    .close-button-holder{

    }

    #whatson, #watch_the_real_china{
        margin-top: calc(calc(var(--app-scale-from-mobile)* 20px));
    }
    .close-button,.burger-button{
        flex-shrink: 0;

    }

    .burger-button{
        background-image: url(../img/burger.png);
        background-size: 100%;
    }
    .burger-button.close-button{
        background-image: url(../img/X.png);
        background-size: 100%;
    }
    .close-button:hover,.burger-button:hover{
        background-color: #67c7d0;
    }

    .close-button, .burger-button {

        border: 2px solid white;

    }
    /*              koniec menu         */


    #body_wrapper_features .width-wrapper,#body_wrapper_programmes .width-wrapper{
        padding-top :calc(calc(var(--app-scale-from-fhd)* 190px));
    }



    .video-container{

        width:calc(calc(var(--app-scale-from-mobile)* 768px));
    }
    .homepage-space{

        background-image: url('../img/homepage_bgd1.jpg');
        background-size: calc(calc(var(--app-scale-from-mobile)*768px)) auto;

        height:calc(calc(var(--app-proportion-from-mobile)* 1px));

    }
    .video-controller{

        margin: 0 auto 0;

        height:calc(calc(var(--app-scale-from-mobile)* 247px));

        background-color: #141414;
    }



    .description-item{
        display: none;

    }
    .description-item.active{
        display: block;
    }

    .video-controller.scrolled{
        margin: 0 auto 0;
        background-color: black;
    }
    .video-controller  h1{

        line-height: calc(calc(var(--app-scale-from-mobile)* 60px));;
        font-size: calc(calc(var(--app-scale-from-mobile)* 20px));

    }
    #body_wrapper .width-wrapper{

        width: calc(calc(var(--app-scale-from-mobile) * 720px));
    }
    #body_wrapper .thumb-container{
        overflow-y: hidden;
        overflow-x: scroll;
        justify-content: left;
    }
    .width-wrapper {
        margin: auto;
        width: calc(calc(var(--app-scale-from-mobile) * 650px));
    }
   #watch_the_real_china{
       width:calc(calc(var(--app-scale-from-mobile)* 720px));
   }

    .thumb-container{
        justify-content: center;
        display: flex;
        flex-wrap: nowrap;
        gap : calc(calc(var(--app-scale-from-mobile)* 10px));
    }
    .video-box-thumb, .thumb{
        flex-shrink: 0;
        width:calc(calc(var(--app-scale-from-mobile)* 293px));
        height:calc(calc(var(--app-scale-from-mobile)* 165px));
        position: relative;
        background-size: 100%, auto;
        background-repeat: no-repeat;
        box-sizing: border-box;
        cursor:pointer;
    }
    .thumb img{
        width: 100%;
        height:100%
    }
    .thumb.active>img{
        border-bottom:4px solid #ee3400
    }
    .thumb.active::before{
        content: none;
    }
    #coming_up h1{
        padding-bottom: calc(var(--app-scale-from-mobile)* 45px );
    }
    .video-title{
        text-align: left;
        line-height: 1;
        color:white;
        padding:calc(var(--app-scale-from-mobile)* 45px ) 0 calc(var(--app-scale-from-mobile)* 20px );
        font-size:calc(var(--app-scale-from-mobile)* 16px );
        font-weight: bold;
    }
    .video-description{
        color:white;
        text-align: left;
        font-size:calc(var(--app-scale-from-mobile)* 18px );
    }

    .width-wrapper-1000 {
        margin: auto;
        width: calc(calc(var(--app-scale-from-mobile) * 560px));
    }
    .home-description {
        display: none;
        padding-bottom: calc(calc(var(--app-scale-from-mobile) * 30px));
    }

    .width-wrapper>h1 {
        padding-bottom: calc(var(--app-scale-from-mobile) * 40px);
    }
    h1 {

        font-size: calc(calc(var(--app-scale-from-mobile) * 37px));

    }

    .slide-header {

        height: calc(calc(var(--app-scale-from-mobile) * 60px));
        line-height: calc(calc(var(--app-scale-from-mobile) * 60px));
        font-size: calc(var(--app-scale-from-mobile) * 16px);
    }
    .full-slider {

        gap: calc(calc(var(--app-scale-from-mobile) * 10px));
        height: calc(calc(var(--app-scale-from-mobile) * 410px));
        left: calc(var(--app-scale-from-mobile) * 362px);

    }
    .slide {

        width: calc(calc(var(--app-scale-from-mobile) * 460px));
        height: calc(calc(var(--app-scale-from-mobile) * 258px));

    }
    .slide-img {
        width: calc(calc(var(--app-scale-from-mobile) * 460px));
        height: calc(calc(var(--app-scale-from-mobile) * 258px));

    }
    .slide-description {
        padding: calc(calc(var(--app-scale-from-mobile) * 25px));

        font-size: calc(calc(var(--app-scale-from-mobile) * 18px));
    }
    #coming_up{
        margin: 0 auto;
        background-color: #141414;
    }
    .slide.active>.slider-down{
        position: relative;
        width: calc(calc(var(--app-scale-from-mobile) * 560px));
        left:calc(calc(var(--app-scale-from-mobile) *-50px));
    }
    #minute_china {

        padding-top: calc(var(--app-scale-from-mobile) * 0px);
        padding-bottom: calc(var(--app-scale-from-mobile) * 60px);
    }

    .view-more-button {

        font-size: calc(var(--app-scale-from-mobile) * 12px);
        border: 1px solid white;
        border-radius: calc(var(--app-scale-from-mobile) * 20px);
        padding: calc(var(--app-scale-from-mobile) * 10px) calc(var(--app-scale-from-mobile) * 30px);
        color: #999999;
        margin: auto;
        display: block;
        width: calc(var(--app-scale-from-mobile) * 180px);
        text-align: center;
    }



    .close-button, .burger-button {

        right: calc(var(--app-scale-from-mobile) *20px);
        top: calc(var(--app-scale-from-mobile) *23px);

        width: calc(var(--app-scale-from-mobile) *42px);
        height: calc(var(--app-scale-from-mobile) *42px);
        border: 2px solid white;
        border-radius: calc(var(--app-scale-from-mobile) *40px);
    }
    .fullline-box {

        padding: calc(var(--app-scale-from-mobile) * 70px) calc(var(--app-scale-from-mobile) * 70px) calc(var(--app-scale-from-mobile) * 50px);
        align-items: center;
        gap: calc(var(--app-scale-from-mobile) * 50px);
        display: flex;
        flex-direction: column;

    }

    .text-column {
        font-size: calc(var(--app-scale-from-mobile) * 18px);
        line-height: calc(var(--app-scale-from-mobile) * 28px);
        width: calc(calc(var(--app-scale-from-mobile) * 560px));
    }
    .real-china-thumb {

        width: calc(calc(var(--app-scale-from-mobile) * 437px));
        height: calc(calc(var(--app-scale-from-mobile) * 246px));
    }

    .fullline-box-thumb {
        justify-content: center;
        flex-wrap: wrap;
        overflow: hidden;
        display: flex;

        height: auto;
        gap: calc(var(--app-scale-from-mobile) * 20px);
        margin-bottom: calc(var(--app-scale-from-mobile) * 60px);
    }
    .minute.description {
        padding:calc(var(--app-scale-from-mobile) *5px);
        font-size: calc(var(--app-scale-from-mobile) * 14px);
    }
    .minute-thumb {
        width: calc(calc(var(--app-scale-from-mobile) * 207px));
        height: calc(calc(var(--app-scale-from-mobile) * 259px));

        margin-bottom: calc(var(--app-scale-from-mobile) * 20px);
    }
    .video-box-thumb:nth-of-type(3),.video-box-thumb:nth-of-type(4){
        display: none;
    }
    .size1 {
        font-size: calc(var(--app-scale-from-mobile) * 16px);
    }
    .size2 {
        font-size: calc(var(--app-scale-from-mobile) * 18px);
    }
    .video-box-thumb{
        width: calc(calc(var(--app-scale-from-mobile) * 217px));
        height: calc(calc(var(--app-scale-from-mobile) * 376px));
    }


    /*          FOOTER      */
    #footer{
        margin-top: calc(calc(var(--app-scale-from-mobile)* 50px));;
        text-align: center;
        color:white;
    }
    .line{


        gap:calc(var(--app-scale-from-mobile)* 20px );

    }
    .footer-line{

        font-size:calc(var(--app-scale-from-mobile)* 12px );

    }
    .footer-line>a >p{
        cursor: pointer;
        border-bottom: 1px solid white;
        margin-bottom: calc(var(--app-scale-from-mobile)* 25px );
    }


    .footer-copy{
        font-size:calc(var(--app-scale-from-mobile)* 12px );
        margin-bottom:calc(var(--app-scale-from-mobile)* 40px );
    }
    .footer-image{
        background-image: url('../img/footer_image_mobile_1.png');
        height:calc(var(--app-scale-from-mobile)* 92px );
        margin-bottom:calc(var(--app-scale-from-mobile)* 40px );
    }

    .video-inner-holder {

        height: auto;
        max-width: 100%;
        width: 100%;
    }



    .policy-container{
        padding:calc(var(--app-scale-from-mobile)* 20px ) 0 calc(var(--app-scale-from-mobile)* 20px ) ;
    }
    #privacy h1{

        font-size:calc(var(--app-scale-from-mobile)* 40px );

    }

    .size2{
        font-size:calc(var(--app-scale-from-mobile)* 18px );
    }
    .size1{
        font-size:calc(var(--app-scale-from-mobile)* 16px );
    }
    .bigger{
        font-size:calc(var(--app-scale-from-mobile)* 24px );
        line-height:calc(var(--app-scale-from-mobile)* 40px );
    }
    #privacy p{
        text-align: left;
        color:#999999;
        font-size:calc(var(--app-scale-from-mobile)* 14px );
    }


    .whatson-space h1, .comingup-space h1 {
        padding-top: calc(var(--app-scale-from-mobile) * 77px);


    }
    .whatson-space p {

        padding-top: calc(var(--app-scale-from-mobile) * 10px);
        margin: auto;
        width:  calc(var(--app-scale-from-mobile) * 460px);
        font-size: calc(var(--app-scale-from-mobile) * 16px);
        text-align: center;
        line-height: calc(var(--app-scale-from-mobile) * 24px);
    }
    .whatson-space>p {
        font-weight: bold;
        font-size: calc(var(--app-scale-from-mobile) * 22px);

    }
    .whatson-video-module {
        margin: calc(var(--app-scale-from-mobile) * 20px) 0 0;
        display: flex

    }

    .whatson-video-holder {
        background-image: url(../img/whatson_poster.png);
        width: calc(var(--app-scale-from-mobile) * 560px);
        height: calc(var(--app-scale-from-mobile) * 315px);

    }
    .whatson-videodescription-holder {
        padding: calc(var(--app-scale-from-mobile) * 20px) 0;
        width: calc(var(--app-scale-from-mobile) * 560px);
    }
    .whatson-videodescription-holder h4 {
        width: calc(var(--app-scale-from-mobile) * 560px);
        text-align: center;
        font-size: calc(var(--app-scale-from-mobile) * 18px);
    }


    .width-wrapper h3 {
        font-size: calc(var(--app-scale-from-mobile) * 24px);
        padding: calc(var(--app-scale-from-mobile) * 10px) 0 calc(var(--app-scale-from-mobile) * 15px);

    }
    .whatson-thumb-wrapper {

        width: calc(calc(var(--app-scale-from-mobile) * 768px));
    }
    .whatson-thumb-holder {
        overflow: scroll;
        width: calc(calc(var(--app-scale-from-mobile) * 700px));
    }

    #body_wrapper_about .width-wrapper{
        background: black;
    }


    .whatson-arrow.active {

        line-height: calc(calc(var(--app-scale-from-mobile) * 270px));

        width: calc(calc(var(--app-scale-from-mobile) * 39px));
        font-size: calc(calc(var(--app-scale-from-mobile) * 39px));
    }
    #body_wrapper_about .width-wrapper{
        width: calc(calc(var(--app-scale-from-mobile) * 768px)); ;
    }
    .whatson-thumb-container {

        padding: calc(calc(var(--app-scale-from-mobile) * 20px)) 0;

        gap: calc(calc(var(--app-scale-from-mobile) * 10px));
    }
    .whatson-thumb {
        width: calc(calc(var(--app-scale-from-mobile) * 294px));
        height: calc(calc(var(--app-scale-from-mobile) * 290px));

    }
    .whatson-thumb .thumb, .whatson-thumb .thumb>img {
        width: calc(calc(var(--app-scale-from-mobile) * 294px));
        height: calc(calc(var(--app-scale-from-mobile) * 166px));
    }

    .whatson-description {
        padding: calc(calc(var(--app-scale-from-mobile) * 20px)) calc(calc(var(--app-scale-from-mobile) * 10px)) calc(calc(var(--app-scale-from-mobile) * 10px));
    }
    .whatson-description h6 {
        font-size: calc(calc(var(--app-scale-from-mobile) * 24px));

    }

    .whatson-description p {
        font-size: calc(calc(var(--app-scale-from-mobile) * 18px));

    }
    .whatson-description p {
        font-size: calc(calc(var(--app-scale-from-mobile) * 18px));

    }

    .months-holder-button {
        margin: calc(var(--app-scale-from-mobile) * 55px) auto;
        column-gap: calc(var(--app-scale-from-mobile) * 4px);
        row-gap: calc(var(--app-scale-from-mobile) * 6px);

    }

   .comingup-space h1 {
         padding-bottom: calc(var(--app-scale-from-mobile) * 20px);
     }

    #comingup .button {

        font-size: calc(var(--app-scale-from-mobile) * 12px);
        border: 1px solid white;
        border-radius: calc(var(--app-scale-from-mobile) * 20px);

        width: calc(var(--app-scale-from-mobile) * 120px);
        height: calc(var(--app-scale-from-mobile) * 30px);
    }
    #body_wrapper_programmes .width-wrapper-1087{
        margin: calc(calc(var(--app-scale-from-mobile) * 20px)) auto 0;
    }
    .width-wrapper-1087 {

        margin: auto;
        width: calc(calc(var(--app-scale-from-mobile) * 560px));
    }

    .episode-holder {

        gap: calc(calc(var(--app-scale-from-mobile) * 20px));
        padding: calc(var(--app-scale-from-mobile) * 20px) 0;
    }
    .episode-line {

        gap: calc(calc(var(--app-scale-from-mobile) * 20px));

    }
    .episode-video-thumb {

        width: calc(calc(var(--app-scale-from-mobile) * 209px));
        height: calc(calc(var(--app-scale-from-mobile) * 119px));
    }

    .width-wrapper-1156 {

        width: calc(calc(var(--app-scale-from-mobile) * 560px));
    }

    .text-episode-column h4 {
        font-size: calc(var(--app-scale-from-mobile) * 21px);

    }
    .text-episode-column h5 {

        font-size: calc(var(--app-scale-from-mobile) * 17px);
    }
    .text-episode-column p {

        font-size: calc(var(--app-scale-from-mobile) * 13px);
    }
    .month {

        gap: calc(calc(var(--app-scale-from-mobile) * 20px));
    }


    .button-holder {
        display: flex
    ;
        flex-direction: row;
        gap: calc(var(--app-scale-from-mobile) * 40px);
        justify-content: center;
        align-items: center;
        padding-top: calc(var(--app-scale-from-mobile) * 20px);
        padding-bottom: calc(var(--app-scale-from-mobile) * 50px);
    }
    .shorts-holder {

        gap: calc(var(--app-scale-from-mobile) * 50px);
    }
    .short-item {

        font-size: calc(var(--app-scale-from-mobile) * 18px);

        gap: calc(var(--app-scale-from-mobile) * 20px);

    }
    .shorts-video-thumb {
        position: relative;
        width: calc(var(--app-scale-from-mobile) * 275px);
        height: calc(var(--app-scale-from-mobile) * 344px);
    }
    #body_wrapper {
        background-image:  url(../img/homepage_bottom_bgd_mobile.png);
        background-repeat: no-repeat;
        background-position: bottom center ;
        background-size: calc(calc(var(--app-scale-from-mobile) * 768px)) auto;
        background-color: transparent;
    }

    #body_wrapper_about {
        background-image: url(../img/whatson_bgd_mobile.png);
        background-position: top center;
        background-size: calc(calc(var(--app-scale-from-mobile) * 768px)) auto;
        background-color: transparent;
    }
    #body_wrapper_programmes {
        background-image: url(../img/comingup_bgd_mobile.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: calc(calc(var(--app-scale-from-mobile) * 768px)) auto;
        background-color: transparent;
    }
}












/*              ANIMACJE            */

.animate.in-view{

    opacity: 1;
    transform:none;
}


.animation-element.in-view{
    opacity: 1!important;
    transform:scale(1) translate(0px, 0px) rotate(0deg)!important;

}
.animation-element.fadeIn {
    opacity: 0;
    transition: all 500ms ease-out;

}

.animation-element.slide-left {
    opacity: 0;
    transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.275);;
    transform: translateX(-700px);
}


.animation-element.slide-right,.animation-element-small.slide-right {
    opacity: 0;
    transition: all 1100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);;
    transform: translateX(700px);
}
.animate.rotation{
    animation: rotation 20s infinite linear;
}
.animate.pulsating{

    animation: pulsating 2s infinite ease-in-out;

}

.animation-element.floating{

    animation: float 5s infinite ease-in-out;

}
.animation-element.floatingX1{

    animation: floatX1 5s infinite ease-in-out;

}
.animation-element.floatingX2{

    animation: floatX2 5s infinite ease-in-out;

}

.animation-element.delay1{
    animation-delay: 500ms;
    transition-delay: 500ms;

}
.animation-element.delay2{
    animation-delay: 1000ms;
    transition-delay:1000ms
}
.animation-element.delay3{
    animation-delay: 1500ms;
    transition-delay: 1500ms;

}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsating {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform:scale(1);
    }
}
@keyframes floatX1 {
    0% {
        transform: translateX( 0px);
    }
    50% {
        transform: translateX( -40px);
    }
    100% {
        transform: translateX( 0px);
    }
}
@keyframes floatX2 {
    0% {
        transform: translateX( 0px);
    }
    50% {
        transform: translateX( 40px);
    }
    100% {
        transform: translateX( 0px);
    }
}
@keyframes float {
    0% {
        transform: translateY( 0px);
    }
    50% {
        transform: translateY( 20px);
    }
    100% {
        transform: translateY( 0px);
    }
}
.animation-element.slide-up{
    opacity: 0;

    transition: all 1500ms ease-in-out;
    transform:  translateY( -300px);

}

.animation-element.slide-down,.animation-element-small.slide-down {
    opacity: 0;

    transition: all 1500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);;
    transform:  translateY( 100px);
}
.animation-element.scaleXUp{
    opacity: 1;
    transform:scaleX(0);
}

.animation-element.scaleUp{
    opacity: 1;
    transform:scale(0);
}

.animation-element.scaleUp.in-view{
    transform:scale(1);
    transition-duration:1500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animation-element.scale-X.in-view{
    transform:scale(1);
    transition-duration:1500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animation-element.scale-X{
    opacity: 1;
    transform:scale(0,1);
}