﻿.literature-wrapper {
  margin-top: 10px;
  margin-bottom: 5px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .literature-wrapper {
      margin-top: 30px;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .literature-wrapper {
      margin-top: 0px;
      margin-bottom: 5px; } }
  @media (min-width: 1380px) {
    .literature-wrapper {
      margin-top: 0px;
      margin-bottom: 5px; } }

.news-wrapper {
  margin-bottom: 15px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .news-wrapper {
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .news-wrapper {
      margin-top: 0px;
      margin-bottom: 5px; } }
  @media (min-width: 1380px) {
    .news-wrapper {
      margin-top: 10px;
      margin-bottom: 10px; } }

.conversation-wrapper {
  margin-bottom: 35px; }
  .conversation-wrapper > .row > .col-xs-12 {
    padding: 0; }
    @media (min-width: 1024px) {
      .conversation-wrapper > .row > .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 768px) {
    .conversation-wrapper {
      margin-top: 40px;
      margin-bottom: 5px; } }
  @media (min-width: 1024px) {
    .conversation-wrapper {
      margin-top: 5px;
      margin-bottom: 0px; } }
  @media (min-width: 1380px) {
    .conversation-wrapper {
      margin-top: 40px;
      margin-bottom: 30px; } }

.conversation-block {
  padding: 30px 0 0;
  background: #eef2f5; }
  @media (min-width: 768px) {
    .conversation-block {
      margin-bottom: 35px; } }
  @media (min-width: 1024px) {
    .conversation-block {
      padding: 30px 30px 0 30px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .conversation-block .col-sm-6:nth-of-type(2n+1) .comment-block {
      float: right;
      width: 325px; }
    .conversation-block .col-sm-6:nth-of-type(2n) .comment-block {
      float: left;
      width: 325px; } }
  @media (min-width: 1024px) {
    .conversation-block .comment-block {
      padding: 0;
      padding-bottom: 0px;
      width: 420px;
      float: none; } }

.opinion-wrapper {
  margin-bottom: 35px; }
  .opinion-wrapper > .row > .col-xs-12 {
    padding: 0; }
    @media (min-width: 1024px) {
      .opinion-wrapper > .row > .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 768px) {
    .opinion-wrapper {
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .opinion-wrapper {
      margin-top: 20px;
      margin-bottom: 40px; } }
  @media (min-width: 1380px) {
    .opinion-wrapper {
      margin-top: 0px;
      margin-bottom: 70px; } }

.articleFilter .info {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
.articleFilter .bg-wrapper {
  display: none; }
  @media (min-width: 1024px) {
    .articleFilter .bg-wrapper {
      display: block; } }
.articleFilter img {
  display: block;
  max-width: 100%;
  max-height: 100%; }
  @media (min-width: 1024px) {
    .articleFilter img {
      display: none; } }
.articleFilter .bg-cover {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  background: #000;
  will-change: opacity;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  .articleFilter .bg-cover .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
.articleFilter.article-article .bg-wrapper:after, .articleFilter.article-article .article:after {
  background: #a13a78; }
.articleFilter.article-news .bg-wrapper:after, .articleFilter.article-news .article:after {
  background: #37bca5; }
.articleFilter.article-review .bg-wrapper:after, .articleFilter.article-review .article:after {
  background: #4f547f; }
.articleFilter.article-opinion .bg-wrapper:after, .articleFilter.article-opinion .article:after {
  background: #45bdc9; }
.articleFilter .btn-readmore {
  min-width: 220px;
  text-align: center;
  letter-spacing: 1.3px;
  display: none;
  position: relative; }
  .articleFilter .btn-readmore:after {
    content: '';
    background: #a13a78;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    will-change: height;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: height .5s cubic-bezier(0.785, .135, .15, .86);
    transition: height .5s cubic-bezier(0.785, .135, .15, .86); }
.articleFilter:hover .btn-readmore {
  color: #1d1d1d; }
.articleFilter:hover .btn-readmore:after {
  height: 10px; }

.article-main {
  width: 100%;
  position: relative;
  height: 480px;
  cursor: pointer;
  margin-bottom: 30px;
  display: block; }
  @media (min-width: 1024px) {
    .article-main {
      height: 600px;
      margin-bottom: 20px; } }
  .article-main .bg-wrapper {
    display: block; }
  .article-main:hover .bg-wrapper .bg-cover {
    opacity: 0; }
  .article-main .bg-wrapper {
    width: 100%;
    height: 100%; }
  .article-main .info {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .article-main .info {
        width: 900px;
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .article-main .info {
        width: 900px;
        padding: 0 15px; } }
    @media (min-width: 1380px) {
      .article-main .info {
        width: 1350px;
        padding: 0 15px; } }
    .article-main .info .article {
      color: #fff;
      padding: 15px 25px;
      position: relative;
      bottom: 0;
      z-index: 1; }
      @media (min-width: 768px) {
        .article-main .info .article {
          width: 682px;
          padding: 25px 0;
          margin: 0 auto; } }
      @media (min-width: 1024px) {
        .article-main .info .article {
          width: 900px;
          padding: 25px 390px 25px 0; } }
      @media (min-width: 1380px) {
        .article-main .info .article {
          width: 100%;
          padding: 25px 655px 25px 75px; } }
      .article-main .info .article:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 120px;
        z-index: -1; }
        @media (min-width: 768px) {
          .article-main .info .article:after {
            width: 590px;
            left: -40px; } }
        @media (min-width: 768px) {
          .article-main .info .article:after {
            width: 590px;
            left: -40px; } }
        @media (min-width: 1380px) {
          .article-main .info .article:after {
            width: 740px;
            left: 0; } }
      .article-main .info .article .title {
        font-weight: 800;
        letter-spacing: 1px;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 4px;
        text-transform: uppercase; }
      .article-main .info .article .description {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .article-main .info .article .author {
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 600; }

.article-big {
  margin-bottom: 105px;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer; }
  .article-big img {
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .article-big {
      margin-bottom: 120px;
      height: 480px; } }
  @media (min-width: 1024px) {
    .article-big {
      margin-bottom: 90px;
      height: 480px; } }
  @media (min-width: 1380px) {
    .article-big {
      height: 730px; } }
  .article-big:hover .bg-wrapper .bg-cover {
    opacity: 0; }
  .article-big .bg-wrapper {
    width: 100%;
    height: 270px;
    position: absolute; }
    @media (min-width: 1024px) {
      .article-big .bg-wrapper {
        height: 480px; } }
    @media (min-width: 1380px) {
      .article-big .bg-wrapper {
        height: 730px; } }
  .article-big .info {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%; }
    .article-big .info .article {
      color: #fff;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: -85px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 3;
      padding: 10px 15px; }
      @media (min-width: 768px) {
        .article-big .info .article {
          bottom: -40px;
          padding: 25px 15px; } }
      @media (min-width: 1024px) {
        .article-big .info .article {
          padding: 25px 15px;
          width: 740px; } }
      .article-big .info .article:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 160px;
        z-index: -1; }
      .article-big .info .article .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 800;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 768px) {
          .article-big .info .article .title {
            width: 682px; } }
        @media (min-width: 1024px) {
          .article-big .info .article .title {
            width: 100%;
            margin-bottom: 15px; } }
      .article-big .info .article .description {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 768px) {
          .article-big .info .article .description {
            margin-bottom: 15px;
            width: 682px; } }
        @media (min-width: 1024px) {
          .article-big .info .article .description {
            width: 100%; } }
      .article-big .info .article .author {
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 768px) {
          .article-big .info .article .author {
            width: 682px; } }
        @media (min-width: 1024px) {
          .article-big .info .article .author {
            width: 100%;
            margin-bottom: 0px; } }

.article-middle {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .article-middle {
      padding: 0;
      margin: 40px 0;
      height: 370px; } }
  .article-middle img {
    border-bottom: 10px solid #a13a78;
    position: relative;
    z-index: 2; }
  .article-middle:hover {
    color: #1d1d1d; }
    .article-middle:hover .bg-wrapper .bg-cover {
      opacity: 0; }
    .article-middle:hover .bg-wrapper:before {
      width: 0; }
    @media (min-width: 1024px) {
      .article-middle:hover .bg-wrapper:after {
        width: calc(100% + 360px); } }
    @media (min-width: 1380px) {
      .article-middle:hover .bg-wrapper:after {
        width: calc(100% + 360px); } }
    @media (min-width: 1024px) {
      .article-middle:hover .info .author {
        display: block;
        opacity: 1; } }
  .article-middle .bg-wrapper {
    height: 370px;
    float: left;
    position: relative; }
    @media (min-width: 1024px) {
      .article-middle .bg-wrapper {
        width: calc(100% - 360px); } }
    @media (min-width: 1380px) {
      .article-middle .bg-wrapper {
        width: 740px; } }
    .article-middle .bg-wrapper:before {
      width: 250px;
      top: 0;
      left: 100%;
      height: 100%;
      background: rgba(54, 188, 164, 0.3);
      content: '';
      z-index: -1;
      position: absolute;
      will-change: width;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: width .5s cubic-bezier(0.785, .135, .15, .86);
      transition: width .5s cubic-bezier(0.785, .135, .15, .86); }
      @media (max-width: 1024px) {
        .article-middle .bg-wrapper:before {
          content: unset; } }
    .article-middle .bg-wrapper:after {
      content: '';
      width: 100%;
      top: 100%;
      left: 0;
      height: 10px;
      position: absolute;
      will-change: width;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: width .5s cubic-bezier(0.785, .135, .15, .86);
      transition: width .5s cubic-bezier(0.785, .135, .15, .86); }
  @media (min-width: 768px) and (max-width: 1024px) {
    .article-middle .bg-block-wrapper {
      position: relative; }
      .article-middle .bg-block-wrapper:after {
        content: '';
        height: 10px;
        position: absolute;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 0; } }
  @media (max-width: 1024px) {
    .article-middle .bg-block-wrapper {
      overflow: hidden;
      background: rgba(54, 188, 164, 0.3); } }
  @media (min-width: 1024px) and (max-width: 1380px) {
    .article-middle .bg-block-wrapper {
      width: calc(50% + 435px);
      position: absolute; } }
  .article-middle .info-wrapper {
    overflow: hidden; }
    @media (max-width: 768px) {
      .article-middle .info-wrapper {
        width: 100%;
        margin: 0 auto; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .article-middle .info-wrapper {
        width: 682px;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .article-middle .info-wrapper {
        height: 100%; } }
    @media (min-width: 1024px) and (max-width: 1380px) {
      .article-middle .info-wrapper {
        width: 870px;
        margin: 0 auto; } }
  .article-middle .info {
    z-index: 10;
    float: left;
    position: relative;
    padding: 20px 25px 0 25px; }
    @media (min-width: 768px) {
      .article-middle .info {
        padding: 20px 0 0;
        float: left;
        width: 682px; } }
    @media (min-width: 1024px) {
      .article-middle .info {
        height: 100%;
        width: 360px;
        float: right;
        display: block;
        padding: 30px 0px 0px 40px; } }
    @media (min-width: 1380px) {
      .article-middle .info {
        width: 580px;
        padding: 60px 110px 0px 40px; } }
    @media (min-width: 1024px) {
      .article-middle .info .article {
        height: 170px; } }
    .article-middle .info .article .title {
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 30px; }
      @media (min-width: 1024px) {
        .article-middle .info .article .title {
          margin-bottom: 20px; } }
      @media (min-width: 1380px) {
        .article-middle .info .article .title {
          font-size: 26px;
          line-height: 30px; } }
    .article-middle .info .article .description {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 0; }

      @media (min-width: 1024px) {
        .article-middle .info .article .description {
          line-height: 20px; } }
    
      @media (min-width: 1380px) {
        .article-middle .info .article .description {
          font-size: 18px; } }
    .article-middle .info .btn-readmore {
      display: none; }
      @media (min-width: 1024px) {
        .article-middle .info .btn-readmore {
          display: inline-block;
          margin: 30px 0 0px 0px;
          float: right; } }
      @media (min-width: 1380px) {
        .article-middle .info .btn-readmore {
          margin: 25px 0 0px 100px;
          float: left; } }
    .article-middle .info .author {
      display: none;
      color: #949494;
      letter-spacing: 1px;
      font-size: 12px;
      line-height: 15px;
      opacity: 0;
      font-weight: 600;
      margin-bottom: 0;
      -webkit-transition: color linear .3s, -webkit-transform cubic-bezier(0.785, .135, .15, .86) .3s;
      transition: color linear .3s, -webkit-transform cubic-bezier(0.785, .135, .15, .86) .3s;
      transition: transform cubic-bezier(0.785, .135, .15, .86) .3s, color linear .3s;
      -webkit-transition: -webkit-transform cubic-bezier(0.785, .135, .15, .86) .3s, color linear .3s, -webkit-transform cubic-bezier(0.785, .135, .15, .86);
              transition: transform cubic-bezier(0.785, .135, .15, .86) .3s, color linear .3s, -webkit-transform cubic-bezier(0.785, .135, .15, .86);
      position: absolute;
      font-size: 12px;
      line-height: 15px; }
      @media (min-width: 1024px) {
        .article-middle .info .author {
          bottom: 20px;
          left: 40px; } }
  .article-middle.right img {
    float: right; }
  .article-middle.right .bg-wrapper {
    float: right; }
    .article-middle.right .bg-wrapper:before {
      right: 100%;
      left: auto; }
    .article-middle.right .bg-wrapper:after {
      right: 0;
      left: auto; }
  @media (min-width: 1024px) and (max-width: 1380px) {
    .article-middle.right .bg-block-wrapper {
      width: calc(50% + 435px);
      position: absolute;
      right: 0; } }
  .article-middle.right .info {
    float: right; }
    @media (min-width: 768px) {
      .article-middle.right .info {
        float: left; } }
    .article-middle.right .info .btn-readmore {
      display: none; }
      @media (min-width: 1024px) {
        .article-middle.right .info .btn-readmore {
          display: block;
          float: left; } }
      @media (min-width: 1380px) {
        .article-middle.right .info .btn-readmore {
          float: right;
          margin: 25px 100px 0px 0px; } }
    .article-middle.right .info .author {
      bottom: 20px; }
      @media (min-width: 1024px) {
        .article-middle.right .info .author {
          left: 0px; } }
      @media (min-width: 1380px) {
        .article-middle.right .info .author {
          left: 110px; } }
    @media (min-width: 1024px) {
      .article-middle.right .info {
        float: left;
        width: 360px;
        padding: 30px 40px 0px 0px; } }
    @media (min-width: 1380px) {
      .article-middle.right .info {
        width: 580px;
        padding: 60px 40px 0px 110px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .odd-wrapper {
    padding-left: 0; }
    .odd-wrapper .article-small {
      float: right; }
    .odd-wrapper .info {
      float: right;
      width: 325px;
      height: 90px; }
  .even-wrapper {
    padding-right: 0; }
    .even-wrapper .article-small {
      float: left; }
    .even-wrapper .info {
      float: left;
      height: 90px;
      padding-left: 0; } }

.article-small {
  margin: 0px auto;
  overflow: hidden;
  max-width: 420px;
  height: 330px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-bottom: 15px; }
  .article-small .description {
    margin-bottom: 0px; }
  @media (min-width: 1024px) {
    .article-small {
      height: 420px;
      padding-bottom: 0;
      margin-bottom: 30px; } }
  .article-small .btn-readmore {
    bottom: 10px; }
  .article-small.article-news .info .btn-readmore:after {
    background: #37bca5; }
  .article-small.article-review .info .btn-readmore:after {
    background: #4f547f; }
  .article-small.article-review .btn-readmore {
    bottom: 0px; }
  .article-small.article-opinion .info .btn-readmore:after {
    background: #45bdc9; }
  .article-small.article-opinion .btn-readmore {
    bottom: 0px; }
  .article-small:hover .bg-wrapper .bg-cover {
    opacity: 0; }
  @media (min-width: 1024px) {
    .article-small:hover .bg-wrapper:after {
      width: 100%; } }
  .article-small:hover .btn-readmore {
    color: #1d1d1d; }
  .article-small:hover .btn-readmore:after {
    height: 10px; }
  .article-small .bg-wrapper {
    width: 100%;
    height: 180px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 768px) {
      .article-small .bg-wrapper {
        height: 240px; } }
    .article-small .bg-wrapper:after {
      content: '';
      background: #a13a78;
      width: 0;
      top: 100%;
      left: 0;
      height: 10px;
      position: absolute;
      will-change: width;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: width .5s cubic-bezier(0.785, .135, .15, .86);
      transition: width .5s cubic-bezier(0.785, .135, .15, .86); }
  .article-small .info {
    color: #1d1d1d;
    z-index: 10;
    padding-top: 10px;
    margin-top: 10px; }
    @media (max-width: 470px) {
      .article-small .info {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 1024px) {
      .article-small .info {
        padding-left: 0px;
        padding-right: 0px; } }
    .article-small .info .article .title {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 5px;
      text-overflow: ellipsis;
      overflow: hidden;
      max-height: 48px;
      white-space: nowrap; }
    .article-small .info .author {
      color: #949494;
      letter-spacing: 1px;
      font-size: 12px;
      line-height: 24px;
      font-weight: 600; }
  .article-small .btn-readmore {
    display: none;
    position: absolute;
    bottom: 0;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .article-small .btn-readmore {
        display: inline-block; } }
    .article-small .btn-readmore:after {
      content: '';
      background: #a13a78;
      width: 100%;
      height: 100%;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: -1;
      position: absolute;
      will-change: height;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: height .5s cubic-bezier(0.785, .135, .15, .86);
      transition: height .5s cubic-bezier(0.785, .135, .15, .86); }

.adphoto {
  margin-bottom: 30px;
  max-width: 100%;
  max-height: 100%; }

.adphoto {
  height: 320px; }
  @media (min-width: 1024px) {
    .adphoto {
      height: 420px;
      width: 420px; } }

.comment-block {
  padding: 0 25px;
  margin: 0px auto 30px; }
  @media (min-width: 768px) {
    .comment-block {
      margin-bottom: 40px;
      padding: 0; } }
  .comment-block .comment-block {
    margin-left: 10%; }
  .comment-block .img-wrapper {
    display: inline-block;
    float: left;
    margin-right: 20px; }
  .comment-block .comment-body {
    overflow: hidden;
    line-height: 1; }
    @media (min-width: 1024px) {
      .comment-block .comment-body {
        width: 200px; } }
    @media (min-width: 1024px) {
      .comment-block .comment-body {
        width: 280px; } }
    @media (min-width: 1380px) {
      .comment-block .comment-body {
        width: 300px; } }
  .comment-block .comment-name {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    vertical-align: top;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: -1px;
    margin-bottom: 5px; }
  .comment-block .comment-content {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px; }
  .comment-block .comment-date {
    color: #949494;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0; }

.opinionList-block {
  background: #eef2f5;
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .opinionList-block {
      padding: 30px 20px; } }
  @media (min-width: 1024px) {
    .opinionList-block {
      padding: 30px 20px 0px 20px; } }
  @media (min-width: 1380px) {
    .opinionList-block {
      padding: 25px 20px; } }
  .opinionList-block .opinion-block {
    overflow: hidden;
    padding: 0 25px;
    margin: 0px auto 25px; }
    @media (min-width: 768px) {
      .opinionList-block .opinion-block {
        padding: 0;
        width: 680px; } }
    @media (min-width: 1024px) {
      .opinionList-block .opinion-block {
        margin-bottom: 30px;
        padding: 0;
        width: 100%; } }
    .opinionList-block .opinion-block .info {
      overflow: hidden; }
    .opinionList-block .opinion-block:before {
      content: '“';
      color: #45bdc9;
      font-size: 72px;
      line-height: 62px;
      width: 45px;
      margin-right: 5px;
      font-weight: 900;
      letter-spacing: 6px;
      float: left; }
    .opinionList-block .opinion-block .info .opinion-name {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 1px;
      font-weight: bold;
      display: block; }
    .opinionList-block .opinion-block .info .opinion-title {
      font-size: 15px;
      line-height: 1.33;
      margin-bottom: 5px; }
    .opinionList-block .opinion-block .info .opinion-date {
      color: #949494;
      font-size: 12px;
      line-height: 2;
      letter-spacing: 1px; }

.decorate-block {
  display: none;
  height: 570px; }
  @media (min-width: 1380px) {
    .decorate-block {
      display: block; } }
  .decorate-block.lg {
    height: 550px; }
  .decorate-block .bg-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("https://api.fnkr.net/testimg/420x570/00CED1/FFF/?text=img+placeholder") no-repeat;
    background-size: cover;
    background-position: center center; }
  .decorate-block .info .article {
    color: #fff;
    text-align: center;
    width: 330px;
    padding: 15px 35px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3; }
    .decorate-block .info .article .title {
      font-size: 24px;
      line-height: 1.25;
      margin: 0 0 10px 0;
      text-transform: uppercase;
      font-weight: 800; }
    .decorate-block .info .article .description {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 5px; }
  .decorate-block .info .bar {
    position: absolute;
    bottom: -40px;
    z-index: 2;
    background: #37bca5;
    width: 330px;
    height: 130px;
    left: 0;
    right: 0;
    margin: auto; }
  .decorate-block.lg .article {
    width: 480px; }
  .decorate-block.lg .bar {
    width: 480px;
    height: 130px; }
