

.news-list__item {
    width: 33.33%;
    display: block;
    padding: 35px 30px 30px;
}
.news-list__item:hover {
	text-decoration: none !important;
}

.news-list__img {
    margin-bottom: 20px;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-list__top {
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 2;
    color: #A7A7A7;
    margin-bottom: 0.5rem;
}

.news-list__top-item {
  display: inline-block;
  padding: 0 0.7rem;
}

.news-list__top-tag {
  position: relative;
  color: #fff !important;
  background: #000;
}

.news-list__top-tag:hover {
    text-decoration: none !important;
}

.news-list__title {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-top: 0.8rem;
    display: block;
    transition: color 0.3s ease;
}

.news-list__title:hover {
    text-decoration: none !important;
}
.news-list__item:hover .news-list__title {
	color: #EC265B;
}

.news-list__descr {
    font-weight: normal;
    font-size: 0.9rem;
}

a.news-list__item:hover {
    text-decoration: none;
}

@media (max-width: 1229px) {
    .news-list__item {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .news-list__item {
        width: 50%;
    }
    .news-list__img {
        margin-bottom: 10px;
    }

}

@media (max-width: 767px) {
    .news-list__item {
        width: 100%;
        padding: 20px 0;
        
    }
    .news-list__item:last-child {
        border-bottom: 0;
    }    
}





.news-more .swiper-slide {
	width: calc(33.33% - 40px);
	margin-right: 60px;
} 
.news-more .swiper-slide:last-child {
	margin-right: 0;
}
.news-more .news-list__item {
	width: 100%;
    padding: 0;
}

.news-more .swiper-container {
  overflow: visible;
  position: relative;
}
.news-more .swiper-pagination {
    position: static;
    margin-top: 39px;
    display: -ms-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
}

.news-more .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin-right: 13px;
  margin-left: 0;
  background-color: transparent;
  border: 1px solid #000;
  opacity: 1;
  outline: none;
}

.news-more .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active, 
.news-more .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:focus {
    background-color: #E90D0D;
    border: 1px solid #E90D0D;
}

@media (max-width: 2199px) {

    .news-more__slider {
        margin-top: 90px;
    }
}

@media (max-width: 1500px) {

    .news-more__slider {
        margin-top: 80px;
    }
}

@media (max-width: 1229px) {

	.news-more .swiper-slide {
		width: calc(33.33% - 27px);
		margin-right: 40px;
	} 
}

@media (max-width: 991px) {
    .news-more .swiper-slide {
		width: calc(40% - 32px);
		margin-right: 40px;
	} 

    .news-more__slider {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {

    .news-more .swiper-pagination {
        display: flex;
        display: -ms-flex;
        margin-top: 10px;
    }

    .news-more__slider {
        margin-top: 40px;
    }

}

@media (max-width: 500px) {

    .news-more .news-list__item {
      margin-right: 30px;
    }

}


