
html {
  position: relative;
  overflow-x: hidden !important;
}

.wrapper{
	margin-bottom: 0px;
	background: linear-gradient(180deg,rgba(211, 198, 188, 1) 60%, rgba(167, 100, 78, 1) 100%);
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}


.item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.3s;
  left: -30px;
	display: none;
}
.item-bg.active {
  left: 0;
  top: 0;
  opacity: 1;
}

.news-slider {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .news-slider {
    max-width: 1000px;
  }
}
@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 45px;
  }
}
.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.news-slider__item {
  width: 400px;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .news-slider__item {
    width: 340px;
  }
}
.news-slider__item.swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.news-slider__ctr {
  position: relative;
  z-index: 12;
}
.news-slider__arrow {
  background: transparent;
  border: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}
.news-slider__arrow:focus {
  outline: none !important;
}
.news-slider__arrow .icon-font {
  display: inline-flex;
}
.news-slider__arrow.news-slider-prev {
  right: 65px;
  transform: translateY(-50%);
}
.news-slider__arrow.news-slider-next {
  right: 15px;
  transform: translateY(-50%);
}
.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}
.news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}
@media screen and (max-width: 576px) {
  .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}
.news__item {
  padding: 10px;
  color: #222;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
	height: 500px;
}

.news__item img{
	width: 80%;
}
@media screen and (min-width: 800px) {
  .news__item:hover {
    color: #222222;
    transition-delay: 0.1s;
  }
  .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .news__item:hover .news__img {
    box-shadow: none;
  }
}
.news__item.active {
  color: #222222;
	margin-left: -57px;
}
.news__item.active img{
  width: 100%;
}
.news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
  opacity: 1;
}
.news__item.active .news__img {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .news__item {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .news__item {
    padding: 20px;
  }
}

.datos{
	position: absolute;
	bottom: -20px;
	right: -160px;
	opacity: 0;
}

.datos p, .datos h2{
	font-size: 14px;
	line-height: 18px;
}

.news__item.active .datos{
  opacity: 1;
}


@media only screen and (min-width:0px) and (max-width:550px){
	
.datos{
	position: absolute;
	bottom: -30px;
	right: -90px;
	opacity: 0;
	width: 100px;
}
	
	.datos p{
		font-size: 13px;
	}
	
.news-slider__item {
  width: 400px;
	height: 90vw;
  flex-shrink: 0;
}
	
.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
	margin-left: -100px;
}	
	
}

@media only screen and (min-width:551px) and (max-width:767px){
	
.datos{
	position: absolute;
	bottom: 20px;
	right: -130px;
	opacity: 0;
}
	
.news-slider__item {
  width: 400px;
	height: 80vw;
  flex-shrink: 0;
}
	
.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
	margin-left: -100px;
}	
	
}

@media only screen and (min-width:768px) and (max-width:1023px){
	
.datos{
	position: absolute;
	bottom: -10px;
	right: -160px;
	opacity: 0;
}
	
.news-slider__item {
  width: 400px;
	height: 60vw;
  flex-shrink: 0;
}
	

	
}

