.top-lenta-main {
    background: #fff;
}

.top-lenta-main .top-lenta-shadow {
    position: relative;
    box-shadow: 0 3px 4px 0px rgba(100,100,100, 0.8);
}

.top-lenta {
    position: relative;
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 10px 0 5px;
    /*min-height: 76px;*/
    min-height: 64px;
    overflow: hidden;
    /*padding-bottom: 15px;*/
    padding-bottom: 0;
    width: 100%;
    background-color: #fff;    
    z-index: 10;
}

.tl-arrow {
    width: 40px;
    float: right;
    position: relative;
    border-left: 1px solid #C8C8C8;
    height: 38px;
    /*margin-top: 18px;*/
    margin-top: 13px;
    background: url(/desimages/tl_arrow.png) no-repeat 11px 14px;
    cursor: pointer;
}

.tl-arrow-close {
    background: url(/desimages/close_btn.png) 10px 10px no-repeat;
    border-left-color: transparent;
}



.tl-inner, .tl-inner-all {
    width: calc(100% - 40px);
    float: left;
}

.tl-inner-all {
    max-height: 400px;
}

.tl-inner .tl-item:first-child, 
.tl-inner .tl-item:nth-child(2) {
    display: block;
}

.tl-inner .tl-item {
    width: 50%;
    float: left;
    display: none;
}

.tl-item {
    /*margin-top: 9px;*/
    margin-top: 5px;
    padding-right: 20px;
}

/*#tl-inner.mCS_no_scrollbar .tl-item {
    margin-top: 5px;
}*/

.tl-item a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0px 13px;
    position: relative;
    color: #2E2E2E;
    font-size: 15px;
    text-decoration: none;
    line-height: 24px;
}

.tl-item a:hover {
    text-decoration: none;
    color: #53c4ca;
}

.tl-date {
    font-weight: bold;
    color: #a3a9ad;
    font-size: 11px;
    padding: 4px 13px 0px;
}

.tl-inner .tl-news {
    line-height: 22px;
}

.tl-news {
    padding-right: 30px;
    padding-bottom: 7px;
    padding-top: 4px;
    line-height: 22px;
}

.tl-node {
    font-size: 0px;
    white-space: nowrap;
}

.tl-inner-all .tl-item a:hover .tl-date {
    background-color: #eff1f0;
}

.tl-inner-all .tl-item a:hover .tl-news {
    text-decoration: none;
    color: #53c4ca;
    background-color: #eff1f0;
}

.tl-inner-all .tl-item a:hover .tl-node {
    padding: 4px 16px 0px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #b4bbc0;
}

.top-lenta-main .all_news {
    display: block;
    margin-left: 66px;
    /*margin-top: 22px;*/
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: normal;
}

.top-lenta-main .all_news:hover {
    text-decoration: underline;
}

.tl-inner .all_news {
    display: none;
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

#tl-inner.tl-inner-all .mCSB_container {
    padding-bottom: 15px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(163,169,173,0.7);
    filter: "alpha(opacity=70)";
    -ms-filter: "alpha(opacity=70)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 6px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e6eaed;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 6px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #53c4ca;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}