.logo-wrap{
    width:300px;
    margin-right:10px;
}
.teems{
    width: calc(100% - 310px);
}
.soon{
    right:33px;
}
.some-date{
    float:right;
    width:auto;
}
body .teems .teem .countries .some-date span{
    float:left;
    width:100% !important;
}

.player-slider{
    float:left;
    width:100%;
}
.player-sl-cont{
    float:left;
    width:100%;
}
.video-box-small{
    float:left;
    width:25%;
    padding:0 10px;
    box-sizing:border-box
}
.video-box-small .video-txt{
    float:left;
    width:100%;
    min-height: 80px;
    margin-bottom:15px;
}
.news-olympics{
    float:left;
    width:100%;
}
.news-olympics-wrap{
    float:left;
    width:100%;
}
.news-small-box{
    float:left;
    width:33%;
    padding:0 10px;
    box-sizing:border-box;
    padding-top:10px;
   margin-top:15px;
}
.news-small-box .image-box{
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
}
.news-small-box .video-txt{
    color:#38454d;
    font-size:16px;
    line-height: 22px;
    font-weight: bold;
    margin-top:20px;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*.news-small-box .video-txt:hover{
    color:#333;
}*/
body .teem span{
    font-size:22px;
    font-weight: bold;
}
/*.countries{
    position:relative;
}
.countries:before{
    position:absolute;
    content:"";
    background:url("img/top.png") no-repeat center;
    background-size:50px;
    width:50px;
    height: 60px;
    left:30px;
    top:0;
}*/
.countries .date-box span{
    font-size:16px;
    font-weight: normal;
}
.olympics .countries .date-box{
    width:100%;
}
body .teems .teem span{
    width: calc(100% - 28px) !important;
}
body .teems .teem .countries span{
    width: calc(100% - 250px) !important;
}
.news-time{
    float: left;
    width:100%;
    margin-top:5px;
    font-size: 16px;
    position: relative;
    padding-left: 11px;
    margin-right: 10px;
    color: #38454d;
    font-size: 12px;
}
.news-time:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #b6c3ca;
    left: 2px;
    top: 6px;
}
.euro-title.smaller-head{
    float:left;
    width:calc(100% - 300px);
}
.progamm-btn{
    float:right;
    background:#8b2130;
    color:#fff;
    padding:7px 13px;
    box-sizing:border-box;
    margin-top:50px;
    font-size:18px;
    cursor:pointer;
}
.popup-programm{
    display: none;
    position: fixed;
    background: #fff;
    width: 95%;
    max-width: 96%;
    z-index: 99999999999;
    left: 2%;
    max-height: 100vh;

    padding: 20px;
    padding-top:20px;
    box-sizing: border-box;
    top: 5%;
    bottom: 2%;
}
.popup-programm .title{
    float:left;
    width:100%;
    font-size:18px;
    color:#e94612;
    margin-top:15px;
    margin-bottom:5px;
    font-weight: bold;
}
.popup-programm .date{
    float:left;
    width:100%;
    font-weight: bold;
    font-size:17px;
    margin-top:25px;

}
.popup-programm .txt{
    float:left;
    width:100%;
    font-size:16px;
    color:#333;
}
.txt-new{
    float:left;
    width:100%;
}
.soon{
    background: #c3894f;
    border-radius:2px;
}
.soon.soon-h:before{
    content:none;
}
.soon.soon-h{
    padding-left:20px;
    box-sizing:border-box;
}
.soon:hover{
    background:#bf7b37;
}
.close{
    position:absolute;
    top:15px;
    right:10px;
    z-index:999999;
}
.live .info-container span {
    color: #fff;
    font-size: 34px;
}
.live .countries{
    margin-top:0px;
}
.live .countries .date-box span {
    font-size: 21px;
    font-weight: normal;
}
.date-box-small{
    margin-top:40px;
}
.soon.soon-h{
    padding-left:10px;
    box-sizing:border-box;
}
.bntday{
    text-align:left !important;
}
body.no-scroll{
    overflow: hidden;
}
.soon.soon-h{
    padding: 7px 10px;
    box-sizing:border-box;
}
/*@media screen and (min-width: 1920px){
    .close{
    position:absolute;
    top:100px;
    right:80px;
}
}*/
@media screen and (max-width: 1920px){
    /*.close {
    position: absolute;
    top: 95px;
    right: 70px;
}*/
}

@media screen and (max-width: 1000px){
    .mobile-show{
        display:none;
    }
    .logo-wrap{
        width:100%;
    }
    .mobile-show{
        width: calc(100% - 320px);
        margin-top:65px;
        margin-left:10px;

    }
    .teems{
        float:left;
        width:100%;
    }



    .buttons-holder{
        overflow-x:auto;
    }
    .mobile-scroll{
        width:900px;
    }
    .video-box-small{
        width:33%;
        float:left;
        min-height: 215px;
    }
    .image-box{
        height: 120px;
        min-height: 120px;
        max-height: 120px;
    }
}
@media screen and (max-width: 800px){
    .top-blue-wrap{
        padding-top:10px;
        box-sizing:border-box;
    }
    .news-small-box .image-box{
        width:180px;
        float:left;
    }
    .txt-new{
        width:calc(100% - 180px);
        float:left;
        padding-left:10px;
        box-sizing:border-box;
    }
}
@media screen and (max-width: 768px){
    .news-small-box .image-box{
        min-height: auto;
        max-height: 130px;
    }
    /*.mobile-show{
        width: calc(100% - 325px);
        margin-top:55px;
        font-size:25px;
        margin-left:5px;
    }*/

    .image-container{
        float:left;
        width:100%;
        margin-bottom:35px;
    }
    .soon.soon-w{
        padding-right:10px;
        box-sizing:border-box;
    }
    .soon:before{
        top:5px;
    }
    .info-container{
        float:left;
        width:100%;
        margin-top:10px;
    }
    .news-small-box{
        float:left;
        width:100%;
    }
}
@media screen and (max-width: 750px){
    .logo-wrap{
        margin-bottom:5px !important;
    }

    .euro-title.smaller-head{
        float:left;
        margin-top:10px;
        font-size:22px;

    }
    .progamm-btn{
        float:right;
        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
    }
    body .teems .teem .countries span{
        width: calc(100% - 150px) !important;
    }
    .news-small-box .video-txt{
        margin-top:0px;
    }
    .news-small-box .video-txt{
        font-size:16px;
        line-height: 17px;
        font-weight: 500;
    }
    .video-box-small{
        width:50%;
        float:left;
    }
    .news-small-box{
        float:left;
        width:100%;
    }

    .news-small-box .image-box img{
        float:left;
        width:100%;
        height: 90px;
        object-fit:cover;
    }
    .news-small-box .video-txt{
        width:100%;
        float:right;

    }
}
@media screen and (max-width: 500px){
    .news-small-box .video-txt{
        min-height: auto;
        max-height: auto;
    }
    .teem{
        background: #d70c10 url(/box/img/olympics/burnbanner.png) 0px -133px no-repeat !important;
    }

    .teem{
        padding:10px;
        box-sizing:border-box;
    }
    .soon{
        top:20px;
        right:33px;
    }
    .bntday{
        margin-top:7px;
    }
     .top-blue-wrap{
        padding-top:35px;
        box-sizing:border-box;
    }
    .mobile-show{
        display:none;
    }
    .logo-wrap{
        width:100%;
        float:left;
        padding-top:0px !important;
        padding-bottom:0px !important;
    }
    .date-box-small{
       float: right;
        text-align: right;
        width: calc(100% - 100px);
        margin-top: -30px;

    }
    .live .countries{
        text-align:center;
    }
    .live .countries .centering {
        width: auto;
        float: none;
        display: inline-block;
    }
    .live .info-container span.see-live{
        margin-top:-25px;
    }

    .date-box.small{
        width:90px;
        margin-top:-20px;
    }
    .live .countries .date-box span{
        font-size:17px;
    }
    .live .info-container span{
        font-size:24px;
    }
    .popup-programm{
        top:2%;
    }
    .close {
        position: fixed;
        top: 20px;
        right: 20px;
    }
    .popup-programm {
    padding-bottom: 30px;
    box-sizing: border-box;
}
    .progamm-btn{
        font-size:13px;
    }
    .news-small-box .image-box{
        width:90px;
        float:left;
    }
    .txt-new{
        width:calc(100% - 90px);
        float:right;
    }
    .news-small-box .image-box{
        min-height: 100px;
        max-height: 100px;
    }
    .euro-title.smaller-head{
        width: calc(100% - 110px);
        font-size:20px;
    }
    .buttons-holder .tab-btn1, .buttons-holder .tab-btn1-new{
        font-size:15px;
    }
    .news-small-box .video-txt{
        font-size:14px;
        font-weight: 500;
    }

    .logo-wrap{
        margin-top:10px !important;
    }
    .mobile-show{
        margin-left:15px;
        color:#202B5F;
    }
    .teem-img{
        margin-left:20px !important;
    }
    .video-box-small{
        position:relative;
        height: 120px;
        max-height: 120px;
        min-height: 120px;
        margin-bottom:15px;
        padding:0px;
    }
    .video-box-small .video-txt{
        position:absolute;
        bottom:2px;
        left:5px;
        margin-bottom:0px;
        width:90%;
        z-index:99;
        line-height: 16px;
    }
    .video-box-small:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -80px 31px 0px rgb(0 0 0 / 50%) !important;
    -moz-box-shadow: inset 0px -80px 31px 0px rgba(0,0,0,0.5) !important;
    box-shadow: inset 0px -80x 31px 0px rgba(0,0,0,0.5) !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.video-box-small .video-txt{
    min-height: 33px;
}
    .video-box-small .image-box img{
        min-height: 120px;
        margin-bottom:10px;
    }
}


@media screen and (max-width: 450px){
    .soon:before{
        top:5px;
    }
    /*.news-small-box .video-txt {
    width: 66%;
    float: right;
}*/
    .video-box-small{
        width:100%;
        float:left;
    }
    /*.news-small-box .image-box{
        height: 90px;
        width:90px;
        min-height: 90px;
        margin-bottom:15px;
    }
*/
}
/*@media screen and (max-width: 415px){
    .news-small-box .video-txt {
    width: 71%;
    float: right;
}*/
.dim-results{
    z-index: 9999999999;
}
@media screen and (max-width: 375px){
    .soon:before{
        top:3px;
    }
}
@media screen and (max-width: 360px){
    .soon:before{
        top:3px;
    }
    .image-container{
        margin-bottom:5px;
    }
    .date-box.small{
        margin-top:0px;
    }
        .soon {
        top: 18px;
        right: 15px;
    }
    .live .info-container span.see-live {
    margin-top: -5px;
}
.live .info-container span{
    font-size:16px;
    margin-top:0px;
    margin-bottom:15px;
}
}

