.news-list .news {
  position: relative;
  text-decoration: none;
  -webkit-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 0 1px #f0f0f0;
  box-shadow: 0 0 0 1px #f0f0f0;
  /* padding: 0 0 130px 0; */
}

.news-list .news-date {
  font-size: 12px;
  color: #999;
  padding: 20px 20px 10px 20px;
}

.news-list .news .news-image {
  position: relative;
  height: 200px;
  width: 100%;
  display: block;
}

.news-list .news .no-photo {
  text-align: center;
  display: block;
  line-height: 200px;
  font-size: 50px;
  color: #ca3537;
}

.news-list .news .news-image img {
  display: none;
}

.news-list .news .news-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.news-list .news .news-link {
  position: relative;
}

.news-list .news-title {
  font-size: 15px;
  font-weight: bold;
  height: 91px;
  overflow: hidden;
  margin: 0 0 15px 0;
  display: block;
  padding: 0 20px;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 160ms ease-out;
  transition: all 160ms ease-out;
}

.news-list .news-title:hover {
  color: #ca3537;
}

.news-list .news-list-subscribe-form {
  padding: 0;
  margin: 20px 0;
  position: relative;
}

.news-list .news-list-subscribe-form .inner {
  position: relative;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.news-list .news-list-subscribe-form .center-side {
  position: relative;
  padding: 30px;
}

.news-list .news-list-subscribe-form .left-side {
  background: #ca3537;
  padding: 120px 20px 60px 20px;
  color: #fff;
  overflow: hidden;
  width: 190px;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
}

.news-list .news-list-subscribe-form .left-side .form-label {
  display: none;
}

.news-list .news-list-subscribe-form .left-side:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/modules/News/public/front/img/email.svg) no-repeat bottom right;
  background-size: contain;
  top: 20px;
  left: 20px;
  pointer-events: none;
}

.news-list .news-list-subscribe-form .center-side .description {
  font-size: 14px;
  line-height: 17px;
  color: gray;
  margin: 0 0 30px 0;
}

.news-list .news-list-subscribe-form .center-side .field-label {
  font-size: 14px;
  font-style: italic;
}

.news-list .news-anonce {
  position: relative;
  padding: 20px;
  position: relative;
  padding: 25px 20px 20px 20px;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-list .news-anonce-content {
  font-size: 13px;
  line-height: 21px;
  color: #777;
}

.news-list .learn-more {
  color: #171717;
  text-decoration: none;
  padding: 20px 20px;
  display: block;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 160ms ease-out;
  transition: all 160ms ease-out;
}

.news-list .learn-more:hover {
  color: #ca3537;
}

.news-columns {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.news-column {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.news-left-column {
  width: 300px;
  padding: 0 30px 0 0;
}

.news-news-page .news-title-name {
  display: block;
}

.news-news-page .news-image {
  display: block;
  height: 340px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.news-news-page .heading-name {
  font-size: 16px;
  font-weight: normal;
  color: #2d2d2d;
}

.news-news-page .h-icon {
  margin-right: 6px;
  color: #ca3537;
}

.news-news-page .news-content {
  padding-bottom: 40px;
}

.news-author,
.news-published-date {
  color: #6f6f6f;
  font-size: 12px;
}

.news-news-page .news-published-date {
  font-size: 12px;
}

.news-news-page .share-buttons-text {
  margin: 35px 0 0 0;
  position: relative;
  border-top: 1px dashed #ccc;
  padding: 15px 0px;
  font-size: 13px;
}

.news-news-page .news-author-container {
  margin: 5px 0 30px 0;
  position: relative;
  background-color: #fffff0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0px;
  font-size: 13px;
}

.news-tags .tags-title,
.heading-data .heading-title,
.source-data .source-title {
  margin-right: 7px;
}

.news-tags,
.news-tags a,
.news .heading-data,
.heading-data a {
  font-size: 12px;
}

.news .source-data,
.source-data a {
  font-size: 12px;
}

.news-tags .comma {
  margin: 0 5px 0 0;
}

.news .heading-list .show-all {
  color: #2d2d2d;
  font-size: 14px;
  padding: 20px 10px;
  display: block;
}

.news .heading-list .show-all:hover {
  color: #ca3537;
}

.news .heading-list {
  position: relative;
  margin: 20px 0;
}

.news .heading-list .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.news .heading-list .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.news .heading-list .news-list .news {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  margin: 10px;
}

.news .heading-list .heading.-full-width {
  width: 100%;
}

.news .heading-list .heading-container {
  position: relative;
  padding: 0 10px 10px 10px;
}

.news .heading-list .heading-container:before {
  content: "";
  position: absolute;
  /* background: #f0f0f0; */
  /* background: red; */
  height: 100%;
  width: 1px;
  left: 0;
}

.news .heading-list .heading-name {
  font-size: 19px;
  color: #2d2d2d;
  text-decoration: none;
  margin: 20px 10px;
  display: inline-block;
}

.news .heading-list .heading-name:hover {
  color: #ca3537;
}

.news .heading-list .heading-quick-desc {
  margin-top: 10px;
}

.news .heading-list .heading-name .h-icon {
  margin-right: 6px;
  background: #191919;
  color: #ffffff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
}

.news-anonces-cell {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
}

.news-list-heading {
  position: relative;
}

.news-heading-page .news-list {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  margin: 1px 0 30px 0;
}

.news-heading-page .news-list .news {
  -moz-flex: 1 30%;
  -webkit-box-flex: 1;
  -ms-flex: 1 30%;
  flex: 1 30%;
  margin: 0 0 1px 1px;
  background: #fff;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.analogue-news-container {
  position: relative;
  clear: both;
  margin: 10px 0 30px 0;
  list-style: none;
}

.analogue-news-container h4 {
  font-size: 17px;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}

.analogue-news-container .news {
  margin: 0 0 30px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 130px;
}

.analogue-news-container .news .news-image {
  width: 172px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 12px;
}

.analogue-news-container .news .news-data {
  position: relative;
  height: 130px;
  margin-left: 190px;
  margin-right: 10px;
  overflow: hidden;
}

.analogue-news-container .news .news-data:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 16px #fff;
  box-shadow: 0 0 14px 16px #fff;
  z-index: 1;
}

.analogue-news-container .news-anonce {
  background: none;
  width: auto;
  position: relative;
  height: auto;
  bottom: inherit;
  padding: 10px 0 0 0;
  font-size: 13px;
  line-height: 15px;
}

.analogue-news-container .news .news-image > a,
.analogue-news-container .news .news-image .news-src {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.news-last-anonces-list .news-block {
  position: relative;
  min-height: 80px;
  margin: 0 0 20px 0;
}

.news-last-anonces-list .news-name {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin: 0 0 10px 0;
}

.news-anonces-cell-1 .news-anonce {
  max-height: 122px;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}

.news-anonces-cell-1 .news-anonce:before {
  content: "";
  position: absolute;
  background: #ccc;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0px;
}

.news-anonces-cell-1 .news-info {
  position: relative;
  text-align: right;
}

.news-anonces-cell-1 .show-more {
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
}

.news-anonces-cell-2 .news-image {
  width: 80px;
  height: 77px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.news-preload-image:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/public/img/spinner.gif);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
}

.news-preload-image.-loaded:before {
  display: none;
}

.news-anonces-cell-2 .news-anonce {
  padding-left: 90px;
  height: 76px;
  overflow: hidden;
  position: relative;
}

.news-anonces-cell-2 .news-anonce:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #ccc;
  left: 90px;
  right: 6px;
  bottom: 0px;
}

.news-last-anonces-list .news-anonce {
  font-size: 13px;
}

.news-anonces-cell-2 .news-info {
  padding-left: 90px;
  position: relative;
  text-align: right;
}

.news-anonces-cell-2 .show-more,
.news-anonces-cell-2 .published-date {
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
}

.news-anonces-cell .heading-name {
  color: #4e4e4e;
  font-size: 13px;
}

.other-news-list .other-news-title {
  position: relative;
  background: #efefef;
  padding: 100px 36px;
  display: block;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: -0.07em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.other-news-list .other-news-title:before {
  display: none;
}

.other-news-list .other-news {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 30px 0;
}

.other-news-list .other-news-image {
  display: block;
  position: relative;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  text-decoration: none;
}

.other-news-list .other-news-name {
  position: relative;
  margin: 4px 0;
}

.news-news-page .share-buttons {
  position: relative;
  margin: 0 0 40px 0;
}

.news-news-page .share-button {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  padding: 6px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #bdbdbd;
  margin: 0 10px 0 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.news-news-page .share-button svg {
  width: 100%;
  height: 100%;
  fill: #545454;
}

.news-news-page .share-button:hover svg {
  fill: #fff;
}

.news-news-page .share-buttons .vkontakte:hover {
  border-color: #4392d8;
  background: #4392d8;
}

.news-news-page .share-buttons .facebook:hover {
  border-color: #434dd8;
  background: #434dd8;
}

.news-news-page .share-buttons .twitter:hover {
  border-color: #75e2f5;
  background: #75e2f5;
}

.news-news-page .share-buttons .odnoklassniki:hover {
  border-color: #fd9107;
  background: #fd9107;
}

.news-news-page .share-buttons .google:hover {
  border-color: #e84242;
  background: #e84242;
}

.news .subscribe-box {
  position: relative;
  padding: 30px 0px 60px 0;
}

.news .subscribe-box .title {
  font-weight: 600;
  color: #363636;
  font-size: 25px;
  line-height: 41px;
  width: 250px;
}

.news .subscribe-box .news-subscribe-form {
  white-space: nowrap;
}

.news .subscribe-box .description {
  position: relative;
  margin: 30px 0 30px 0;
  font-size: 14px;
  line-height: 17px;
  color: gray;
}

.news .subscribe-box .email-input {
  margin: 0 10px 10px 0;
  padding: 15px 10px;
  font-size: 13px;
  width: 170px;
  display: inline-block;
  border-radius: 40px;
}

.news .subscribe-box .submit-input {
  padding: 16px 16px;
  display: inline-block;
  /* border-radius: 36px; */
}
