

/* Start:/bitrix/templates/metall/styles/news.css?16887383126298*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #d7363c;
    border-right: 2px solid #d7363c;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.filter {
  flex-wrap: nowrap;
  margin-bottom: 35px;
}

.filter__search input {
  height: 42px;
  padding: 0 40px 0 15px;
  width: 100%;
  font-size: 14px;
  border: none;
}

.filter__search label {
  width: 100%;
  position: relative;
}

.filter__search label:before {
  position: absolute;
  right: 18px;
  top: 14px;
  content: '';
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/metall/styles/../assets/images/search.svg) no-repeat;
}

.news__item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  background: #fff;
  color: #000000;
  height: 180px;
  text-decoration: none;
  transition: all 0.3s;
}

.news__item:hover {
  box-shadow: 0 0 15px #cecece;
  text-decoration: none;
  color: #1f3249;
}

.news__item {
  height: 180px;
}

.news__item--main {
  height: 380px;
}

.news__image {
  position: relative;
}

.news__image img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
}



.news__image {
  width: 25%;
}

.news__content {
    width: 75%;
    padding: 25px 30px;
}

.news__item--main .news__image {
  width: 50%;
}

.news__item--main .news__content {
  width: 50%;
}

.news__infobar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news__date {
  display: inline-block;
  background-color: #1f3249;
  font-size: 12px;
  color: #ffffff;
  padding: 8px;
  text-transform: uppercase;
  margin-right: 8px;
}

.news__tags {
  display: inline-block;
  background-color: #e14e4e;
  font-size: 12px;
  color: #ffffff;
  padding: 8px;
  text-transform: uppercase;
}

.news__likes,
.news__views {
  font-weight: bold;
  position: relative;
  margin-left: 50px;
}

.news__likes:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 12px;
  background: url(/bitrix/templates/metall/styles/../assets/images/likes.png) no-repeat;
  top: 0;
  left: -25px;
}

.news__views:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 11px;
  background: url(/bitrix/templates/metall/styles/../assets/images/views.png) no-repeat;
  top: 0;
  left: -25px;
}

.news__title {
  margin-top: 20px;
}


@media (max-width: 1280px) {
  .news__item .news__content {
    padding: 20px 15px;
  }
  .news__likes, .news__views {
    margin-left: 30px;
  }
  .news__item--main .news__infobar {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
  }
  .page__content h2 {
    margin-bottom: 10px;
  }
}

/* End */


/* Start:/bitrix/templates/metall/styles/articles.css?16887383126113*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
 border: 1px solid #b9c1c9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #d7363c;
    border-right: 2px solid #d7363c;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.articles_wrap {
  background: #fff;
  padding: 50px;
  margin-top: 44px;
  margin-bottom: 44px;
}

.articles_wrap .page__header {
  padding-top: 0;
}

.filter {
  flex-wrap: nowrap;
  margin-bottom: 35px;
}

.filter__search input {
  height: 42px;
  padding: 0 40px 0 15px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #b9c1c9;
}

.filter__search label {
  width: 100%;
  position: relative;
}

.filter__search label:before {
  position: absolute;
  right: 18px;
  top: 14px;
  content: '';
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/metall/styles/../assets/images/search.svg) no-repeat;
}

.articles__item_wrap {

}

.articles__item {
  margin-bottom: 20px;
  background: #f5f5f5;
  color: #000000;
  height: 180px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  height: 255px;
}

.articles__item:hover {
  box-shadow: 0 0 15px #cecece;
  text-decoration: none;
  color: #1f3249;
}

.articles__content {
  padding: 0 30px;
}

.articles__infobar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articles__date {
  display: inline-block;
  background-color: #1f3249;
  font-size: 12px;
  color: #ffffff;
  padding: 9px;
  text-transform: uppercase;
  margin-right: -0.36em;
}

.articles__tags {
  display: inline-block;
  background-color: #e14e4e;
  font-size: 12px;
  color: #ffffff;
  padding: 9px;
  text-transform: uppercase;
}

.articles__right_side {
  margin-top: 20px;
}

.articles__likes,
.articles__views {
  font-weight: bold;
  position: relative;
  margin-right: 40px;
}

.articles__likes:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 12px;
  background: url(/bitrix/templates/metall/styles/../assets/images/likes.png) no-repeat;
  top: 0;
  left: -25px;
}

.articles__views:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 11px;
  background: url(/bitrix/templates/metall/styles/../assets/images/views.png) no-repeat;
  top: 0;
  left: -25px;
}

.articles__title {
  margin: 20px auto;
  font-size: 18px;
}


@media (max-width: 1280px) {
  .articles__item .articles__content {
    padding: 20px 15px;
  }
  .articles__likes, .articles__views {
    margin-left: 30px;
  }
  .page__content h2 {
    margin-bottom: 10px;
  }
}

/* End */
/* /bitrix/templates/metall/styles/news.css?16887383126298 */
/* /bitrix/templates/metall/styles/articles.css?16887383126113 */
