.widget.c-news.c-news-template-5{
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 12vw, 217px) 0 clamp(43px, 12vw, 150px);
}

.widget.c-news.c-news-template-5 .widget-header .widget-title{
  color: #1B1B1B;
  font-size: clamp(32px, 6vw, 86px);
  font-style: normal;
  font-weight: 900;
  line-height: 108%;
  letter-spacing: 2.58px;
  text-transform: lowercase;
  display: flex;
  flex-direction: column;
}
.widget.c-news.c-news-template-5 .widget-header .widget-title span:nth-child(1){
  margin: 0 0 0 75px;
}
.widget.c-news.c-news-template-5 .widget-header .widget-title span:nth-child(2){
  position: relative;
  font-size: clamp(20px, 4vw, 38px);
  font-weight: 400;
  line-height: 142.5%;
  display: block;
  align-self: flex-end;
  margin: 38px 0 0 0;
  letter-spacing: 0;
}
/*.widget.c-news.c-news-template-5 .widget-header .widget-title span:nth-child(2):after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: calc(100% + 28px);*/
/*  transform: translateY(-12px);*/
/*  width: 100vw;*/
/*  height: 1px;*/
/*  background: #000;*/
/*}*/

.widget.c-news.c-news-template-5 .widget-content {
  position: relative;
  margin-top: clamp(33px, 8vw, 118px);
}
.widget.c-news.c-news-template-5 .widget-items {
  position: relative;
  overflow: visible;
}
.widget.c-news.c-news-template-5 .widget-item{
  width: 410px;
}
.widget.c-news.c-news-template-5 .widget-item-picture {
  display: block;
  height: clamp(443px, 40vw, 568px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;

  transition: border-radius .8s cubic-bezier(.165,.84,.44,1);
}
.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{
  border-radius: 233px;
}
.widget.c-news.c-news-template-5 .widget-item-text {
  padding: 24px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid #000000;
}
.widget.c-news.c-news-template-5 .widget-item-date {
  margin-bottom: 20px;
  color: #1B1B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
.widget.c-news.c-news-template-5 .widget-item-name {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2px;
}
.widget.c-news.c-news-template-5 .widget-navbar,
.widget.c-news.c-news-template-5 .widget-item-mobile-button{
  display: none;
}
.widget.c-news.c-news-template-5 .widget-item-mobile-button{
  align-items: center;
  color: #FE4B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 19px;
}
.widget.c-news.c-news-template-5 .widget-item-mobile-button svg{
  margin-left: 7px;
}

@media all and (max-width: 1000px) {
  .widget.c-news.c-news-template-5 .widget-header .widget-title{
    letter-spacing: 0;
    line-height: 140%;
  }
  .widget.c-news.c-news-template-5 .widget-item-date,
  .widget.c-news.c-news-template-5 .widget-item-name{
    font-size: 16px;
  }
  .widget.c-news.c-news-template-5 .widget-item-date{
    margin-bottom: 16px;
  }
  .widget.c-news.c-news-template-5 .widget-header .widget-title span:nth-child(1){
    margin: 0 0 0 57px;
  }
  .widget.c-news.c-news-template-5 .widget-header .widget-title span:nth-child(2){
    margin: 7px 0 0 0;
  }
  /*.widget.c-news.c-news-template-5 .widget-header .widget-title span:nth-child(2):after{*/
  /*  right: calc(100% + 48px);*/
  /*  transform: translateY(-10px);*/
  /*}*/
  .widget.c-news.c-news-template-5 .widget-navbar,
  .widget.c-news.c-news-template-5 .widget-item-mobile-button{
    display: flex;
  }
  .widget.c-news.c-news-template-5 .widget-navbar{
    margin-top: 25px;
  }
}
@media all and (max-width: 550px) {
  .widget.c-news.c-news-template-5 .widget-all-container {
    display: block;
  }
  .widget.c-news.c-news-template-5 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }
  .widget.c-news.c-news-template-5 .widget-all-container.mobile {
    text-align: right;
    width: 25px;
    max-height: 36px;
  }
  .widget.c-news.c-news-template-5 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-news.c-news-template-5 .widget-footer.mobile,
  .widget.c-news.c-news-template-5 .widget-footer-button.mobile {
    display: none;
  }
  .widget.c-news.c-news-template-5 .widget-all-container {
    width: 25px;
  }
  .widget.c-news.c-news-template-5 .widget-item-text{
    margin: 21px 0 0;
    padding: 18px 0 0;
  }
  .widget.c-news.c-news-template-5 .widget-item-date{
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=style.css.map */
