.widget.c-news.c-news-template-5{
  position: relative;
}
/*.widget.c-news.c-news-template-5 .border-wrapper{
  padding: clamp(65px, 20vw, 80px) 0 clamp(61px, 4vw, 64px) 0;
  
}*/

.widget.c-news.c-news-template-5 .widget-title{
  font-style: normal;
  font-weight: 500;
  font-size: clamp(17px, 4vw, 24px) !important;
  line-height: 145%;
  color: #333333;
  /* text-transform: uppercase; */
}
.widget.c-news.c-news-template-5 .widget-title svg{
  margin: 0 0 3px 10px;
}

.widget.c-news.c-news-template-5 .widget-content {
  position: relative;
  margin: 80px 0 0 0 !important;
}
.widget.c-news.c-news-template-5 .widget-items {
  position: relative;
  height: 326px;
}
.widget.c-news.c-news-template-5 .widget-item{
  background: #F2F2F2;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 4px;
  height: 311px;

  -webkit-transition: height .35s ease-out;
  -moz-transition: height .35s ease-out;
  -ms-transition: height .35s ease-out;
  -o-transition: height .35s ease-out;
  transition: height .35s ease-out;
}

.widget.c-news.c-news-template-5 .widget-item-link{
  text-decoration: none;
}

.widget.c-news.c-news-template-5 .widget-item-picture {
  display: block;
  padding-top: 61%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  //filter: grayscale(1);

  -webkit-transition: filter .35s ease-out, padding-top .35s ease-out;
  -moz-transition: filter .35s ease-out, padding-top .35s ease-out;
  -ms-transition: filter .35s ease-out, padding-top .35s ease-out;
  -o-transition: filter .35s ease-out, padding-top .35s ease-out;
  transition: filter .35s ease-out, padding-top .35s ease-out;
}
.widget.c-news.c-news-template-5 .widget-item-text {
  padding: 23px;
height: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget.c-news.c-news-template-5 .widget-item:hover,
.widget.c-news.c-news-template-5 .widget-item:focus,
.widget.c-news.c-news-template-5 .widget-item:active{
  height: 326px;
}
.widget.c-news.c-news-template-5 .widget-item:hover .widget-item-picture,
.widget.c-news.c-news-template-5 .widget-item:focus .widget-item-picture,
.widget.c-news.c-news-template-5 .widget-item:active .widget-item-picture{
  filter: none;
  padding-top: 65%;
}

.widget.c-news.c-news-template-5 .widget-item-date {
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
  line-height: 145%;
  color: #808080;
}
.widget.c-news.c-news-template-5 .widget-item-name {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -ms-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.widget.c-news.c-news-template-5 .widget-item:hover .widget-item-name,
.widget.c-news.c-news-template-5 .widget-item:focus .widget-item-name,
.widget.c-news.c-news-template-5 .widget-item:active .widget-item-name{
  color: #6A33B0;
}
.widget.c-news.c-news-template-5 .widget-item-description {
  font-size: 15px;
  line-height: 21px;
  color: #444444;
  margin-top: 15px;
text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 45px;
}
.widget.c-news.c-news-template-5 .intec-ui-control-navigation {
  position: absolute;
  top: 46%;
  left: -41px;
  right: -41px;
  visibility: visible;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.widget.c-news.c-news-template-5 .intec-ui-control-navigation .nav{
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 16px;
  pointer-events: all;
}
.widget.c-news.c-news-template-5 .intec-ui-control-navigation .nav:not(.disabled){
  cursor: pointer;
}
.widget.c-news.c-news-template-5 .intec-ui-control-navigation .nav svg{
  display: block;
}
.widget.c-news.c-news-template-5 .intec-ui-control-navigation .nav svg path{
  -webkit-transition: fill .3s ease-out;
  -moz-transition: fill .3s ease-out;
  -ms-transition: fill .3s ease-out;
  -o-transition: fill .3s ease-out;
  transition: fill .3s ease-out;
}
.widget.c-news.c-news-template-5 .intec-ui-control-navigation .nav:not(.disabled):hover svg path,
.widget.c-news.c-news-template-5 .intec-ui-control-navigation .nav:not(.disabled):active svg path,
.widget.c-news.c-news-template-5 .intec-ui-control-navigation .nav:not(.disabled):focus svg path{
  fill: #6A33B0;
}

.widget.c-news.c-news-template-5 .widget-items[data-columns="5"] .widget-item-text, .widget.c-news.c-news-template-5 .widget-items[data-columns="6"] .widget-item-text {
  padding: 25px;
}
.widget.c-news.c-news-template-5 .widget-items[data-columns="5"] .widget-item-date, .widget.c-news.c-news-template-5 .widget-items[data-columns="6"] .widget-item-date {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
}
.widget.c-news.c-news-template-5 .widget-items[data-columns="5"] .widget-item-name, .widget.c-news.c-news-template-5 .widget-items[data-columns="6"] .widget-item-name {
  font-size: 16px;
  line-height: 24px;
}
.widget.c-news.c-news-template-5 .widget-items[data-columns="5"] .widget-item-description, .widget.c-news.c-news-template-5 .widget-items[data-columns="6"] .widget-item-description {
  font-size: 14px;
  line-height: 20px;
}
.widget.c-news.c-news-template-5 .widget-header {
  overflow: hidden;
}
.widget.c-news.c-news-template-5 .widget-all-container {
  display: none;
}
.widget.c-news.c-news-template-5 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-news.c-news-template-5 .widget-all-button i {
  display: none;
  font-size: 18px;
}

@media all and (max-width: 1250px) {
  .widget.c-news.c-news-template-5 .intec-ui-control-navigation{
    display: none;
  }
  .widget.c-news.c-news-template-5 .widget-items,
  .widget.c-news.c-news-template-5 .widget-item{
    height: 100%;
  }
  .widget.c-news.c-news-template-5 .widget-item:hover,
  .widget.c-news.c-news-template-5 .widget-item:focus,
  .widget.c-news.c-news-template-5 .widget-item:active{
    height: 100%;
  }
  .widget.c-news.c-news-template-5 .owl-stage{
    display: flex;
    padding: 0 0 1px 0;
  }
}
@media all and (max-width: 500px) {
  .widget.c-news.c-news-template-5 .widget-content{
    position: relative;
    width: calc(100% + 42px);
    margin: 64px -22px 0 !important;
  }
  .widget.c-news.c-news-template-5 .widget-title svg{
    margin: 0 0 -1px 20px;
  }
  .widget.c-news.c-news-template-5 .widget-item-text{
    padding: 24px 21px 23px;
  }
}

/*# sourceMappingURL=style.css.map */
