.tlum__destop-block_hide {
    display: block !important;
}

.tlum__mobile-block_hide {
    display: none !important;
}

.hide-title {
    display: none;
}

.news-entry .article-title-container {
    margin: 5px 0 0;

    word-wrap: break-word;
}

.news-entry .thumbnail {
    width: 100%;
    height: 180px;

    border-radius: 5px;
}

.regular-news-body .news-entry .thumbnail {
	height: auto;
}

.news-entry .article-preview-text {
    margin-top: 4px;
    margin-bottom: 12px;

    text-transform: uppercase;

    color: #777;

    font-size: 12px;
    font-weight: normal;
}

.disc_items .article-title-container {
    height: 52px;
}

.blogs .article-title-container {
   max-height: 58px; /* 2 lines */
}

.news-body {
    word-wrap: break-word;
}

.regular-news-body main.main {
    width: 100%;
}

.news-entry .article-title {
    margin-bottom: 0;
}

.right-column__title {
    margin-top: 15px;
    margin-bottom: -6px;

    text-transform: uppercase;

    color: #35b6de;

    font-size: 18px;
    font-weight: bold;
}

.right-column__title-custom {
    margin-top: 15px;
    margin-bottom: -22px;

    text-transform: uppercase;

    color: #35b6de;

    font-size: 18px;
    font-weight: bold;
}

.right-column__wrapper {
    display: none;
}

.engageya-display-none {
    display: none;
}

.news-body .ads-banner-sidebar {
    display: none;
}

.ads-sidebar-second-banner {
    margin: 15px 0;
}

.v2__tags-items {
    display: block;
    clear: both;
}

.v2__tags-item {
    display: block;
    float: left;

    margin-right: 5px;
    margin-bottom: 5px;
    padding: 4px 10px;

    color: #5fafd2;
    border: 1px solid #e5e5e5;
    border-radius: 20px;

    font-size: 14px;
}

.v2__tags-item:last-child {
    margin-right: 0;
}

.v2__tags-container {
    display: grid;

    grid-template-columns: 25% 75%;
    grid-row-gap: 2px;
}

.v2__tags-title {
    padding-top: 5px;

    font-weight: bold;
}

.tlum-hypercomments_widget {
    margin-top: 5px;
}

.tlum-tests__news-container {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tlum-spot__container {
    margin: 5px 0;
}

.news-entry .ticket-promo{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.news-entry .ticket-promo .btn {
    margin: 0 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 8px;
}

.news-entry .ticket-promo .btn.btn--margined{
    margin-top: 15px;
}

.video__custom-code {
    padding-top: 20px;
    border-top: 1px solid #d1d8de;
}

/* bottom banner */
.news-banner-container {
    margin: 0;
    font-size: 0;    
    max-width: 1290px;
    position: relative;
    margin: 30px 0;
    padding: 30px 0 !important;
    text-align: center;       
}

/* bottom banner in /news */
.news-index .news-banner-container {
    margin: 0;
    font-size: 0;    
    max-width: 1290px;
    position: relative;
    margin: 30px 0;
    padding: 30px 0 10px !important;
    text-align: center;       
}

.news-index .news-banner-container.lenta-banner {
    margin: 0;
    font-size: 0;    
    max-width: 1290px;
    position: relative;
    margin: 30px 0;
    padding: 30px 0 !important;
    text-align: center;       
}

.news-banner-container img {
    margin: 0 auto !important;
}

.news-index .news-banner-container.lenta-banner img {
    margin: unset !important;
}

.news-banner-container:before {
    max-width: 1290px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 1px;
    background: #dadada;
    z-index: 1;
    top: 0;
}

.news-banner-container:after {
    max-width: 1290px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 1px;
    background: #dadada;
    z-index: 1;
    bottom: 0;    
}

.news-banner__title {
    position: absolute;
    top: -6px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    color: #999;
    font-size: 8px;
    background: #fff;
    z-index: 2;
    line-height: 13px;
    padding: 0 10px;
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 100;
    text-align: center;
}

/* end bottom banner */

.poloriz-widget-footer {
    margin-bottom: 45px;
}

.news-loading-container img {
    width: 10px;
    height: 10px;
    display: inline-block;
}

@media only screen and (max-width : 320px) { 
    .news-body main.main {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width : 480px) {
    .news-entry .thumbnail {
        height: 270px;
        margin-bottom: 20px;
    }
	
	.regular-news-body .news-entry .thumbnail {
        height: auto;
    }

    .news-entry .ticket-promo{
        margin-top: 0;
    }

    .v2__tags-container {
        grid-template-columns: 17% 83%;
    }

    .news-banner__title {
        font-size: 12px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .news-entry .article-title-container {
        margin: 10px 0 0 0;
    }

    .news-entry .article-preview-text {
        font-size: 14px;
    }

    .news-entry .thumbnail {
        float: left;

        height: 390px;
        margin-bottom: 20px;

        border-radius: 15px;
    }
	
	.regular-news-body .news-entry .thumbnail {
        height: auto;
    }

    .v2__tags-container {
        grid-template-columns: 12% 88%;
    }

    .v2__tags-item {
        font-size: 17px;
    }

    .news-entry .ticket-promo .btn.btn--margined{
        margin-top: 0;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .regular-news-body main.main {
        width: 868px;
    }

    .hide-title {
        display: block;
    }

    .tlum__destop-block_hide {
        display: none !important;
    }

    .tlum__mobile-block_hide {
        display: block !important;
    }

    .news-entry .thumbnail {
        height: 310px;
        border-radius: 15px;
    }

    .regular-news-body .news-entry .thumbnail {
        height: auto;
    }

    .right-column__wrapper {
        display: block;
    }

    .news-body .ads-banner-sidebar {
        display: block;
    }

    .v2__tags-container {
        grid-template-columns: 80px 85%;
    }

    .tlum-hypercomments_widget {
        margin-top: 12px;
    }

    .tlum-tests__news-container {
        margin-top: 12px;
    }

    .tlum-spot__container {
        margin: 12px 0 0;
    }
}