@charset "UTF-8";
.layout--news .page-content > .container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 1680px;
  min-width: 360px;
  padding: 0 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 1px;
}
@media only screen and (max-width: 1023px) {
  .layout--news .page-content > .container-fluid {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 599px) {
  .layout--news .page-content > .container-fluid {
    padding: 0 16px;
  }
}

.news-section > div {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1280px) {
  .news-section > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .news-section > div {
    padding: 0;
  }
}

.page-news {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .page-news {
    flex-wrap: wrap;
  }
}
.page-news__filters {
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 320px;
  margin-top: -10px;
}
@media only screen and (max-width: 1280px) {
  .page-news__filters {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 1023px) {
  .page-news__filters {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.page-news__wrap {
  flex-grow: 1;
  max-width: 1058px;
}
.page-news__item {
  padding: 46px 46px 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media only screen and (max-width: 1023px) {
  .page-news__item {
    padding: 24px 24px 20px;
  }
}
@media only screen and (max-width: 599px) {
  .page-news__item {
    padding: 16px;
  }
}
.page-news__item--heading {
  margin-bottom: 54px;
  border: 2px solid #e30613;
}
@media only screen and (max-width: 1280px) {
  .page-news__item--heading {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 599px) {
  .page-news__item--heading {
    margin-bottom: 20px;
  }
}
.page-news__item .item-hidden {
  display: none;
}
.page-news__title {
  font-size: 30px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1280px) {
  .page-news__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .page-news__title {
    font-size: 20px;
  }
}
.page-news__title a {
  color: #333333;
}
.page-news__title a:hover {
  color: #1681b4;
}
.page-news__text {
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (max-width: 1280px) {
  .page-news__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .page-news__text {
    font-size: 15px;
  }
}
.page-news__meta {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .page-news__meta {
    flex-wrap: wrap;
  }
}
.page-news__data {
  font-size: 14px;
  line-height: 1.3;
  color: #999;
  display: inline-block;
  margin: 0 2px 4px;
}
.page-news__tag {
  margin: 0 2px 4px;
}
@media only screen and (max-width: 767px) {
  .page-news__tag {
    flex-grow: 1;
  }
}
.page-news__tag a {
  display: inline-block;
  padding: 4px 10px 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #999;
  background-color: #f7f7f7;
  border-radius: 5px;
  transition: background 0.2s linear 0s, color 0.2s linear 0s;
}
.page-news__tag a:hover {
  background-color: #e30613;
  color: #ffffff;
}
.page-news__more-load {
  padding: 34px 0;
  text-align: center;
}
.page-news__more-load .btn {
  padding: 9px 20px 9px;
  color: #fff;
  font-weight: 500;
  font-family: MTSsans-Medium;
  font-size: 14px;
  border: 0;
  transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
  -webkit-appearance: none;
}

.page-back-news {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 0 30px;
}
.page-back-news a {
  color: #333333;
}
.page-back-news a:hover {
  color: #e30613;
}
.page-back-news span {
  font-size: 20px;
  line-height: 20px;
}
.page-back-news span::before {
  content: "←";
  font-size: 18px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  margin-right: 10px;
}

.page-article__content {
  margin-left: 25%;
  max-width: 58.333333%;
}
@media only screen and (max-width: 1280px) {
  .page-article__content {
    margin-left: 16.666666%;
    max-width: 66.666666%;
  }
}
@media only screen and (max-width: 1023px) {
  .page-article__content {
    margin-left: 0;
    max-width: 100%;
  }
}
.page-article__meta {
  margin-bottom: 30px;
}
.page-article__meta > div {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .page-article__meta > div {
    display: block;
    font-size: 14px;
  }
}
.page-article__meta img {
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
.page-article__meta span, .page-article__meta a {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .page-article__meta span, .page-article__meta a {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-article__date {
    margin-bottom: 10px;
  }
}
.page-article__tag {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .page-article__tag {
    padding-left: 0;
  }
}
.page-article__tag a {
  margin-right: 5px;
  color: #999999;
}
.page-article__tag a::after {
  content: ", ";
  display: inline;
}
.page-article__tag a:last-child {
  margin-right: 0;
}
.page-article__tag a:last-child::after {
  display: none;
}
.page-article__body img {
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .page-article__body {
    font-size: 16px;
  }
}

.filters-news {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .filters-news {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 599px) {
  .filters-news {
    flex-wrap: wrap;
  }
}
.filters-news__row {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .filters-news__row {
    width: 33.333333%;
    min-width: 280px;
  }
}
@media only screen and (max-width: 599px) {
  .filters-news__row {
    width: 100%;
    min-width: 100%;
  }
}
.filters-news__item {
  width: 100%;
}
.filters-news__item.hidden-item {
  width: 0;
  position: absolute;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .filters-news__item {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 599px) {
  .filters-news__item {
    margin: 0;
  }
}
.filters-news__item--small {
  width: 158px;
  padding-right: 5px;
}
@media only screen and (max-width: 1280px) {
  .filters-news__item--small {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .filters-news__item--small {
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .filters-news__item--small {
    padding-right: 5px;
  }
}
.filters-news__item--small + .filters-news__item {
  width: calc(100% - 158px);
}
@media only screen and (max-width: 1280px) {
  .filters-news__item--small + .filters-news__item {
    width: 50%;
  }
}
.filters-news .jq-selectbox__select-text {
  font-size: 17px;
}
@media only screen and (max-width: 1280px) {
  .filters-news .jq-selectbox__select-text {
    font-size: 15px;
  }
}
.filters-news .jq-selectbox li {
  font-size: 17px;
  padding-right: 0;
}
@media only screen and (max-width: 1280px) {
  .filters-news .jq-selectbox li {
    font-size: 15px;
  }
}
.filters-news .jq-selectbox li.selected::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 18px;
  background: url("/local/templates/ns_mts/images/svg/checked.svg");
  background-size: cover;
}

.checkbox-dropdown {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  transition: border-color 0.3s ease-in-out;
}
.checkbox-dropdown__current {
  cursor: pointer;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  height: 36px;
  padding: 0 30px 0 12px;
  font-size: 17px;
  line-height: 34px;
}
@media only screen and (max-width: 1280px) {
  .checkbox-dropdown__current {
    font-size: 15px;
  }
}
.checkbox-dropdown__current::after {
  content: " (" attr(data-count) ")";
  color: #e30613;
}
.checkbox-dropdown__current::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  background: url("https://www.mts.n3.by/local/templates/ns_mts/img/svg/s-arrow-r.svg") center no-repeat;
  transition: transform 0.3s ease 0s;
}
.checkbox-dropdown__list {
  z-index: 3;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
}
.checkbox-dropdown__list-scroll {
  padding: 0 12px;
  border: 1px solid #e4e4e4;
  border-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow-y: auto;
}
.checkbox-dropdown.js-open .checkbox-dropdown__current::before {
  transform: rotate(-180deg);
}
.checkbox-dropdown.js-open .checkbox-dropdown__list {
  opacity: 1;
  pointer-events: auto;
}
.checkbox-dropdown__item label {
  display: block;
  text-indent: -28px;
  padding-left: 28px;
  margin: 16px 0;
  font-size: 15px;
  line-height: 1;
  color: #666;
  font-family: "MTSsans-Medium", Arial, sans-serif;
}
.checkbox-dropdown__item label:hover .jq-checkbox {
  border: 1px solid #C3C3C3;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
}
.checkbox-dropdown .jq-checkbox {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
  border: 1px solid #e4e4e4;
  background: #fff;
  cursor: pointer;
}
.checkbox-dropdown .jq-checkbox.checked {
  border: 1px solid #C3C3C3;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
}
.checkbox-dropdown .jq-checkbox.checked .jq-checkbox__div {
  width: 14px;
  height: 14px;
  margin: -3px 0 0 2px;
  background: url("/local/templates/ns_mts/images/svg/checked.svg");
  background-size: cover;
}