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

.news-list-item-main {
    position: relative;
    flex: 0 0 32.3%;
    max-height: 500px;
    border-radius: 10px;
    box-sizing: border-box;
	background-color: rgba(248, 248, 250, 1);
    min-height: 550px;
}

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

.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 20px 20px;
}

.news-title-main a {
	font-size: 20px;
    line-height: 110%;
    font-weight: 400;
    color: #1E1E1E !important;
}

.news-text-preview {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(30, 30, 30, 0.6);
}

.news-list-preview-main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px;
}

.news-main-item-date {
    color: rgba(30, 30, 30, 0.6);
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
}

.detail-news-main-btn {
    position: absolute;
    top: 34px;
    right: 34px;
    font-size: 14px;
    font-weight: 600;
    background-color: #0068FF;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: url(/local/templates/savinsname/pictures/icons/arrow-news.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

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

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

/* стрелки поверх слайдера */
.news-arrows-wrapper {
  position: absolute;
  top: -6px;
  right: 0px;
  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;
	min-width: 160px;
}

/* Стрелки */
.news-prev, .news-next {
    display: none;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000;
    border: 1px solid #D1DBE4;
    border-radius: 6px;
    font-size: 36px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    width: 30px;
    height: 30px;
}

/*.news-prev:after {
	content: '';
    width: 40px;
    height: 40px;
    background: url(/local/templates/savinsname/pictures/icons/nav-swiper-arrow-left.svg) center no-repeat;
    background-size: 28px;
}

.news-next:after {
	content: '';
    width: 40px;
    height: 40px;
    background: url(/local/templates/savinsname/pictures/icons/nav-swiper-arrow-right.svg) center no-repeat;
	background-size: 28px;
}*/

.btn-news-slider {
	min-width: 288px !important;
}

.btn-news-slider a {
    font-size: 16px !important;
}

.news-button-wrapp {
	display: none;
}

.slider-title-articles {
	margin-bottom: 38px;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
}

.news-slider-articles {
	padding: 0;
}

.btn-news-articles a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
}

.section-slider-articles {
    padding-top: 31px;
    padding-bottom: 140px;
}

@media (max-width: 1440px) {
	.section-slider-articles {
		padding-bottom: 0;
	}
	.news-slider {
		padding-bottom: 172px;
	}
	.news-list-item-main {
		flex: 0 0 32.33%;
	}
	.news-arrows-wrapper {
			top: -6px;
			left: 89.5%;
		}
}

@media (max-width: 1199.98px) {
	.news-arrows-wrapper {
		left: 85%;
 		top: -14px;
		}
    .news-list-item-main {
        max-height: 508px;
        flex: 0 0 32.1%;
    }
	.news-list-preview-image-main {
		height: 220px;
		}
	.news-text-preview {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
        font-size: 16px;
		}
	.slider-title-articles {
		margin-bottom: 38px;
		font-size: 32px;
	}
	.news-slider-articles {
		padding-top: 0;
		padding-bottom: 156px;
	}
}

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

	.news-track {
		gap: 16px;
	
	}
	.news-list-preview-text-main {
		padding: 20px 14px 20px 14px;
	}
    .news-list-item-main {
        max-height: 510px;
		min-height: 468px;
        flex: 0 0 49%;
    }
	.news-list-preview-image-main {
		padding: 14px;
        height: 208px;
	}
	.news-list-preview-main-wrapper {
		padding: 9px 14px 20px;
	}
    .slider-title-articles {
        max-width: 405px;
    }
    .news-slider-articles {
        padding-top: 50px;
		padding-bottom: 102px;
    }
}

@media (max-width: 767.97px) {
	.news-descr {
	   display: none;
	}
    .news-arrows-wrapper {
        left: 73%;
    }
	.news-prev, .news-next {
		display: flex;
		}
}

@media (max-width: 577px) {
	.btn-news-slider {
		display: none !important;
		}
	.news-button-wrapp {
		display: flex;
		justify-content: center;
        margin-top: 20px;
	}
	.news-arrows-wrapper {
			top: 67%;
        	left: 50%;
	}
    .news-list-item-main {
        max-height: 385px;
        flex: 0 0 100%;
    }
    .news-slider-articles {
        padding-top: 11px;
        padding-bottom: 40px;
    }
    .news-arrows-wrapper {
        top: 27px;
        left: 86%;
        gap: 6px;
    }
    .slider-title-articles {
 		max-width: 260px;
        font-size: 24px;
    }
	.btn-news-articles {
		position: relative;
	}
	
	.btn-news-articles::after{
		content: url('/local/templates/savinsname/pictures/icons/articles-arrow.svg');
		position: absolute;
		top: -5px;
		right: -30px;
	}
}



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