:root{--blue:#056be9;}
html{
    font-size: 16px;
}
body{background-color: #F5F5F5;}
.container{background-color: #fff;}
h1{
    line-height: 1em;
    margin-bottom: 25px;
}
h4{
    font-size: 1.2rem;
}
#scroller:hover{
    opacity: 1;
}
#scroller{
    right: 65px;
    display: none;
    opacity: 0.7;
    position: fixed;
    bottom: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/assets/images/arrow-top.svg");
    background-position-x: 0px;
    background-position-y: 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.olimpic {
    background-image: url("/assets/images/logo_olimpic_m.svg")!important;
}
.olimpic .a_main{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.olimpic .a_olimp{
    height: 100%;
    display: none;
}

#top-line{
    position: absolute;
    top:0px;left: 0;
    width: 1px;
    height: 0px;
    z-index: -600;
    background-color: transparent;
}
.top-stick{
    height: 55px; /*?????????????*/
    position: sticky;
    top: 0;
    z-index: 1071;
}
.infobar{
    height: 35px;
    background-color: #4c575e;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    color: white;
    font-size: .85rem;
}
.infobar-ua{
    background-color: #2c69b4;
}
.navbar-toggler {
    padding: .3rem .5rem;
    font-size: 1rem;
}
.navbar{
    z-index: 500;
    background-color: white;
    font-size: 0.6rem;
}
/*.top-menu div{border: solid lightgrey 1px}*/

.plitka{
    height: 230px;
    border-top: 1px solid white;

}
.news-feed-head div{
    margin: auto;
    text-align: left;
}
.news-feed-head{
    /*background-color: rgba(150,100,50,0.2);*/
    height: 65px;
}
.analitics{
}
.bg-lb{
    background-color: rgb(239 240 242);
    border-left: 1px solid white;
}
.bar-2{
    display: none
}
.news-feed{
    min-height: 500px;
}

.hdr-link{
    font-size: 1.3em;
    text-transform: uppercase;
}
.scale-long{
    transform: scale(2.8,1.5);
    display: inline-block;
    padding-left: 2px;
    margin-top: -8px;
}
.scale-long2{
    transform: scale(3.5,1.5);
    display: inline-block;
    padding-left: 12px;
    margin-top: -8px;
}
.little-link span{
    display: block;
    float: left;
}
.little-link{
    font-size: 0.8em;
    font-weight: 500;
    margin-right:0;
    margin-left:0;
}
.slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.slide {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.slide-big, .slide-big .row {
    height: 100%;
}
.slide-small {
    height: 50%;
    border-bottom: solid white 1px;
    border-left: solid white 1px;
}
.slide span{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 12px;
    z-index: 19;
    background-color: rgba(0,0,0,.7);
    text-shadow: 1px 1px 2px #000, 0 0 1em #333;
    min-height: 70px;
}
.slide-big span{
    /*font-size: 1.8em;*/
    font-size: 1em;
    line-height: 1.2em;
}
.slide-small span {
    font-size: 0.7em;
    min-height: 50px;
}
.news-feed-item-hdr{
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    color: black;
    line-height: 1em;
    text-decoration: none;
    display: -webkit-box!important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 3px;
}
.news-feed-item-small{
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    line-height: 1.0rem;
    text-decoration: none;

}
.analitycs-feed-item-small{
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
    line-height: 1.1rem;
    text-decoration: none;
    overflow: hidden;
    height: 88%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.toggler{
    display: none;
}
.toggler.active{
display: block;
}
.more-links{
    font-size: 1.1rem;
}

.icon-view{
    background-image: url(/assets/images/viewing-sprite.svg);
    background-repeat: no-repeat;
    background-size: auto 28px;
    width: 24px;
    height: 13px;
    margin-right: 4px;
    margin-top: 4px;
    cursor: pointer;
}
.icon-view.active{
    background-position-y: 100%;
}
.icon-view.ilist{
    background-position-x: 0px;
}
.icon-view.tile{
    background-position-x: 50%;
}
.icon-view.list{
    background-position-x: 100%;
}

.video-feed-item a:hover{
    color: inherit;
}
.video-feed-item a{
    display: block;
    color: black;
    padding: 5px;
    border-bottom: dotted 1px darkgray;
    padding-bottom: 15px;
    margin-bottom: 10px;;
}
.vids .video-feed-item:last-child a{
    border: 0;
}
.news-feed-item a:hover{
    color: inherit;
}
.news-feed-item.h-170 span{
    display: none;
    line-height: 1.112em;
    font-size: 0.9em;
}
.news-feed-item img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.news-feed-item > div{
    line-height: 0.9em;
}
.main-themes-link{
    font-size: 0.95em;
    font-weight: 600;
    color: #444;
}
.date-news-bar{
    font-size: 0.7em;
    color: #979797;
    padding-top: 0;
}
.list-img-small{
    width: 125px;
}
.news-num{
    display: inline!important;
    font-size: 0.7em!important;
    color: #979797;
}
.more-news{
    text-decoration: underline;
}
.h-170{
    height: auto;
    margin-bottom: 5px;
}

.h-80{
    height: 77px;
}
.h-40{
    min-height: 15px;
    margin-bottom: 20px;
    clear: both;
}
.top-menu{
    height: auto;
    /* background-color: rgba(100,50,50,0.2);*/
    /*border-bottom: 2px solid #056be9;*/
    border-bottom: 1px solid #017bff;
}
.menu-bar{
    background-color: #eee;
    height: 40px;
}
.menu-list{height: 55px;}
.lng-b-s{
    width: 108px;
    width: 86px;
    height: 60px;
    background-color: white;
    justify-content: center;
}
.top-lined{
    border-top: solid 3px  #007bff;
}

.menu-logo-small{

}
.menu-logo{
    max-width: 18%;
    flex: 0 0 18%;
    height: auto;
    background-image: url("/assets/images/logobluesmall.svg");
    background-size:contain ;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 70%;

}
.menu-bar-all{
    max-width: 82%;
    flex: 0 0 82%;
    background-color: white;
}
.utf-icon{
    font-family: arial unicode ms,lucida sans unicode,sans-serif;
    color: #707d86;
}
.gray-mid-font{
    font-size: .75em;
    font-weight: 600;
    color: #778187;
    line-height: 2.0em;
    /*padding-top: 4px;*/
}
.br-ar{
    border-right: 1px solid darkgray;
    align-content: flex-end;
    text-align: center;
    justify-content: center;
    float: left;
    padding: 0.5rem 0.8rem;


}

.blue-font-icon{
    font-family: auto;
    font-size: 2em;
    transform: scaleX(0.9) translate(0px, 3px);
    color: #017bff;
    display: inline-block;
    height: 15px;
    margin-top: -15px;
}
.gray-svg{
    height: 21px;
    width: auto;
    margin: 0 -3px;
}
.gray-link{
    color: #666;
    text-decoration: underline;
    margin: 0 5px;
}
.infobar-ua .gray-link{
    padding-left: 5rem;
}
.nav-item.active{
    border-bottom: solid 4px #056be9;
    font-weight: 600;
    color: #222;
}

.navbar-collapse{
    background-color: #eeeeee;
    padding-left: 2rem;
    padding-top: .3rem;
    /* margin-left: 140px; */
    margin-top: 0.55rem;
    border-top: 4px solid #aaa;
    max-width: 20rem;
    min-width: 20rem;
    position: absolute;
    top: 43px;
    right: 5px;
    max-height: calc(100vh - 53px);
    overflow-y: scroll;
}
.nav-item{
    padding-top: 2px;
    font-size: 1.1rem;

}
.nav-link{
    padding: .1rem 1rem;
    padding-left: 1.5rem!important;
}
.plitka{
    display: none;
}
.plitka span div{
    font-size: 0.7rem;
    text-align: end;
    height: 16px;
    position: absolute;
    bottom: 4px;
    right: 10px;
    line-height: 1rem;
    color: #979797;
}
.plitka-slide .slide-big{
    margin: 0;
    padding: 0;
}
.plitka-slide{
    display: flex;
    overflow: hidden;
    margin-top: 1px;
    height: 225px;
}
.promo, .vids{
    margin-left: 15px;
}
.news-relativity {
    position: absolute;
    top: 40px;
    height: auto;
    width: 254px;
    display: none;
    background-color: #ebebeb;
    padding: 25px;
    border-top: 5px solid #b2b2b2;
    z-index: 25;
}
.nav-item .active{
    display: block!important;
}

.usr-name{
    font-weight: 600;
    font-size: 1.1rem;
    display: block;
    margin-bottom: -8px;
}
.postedon{
    color:#a1a1a1;
    font-size: 0.85em;
}
#submenu {
    /*width: 100%;*/
    position: relative;
    top: 100%;
    right: 0;
    /*left: 0;*/
    transition: .3s;
    padding: 7px;
    background-color: rgba(236,239,243,.9);
    display: none;
}
#submenu li{
    float: left;
    list-style: none;
    display: block;
    margin: 0 15px;
}
.bottom-news > div{
    font-size: 0.9em!important;
    line-height: 1.4em!important;
}
.footer-link-list a{color: white}
.footer-link-list span{padding: 0.3em 0.4em;}
.footer-link-list{
    color: white;
    background-color: #056be9;
    min-height: 35px;
    flex-wrap: wrap;
}
footer{
    display: none;
}
.news-block{
    padding: 15px 30px;
}
.news-head img, .news-text img{
    width: 100%;
    max-width: 100%;
    height: auto!important;
}
.news-block h1{
    font-size: 1.5em;
    font-weight: 400;
    color: #056be9;
}
.news-text h2,h3{
    font-size: 1.2rem;
    font-weight: 600;
}
.news-text .videoEmbed > iframe{
    width: 100%;
}
.news-text{
    font-size: 1.15rem;
    line-height: 1.15em;
}
.wrp{

}
.non-typo {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.non-typo li{
    list-style-type: none;
}
.reply-comment, .usr-comment_{
    /*margin-top: 8px;*/
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}


.like-plus,.like-minus{
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    width: 25px;
    background-image: url("/assets/images/like.svg");
    background-size: 200%;
}
.like-plus{background-position-x: 25px;}
.like-minus{background-position-x: 0;}
.like-plus.used, .like-minus.used{background-position-y: 28px;}
.like-num,.dislike-num{
    padding-top: 5px;
    display: block;
    float: left;
    font-size: 0.75rem;
}
.like-num{color:#007bff;}
.dislike-num{color:#e89798;}

.short-text{
    font-size: 0.9rem;
    line-height: 1.2rem;
    display: block;
    overflow-x: hidden;
}
.flexslider-min{
    height: 230px;
}
.slider-block .news-feed-item-small {
    font-size: 0.9rem;
    line-height: 0.95rem;
    font-weight: 400;
}
.slider-block > div {
    height: 105px;
    overflow: hidden;
    margin-bottom: 10px;
}
.slick-track {
    height: 225px;
}
.sticky-block{
    position: sticky;
}
.ushi{
display: none
}
iframe[src*="youtube"]{
    max-width: 100%!important;
}



/*old code*/
.related-news {
    margin-bottom: 15px;
}
.related-news-area {
    padding: 0 0 0 14px;
    float: right;
    width: 45%;
    height: auto;
}
.related-news-area-item h4{
    color: #424242;
    text-align: left;
    /*text-decoration: underline;*/
    line-height: 0.9rem!important;
    font-size: 0.9rem!important;
    font-weight: 100!important;
    padding-top: 5px;
}
.related-news-area-item {
    text-align: left;
    position: relative;
    border-left: 4px solid #eaeaea;
    padding: 0 5px 10px 5px;
    margin: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    line-height: 1.42857rem!important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 1.42857rem!important;
}
.pagination>li>a{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857rem!important;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li>a>span {
    line-height: 1.42857rem!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #337ab7;
    cursor: default;
}
.close {
    float: right;
}
.mid-bnr{
    height: 75px;
    overflow: hidden;
}
.video-icon-medium:before {
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 28px);
    height: 43px;
    width: 57px;
    background: url(/images/youtube-icon-8c8b9922c7.png) no-repeat;
    background-size: contain;
    content: '';
    z-index: 15;
}
.avatar+a,.avatar+a+a{
    font-weight:100;
    text-decoration:underline;
    font-size: 0.85rem;
    color: white!important;
    padding-top: 5px;
    display: block;
    float: left;
    margin: 5px 5px 5px 9px;
}
.avatar{
    display:block;
    width:36px;
    height: 36px;
    border-radius: 50%;
    background-image: url('/assets/images/user_.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    float: left;
    border: 1px solid white;
}
.ava{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: solid 2px white;
    margin: auto;
    background-color: white;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}
.reply-comment .ava_box{
    margin-left: 5px;
}
.ava_box:hover .rate{
    display: block;
}
.rate{
    position: absolute;
    top:-2px;
    left:5px;
    font-size: 0.8rem;
    font-weight: 800;
    color: #007bff;
    display: none;
    overflow: hidden;
    text-align: center;
}
.ava_box{
    margin-top: 15px;
    margin-left: 15px;
}
.pie {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    /*width: 90px;height: 90px;*/
    background-color: #007bff;
    border: 1px solid #007bff;
    display: flex;
}
.r0 {
    background-image: none;
    background-color: lightgrey;
}
.r25 {
    background-image:
            linear-gradient(180deg, transparent 50%, white 50%),
            linear-gradient(90deg, white 50%, transparent 50%);
}
.r50 {
    background-image:
            linear-gradient(90deg, white 50%, transparent 50%);
}
.r75 {
    background-image:
            linear-gradient(180deg, transparent 50%, #007bff 50%),
            linear-gradient(90deg, white 50%, transparent 50%);
}
.r100 {
    background-image: none;
}
.r-25 {
    background-color: black;
    background-image:
            linear-gradient(180deg, transparent 50%, white 50%),
            linear-gradient(-90deg, white 50%, transparent 50%);
}
.r-50 {
    background-color: black;
    background-image:
            linear-gradient(-90deg, white 50%, transparent 50%);
}
.r-75 {
    background-color: black;
    background-image:
            linear-gradient(180deg, transparent 50%, black 50%),
            linear-gradient(-90deg, white 50%, transparent 50%);
}
.r-100 {
    background-color: black;
    background-image: none;
}
.blocked{
    pointer-events: none;
}

.label-partners{
    position: absolute;
    right: 4px;
    top: 25px;
    padding: 0 10px;
    background-color: black;
    opacity: 0.75;
    color: white;
    height: 23px;
    width: 50%;
    font-size: 1rem;
}
.comment-block .reply-comment {
    margin-left: 0px;
    border-left: 1px solid #ccc;
    padding-left: 5px;
    background-color: #eff0f2;
}

.news-like, .news-like-used {
    background-repeat: no-repeat;
    background-image: url("/assets/images/heart_icon_.svg");
    background-size: cover;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
}
.news-like-used{
    background-position: -30px 0;
    cursor: default;
}
.more-news-wrapper{
    margin-bottom: 50px;
}
.related-news .slick-track {
    max-height: 150px;
}

/* test small cronic list*/
.news-feed.clist >.news-feed-item.h-170{}
.news-feed.clist >.news-feed-item.h-170{
    height: auto;
    margin-bottom: 12px;
}
.news-feed.clist >.news-feed-item.h-170 .col-6{
    width: 100%!important;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 60px!important;
    margin-bottom: 15px;
}
.news-feed.clist >.news-feed-item.h-170 .col-6.h-100{
    display: none;
}
.news-feed.clist .wrp{
    height: auto!important;
}
.news-feed.clist >.news-feed-item.h-170 span{
    display: none;
}
.news-feed.clist >.news-feed-item.h-170 dater{
    display: none;
}
.news-feed.clist >.news-feed-item.h-170 dater.displ{
    display: inline;
}
.news-feed.clist >.news-feed-item.h-170 dater.displ {
    display: inline;
    margin-left: -40px;
}

.news-feed.clist >.news-feed-item.h-170 .news-feed-item-hdr{
    /*display: inline!important;*/
    padding-left: 7px;
    /*font-size: 1rem;*/
    font-size: 1.5rem;
    font-weight: 400!important;
    color: #444;
}

.news-feed.clist >.news-feed-item.h-170 .date-news-bar {
    display: inline;
}















@media (min-width: 365px){
    .news-feed-item-hdr{
        font-size: 1.0em;
        display: -webkit-box;
    }
    .navbar{
        font-size: 0.8rem;
    }
    .plitka-slide{
        height: 270px;
    }
    .slick-track {
        height: 270px;
    }
    .related-news .slick-track {
        max-height: 190px;
    }
    .mid-bnr{
        height: 85px;
    }
    .question{
        font-size: 1.2em;
        font-weight: 600;
    }
}
@media (min-width: 576px){
    .ava{
        width: 84px;
        height: 84px;
    }
    .pie {
        width: 6rem;
        height: 6rem;
    }

    .modal-dialog {
        margin: 7.75rem auto;
    }
    .navbar{
        font-size: 0.9rem;
    }
    .mid-bnr{
        height: 100px;

    }
    .slide-big span{
        /*font-size: 1.8em;*/
        font-size: 1em;
        line-height: 1.2em;
    }
    .slide span{
        min-height: 80px;
    }
    .slide-small span{
        min-height: 50px;

    }
    .slide-small span{
        font-size: .7em;
        min-height: 40px;
    }
    .news-feed-item-hdr{
        font-size: 1.1em;
        font-weight: 600!important;
        margin-bottom: 6px;
    }
    .h-170{
        height: 170px;
    }
    .plitka-slide{
        height: 300px;
    }
    .slick-track {
        height: 300px;
    }
    .related-news .slick-track {
        max-height: 185px;
    }

}
@media (min-width: 768px){
    .more-news-wrapper{
        margin-bottom: 0px;
    }

    .news-relativity {
        right: 0;
    }
    .mid-bnr{
        height: 150px;

    }
    .related-news-area-item h4{
        font-size: 1rem!important;
        line-height: 1rem!important;
    }
    .menu-list{
        height: 55px;
    }
    .plitka{
        display: flex;
    }

    .plitka-slide{
        display: none
    }

    .news-feed-item.h-170 span{
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news-feed-item span{
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .menu-logo{
        background-size: 50%;
    }
    .news-block h1{
        font-size: 2em;
    }
    .flexslider-min{
        height: 75px;
    }
    .slider-block > div{
        height: 60px;
        overflow: hidden;
    }
    .slick-track {
        height: 110px;
    }
    .wrp{
        height: 11rem;
        overflow: hidden;
    }
    .reply-comment .ava_box{
        margin-left: -10px!important;
    }
    .comment-block .reply-comment {
        margin-left: 0px;
    }
    .comment-block .reply-comment {
        #margin-left: 0px;
        border-left: 1px solid #ccc;
        padding-left: 15px;
    }

    /* ------------------- views change ----------------------*/
    .news-feed.list >.news-feed-item.h-170{}
    .news-feed.list >.news-feed-item.h-170{
        height: auto;
        margin-bottom: 12px;
    }
    .news-feed.list >.news-feed-item.h-170 .col-6{
        width: 100%!important;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 60px!important;
        margin-bottom: 15px;
    }
    .news-feed.list >.news-feed-item.h-170 .col-6.h-100{
        display: none;
    }
    .news-feed.list .wrp{
        height: auto!important;
    }
    .news-feed.list >.news-feed-item.h-170 span{
        display: none;
    }
    .news-feed.list >.news-feed-item.h-170 dater{
        display: none;
    }
    .news-feed.list >.news-feed-item.h-170 dater.displ{
        display: inline;
    }
    .news-feed.list >.news-feed-item.h-170 dater.displ {
        display: inline;
        margin-left: -40px;
    }

    .news-feed.list >.news-feed-item.h-170 .news-feed-item-hdr{
        /*display: inline!important;*/
        padding-left: 7px;
        /*font-size: 1rem;*/
        font-size: 1.5rem;
        font-weight: 400!important;
        color: #444;
    }

    .news-feed.list >.news-feed-item.h-170 .date-news-bar {
        display: inline;
    }


    .news-feed.tile >.news-feed-item .date-news-bar{
        padding-left: 3px;
    }
    .news-feed.tile >.news-feed-item img{
        border-right: 1px solid white;
    }
    .news-feed.tile >.news-feed-item.h-170{
        width: 33.333%;
        float: left;
        margin: auto;
        height: 235px;
        overflow: hidden;
    }
    .news-feed.tile >.news-feed-item.h-170 .news-feed-item-hdr{
        display: block;
        color: black;
        padding: 3px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        line-height: 0.95rem;
        font-size: 1rem;
        font-weight: 400!important;
        height: 5rem;
    }
    .news-feed.tile >.news-feed-item.h-170 .col-6.h-100{
        padding: 0;
        height: auto!important;
        max-height: 135px;
    }
    .news-feed.tile >.news-feed-item.h-170 .col-6 span{
        display: none;
    }
    .news-feed.tile >.news-feed-item.h-170 .col-6{
        flex: 0 0 100%;
        max-width: 100%;
        height: inherit;
        max-height: 95px;
    }
    .infobar-ua .gray-link{
        padding-left: 1rem;
    }

    /*views change end*/
}

@media (min-width: 992px){
    .mid-bnr{
        height: 160px;

    }
    .olimpic {
        background-image: url("/assets/images/logo_olimpic.svg")!important;
    }
    .olimpic .a_main{
        width: 60%;
    }
    .olimpic .a_olimp{
        display: inline-block;
        width: 40%;
    }

    .nav-item:hover{
        border-bottom: solid 4px #056be9;
        color: #222;
    }
    .navbar{
        background: none;
    }
    #submenu {
        /*width: 100%;*/
        position: absolute;
    }
    #submenu li{
        margin: 0 7px;
    }
    .navbar-collapse{
        background-color: transparent;
        margin: 0;
        padding: 0;
        position: unset;
        margin: 0;
        padding: 0;
        min-width: max-content;
        max-width: 100%;
        /* top: 0; */
        /* right: 0; */
        border: 0;
        overflow: hidden;
    }
    .mid-bnr{
        height: 200px;

    }

    .nav-item{
        font-size: 1.3rem;
        border-bottom: solid 4px rgba(1,1,1,0);
    }
    .nav-link{
        padding-left: .3rem!important;
        padding: .5rem 1rem;
    }
    .menu-logo-small{
        height: 56px!important;
        height: 60px!important;
        max-width: 9%!important;
        flex: 0 0 9%!important;
        background-size: 90%;
        /*background-image: url("/assets/images/logoblue.svg")!important;*/
        /*background-image: url("/assets/images/logoblue.svg")!important;*/
    }
    .menu-logo{
        /*background-image: url("/assets/images/logoblue.svg");*/
        background-image: url("/assets/images/logoblue.svg");
        /*background-image: url("/assets/images/logo15.svg");*/
        /*background-image: url("/assets/images/logo__ny.svg");*/
        height: 100px;
        background-size: 80%;
        /*background-size: 100%;*/
    }

    .slide-big span{
        font-size: 1.4em;
        line-height: 1.2em;
        min-height: 100px;
    }
    .plitka{
        height: 290px;
        margin-top: 1px;
    }
    .slide-small>a>span{
        font-size: .9em;
        min-height: 60px;
    }
    .top-stick{
        height: 135px;
    }
    footer{
        display: block;
    }
    .more-links {
        font-size: inherit;
    }
    .infobar-ua .gray-link{
        padding-left: 2rem;
    }
    .infobar-ua {
        font-size: 0.75rem;
        padding-top: 3px;
    }

}

@media (min-width: 1208px) {
    #scroller{
        right: calc((100% - 1200px)/2 - 60px)  ;
    }
    #submenu li{
        margin: 0 14px;
    }
    .infobar-ua .gray-link{
        padding-left: 5rem;
    }
    .container, .row {
        /*border: 1px solid #eee;
        border-top: none;*/
    }
    .container{
        max-width: 1200px;
    }
    .mid-bnr{
        max-height: 250px;
        height: auto;
        overflow: hidden;
    }

    .infobar{
        font-size: 1.15em;
    }
    .infobar{
        font-size: 1.0em;
    }
    .lng-b-s {
        width: 108px;
        align-items: center;
    }
    .plitka{
        height: 390px;
    }
    .slide-big span{
        font-size: 1.8em;
        line-height: 1.2em;
        min-height: 100px;
        padding-bottom: 20px;
    }
    .plitka .slide-small > a > span{
        padding-bottom: 20px;
    }
    .slide-small>a>span{
        font-size: 1.0em;
        min-height: 70px;
    }
}
@media (min-width: 1023px) and (max-width: 1025px) {
    .top-bnr, .mid-bnr, .infobar{
        display: none!important;
    }
}

@media (min-width: 1790px) {
    .ushi{
        display: flex;
        overflow: hidden;
        /*right: 0;*/
        top: 100px;
        position: fixed;
        height: 600px;
        width: 300px;
    }
    .ushi.r{
        right: calc(( (100vw - 1200px) / 2 ) - 320px);
    }
    .ushi.l{
        left: calc(( (100vw - 1200px) / 2 ) - 320px);

    }

}
@media (max-width: 576px) {
    iframe[src*="youtube"]{
        height: auto;
    }

}