.items-list {
    background: #ffffff;
    border: 1px solid silver;
    border-radius: 10px;
    margin-bottom: 15px;
}
.inner-items-list {
    margin: 0;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}
/*============================блок со статьей=====================================*/
p.read-more-wrap{
  text-transform: uppercase;
  text-align: center;
}
.read-more-target p{
  line-height: 1.5
}
.items-list {
    border-bottom: 1px solid silver;
    min-height: 300px;
    height: auto; 
}
.inner-items-list{
 /* display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 1px solid silver;*/
}
.block-images-list {
    max-width: 300px;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 45px;
    margin-left: 15px;
}
.post-date {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e59f80;
}
.post-title{
  text-decoration: none;
}
.post-title h4{
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #191919;
  font-size: 1.5rem;
  transition-duration: 500ms;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.post-title h4:hover{
  color: #e59f80;
  font-weight: 500;
}
.post-meta{

}
.post-meta a{
  display: inline-block;
  /*font-size: 14px;*/
  font-weight: 500;
  color: #191919;
  margin-right: 15px;
  list-style: none;
  text-decoration: none;
}
.post-meta a:first-child{
  font-style: italic;
}
.post-meta a:hover{
   color: #e59f80;
   font-weight: 500;
}
.post-meta a span {
  color: #a6a6a6;
  margin-left: 3px;
}
p.post-except{
  font-size: 16px;
  color: #595959;
  line-height: 2;
  font-weight: 400;
}
.read-more-btn{
  display: block;
  margin-top: 20px;
  color: #a6a6a6;
  font-size: 13px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.read-more-btn i{
 color: #e59f80;
}
/*___________________________________Правый сайдбар____________________________________________________________*/



/*Начало страницы новостей*/
#block-news{
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
#newsticker{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#newsticker p{
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%
}
#newsticker ul{
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#newsticker li{
  box-sizing: content-box;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
#newsticker ul li {
  overflow: hidden;
  float: none;
  width:100%;
  height: 215px;

}
#newsticker ul li p{
/*word-wrap: break-word;*/
text-align: justify;

}
#newsticker a{
  color: #ef662b;
  font: bold 14px sans-serif;
  text-decoration: none;
}
#newsticker a:hover{
  text-decoration: underline;
}
#newsticker span{
  padding-bottom: 5px;
  color: #636363;
  display: block;
}
.chevron-up img{
margin: 0;
padding: 0;
width: 20px;
height: auto;
}
#news-next{
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#news-next img{
  margin: 0;
padding: 0;
width: 20px;
height: auto;
}
#news-prev{
  width: 20px;
  font-size: 20px;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px; 
}
.about-thumbnail img{
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.single-widget-area .widget-title {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
    text-align: center;
}
.single-widget-area {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
  .single-widget-area .widget-title {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
    text-align: center; 
  }
    .single-widget-area .widget-title::before {
      width: 100%;
      height: 14px;
      background-image: url(../images/core-img/widget-curve.png);
      background-position: center center;
      background-repeat: repeat;
      position: absolute;
      top: 4px;
      left: 0;
      z-index: 1;
      content: ''; 
    }
    .single-widget-area .widget-title h6 {
      position: relative;
      z-index: 5;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0;
      line-height: 1;
      background-color: #ffffff;
      padding: 0 25px;
      display: inline-block; 
    }
  .single-widget-area .about-thumbnail {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    display: block; 
  }
    .single-widget-area .about-thumbnail img {
      border-radius: 50%; 
    }
  .single-widget-area .widget-content img {
    margin-top: 20px;
    margin-bottom: 15px; 
  }
  .single-widget-area .widget-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6; 
  }
  .single-widget-area .widget-social-info a {
    display: inline-block;
    padding: 0 10px; 
  }
.soctext{
  color: #a6a6a6;
  margin: 10px auto;
  text-align: center;
}


/*===========================Стили кнопки "читать дале"е=====================================================*/
/*радиокнопка*/
.read-more-state {
  display: none;
}
/*скрывает текст*/
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-target h3 {
  text-align: center; 
}
.read-more-state:checked ~ .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Читать дальше';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Свернуть';
}
label.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
@media screen and (max-width: 620px){
  .block-images-list{
    max-width: 100%;
    display: block;
  }
  .name-list{
    display: block;
  }
  .name-list h4{
    text-align: center;
  }
  .name-list h3{
    text-align: center;
  } 
  .post-title h4{
    text-align: center;
  } 
  label.read-more-trigger {
     margin-left: 15px;
  } 
}