

/* Start:/local/templates/medStandart/components/bitrix/system.pagenavigation/.default/style.css?17105033365081*/
.pagination {

}
.pagination-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 40px 0 61px;
	padding: 0;
}
.releative-product .pagination-list {
	margin: 40px 0 26px;
}
.pagination-list li span {
	color: var(--dark);
}
.pagination-btn {
	background-color: transparent;
}
.pagination--active,
.pagination-btn {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--inter);
	font-size: 16px;
	line-height: 19px;
	color: var(--dark);
	cursor: pointer;
}
.pagination--active {
	font-weight: 700;
	background-color: #E8F1FF;
}
.pagination-btn:hover{
	background-color: #E8F1FF;
}
.pagination-prep a,
.pagination-next a {
	box-shadow: 0 0 6px 0 #00000026;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--inter);
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: var(--dark);
}
.pagination-prep,
.pagination-next {
	width: 32px;
	height: 32px;
	box-shadow: 0 0 6px 0 #00000026;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-prep {
	transform: rotate(225deg);
}
.pagination-next {
	transform: rotate(45deg);
}
.pagination-prep:hover,
.pagination-next:hover {
	background: #E8F1FF;
}
.pagination-prep:disabled,
.pagination-next:disabled {
	background: #FFFFFF;
}
.pagination-next span,
.pagination-prep span {
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--dark);
	border-right: 1px solid var(--dark);
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-next span:hover,
.pagination-prep span:hover {
	border-top: 1px solid var(--blue);
	border-right: 1px solid var(--blue);
}

@media (max-width: 768px) {
	.pagination-list {
		flex-wrap: wrap;
		margin: 30px 0 40px;
	}
}








.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/medStandart/components/bitrix/news.list/bootstrap_v4/style.css?17114559219273*/
.news-list {
	padding: 6px 0 39px;
}
.news-list__wrap {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat( auto-fill, minmax(338px, 1fr));
}
/*TITLE*/
.news-list__title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 31px;
}
.news-list__title {
	font-family: var(--inter);
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin: 0;
}
.news-list__item {
	width: 100%;
	padding: 22px 0 20px 39px;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
}
.news-list__wrap-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
	gap: 15px;
}
.news-list__header-title {
	font-family: var(--inter);
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}
.news-list__header-date {
	font-family: var(--inter);
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: var(--dark);
	background: #E8F1FF;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	padding: 9px 19px 9px 15px;
}
.news-list__img-wrap {
	padding-right: 20px;
}
.card-body {
	margin-top: 23px;
	margin-right: 39px;
}
.card-title a {
	font-family: var(--inter);
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: var(--dark);
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	line-height: 1.4;
}
.card-text {
	margin: 12px 0 0;
	font-family: var(--inter);
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	color: var(--dark);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}
.news-list__link-more-wrap {
	margin-top: 10px;
}
.card-title a:hover,
.news-list__link-more:hover {
	opacity: 0.7;
}
.news-list__link-more {
	font-family: var(--inter);
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: var(--blue);
	display: flex;
	gap: 8px;
}
.news-list__link-more::after {
	content: '>';
	display: block;
}
.news-list__button-filter {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 30px;
}
.news-list__button:hover {
	opacity: .7;
}
.news-list__button {
	max-width: 338px;
	width: 100%;
	font-family: var(--inter);
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	border: 3px solid transparent;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: var(--white);
	background: #D094FF;
	padding: 7px 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-list__button-all--current {
	border-color: #D094FF;
	background-color: transparent;
	color: #D094FF;
	font-weight: bold;
}

.news-list__sort {
	max-width: 215px  ;
	width: 100%;
	box-shadow: 0 0 6px 0 #00000026;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
}

.news-list__sort--index p {margin: 0;}
.news-list__sort--index a {
	padding: 13px 21px;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--dark);
	stroke: var(--dark);
}
.news-list__sort--index a:hover {
	stroke: var(--blue);
	color: var(--blue);
}
.news-list__sort select {
	width: 100%;
	padding: 10px 10px;
	display: flex;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.active li a {
	color: var(--dark);
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}
.active svg {
	stroke: var(--dark);
}
.active li:hover a,
.active .sort__active-link:hover svg,
.active .sort__active-link:hover {
	color: var(--blue);
	stroke: var(--blue);
}


@media (max-width: 1440px) {
	.news-list__wrap {
		gap: 20px;
		grid-template-columns: repeat(3, 1fr);
		justify-items: center;
	}
}
@media (max-width: 1050px) {
	.news-list__wrap {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.news-list {
		padding: 24px 0 50px;
	}
	.news-list__wrap {
		gap: 10px;
		grid-template-columns: repeat( auto-fill, minmax(168px, 1fr));
	}
	.news-list__item {
		max-width: unset;
		width: 100%;
		padding: 17px 13px;
		border: 1px solid #EEEEEE;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		display: flex;
		flex-direction: column;
	}
	.news-list__wrap-header {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 10px;
		gap: 11px;
		flex-direction: column;
	}
	.news-list__header-title {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0;
	}
	.card-title a {
		font-size: 14px;
		line-height: 17px;
	}
	.card-text {
		font-size: 14px;
		line-height: 17px;
	}
	.news-list__button-filter {
		margin-bottom: 26px;
		flex-direction: column;
		gap: 16px;
	}
	.card-body {
		margin: 15px 0 0;
	}
	.news-list__button {
		max-width: unset;
		justify-content: center;
	}
	.news-list__header-date {
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		padding: 9px 19px 9px 15px;
		width: 100%;
		text-align: center;
	}
	.news-list__item-link {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.news-list__link-more-wrap {
		display: flex;
		justify-content: center;
	}
	.news-list__sort select {
		padding: 17px 10px 15px;
	}
	.news-list__title-wrap {
		gap: 19px;
		margin-bottom: 19px;
		flex-direction: column-reverse;
	}
	.news-list__title {
		width: 100%;
	}
}
@media (max-width: 400px) and (min-width: 390px) {
	.news-list__wrap {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.news-list__item {
		max-width: 168px;
	}
}














.news-list-block {
	margin-bottom: 40px;
	padding: 0 14px;
}

/* POST FORMATS */
.news-list-item-embed-audio,
.news-list-item-embed-video,
.news-list-item-embed-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-list-item-embed-slider img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.news-list-item-embed-video {
	z-index: 1;
	display: block;
	background: url(/local/templates/medStandart/components/bitrix/news.list/bootstrap_v4/images/bx-video.png) no-repeat center;
	transition: opacity .3s ease;
}

/*region POST FORMATS /// SLIDER */
.news-list-item-embed-slider {
	overflow: hidden;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}

.news-list-slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.news-list-slider-slide {
	z-index: 100;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news-list-slider-slide img { border-radius: 3px 3px 0 0; }

.news-list-item-embed-video {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.news-list-slider-arrow-container-left,
.news-list-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.news-list-slider-arrow-container-left { left: 0; }

.news-list-slider-arrow-container-right { right: 0; }

.news-list-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 110;
	margin-top: -24px;
	width: 20px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	font-size: 48px;
	line-height: 34px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,
.news-list-slider-arrow-container-right:hover .news-list-slider-arrow {
	display: block;
	color: #fff;
	opacity: 1;
}

.news-list-slider-arrow-container-left .news-list-slider-arrow { left: 20px; }

.news-list-slider-arrow-container-right .news-list-slider-arrow { right: 20px; }

.news-list-slider-control {
	position: absolute;
	bottom: 10px;
	z-index: 110;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	word-spacing: -4px;
}

.news-list-slider-control li {
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	word-spacing: -4px;
	opacity: .5;
	cursor: pointer;
}

.news-list-slider-control li:hover,
.news-list-slider-control li.current {
	background: var(--primary);
	opacity: 1;
}

.news-list-slider-arrow,
.news-list-slider-control li { transition: opacity .3s ease; }

/*endregion*/

.news-list-post-params {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.news-list-param,
.news-list-value{
	font-size:13px;
	color: #a4a4a4;
	padding-left: 5px;
}

.news-list-icon {
	display: block;
	min-width: 15px;
	height: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news-list-icon-eye { background-image: url(/local/templates/medStandart/components/bitrix/news.list/bootstrap_v4/images/eye.svg); }

.news-list-icon-calendar { background-image: url(/local/templates/medStandart/components/bitrix/news.list/bootstrap_v4/images/calendar.svg); }

.news-list-icon-tag { background-image: url(/local/templates/medStandart/components/bitrix/news.list/bootstrap_v4/images/tag.svg); }

.news-list-icon-user { background-image: url(/local/templates/medStandart/components/bitrix/news.list/bootstrap_v4/images/user.svg); }

.news-list-icon-comments { background-image: url(/local/templates/medStandart/components/bitrix/news.list/bootstrap_v4/images/comments.svg); }
/* End */
/* /local/templates/medStandart/components/bitrix/system.pagenavigation/.default/style.css?17105033365081 */
/* /local/templates/medStandart/components/bitrix/news.list/bootstrap_v4/style.css?17114559219273 */
