

/* Start:/local/templates/ugra-tv/components/bitrix/news.list/main/style.css?16075850393517*/
.news_content-addon {
    display: -webkit-inline-box;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width : 1440px) {
    .index-page__news .news_content-addon .news-regular {
        margin-right: 20px;
        flex-direction: row;
        background: white;
        -webkit-box-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: flex;
        margin-bottom: 20px;
        position: relative;
        float: left;
        width: calc(100% / 2 - 10px);
        transition: 0.2s;
    }
    .index-page__news .news_content-addon .news__item.news-regular:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width : 1440px) {

    .index-page__news .news_content-addon  .news-regular {
        margin-right: 20px;
        flex-direction: row;
        background: white;
        -webkit-box-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: flex;
        margin-bottom: 20px;
        position: relative;
        float: left;
        width: calc(100% / 2 - 10px);
        transition: 0.2s;
    }
    .index-page__news .news_content-addon .news__item.news-regular:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width : 1280px) {

    .news-page.inner-page .news_content-addon .news__item.news-regular.news__item-full-width {
        height: inherit;
    }

    .index-page__news .news_content-addon .news-regular {
        margin-bottom: 20px;
        background: white;
        justify-content: space-between;
        display: block;
        position: relative;
        float: left;
        width: calc(100% / 4 - 10px);
        transition: 0.2s;
        margin-right: 10px;
        height: 100%;
    }

    .index-page__news .news_content-addon .news__item.news-regular:nth-child(2n) {
        margin-right: 10px;
    }

    .index-page__news .news_content-addon .news__item.news-regular:nth-child(4n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width : 992px) {
    .index-page__news .news_content-addon .news-regular {
        margin-bottom: 20px;
        background: white;
        justify-content: space-between;
        display: block;
        position: relative;
        float: left;
        width: calc(100% / 2 - 10px);
        transition: 0.2s;
        margin-right: 10px;
        height: 100%;
    }

    .index-page__news .news_content-addon .news__item.news-regular:nth-child(2n) {
        margin-right: 00px;
    }

    .index-page__news .news_content-addon .news__item.news-regular:nth-child(4n) {
        margin-right: 0px;
    }

    .news-regular, .news_content-addon .news-regular  {
        background: white;
        justify-content: space-between;
        display: block;
        position: relative;
        float: left;
        width: calc(100% / 2 - 10px);
        transition: 0.2s;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 660px) {
    .index-page__news .news_content-addon .news-regular {
        margin-bottom: 20px;
        background: white;
        justify-content: space-between;
        display: block;
        position: relative;
        float: left;
        width: calc(100%);
        transition: 0.2s;
        margin-right: 0px !important;
    }
    .news-regular, .news_content-addon .news-regular {
        width: 100%;
        margin-right: 0;
    }
}
/* End */
/* /local/templates/ugra-tv/components/bitrix/news.list/main/style.css?16075850393517 */
