

/* Start:/bitrix/templates/.default/components/bitrix/news/mvm-main-smi/bitrix/news.list/.default/style.css?17192310366020*/
.media-work-page .custom-container .news-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:30px;
}

.news-items__item {
	width: calc(100% / 3 - 20px);
	margin-bottom: 90px;
}

@media (max-width: 768px) {
	.news-items__item {
		width: auto;
	}
}

.image-new {
	margin-bottom: 20px;
	max-height: 230px;
	overflow-y: hidden;
}

@media (max-width: 768px) {
	.image-new {
		max-height: initial;
	}
}

.news-items__item img {
	width: 100%;
	height: auto;
}
.title-new {
	margin-bottom: 20px;
}
.title-new a {
	color: #000;
	text-decoration: none;
	font: 600 18px/120% "ProximaNova", sans-serif;
}
.date-new {
	font: 400 13px/120% "ProximaNova", sans-serif;
	color: #979797;
	margin-bottom: 20px;
}

.wrapper .text-new {
	font: 400 16px/120% "ProximaNova", sans-serif;
}

/*news-filter*/

.news-filter {
	margin-bottom: 50px;
}

.news-filter .custom-container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
}

@media (max-width: 680px) {
	.news-filter .custom-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.news-filter .custom-select,
.news-filter .datepicker-custom {
	width: 380px;
	background: #efefef;
	border: none;
	padding: 20px 65px;
	color: #0057a4;
	z-index: 50;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
}

.news-filter .custom-select .inner-selects,
.news-filter .datepicker-custom .inner-selects {
	border: none;
}

.news-filter .custom-select input,
.news-filter .datepicker-custom input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	font-size: 0;
}

.news-filter .custom-select .selected,
.news-filter .datepicker-custom .selected {
	font: 400 17px/120% "ProximaNova", sans-serif;
}

.news-filter .custom-select .arrow-select,
.news-filter .datepicker-custom .arrow-select {
	position: absolute;
	left: 210px;
	top: 25px;
}

.news-filter .search-form {
	width: 100%;
	position: relative;
}

.news-filter .search-form .search-icon,
.news-filter .search-form .custom-placeholder {
	z-index: 7;
	pointer-events: none;
}

.news-filter .search-form .field {
	background: none;
	height: 60px;
}

.news-filter .search-form .field input {
	position: relative;
	background: #efefef;
	border-radius: 30px;
	width: 100%;
	max-width: 700px;
	font: 300 16px/120% "ProximaNova", sans-serif;
	border: none;
}

.news-filter .field.search-field {
	display: -ms-flexbox;
	display: flex;
}

/*.news-filter .field.search-field .search-submit {*/
	/*position: relative;*/
	/*display: none;*/
/*}*/

.news-filter .field.search-field .search-submit svg {
	fill: #fff;
	display: none;
}

.custom-select.open .arrow-select,
.datepicker-custom.open .arrow-select {
	transform: rotate(180deg);
}

.custom-select .inner-selects,
.datepicker-custom .inner-selects {
	position: absolute;
	top: 1.6vw;
	left: -1px;
	background-color: #fff;
	padding: 1vw 0 0 2.2vw;
	width: calc(100% + 2px);
	box-sizing: border-box;
	border: 1px solid #63cdf7;
	border-top: 0;
	z-index: -1;
	border-radius: 0 0 40px 40px;
	display: none;
}

.custom-select .inner-selects .select-c,
.datepicker-custom .inner-selects .select-c {
	cursor: pointer;
	margin-bottom: 0.5vw;
}

.custom-select .inner-selects .select-c:hover,
.datepicker-custom .inner-selects .select-c:hover {
	color: #63cdf7;
}


.field.search-field {
	max-width: 510px;
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
}

.field.search-field input[type="text"] {
	padding-left: 65px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #eee;
	z-index: 6;
}

.field.search-field .custom-placeholder {
	line-height: 100%;
	left: 75px;
	overflow: hidden;
	white-space: nowrap;
	font: 300 17px "ProximaNova", sans-serif;
	color: #c3c3c3;
	position: absolute;
	top: 18px;
	z-index: 7;
}


.field.search-field .search-icon {
	position: absolute;
	left: 20px;
	top: 19px;
	width: 30px;
	height: 20px;
	z-index: 20;
	fill: #9c9c9c;
}

.field.search-field .search-submit {
	cursor: pointer;
	position: absolute;
	top: 10px;
	background-color: transparent;
	width: 35px;
	height: 35px;
	border: none;
	z-index: 7;
	left: 18px;
}


.field.search-field .search-submit svg {
	fill: #63cdf7;
	width: 100%;
	height: 100%;
}

.field-submit {
	position: relative;
	width: 57px;
	height: 57px;
	cursor: pointer;
}

.field-submit input {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	left: 0;
	top: 0;
	z-index: 6;
}

.field-submit svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
@media (max-width: 1280px) {
	.slider-custom-nav {
		display: none !important;
	}
}
/*--news-filter*/

.news-pagination {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 65px;
}

.news-pagination .pages {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: center;
}

.news-pagination .pages a {
	font: 600 18px/120% "ProximaNova", sans-serif;
	color: #4c4c4c;
	letter-spacing: 3px;
	text-decoration: none;
	margin: 0 15px;
}

@media (max-width: 1280px) {
	.news-pagination .pages a {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 4px;
	}
}
.news-pagination .pages a.active {
	color: #63cdf7;
}
.news-pagination .slider-custom-nav {
	top: -50px !important;
}
.news-pagination .slider-custom-nav .prev-btn {
	left: 0 !important;
}
.news-pagination .slider-custom-nav .next-btn {
	right: 0 !important;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news/mvm-main-smi/bitrix/news.list/.default/style.css?17192310366020 */
