.blog-section {
	position: relative;
}

/* News block one */

.news-block-one {
	position: relative;
}

.news-block-one .inner-box {
	margin-bottom: 30px;
}

/*.news-block-one .image {
	position: relative;
	overflow: hidden;
}

.news-block-one .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #ffc10757;
}

.news-block-one:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}*/
.news-block-one {
  position: relative;
  overflow: hidden; /* Обеспечивает обрезание избыточного содержимого, если оно не помещается */
}

.news-block-one .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Пропорции 16:9 */
  overflow: hidden;
}

.news-block-one .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Обеспечивает масштабирование изображения с сохранением пропорций */
}

.news-block-one .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: #ffc10757;
}
.news-block-one img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.news-block-one:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-block-one .overlay a {
	background: url(/themes/expertkr/assets/img/exp-img.png) none repeat scroll 0 0;
	border-radius: 50%;
	color: #222;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);
	transform: translateX(0%) translateY(-30%) scale(0.5);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
}

.news-block-one .overlay a:hover {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	color: #ff4747;
}

.news-block-one:hover .overlay a {
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0%) scale(1);
	-ms-transform: translateX(0) translateY(0%) scale(1);
	transform: translateX(0) translateY(0%) scale(1);
}

.news-block-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.news-block-one:hover .overlay {
	opacity: 1;
}

.news-block-one .lower-content {
	position: relative;
	z-index: 9;
	background-color: #fff;
	padding-top: 30px;
}

.news-block-one .lower-content .category {
	margin-bottom: 15px;
}

.news-block-one .lower-content .category a {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding: 5px 10px;
	background-color: #ff4747;
}

.news-block-one .lower-content .post-meta {
	margin-bottom: 8px;
}

.news-block-one .lower-content .post-meta li {
	position: relative;
	color: #b8b8b8;
	font-size: 15px;
	padding-right: 8px;
	margin-right: 17px;
	margin-bottom: 2px;
	display: inline-block;
}

.news-block-one .lower-content .post-meta li:after {
	position: absolute;
	content: '/';
	color: #b8b8b8;
	right: -10px;
	top: 1px;
	font-size: 14px;
}

.news-block-one .lower-content .post-meta li:last-child::after {
	display: none;
}

.news-block-one .lower-content .post-meta li strong {
	color: #ff4747;
	font-weight: 500;
}

.news-block-one .lower-content .post-meta li span {
	color: #1a224d;
}

.news-block-one h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.news-block-one h4 a {
	color: #1a224d;
}

.news-block-one h4 a:hover {
	color: #e41f2c;
}

.news-block-one .text {
	margin-bottom: 15px;
}

.news-block-one .link-btn {
	position: relative;
}

.news-block-one .read-more-btn {
	font-size: 16px;
	font-weight: 600;
	color: #222;
}

.news-block-one .read-more-btn:hover {
	color: #ff4747;
}

.news-block-one .read-more-btn span {
	position: relative;
	top: 1px;
	left: 2px;
}
@accent:teal;

.wrap {
  width: 100%;
  margin: 25px auto;
}

.post {
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0;
  
  a {
    color: #1a224d;
    text-decoration: none;
    &:hover{
        color:lighten(@accent, 10%);
    }
  }
  
  .feat-img{
    /* Landscape phones and down */
    @media (max-width: 480px) {
      width: 100%;
      img {
        padding-bottom: 2%;
        display: block;
        margin: auto auto;
        text-align: center;
      }
    }
    width: 24%;
    float: left;
    margin-right: 2%;
    img {
      max-width: 100%;
      height: auto;
    }
  }
  article{
     /* Landscape phones and down */
    @media (max-width: 480px) {
      width: 100%;
    }
    width: 74%;
    float: left;
    
    header{
      p.author-cred {
        padding: .5em;
        color: #b9b7b7;
        font-size: 15px;
      }
      ul.cat {
      @media (max-width: 480px) {
          display: block;
          margin: auto auto;
          li {
            
          }
      }
        list-style:none;
        margin: 0;
        padding: 0;
        li {
          color: #ccc;
          display: inline-block;
          padding: 0px 5px 0px 0px;
          &:last-child {
            &:after{
              padding-left: 5px;
              content:none;
            }
          }
          &:after{
            padding-left: 5px;
            content: " / ";
          }
          a {
            color: @accent;
            text-decoration: none;
            &:hover{
              color:lighten(@accent, 10%);
            }
          }
        }
      }
    }
  }
  h2{
    font-size:175%;
    line-height: 1.5em;
    margin:.5em 0;
    a{
      color: #333;
    }
  }


  ul.tags{
      list-style: none;
      margin: 0;
      padding: 0;
      li {
        display: block;
        margin-top:2%;
          &:first-child {
            margin-top:0;
          }
        a {
          color: #fff !important;
          padding: .3em .65em;
          background: @accent;
          display: block;
          &:hover{
            background: darken(@accent, 15%);
          }
    }
    }
}

.more-link {
  @media (max-width: 480px) {
      width: 100%;
    text-align: center;
  }
  text-align: center;
  background: @accent;
  color: #fff !important;
  padding: .5em .75em;
  display: inline-block;
  float: right;
  &:hover {
    background: darken(@accent, 10%);
  }
}