.-is-blog .content .column-center {
  padding: 0;
  background: none;
}

.blog-columns {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
}

.blog-post-list {
  position: relative;
  padding-bottom: 100px;
}

.blog-post-list:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/modules/Blog/public/front/img/preloader.gif) no-repeat center center;
  background-size: contain;
  left: 50%;
  margin-left: -15px;
  bottom: 30px;
  opacity: 0;
}

.blog-post-list.-request:after {
  opacity: 1;
}

.blog-columns .blog-left-column {
  width: 270px;
  z-index: 0;
  padding: 0 20px 0 0;
}

.blog-columns .blog-left-column:empty {
  display: none;
}

.blog-post {
  position: relative;
  padding: 0 0 20px 0;
}

.blog-post .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.blog-post .post-name {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 26px;
  color: #ca3537;
  position: relative;
}

.blog-post .post-name:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 22px;
  height: 2px;
  background: #de3533;
}

.blog-post .post-published-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9b9b9b;
  font-size: 15px;
}

.blog-post .post-published-date .icon {
  font-size: 16px;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
}

.blog-post .post-published-date .icon:before {
  content: "access_time";
}

.blog-post .post-author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9b9b9b;
  font-size: 15px;
}

.blog-post .post-author .icon {
  font-size: 16px;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
}

.blog-post .post-author .icon:before {
  content: "face";
}

.blog-post .post-anonce {
  font-size: 15px;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 160px;
  overflow: hidden;
  position: relative;
}

.blog-post .post-anonce > p:first-child {
  margin-top: 0;
}

.-is-blog .content .column-center {
  padding: 0;
  background: none;
}

.blog-columns {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
}

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

.blog-post-list {
  position: relative;
  padding-bottom: 100px;
}

.blog-post-list:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/modules/Blog/public/front/img/preloader.gif) no-repeat center center;
  background-size: contain;
  left: 50%;
  margin-left: -15px;
  bottom: 30px;
  opacity: 0;
}

.blog-post-list.-request:after {
  opacity: 1;
}

.blog-columns .blog-left-column {
  width: 300px;
  z-index: 0;
  padding: 20px 30px;
}

.blog-columns .blog-left-column:empty {
  display: none;
}

.blog-post {
  position: relative;
  padding: 0 0 20px 0;
}

.blog-post .inner {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
}

.blog-post .post-image {
  width: 280px;
  margin-right: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
}

.blog-post .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.blog-post .post-name:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 22px;
  height: 2px;
  background: #de3533;
}

.blog-post .post-published-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9b9b9b;
  font-size: 15px;
}

.blog-post .post-published-date .icon {
  font-size: 16px;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
}

.blog-post .post-published-date .icon:before {
  content: "access_time";
}

.blog-post .post-author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9b9b9b;
  font-size: 15px;
}

.blog-post .post-author .icon {
  font-size: 16px;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
}

.blog-post .post-author .icon:before {
  content: "face";
}

.blog-post .post-anonce {
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 160px;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  line-height: 23px;
  color: #535353;
}

.blog-post .post-anonce > p:first-child {
  margin-top: 0;
}

.blog-post .post-anonce > p:last-child {
  margin-bottom: 0;
}

.blog-post .post-anonce.-large:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(to top, #fff, transparent);
}

.blog-post.-first-post .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.blog-post.-first-post .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-post.-first-post .post-image {
  width: 140px;
}

.blog-post .post-anonce > p:last-child {
  margin-bottom: 0;
}

.blog-post .post-anonce.-large:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(to top, #fff, transparent);
}

.blog-post.-first-post .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.blog-post.-first-post .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 550px;
  overflow: hidden;
  border-radius: 8px;
}

.blog-post.-first-post .post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-animation: blog-scale 20s ease-out infinite;
  animation: blog-scale 20s ease-out infinite;
  background-size: cover;
  background-position: center center;
}

@-webkit-keyframes blog-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes blog-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.blog-post.-first-post .post-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.blog-post.-first-post .post-info.-without-image {
  background: #313131;
  height: auto;
}

.blog-post.-first-post .post-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 600px;
  padding: 40px;
}

.blog-post.-first-post .post-name {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 70px;
  text-decoration: none;
  display: block;
}

.blog-post.-first-post .post-name:before {
  left: 50%;
  margin: 0 0 0 -10px;
  bottom: -30px;
}

.blog-post.-first-post .post-published-date {
  font-weight: 400;
  color: #fff;
}

.blog-post.-first-post .post-author {
  color: #fff;
}

.blog-post.-first-post .post-after {
  margin-top: 20px;
}

.blog-post.-first-post .post-tags {
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 19px;
}

.blog-post.-first-post .post-tags .tag {
  color: #bababa;
  font-size: 14px;
  text-decoration: none;
  margin: 0 4px 0 0;
}

.blog-post.-first-post .post-tags .tag:hover {
  text-decoration: underline;
}

.blog-post.-first-post .post-after .post-published-date,
.blog-post.-first-post .post-after .post-author {
  color: #6b6b6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}

.blog-page .blog-columns {
  background: #fff;
}

.blog-page .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.blog-page .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-page .post-image {
  width: 140px;
}

.blog-page .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.blog-page .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.blog-page .blog-center-column {
  padding-bottom: 40px;
}

.blog-page .post-fulltext {
  padding: 0 30px 0 0;
  text-align: justify;
}

.blog-page .post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-animation: blog-scale 20s ease-out infinite;
  animation: blog-scale 20s ease-out infinite;
  background-size: cover;
  background-position: center center;
}

.blog-page .post-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.blog-page .post-info.-without-image {
  background: #313131;
  height: auto;
}

.blog-page .post-content {
  position: relative;
  max-width: 600px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.blog-page .post-name {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 70px;
  position: relative;
}

.blog-page .post-name:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: #de3533;
  left: 50%;
  margin: 0 0 0 -10px;
  bottom: -30px;
}

.blog-page .post-name:before {
  left: 0;
  margin: 0 0 0 5px;
  bottom: -30px;
}

.blog-page .post-published-date {
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.blog-page .post-author {
  color: #fff;
}

.blog-page .post-after {
  margin-top: 20px;
}

.blog-page .post-after .post-published-date,
.blog-page .post-after .post-author {
  color: #6b6b6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-page .post-published-date .icon {
  font-size: 16px;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
}

.blog-page .post-published-date .icon:before {
  content: "access_time";
}

.blog-page .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
}

.blog-page .post-author .icon {
  font-size: 16px;
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
}

.blog-page .post-author .icon:before {
  content: "face";
}

.blog-page .post-tags {
  margin-top: 10px;
  line-height: 19px;
}

.blog-page .post-tags .tag {
  color: #bababa;
  font-weight: 400;
  margin: 0 5px 0px 0;
  font-size: 13px;
  text-decoration: none;
}

.blog-page .post-tags .tag:hover {
  text-decoration: underline;
}

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

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

.blog-page .social-comments {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
.blog-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;
}

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

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

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

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

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

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

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

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

.other-blog-title {
  margin-top: 0;
}

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

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

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