@charset "UTF-8";
body > header > div:first-child {
  border-bottom: none;
}

.scroll-hidden {
  overflow: hidden;
}

.mobile-header {
  background: #E6E6E6;
  position: static;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-header .mobile-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: #FFF;
}
.mobile-header .mobile-menu .mobile-menu-item {
  padding: 12px 0 14px;
  text-decoration: none;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-news-list {
  height: auto;
  scrollbar-color: #888 #FFF;
  scrollbar-width: thin;
  -ms-scrollbar-base-color: #888;
  scrollbar-base-color: #888;
  -ms-scrollbar-track-color: #FFF;
  scrollbar-track-color: #FFF;
  -ms-scrollbar-3dlight-color: #FFF;
  scrollbar-3dlight-color: #FFF;
  -ms-scrollbar-arrow-color: #FFF;
  scrollbar-arrow-color: #FFF;
}
.mobile-news-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.mobile-news-list::-webkit-scrollbar:vertical {
  width: 7px;
}
.mobile-news-list::-webkit-scrollbar-thumb {
  background-color: #888;
}
.mobile-news-list::-webkit-scrollbar-track {
  background-color: #FFF;
}
.mobile-news-list .mobile-news {
  box-sizing: border-box;
  font-family: Roboto, Arial, sans-serif;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-news-list .mobile-news picture,
.mobile-news-list .mobile-news .mobile-news__picture {
  display: none;
}
.mobile-news-list .mobile-news picture img,
.mobile-news-list .mobile-news .mobile-news__picture img {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.mobile-news-list .mobile-news .mobile-news__picture {
  display: block;
}
.mobile-news-list .mobile-news a {
  text-decoration: none;
  color: #000;
}
.mobile-news-list .mobile-news h2 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0;
}
.mobile-news-list .mobile-news time,
.mobile-news-list .mobile-news span {
  background: none;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #999;
}
.mobile-news-list .mobile-news footer {
  padding: 0.8rem 0 0 0;
  position: initial;
  color: initial;
  background: none !important;
}
.mobile-news-list .mobile-news footer time:after,
.mobile-news-list .mobile-news footer span:after {
  content: "·";
  display: inline-block;
  padding: 0 0.5rem;
}
.mobile-news-list .mobile-news footer span:last-child:after {
  content: "";
  display: inline-block;
  padding: 0;
}
.mobile-news-list .mobile-news:nth-child(1) {
  padding-top: 0;
  border-top: 0;
}
.mobile-news-list .mobile-news:nth-child(1) picture, .mobile-news-list .mobile-news:nth-child(4n) picture {
  display: inline-block;
  margin-bottom: 0.8rem;
  overflow: hidden;
  width: 100%;
  height: 80%;
}
.mobile-news-list .mobile-articles {
  border-top: 0;
  width: 70%;
  min-width: 70%;
}
.mobile-news-list .mobile-articles picture {
  height: 50%;
  display: block;
}

.mobile-title {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 28px;
  font-size: 2rem;
}
.mobile-title > a {
  text-decoration: none;
  color: #141414;
}
.mobile-title > a:hover {
  color: #123854;
}
.mobile-title > a.active {
  color: #C80000;
}

.comment-item {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  color: #141414;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item .image {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  overflow: hidden;
}
.comment-item .info {
  font-size: 1.6rem !important;
  color: #141414 !important;
}
.comment-item .info > span {
  display: flex;
  font-size: 1.4rem !important;
  color: #757575 !important;
}
.comment-item .button > div {
  text-transform: uppercase;
  color: #D5D5D5;
  cursor: pointer;
}
.comment-item .button > div.plus {
  color: #295C9D;
}
.comment-item .button > div.minus {
  color: #C80000;
}

.a-news-list .a-news-item {
  padding: 1rem 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  color: #141414;
}
.a-news-list .a-news-item:first-child {
  padding-top: 0;
}
.a-news-list .a-news-item a {
  color: #141414;
  text-decoration: none;
}
.a-news-list .a-news-item a:hover picture img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.a-news-list .a-news-item h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}
.a-news-list .a-news-item picture,
.a-news-list .a-news-item .mobile-news__picture {
  position: relative;
  display: block;
  overflow: hidden;
}
.a-news-list .a-news-item picture > img,
.a-news-list .a-news-item picture .mobile-news__image,
.a-news-list .a-news-item .mobile-news__picture > img,
.a-news-list .a-news-item .mobile-news__picture .mobile-news__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
.a-news-list .a-news-item picture > .info,
.a-news-list .a-news-item .mobile-news__picture > .info {
  position: absolute;
  top: 2rem;
  left: 0;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #FFF;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.a-news-list .a-news-item picture,
.a-news-list .a-news-item .mobile-news__picture.zab-pre-image {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.a-news-list .a-news-item .image-close picture,
.a-news-list .a-news-item .image-close .mobile-news__picture {
  display: none;
}
.a-news-list .a-news-item p > span {
  font-size: 1.4rem;
}
.a-news-list .a-news-item footer {
  color: #141414;
  background: none;
}
.a-news-list .a-news-item:hover h2, .a-news-list .a-news-item:hover p {
  color: #123854;
}
.a-news-list .a-news-item .info span:not(:last-child):after {
  content: "-";
  font-size: 1.2rem;
  display: inline;
  padding: 0 1rem;
  color: #939393;
}

.zab-back-opacity-red {
  background: rgba(200, 0, 0, 0.8);
}

.zab-social {
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}
.zab-social > div {
  display: block;
  float: left;
  border-radius: 0.2rem;
  margin-right: 0.7rem;
  padding: 0.5rem;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
.zab-social > div:last-child {
  margin-right: 0;
}
.zab-social .zab-social-vk {
  background: #4a76a8;
}
.zab-social .zab-social-vk > i {
  margin-top: 1px;
}
.zab-social .zab-social-fb {
  background: #4267b2;
}
.zab-social .zab-social-fb > i {
  margin-top: 1px;
}
.zab-social .zab-social-ok {
  background: #ee8208;
}
.zab-social .zab-social-ok > i {
  margin-top: 2px;
}
.zab-social .zab-social-tw {
  background: #1da1f2;
}
.zab-social .zab-social-tw > i {
  margin-top: 1px;
}
.zab-social .zab-social-vb {
  background: #655cac;
}
.zab-social .zab-social-vb > i {
  margin-top: 2px;
}
.zab-social .zab-social-wp {
  background: #1ebea5;
}
.zab-social .zab-social-wp > i {
  margin-top: 1px;
}

.l__read-more {
  font-family: "Open Sans", Tahoma, sans-serif;
  position: relative;
  /*width: 150px;*/
  /*padding: 1rem 1.5rem;*/
  width: 125px;
  padding: 1rem;
  background: #F1F1F6;
  color: #363636;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 960px) {
  .l__read-more {
    width: 100%;
  }
}
.l__read-more.l__read-more__left {
  margin: 1rem 1rem 1rem 0;
  float: left;
}
.l__read-more.l__read-more__right {
  margin: 1rem 0 1rem 1rem;
  float: right;
}
.l__read-more a {
  font-size: 1.2rem !important;
  color: #363636 !important;
  font-style: normal !important;
  display: inline-block !important;
}
.l__read-more a:hover {
  text-decoration: none !important;
}
.l__read-more:before {
  content: "ЧИТАЙТЕ";
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  font-weight: 700;
}
.l__read-more .l__read-more__image {
  margin-top: 1rem;
  display: block;
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.l__read-more .l__read-more__image > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  -webkit-transition: opacity 0.3s initial;
  -moz-transition: opacity 0.3s initial;
  -o-transition: opacity 0.3s initial;
  transition: opacity 0.3s initial;
}
.l__read-more .l__read-more__title {
  display: block;
  padding: 1rem 0;
  font-size: 1.2rem;
}

#zab-article {
  font-family: Roboto, Arial, sans-serif;
}
#zab-article article h1 {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #zab-article article h1 {
    font-size: 2.4rem;
  }
}
#zab-article article figure {
  height: 100%;
}
@media only screen and (max-width: 960px) {
  #zab-article article figure {
    margin-bottom: 1rem;
  }
}
#zab-article article figure picture.image {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ECEFF1;
  min-width: 100%;
  min-height: 264px;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  #zab-article article figure picture.image {
    margin-bottom: 1rem;
  }
}
#zab-article article figure picture.image > img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 411px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  #zab-article article figure picture.image > img {
    min-height: 320px;
  }
}
@media only screen and (max-width: 620px) {
  #zab-article article figure picture.image > img {
    min-height: 264px;
  }
}
#zab-article article .text {
  font-size: 1.8rem;
}
#zab-article article .text h2, #zab-article article .text h3, #zab-article article .text h4, #zab-article article .text h5, #zab-article article .text h6 {
  padding: 2rem 0;
}
#zab-article article .text p {
  line-height: 2.9rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  padding: 0.5rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  #zab-article article .text p {
    line-height: 2.5rem;
  }
}
#zab-article article .text a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #005AA0;
  font-style: italic;
}
#zab-article article .text a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 960px) {
  #zab-article article .text {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 960px) {
  #zab-article article .detail {
    padding: 0;
    border-bottom: 0;
  }
}
#zab-article article .rubrics {
  color: #757575;
  font-size: 1.4rem;
}
@media only screen and (max-width: 960px) {
  #zab-article article .rubrics {
    line-height: 24px;
    font-weight: 400;
  }
}
#zab-article article .rubrics a {
  text-decoration: none;
  color: #757575;
}

@media only screen and (max-width: 960px) {
  .comments-list ul:nth-child(1) li ul,
.comments-list ul:nth-child(2) li ul,
.comments-list ul:nth-child(3) li ul,
.comments-list ul:nth-child(4) li ul,
.comments-list ul:nth-child(5) li ul {
    margin-left: 1rem;
  }
}

/*# sourceMappingURL=mmain.css.map */
