.section-news-list {
  padding: 70px 0 35px;
}

.section-news-list .filters {
  position: relative;
  display: block;
  margin: 30px 0;
  padding-bottom: 30px;
}
.section-news-list .filters::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 4px;
  width: 100%;
  background-color: #f5f5f5;
}

.section-news-list .filters .by-date {
  display: inline-block;
  line-height: 30px;
  margin-left: 15px;
  vertical-align: top;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 14px;
  color: #484848;
  text-transform: uppercase;
}

.section-news-list .filters .by-date .wrapper {
  display: inline-block;
}

.section-news-list .filters .by-date .chosen-container-single {
  width: 155px !important;
}

.section-news-list .filters .by-date .chosen-single {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #fff;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 18px;
  color: #df5952;
  border: 1px solid #df5952;
  border-radius: 20px;
  background: #fff;
  box-shadow: none !important;
  text-transform: capitalize !important;
  transition: all 0.25s ease-in-out;
}

.section-news-list .filters .by-date .chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff !important;
  width: 155px;
}

.section-news-list .filters .by-date .chosen-container .chosen-single b {
  height: 20px !important;
  margin: 5px 5px 5px 0 !important;
}

.section-news-list .filters .by-tags {
  display: inline-block;
  vertical-align: top;
}

.section-news-list .filters .by-tags a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 10px;
  padding: 0 10px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 18px;
  color: #df5952;
  background-color: #fff;
  border: 1px solid #df5952;
  text-transform: lowercase;
  transition: all 0.25s ease-in-out;
}
.section-news-list .filters .by-tags a:hover, .section-news-list .filters .by-tags a.active {
  color: #fff;
  background-color: #df5952;
}

.section-news-list .filters .by-search {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.section-news-list .filters .by-search input {
  height: 30px;
  line-height: 30px;
  width: 200px;
  border: none;
  border-bottom: 1px solid #484848;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 18px;
  color: #484848;
}
::-webkit-input-placeholder {
  color: #484848;
}
::-moz-placeholder {
  color: #484848;
}
:-ms-input-placeholder {
  color: #484848;
}
:-moz-placeholder {
  color: #484848;
}

.section-news-list .filters .by-search {
  height: 30px;
  line-height: 30px;
  width: 200px;
  border: none;
  border-bottom: 1px solid #484848;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 18px;
  color: #484848;
}

.section-news-list .filters .by-search .btn-input {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 12px;
  color: #a8a8a8;
  text-align: center;
  background-color: transparent;
  border: none;
}

.section-news-list .filters .separator {
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #979797;
  margin: 22px 20px 0;
}

.section-news-list .news-list .news {
  position: relative;
  display: inline-block;
  background-color: #f2f1ef;
  overflow: hidden;
  margin: 10px 15px;
  transition: all 0.25s ease-in-out;
}

.section-news-list .news-list .news .image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.section-news-list .news-list .news.normal {
  width: calc(33% - 30px);
  height: 400px;
}
@media screen and (max-width: 992px) {
  .section-news-list .news-list .news.normal {
    width: calc(50% - 32.5px);
  }
}
.section-news-list .news-list .news.medium {
  width: calc(66% - 30px);
  height: 400px;
}
.section-news-list .news-list .news.normal .text, .section-news-list .news-list .news.medium .text {
  position: absolute;
  top: 200px;
  left: 0;
  height: 200px;
  width: 100%;
}
.section-news-list .news-list .news.normal .image, .section-news-list .news-list .news.medium .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
}

.section-news-list .news-list .news.large {
  width: calc(100% - 30px);
  height: 300px;
}
.section-news-list .news-list .news.large .text {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: calc(100% - 350px);
}
.section-news-list .news-list .news.large .image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 300px;
  width: 350px;
}
.section-news-list .news-list .news .capeb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: auto;
  background-color: #df5952;
  padding: 8px 12px;
  font-size: 12px;
  color: #FFF;
  margin: 10px;
}

.section-news-list .news-list .news .text {
  padding: 25px 40px;
}

.section-news-list .news-list .news .text .date {
  margin-bottom: 5px;
  font-family: 'interstateCompr';
  font-weight: 400;
  font-size: 22px;
  color: #df5952;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.section-news-list .news-list .news .text h2 {
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'interstate';
  font-weight: 700;
  font-size: 20px;
  color: #484848;
  transition: all 0.25s ease-in-out;
}

.section-news-list .news-list .news .text .descr {
  line-height: 26px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
  transition: all 0.25s ease-in-out;
}

.section-news-list .news-list .news:hover {
  background-color: #df5952;
}

.section-news-list .news-list .news:hover .date, .section-news-list .news-list .news:hover h2, .section-news-list .news-list .news:hover .descr {
  color: #fff;
}

.section-news-list .news-list .paging {
  display: block;
  margin: 45px auto 0;
  text-align: center;
}

.section-news-list .news-list .paging li {
  display: inline-block;
  margin: 0 2.5px;
}

.section-news-list .news-list .paging li a {
  padding: 0 2.5px;
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 22px;
  color: #484848;
}
.section-news-list .news-list .paging li a:hover {
  color: #df5952;
}
.section-news-list .news-list .paging li a.active {
  font-size: 26px;
  color: #df5952;
}

@media screen and (max-width: 768px) {
  .section-news-list .news-list .news {
    position: relative;
    display: block;
    height: 400px;
    background-color: #f2f1ef;
    overflow: hidden;
    margin: 0 0 20px;
    transition: none;
  }
  .section-news-list .news-list .news:hover {
    background-color: #f2f1ef;
  }
  .section-news-list .news-list .news .image {
    height: 200px;
  }
  .section-news-list .news-list .news .text {
    position: absolute;
    top: 200px;
    left: 0;
    height: 200px;
    width: 100%;
    background-color: #f2f1ef;
  }
  .section-news-list .news-list .news .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
  }
  .section-news-list .news-list .news:hover .date {
    color: #df5952;
  }
  .section-news-list .news-list .news:hover h2, .section-news-list .news-list .news:hover .descr {
    color: #484848;
  }
}
