.news-list-main {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
}

.news-list-item-main {
    position: relative;
    min-height: 440px;
    border-radius: 8px;
	background-color: #F9FAFB;
}

.news-list-preview-image-main {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px;
}

.news-list-preview-image-main a img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.news-list-preview-text-main {
    padding: 20px 20px 54px 20px;
}

.news-title-main {
	font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
}

.news-list-preview-main-wrapper {
    position: absolute;
    bottom: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 84%;
}

.news-main-item-date {
    color: #909090;
    font-size: 14px;
    font-weight: 300;
}

.detail-news-main-btn {
	position: relative;
    font-size: 14px;
    font-weight: 600;
}

.detail-news-main-btn::after {
    content: url('/local/templates/savinsname/pictures/icons/Vector.svg');
    display: block;
    height: 10px;
    margin-top: -6px;
    position: absolute;
    left: 80px;
    top: 50%;
}

.news-button-wrapp {
    display: none;
    width: 100%;
}

.news-slider {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.news-wrapper {
  overflow: hidden;
}
.news-track {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
}
.news-list-item-main {
  flex: 0 0 24%;
  box-sizing: border-box;
}
.news-list-preview-image-main img {
  width: 100%;
  display: block;
}

/* стрелки поверх слайдера */
.news-arrows-wrapper {
  position: absolute;
  top: 0;
  left: 91%;
  display: flex;
  justify-content: center;
  gap: 16px; 
  z-index: 10;
  transform: translateX(-50%);
}


.news-descr {
   display: flex;
   align-items: center;
   font-size: 14px;
   font-weight: 500;
}

/* Стрелки */
.news-prev, .news-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000;
    border: 1px solid #D1DBE4;
    border-radius: 50%;
    font-size: 36px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.news-prev, .news-next {
  display: block;
}


@media (max-width: 1165px) {
	.news-button-wrapp {
		display: flex;
		align-items: center;
		justify-content: center;
        margin-top: 30px;
	}
	.news-arrows-wrapper {
		left: 85%;
		}
	/*.news-list-main {
		grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 1425px;
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #ffffff #0068FF;
		}*/
	.news-list-preview-image-main {
		width: 266px;
        padding: 8px;
        height: 207px;
}
	.news-list-item-main {
		min-height: 300px;
		}
}

@media (max-width: 991.97px) {
    .news-arrows-wrapper {
        left: 80%;
    }

	.news-track {
		gap: 16px;
	
	}
	.news-list-preview-text-main {
		padding: 8px 20px 20px 20px;
	}

}

@media (max-width: 767.97px) {

	.news-arrows-wrapper {
			top: 67%;
        	left: 50%;
	}
   .news-prev, 
   .news-next {
			font-size: 30px;
			width: 45px;
			height: 45px;
	}
	.news-descr {
	   display: none;
	}
	.news-button-wrapp {
        margin-top: 90px;
	}

}

@media (max-width: 586px) {

}



/*main a {*/
/*  color: -webkit-link;*/
/*  cursor: pointer;*/
/*  text-decoration: underline;*/
/*}*/