

/* Start:/local/templates/mom_blog/components/bitrix/news/blog/bitrix/news.detail/blog2018/style.css?15373371285054*/
.blog-article {
  padding: 80px 20px;
}

.blog-article__body,
.blog-article__head,
.blog-article__share,
.blog-article__comments {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.blog-article__body,
.blog-article__share,
.blog-article__comments {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-article__head {}

.blog-article__back {
  text-align: center;
  margin-bottom: 20px;
}

.blog-article__author {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-article__author::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 1px;
  background-color: #ebebeb;
}
.blog-article__date,
.blog-article__tags {
  text-align: center;
  margin: 10px 0;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}
.blog-article__title {
  text-align: center;
  margin: 25px 0;
  font-family: acrom, sans-serif;
  letter-spacing: 2px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}
.blog-article__excerpt {
  margin: 25px 0 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.blog-article__cover {
  position: relative;
  overflow: hidden;
  height: 320px;
  margin: 0 -20px;
}
.blog-article__cover::before {
  content: "";
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}
.blog-article__cover img {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
}

.blog-article__body {}
.blog-article__body p {
  margin: 50px 0;
}
.blog-article__body .first-letter {
  float: left;
  font-size: 100px;
  line-height: 80px;
  margin-right: 20px;
}

.blog-article__video {
  position: relative;
}

.blog-article__video::before {
  content: "";
  display: block;
  height: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.blog-article__video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-article__media {
  margin: 50px 0;
}

.blog-article__media-desc {
  text-align: center;
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.blog-article__photo {
  text-align: center;
}
.blog-article__photo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.blog-author {}
.blog-author__photo {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.blog-author__photo img {
  width: 100%;
  height: auto;
}
.blog-author__name {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 500;
}

@keyframes show {
  0% {
    opacity: 0;
    filter: alpha(opacity=0)
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100)
  }
}


@media (min-width:992px) {
  .blog-article__head-wrap {
    position: relative;
    height: 1060px;
  }

  .blog-article__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 480px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    color: #000;
  }

  .blog-article__head::before,
  .blog-article__head::after {
    content: '';
    display: table;
  }

  .blog-article__head._on-cover {
    -webkit-animation: show 1s ease;
    animation: show 1s ease;
    color: #fff;
    z-index: 100;
  }

  .blog-article__cover {
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    z-index: 50;
    margin: 0;
    height: 560px;
  }
}

/* Article body forms */
.blog-article__form {
	text-align: center;
	width: 100%;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.blog-article__form p {
	margin: 10px 0 !important;
}
.blog-article__form .blog-article__form-title {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
}
.blog-article__form .blog-article__form-text {
	display: inline-block;
	margin: 20px 0;
}
.blog-article__body  .blog-article__form {
	margin: 25px 0;
	padding: 25px 0;
}
.article .article-body  .blog-article__form {
	margin: 50px 12%;
	padding: 25px;
	width: auto;
	max-width: 100%;
}	

@media (min-width:992px) {
	.blog-article__body  .blog-article__form {
		padding: 25px 180px;
	}
	.article .article-body  .blog-article__form {
		margin: 25px 24%;
		padding: 25px 180px;
	}
}


/*
  Old template styles
  TODO: move away somewhere
 */

.back-link {
  display:  inline-block !important;
}
.author .back-link {
  margin: 22px 10px;
  line-height: 25px;
  font-size: 20px;
  top: 70px;
  left: 220px;
}

.old-article-discuss,
.old-article-share {
  margin: 50px 12%
}

@media (min-width:992px) {
  .old-article-discuss,
  .old-article-share {
    margin: 50px 24%
  }
}

/* End */
/* /local/templates/mom_blog/components/bitrix/news/blog/bitrix/news.detail/blog2018/style.css?15373371285054 */
