

/* Start:/local/templates/.default/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17564498543412*/
.emoji {
    display: inline;
    width: 1em;
    height: 1em;
    margin: 0 0.07em;
    padding: 0;

    vertical-align: -0.1em;

    background: 0 0;
    border: none;
    box-shadow: none;
}

.section-title {
    color: #262526;
    font-weight: 900;
    font-size: 3.2rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.03128;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media only screen and (max-width: 899px) {
    .section-title {
        font-size: 2rem;
    }
}

.global-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 24px;
}

@media only screen and (max-width: 899px) {
    .global-container {
        padding: 0 12px;
    }
}

.s-news {
    color: #333;
    font-size: 1.6rem;
    font-family: "Source Sans Pro";
    line-height: 1.7;
}

.preview-news-item {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.preview-news-item__wrapper-img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 300px;
    margin-right: 40px;

    text-decoration: none;
}

.preview-news-item__img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

.preview-news-item__content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: calc(100% - 340px);
}

.preview-news-item__date-add {
    margin-bottom: 6px;

    color: #515150;
    font-size: 1.3rem;
    line-height: 1.85615;
    text-transform: uppercase;
}

.preview-news-item__title-link {
    margin-bottom: 20px;

    text-decoration: none;
}

.preview-news-item__title {
    color: #262526;
    font-weight: 700;
    font-size: 2.4rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.135;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.preview-news-item__description {
    margin-bottom: 24px;

    color: #333;
    font-size: 1.6rem;
    line-height: 1.7;
}

.preview-news-item__more {
    padding: 3px 0;

    color: #f3ae00;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;

    border-bottom: 2px solid #f3ae00;

    transition: all 0.15s;
}

.preview-news-item__more:hover {
    color: #262526;

    border-color: #262526;
}
@media only screen and (max-width: 899px) {
    .preview-news-item__wrapper-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .preview-news-item__content {
        -webkit-align-items: center;
        align-items: center;
        width: 100%;

        text-align: center;
    }
}

.s-news__top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 42px;
    padding-bottom: 78px;

    border-bottom: 2px solid #d8d8d8;
}

.s-news__item {
    margin-bottom: 72px;
}

@media only screen and (max-width: 899px) {
    .s-news__top {
        padding-bottom: 42px;
    }
}


html {
    font-size: 10px!important;
}

.title-with-select {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    justify-content: space-between;
}
.title-with-select .select2-container {
    margin-bottom: 0px;
}
/* End */
/* /local/templates/.default/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17564498543412 */
