

/* Start:/local/templates/.default/components/bitrix/news/news_tile/bitrix/news.list/years/style.css?17712935611537*/

.news-year {
    position: relative;
    margin: 0 -5px 25px -5px; }
.news-year:after {
    content: "";
    display: table;
    clear: both; }
.news-year__link {
    position: relative;
    display: table;
    float: left;
    text-decoration: none;
    height: 45px;
    padding: 0 14px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    user-select: none;
    cursor: pointer;
}
.news-year__link.active {
    background-color: #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 8px #014ea25e;
}
.news-year__number {
    display: table-cell;
    vertical-align: middle;
    font: 500 18px/120% "Open Sans", sans-serif; }

.news-tags__container{
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
.news-tags__tag{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    background: #e7f0f7;
    margin: 0 10px 0 0;
    padding: 0 0 2px 10px;
    border-radius: 9px;
    text-transform: lowercase;
    font-size: 14px;
    color: #014ea2;
    cursor: pointer;
}
.news-tags__tag:hover{
    transition: 0.3s;
    background: #80a2ef14;
}
.news-tags__tag a:hover{
    color: #9dcbff;
}
.news-tags__tag_name{
    margin: 0 9px 0 0;
}
.news-tags__tag_close{
    padding: 0 10px 0 5px;
    border-radius: 9px;
    display: none;
    color: #b90202;
}

.news-tags__tag.selected .news-tags__tag_close{
    display: inline-block;
}
.news-tags__tag.selected{
    box-shadow: 2px 2px 8px #014ea25e;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/news_tile/bitrix/news.list/.default/style.css?17712935611750*/
.news-block {
    display: flex;
    flex-wrap: wrap;
    margin: -25px -10px 0 -10px;
}
.news-block__wrap {
    display: flex;
    flex-direction: column;
    width: calc(33% - 20px);
    margin: 25px 10px 0 10px;
}
.news-block__img {
    width: 100%;
    height: 245.5px;
    border-radius: 10px;
    overflow: hidden;
}
.news-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}
.news-block__wrap:hover img {
    -webkit-transform: scale(107%);
    -moz-transform: scale(107%);
    -o-transform: scale(107%);
    filter: contrast(0.6);
}
.news-block__wrap:hover .news-block__title {
    opacity: 1;
    -webkit-transform: scale(100%);
    -moz-transform: scale(100%);
    -o-transform: scale(100%);
}

.news-block__title {
    opacity: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    bottom: 55%;
    width: 100%;
    -webkit-transform: scale(97%);
    -moz-transform: scale(97%);
    -o-transform: scale(97%);
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}
.news-block__text {
    font-size: 17px;
    margin: 10px 0 0 0;
}
.news-block__data {
    font-size: 16px;
    color: #5d5d5d !important;
    text-align: end;
    padding: 0 5px;
}

@media only screen and (max-width: 1024px) {
    .news-block__wrap {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 700px) {
    .news-block__wrap {
        width: calc(100% - 20px);
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/news_tile/bitrix/news.list/years/style.css?17712935611537 */
/* /local/templates/.default/components/bitrix/news/news_tile/bitrix/news.list/.default/style.css?17712935611750 */
