.news-list {
	margin-top: 48px;
}

.news-list .item-news {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s ease;
}


.news-desktop .item-news:hover {
	background: #fff;
    box-shadow: 10px 10px 50px #e9e9e9;
    border-radius: 20px;
    padding: 20px;
    margin: -20px;
}


.news-list .item-news-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.news-list .item-news .item-news-name {
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
	color: #1b202d;
	
}


.news-list .item-news .item-news-name:hover {
	color: #1e51ba !important;
	text-decoration: none;
}


.news-list .mini-news .item-news-name {
	padding-bottom: 20px;
}



.news-list .item-news .item-news-img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-position: center !important;
    overflow: hidden;
    display: table;
}

.news-list .item-news .item-news-info .item-news-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.news-list .item-news.big-news {
	height: 336px;
}

.news-list .item-news.big-news .item-news-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 336px;
	border-radius: 5px;
}

.news-list .item-news.big-news .item-news-info {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	flex-direction: column;
	margin-top: 0;
}

.news-list .item-news.big-news .item-news-info .item-news-name {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	color: #3B4256;
	margin-bottom: 18px;
}

.news-list .item-news.big-news .item-news-info .item-news-text {
	font-size: 17px;
	line-height: 160%;
	color: #3B4256;
}

.news-list .item-news.big-news .item-news-info .item-news-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.cat-news {
	padding: 7px 13px;
	font-size: 13px;
	font-weight: 500;
	background: #423ee0;
	border-radius: 7px;
	margin-top: 20px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
}

.cat-news:hover {
	opacity: 0.7;
}

.cat-list {
	margin-top: 20px;
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 12px;
}

.cat-list::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
	width: 100%;
}

.cat-list::-webkit-scrollbar-track {
	background-color: #f3f5f6;
	border-radius: 10px;
	width: 10px;
}

.cat-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #dbe0ec;
}

.cat-list::-webkit-resizer {
	width: 10px;
	height: 0;
}

.cat-list::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}


.cat-item {
	padding: 7px 16px 8px 16px;
	font-size: 14px;
	font-weight: 500;
	background: #4b74c8;
	border-radius: 7px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
	display: inline-block;
	margin-right: 6px;
}

.cat-item:nth-child(1n) {
	background: #43BBCD;
}

.cat-item:nth-child(2n) {
	background: #4B74C8;
}

.cat-item:nth-child(3n) {
	background: #3CB07C;
}

.cat-item:nth-child(4n) {
	background: #8bc34a;
}

.news-list.owl-carousel .owl-stage-outer {
	overflow: initial;
}

.non-photo {
	background: #EEF2F6 !important;
}

.non-photo::after {
	content: '';
	display: table;
	background: #EEF2F6 url('img/non-img.svg') center no-repeat !important;
	background-size: 63px !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
}





.news-slider-box .tns-controls {
	display: flex !important;
	gap: 20px !important;
	justify-content: end !important;
	position: absolute !important;
	bottom: -30px !important;
	right: 0 !important;
	left: 0 !important;
	margin: auto !important;
	z-index: 100 !important;
}

.news-slider-box .tns-ovh {
	overflow: initial !important;
}

.news-slider-box .tns-outer {
	position: relative !important;
	padding-bottom: 30px !important;
}


.news-slider-box button[data-controls="prev"], .news-slider-box button[data-controls="next"] {
	background: #fff;
	width: 60px;
	height: 60px;
	border: 0;
	border-radius: 100%;
	padding: 0;
	transition: 0.3s ease;
	box-shadow: 0px 11px 40px rgb(15 69 149 / 20%);
}
.news-slider-box button[data-controls="prev"]:hover, .news-slider-box button[data-controls="next"]:hover {
	background: #264FDF;
	border: 0;
}
.news-slider-box button[data-controls="prev"]::after, .news-slider-box button[data-controls="next"]::after {
	content: '';
	display: table;
	width: 60px;
	height: 60px;
	background: url('img/left-black.svg') center no-repeat;
	background-size: 18px !important;
	opacity: 0.6;
}
.news-slider-box button[data-controls="next"]::after {
	transform: rotate(180deg);
}
.news-slider-box button[data-controls="prev"]:hover::after, .news-slider-box button[data-controls="next"]:hover::after {
	filter: brightness(0) invert(1);
	opacity: 1;
}


.news-slider-box .tns-item {
	overflow: initial !important;
}

.news-slider-box #tns1-iw {
    margin: 0 !important;
}


.news-slider-box .tns-item {
	display: inline-table !important;
}


@media (min-width: 769px) and (max-width: 5000px) {
	.news-desktop {
		display: initial;
	}

	.news-mobile {
		display: none !important;
	}
}



@media (max-width: 768px) {
	.news-desktop {
		display: none !important;
	}

	.news-mobile {
		display: initial;
	}

	.cat-list {
		white-space: nowrap;
		overflow-x: auto;
		width: 120%;
		padding-right: 30px;
		padding-bottom: 0;
	}

	.news-list {
		margin-top: 20px;
	}

	.news-list .item-news .item-news-img {
		height: 350px;
		background-size: cover !important;
		background-position-y: initial !important;
	}

	.news-list .item-news .item-news-name {
		font-size: 19px;
	}
}