.categoty_post .categoty_title{
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
}
.categoty_post .categoty_title a{
    display: inline-block;
    background-color: #000;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 500;
    width: 100%;
}
.categoty_post{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  }
.categoty_post .post-cat{
  position: relative;
  width: 33.333%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
  -moz-border-image: url('https://narodna-pravda.ua/wp-content/themes/narodna-pravda/images/line.png') 30 round round;
  -webkit-border-image: url('https://narodna-pravda.ua/wp-content/themes/narodna-pravda/images/line.png') 30 round round; 
  -o-border-image: url('https://narodna-pravda.ua/wp-content/themes/narodna-pravda/images/line.png') 30 round round;
  border-image: url('https://narodna-pravda.ua/wp-content/themes/narodna-pravda/images/line.png') 30 round round;
  border-right: 2px solid #fff;
}
.categoty_post .post-cat:last-child{
  border-right: none;
}
.categoty_post .post-cat-first{
  -moz-border-image: url('https://narodna-pravda.ua/wp-content/themes/narodna-pravda/images/line-h.png') 30 round round;
  -webkit-border-image: url('https://narodna-pravda.ua/wp-content/themes/narodna-pravda/images/line-h.png') 30 round round; 
  -o-border-image: url('https://narodna-pravda.ua/wp-content/themes/narodna-pravda/images/line-h.png') 30 round round;
  border-image: url('https://narodna-pravda.ua/wp-content/themes/narodna-pravda/images/line-h.png') 30 round round;
  border-bottom: 2px solid #fff;
  display: block;
  width: 100%;
  padding: 15px 0;
}
.categoty_post .post-cat-first .post-thumbnail img{
	width: 100%;
}
.categoty_post .post-header{
  border: none;
  margin: 0;
}
.categoty_post .post-header .post-title{
  margin: 0;
  text-align: left;
  font-size: 20px;
}
.categoty_post .post-header .post-header-meta{
  display: none;
}
.categoty_post .post-cat-first .post-header .post-header-meta{
  display: block;
}
.categoty_post .post-cat-first .post-title{
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
}
.post-cat{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}
.post-cat-first .post-title{
  font-size: 17px;
}
.post-cat .post-thumbnail{
  margin: 0;
  order: -1;
}
.post-cat-first .post-thumbnail{
  margin-bottom: 32px;
}
.post-cat-first{
  display: block;
}
.categoty_post .post-content p{
  margin: 0;
}
@media (max-width: 767px){
  .categoty_post .post-header .post-title{
    font-size: 16px;
  }
  .categoty_post .post-cat-first .post-header .post-title{
    font-size: 24px;
  }
  .categoty_post .post-header .post-header-meta{
    font-size: 0.9em;
  }
  .categoty_post .post-content{
    display: none;
  }
  .categoty_post .post-cat-first .post-content{
    display: block;
  }
  .categoty_post .post-cat{
    padding: 10px;
  }
}
@media (max-width: 479px){
  .categoty_post .post-header .post-title{
      font-size: 13px;
  }
  .categoty_post .post-cat-first .post-header .post-title{
      font-size: 18.4px;
  }
  .categoty_post .post-header .post-header-meta{
    font-size: 0.8em;
  }
  .categoty_post .post-cat{
    padding: 5px;
  }
}
#logo-area h2>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.logo_shevchenko{
  width: 12%; 
}
.logo_text{
  width: 88%;
}
.blog-slider{
	margin-bottom: 10px;
}
.blog-slider li .slider-cell{
  cursor: pointer;
}