

/* Start:/bitrix/templates/hse_template/components/bitrix/news/news_template_utmn.news/bitrix/news.list/page_news/style.css?178767034818131*/
.article.image-bg {
    width: 100%;
    height: inherit;
    min-height: inherit;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.article {
    overflow: hidden;
    background: #fff;
}

article {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    -webkit-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.article.image-bg .article__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.article__image {
    width: 100%;
    height: 250px;
}

.article__image > a {
    display: block;
    line-height: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.article.image-bg .article__image img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 1;
}

.article .lazy-preview-wrp {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    filter: blur(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.article .lazy-preview-wrp img {
    filter: blur(20px);
    backface-visibility: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    z-index: 0;
}

.article__image img.loaded, .article__image img.lazy {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

article img, article .category, article .article_title, article a, article .category_title, article .month, article .day, article .year, article .opinion__text, article .opinion__name, article .media__count {
    position: relative;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

article img {
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.article__image img.lazy {
    opacity: 0;
}

.article.image-bg .category {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0px;
    color: #fff;
    z-index: 3;
}

.article .category {
    padding: 15px;
    color: #69717c;
    z-index: 3;
}

article .category {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #eff9fe;
    padding-bottom: 7px !important;
}

/*article .category_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-transform: uppercase;
}*/

article .category .date {
    text-align: center;
    padding-right: 20px;
    font-size: 14px !important;
}

article .category .date .month {
    position: relative;
    top: 5px;
}

article .category .date .day {
    font-size: 30px;
    line-height: 1em;
    text-decoration: none;
}

article .category .date .year {
    position: relative;
    top: -4px;
}

.article .category .category_title {
    position: relative;
    opacity: .99;
    z-index: 3;
}

.article.image-bg .category a {
    color: #ffffff;
}

.article .category .category_title a {
    color: #69717c;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: initial !important;
}

.article.image-bg .category .category_title a {
    color: #ffffff;
}

.article .category .category_title a:hover {
    color: #00aeef;
}

.article.image-bg .article_title {
    padding: 0px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    z-index: 3;
}

.article.image-bg .article_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15em;
    color: #fff;
    padding-top: 0;
    position: absolute;
    bottom: 30px;
}

article .article_title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

article .article_title {
    position: relative;
    padding-top: 20px;
    color: #000000;
    line-height: 1.25em;
    font-size: 18px;
}

.article .article_title {
    padding: 15px;
}

.article .article_title a {
    color: #000;
}

.article.image-bg .article_title a {
    color: #fff;
}

a.full {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.article.image-bg:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: '';
}

article.hover:hover {
    -webkit-transform: scale(1.015) translateZ(0);
    -ms-transform: scale(1.015) translateZ(0);
    -moz-transform: scale(1.015) translateZ(0);
    transform: scale(1.015) translateZ(0);
    -webkit-box-shadow: 0 0 20px rgba(0, 44, 73, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 44, 73, 0.1);
    box-shadow: 0 0 20px rgba(0, 44, 73, 0.1);
    z-index: 11;
}

.article.image-bg:hover .article_title a {
    color: #00aeef;
}

article.hover:hover .article_title a {
    color: #00aeef;
}

.article.image-bg:hover:after {
    opacity: 0.3;
}







#last-news .last-news_list.last-news_list_page-news.last-news_list-vote > li:nth-child(14n+1) {
  grid-area: unset; }

#last-news .last-news_list.last-news_list_page-news.last-news_list-vote > li:nth-child(14n+10) {
  grid-area: unset; }

#last-news {
  margin-top: 5px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebebeb; }
  #last-news.last-opinions {
    background-color: unset;
    margin-top: 0; }
    #last-news.last-opinions .article.image-bg .article_text {
      display: none; }
  #last-news .block-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #last-news .block-title .block-actions {
      font-size: 15px;
      font-weight: 400;
      line-height: 22.12px;
      text-decoration: underline; }
  #last-news .last-news_list {
    display: grid;
    grid-gap: 30px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-areas: "important_news important_news . ." ". . . ."; }
    #last-news .last-news_list > li {
      min-height: 500px;
      height: 100%;
      list-style: none;}
      #last-news .last-news_list > li .article:not(.event) {
        min-height: inherit;
        height: 100%; }
      #last-news .last-news_list > li:nth-child(1) {
        grid-area: important_news; }
      #last-news .last-news_list > li:nth-child(10) {
        grid-area: important_news2; }
    #last-news .last-news_list.last-news_list_page-news {
      grid-template-areas: ". . . ."; 
        padding-left: 18px;
        padding-right: 18px; }
      #last-news .last-news_list.last-news_list_page-news .empty-content {
        grid-area: auto /span 4 !important;
        background: #fff;
        text-align: center;
        padding: 60px 0;
        font-size: 18px;
        min-height: unset;
        box-sizing: border-box; }
      #last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+1) {
        grid-area: auto /span 2; }
      #last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+10) {
        grid-area: auto /span 2; }
      #last-news .last-news_list.last-news_list_page-news.ajax-content {
        padding-top: 30px; }

.button-wrapper {
  padding-top: 30px;
  text-align: center; }
  .button-wrapper button {
      border: none;
      outline: none;
    background: #00aeef;
    padding: 15px 50px;
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
      cursor: pointer; }
    .button-wrapper button:hover {
      opacity: 1; }

.loader-button {
  position: relative; }
  .loader-button .loader-spinner {
    position: absolute;
    display: none;
    top: 0;
    right: -5px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    line-height: 0;
    font-size: 0;
    pointer-events: none; }
  .loader-button:disabled {
    cursor: wait; }

.last-news {
    width: 100%;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 3px 8px 0px;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 3px 6px;
    background: #00aeef !important;
    color: #ffffff !important;
    border: 0 solid #00aeef !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left: 1px solid #ffffff;
    line-height: 21px !important;
}

.selectize-dropdown {
    display: block !important;
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    transition: opacity .2s ease,left 0s 0s,-webkit-transform .2s ease;
    transition: opacity .2s ease,transform .2s ease,left 0s 0s;
    transition: opacity .2s ease,transform .2s ease,left 0s 0s,-webkit-transform .2s ease;
    pointer-events: none;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left: 1px solid #ffffff;
    line-height: 21px !important;
}

.top-filter .top-filter__el-button button:hover {
    background: #00aeef;
    border-color: #00aeef;
    color: #ffffff;
}

.remove-btn.remove-sort-btn {
    display: none;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    vertical-align: top;
}

.blockUI.blockOverlay {
    opacity: 0 !important;
}

.blockUI.blockMsg.blockElement {
    top: -50px !important;
    width: unset !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none !important;
    background: unset !important;
}

.datepicker {
    z-index: 10000;
}

.datepicker.active {
    transition: opacity .2s ease,left 0s 0s,-webkit-transform .2s ease !important;
    transition: opacity .2s ease,transform .2s ease,left 0s 0s !important;
    transition: opacity .2s ease,transform .2s ease,left 0s 0s,-webkit-transform .2s ease !important;
}

.datepicker .datepicker--pointer {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

@media (max-width: 1299px) {
  .top-filter .top-filter__el-button button {
    padding: 5px 6px; } }

@media (max-width: 1199px) {
  #last-news .last-news_list {
    display: grid;
    grid-gap: 30px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-areas: ". . events"; }
    #last-news .last-news_list > li:nth-child(1) {
      grid-area: auto /span 2; }
    #last-news .last-news_list > li:nth-child(3) {
      grid-area: events; }
    #last-news .last-news_list > li:nth-child(7) {
      grid-area: auto /span 2; }
    #last-news .last-news_list.last-news_list_page-news {
      grid-template-areas: ". . events" ". . adv"; }
      #last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+1) {
        grid-area: auto /span 2; }
      #last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+10) {
        grid-area: unset; }
      #last-news .last-news_list.last-news_list_page-news > li:nth-child(3) {
        grid-area: events; }
      #last-news .last-news_list.last-news_list_page-news > li:nth-child(7) {
        grid-area: adv; }
    
    .top-filter__row {
        grid-template-areas: ". . ."; }
 }

@media (max-width: 992px) {
  #last-news {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ebebeb; }
  #last-news .last-news_list {
    grid-gap: 15px; }
  #last-news .last-news_list.last-news_list_page-news.ajax-content {
    padding-top: 15px; }
    
    body.body-main #last-news .last-news .more.main-more-link {
    padding-top: 15px; }
    
    @supports not (display: grid) {
        #last-news .last-news_list,
        #media-news .last-news_list {
          display: flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          justify-content: space-between !important; }
        #last-news .last-news_list > li,
        #media-news .last-news_list > li {
          width: calc( (100% / 2) - 7.5px) !important;
          margin-bottom: 15px !important; }
          #last-news .last-news_list > li:first-child,
          #media-news .last-news_list > li:first-child {
            width: 100% !important; }
          #last-news .last-news_list > li:nth-child(10),
          #media-news .last-news_list > li:nth-child(10) {
            width: 100% !important; }
        #last-news .last-news_list.last-news_list_page-news.ajax-content,
        #media-news .last-news_list.last-news_list_page-news.ajax-content {
          padding-top: 0px !important; }
        
        .top-filter__row {
          display: flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          justify-content: space-between !important; }
        .top-filter__el {
          width: calc( (100% / 2) - 7.5px) !important;
          margin-bottom: 15px !important; }
        .top-filter__el:nth-child(3) {
          order: 5;
          flex: 0 0 100%; }
    }
    
    .top-filter__row {
        grid-column-gap: 15px; }
}

@media (max-width: 879px) {
  .top-filter__row {
    grid-auto-columns: minmax(100px, 1fr) minmax(100px, 1fr) 265px; } }

@media (max-width: 767px) {
  #last-news .last-news_list {
    grid-template-areas: "a a" ". events" ". ." ". b"; }
  #last-news .last-news_list > li {
    min-height: 400px; }
  #last-news .last-news_list > li:nth-child(7) {
    grid-area: unset; }
  #last-news .last-news_list.last-news_list_page-news {
    grid-template-areas: ". ." ". ." ". adv"; }
    #last-news .last-news_list.last-news_list_page-news > li:nth-child(1) {
      grid-area: auto /span 2; }
    #last-news .last-news_list.last-news_list_page-news > li:nth-child(3) {
      grid-area: unset; }
    #last-news .last-news_list.last-news_list_page-news > li:nth-child(7) {
      grid-area: adv; }
  #last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+10) {
    grid-area: auto /span 2; }
    
    .top-filter__row {
        grid-auto-columns: minmax(100px, 1fr);
        grid-template-areas: ". ." ". ." "sort ."; }
    .top-filter__row .top-filter__el:nth-child(3) {
      grid-area: sort /span 2;
      margin-top: 15px; }
}

@media (max-width: 576px) {
  .top-filter .top-filter__el-button button.active {
    padding-right: 22px; } }
/* End */
/* /bitrix/templates/hse_template/components/bitrix/news/news_template_utmn.news/bitrix/news.list/page_news/style.css?178767034818131 */
