/* .news-section{
  padding-top: 280px;
} */
 .news-section {
  padding-top: 350px;
  padding-left: 50px;
  padding-right: 50px;
}
.breadcrubms {
  display: flex;
}

.breadcrubms a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #c60e14;
}

.breadcrubms a::after {
  content: "/";
  display: block;
  margin: 0 2px;
}

.breadcrubms a:last-child {
  pointer-events: none;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #d4cdbb;
}

.breadcrubms a:last-child::after {
  display: none;
}
.news-top {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.news-title {
  font-weight: 700;
  font-size: 82px;
  line-height: 94%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #c60e14
}
.news-filter {
  display: flex;
  gap: 20px;
}
.news-filter a{
  display: inline-flex;
  align-items:center;
  justify-content: center;
  height: 60px;
  padding: 20px 22px;
  background: #0099a5;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #f1efe9;
  transition: all ease .3s;
}
.news-filter a:hover{
  background-color: var(--color-accent-dark);
  transition: all ease .3s;
}
.news-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -62px;
  margin-right: -62px;
}
.news-item {
  width: calc(33.33% - 124px);
  margin-top: 62px;
  margin-left: 62px;
  margin-right: 62px;
  display: flex;
  flex-direction: column;
}
.news-item:hover .news-item__title{
  color: #178a93;
  transition: all ease .3s;
}
.news-item.special{
  padding: 20px;
  background: #c60e14;
  transition: all ease .3s;
}
.news-item.special:hover{
  background: #981915;
  transition: all ease .3s;
}
.news-item.special .news-item__row{
  margin-top: 0;
  order: 1;
}
.news-item.special .news-item__date{
  color: #fff;
}
.news-item.special .news-item__cat {
  color: #fff;
}
.news-item.special .news-item__title{
  order: 2;
  color: #fff;
}
.news-item.special .news-item__img{
  margin-top: 20px;
  order: 3;
}
.news-item__img {
  height: 329px;
  width: 100%;
}
.news-item__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item__row {
  margin-top: 20px;
  display: flex;
  align-items:center;
  justify-content: space-between;
}
.news-item__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #c60e14;
}
.news-item__cat {
  font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: -0.05em;
color: #c60e14;
}
.news-item__title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #333;
   transition: all ease .3s;
}
.news-detail{
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
  padding-top: 320px;
}
.news-detail__title {
  margin-top: 30px;
  font-weight: 500;
font-size: 32px;
line-height: 100%;
letter-spacing: -0.05em;
color: #333;
}
.news-detail__top {
   margin-top: 30px;
   margin-bottom: 20px;
  display: flex;
  align-items:center;
}
.news-detail__date {
  font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: -0.05em;
color: #c60e14;
}
.news-detail__cat {
  display: flex;
  align-items:center;
  font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: -0.05em;
color: #c60e14;
}
.news-detail__cat::before{
  content: '/';
  display: block;
  margin-left: 2px;
  margin-right: 2px;
}
.news-detail img{
  width: 100%;
  height: auto;
}
.news-detail__content{
  font-family: Montserrat, sans-serif;
}
.news-detail__content blockquote{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 6px solid #c60e14;
  padding: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #c60e14;
}
.news-detail__content p{
  margin: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: #333;
}
.news-detail__content p i{
  font-style: italic;
}
.news-back{
  margin-top: 50px;
  display: inline-flex;
  align-items:center;
  justify-content: center;
  padding: 20px 29px;
  height: 62px;
  background: #c60e14;
  transition: all ease .3s;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff
}
.news-back:hover{
  background: #981915;
  transition: all ease .3s;
}

.news-back svg{
  margin-right: 20px;
}
.news-slider {
padding-top: 100px;
border-top: 6px solid #c60e14;
padding-bottom: 50px;
}
.news-slider__top{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.news-slider-title {
  font-weight: 700;
  font-size: 105px;
  line-height: 94%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #c60e14;
}
.news-slider__arrows {
  display: flex;
  gap: 70px;
}
.news-slider__arrows div{
  cursor: pointer;
}
.news-slider__arrows-prev svg path {
  transition: all ease .3s;
}
.news-slider__arrows-next-prev svg path {
  transition: all ease .3s;
}

.news-slider__arrows-prev:hover svg path {
  fill: #981915;
  transition: all ease .3s;
}
.news-slider__arrows-next-prev:hover svg path {
  fill: #981915;
  transition: all ease .3s;
}
.slider-news .news-item {
margin-left: 0;
margin-right: 0;
width: auto;
}
.slider-news .news-item__img {
  height: 293px;
}
.slider-news{
  margin-top: 100px;
}
@media(max-width:1600px){
  .news-row{
    margin-left: -50px;
    margin-right: -50px;
  }
  .news-item {
  width: calc(33.33% - 100px);
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
}
@media(max-width:1440px){
  .news-row{
    margin-left: -30px;
    margin-right: -30px;
  }
  .news-item {
  width: calc(33.33% - 60px);
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.news-item__img{
  height: 250px;
}
.news-title{
  font-size: 64px;
}
}
@media(max-width:992px){
  .news-item {
  width: calc(50% - 60px);
}
.news-item__title{
  font-size: 18px;
}
.news-item__img{
  height: 200px;
}
.news-filter a{
  font-size: 18px;
  padding: 0 18px;
}
.news-title{
  font-size: 40px;
  line-height: 100%;
}
}
@media(max-width:767px){
  .news-section{
    padding-top: 120px;
  }
  .breadcrubms a{
    font-size: 10px;
line-height: 100%;
  }
  .news-title{
    font-size: 40px;
    line-height: 94%;
  }
  .news-slider-title{
    font-size: 30px;
  line-height: 100%;
  }
  .news-slider__arrows{
    display: none;
  }
  .news-top{
    
    flex-wrap: wrap;
  }
  .news-filter{
    margin-top: 30px;
  }
  .news-filter a{
    height: 44px;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 100%
  }
  .news-row{
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
   .news-item {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.news-item.special{
  padding: 16px;
}
.news-item .news-item__img{
  height: 210px;
}
.news-item__row{
   margin-top: 14px;
}
.news-item__title{
  margin-top: 14px;
  font-size: 16px;
line-height: 100%;
}
.news-item.special .news-item__title{
   margin-top: 14px;
}
.news-item__cat{
  font-size: 12px;
  line-height: 100%;
}
.news-item__date{
  font-size: 12px;
line-height: 100%
}
.slider-news .news-item__img{
  height: 154px;
}
.news-back{
  margin-top: 40px;
  width: 100%;
  justify-content: flex-start;
  font-size: 16px;
line-height: 100%;
}
.news-slider{
  border-top:4px solid #c60e14;
  padding-top: 32px;
}
.news-detail{
  padding-top: 120px;
}
.news-detail__content p{
  font-size: 14px;
line-height: 140%;
}
.news-detail__content blockquote{
  padding: 20px;
  font-size: 14px;
line-height: 140%;
}
.news-detail__title{
  margin-top: 20px;
  font-size: 20px;
line-height: 100%;
}
.news-detail__top{
  margin-top: 20px;
}
.news-detail__date{
  font-size: 12px;
line-height: 100%
}
.news-detail__cat{
  font-size: 12px;
line-height: 100%;
}
.slider-news{
  margin-top: 60px;
}
}