

/* Start:/local/templates/service/components/bitrix/news.list/main_tr/style.css?17402668576386*/
	.staff {
		padding-top: 32px;
		padding-bottom: 0;
	}
	
	.staff-titlefilter {
		display: flex;
		align-items: center;
		justify-content: space-around;
		background: #181818;
		margin-bottom: 16px;
	}
	
	.staff-titlefilter_mob {
		display: none;
	}
	
	.staff-titlefilter-item, .staff-titlefilter-item_mob {
		height: 52px;
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 52px;
		color: #FFFFFF;
		padding: 0 16px;
		border-radius: 20px;
		cursor: pointer;
	}
	
	.staff-titlefilter-item_active, .staff-titlefilter-item_mob_active {
		background: #DCA24C;
	}
	
	.staff-wrap {
		background: #181818;
		border-radius: 20px;
		padding: 16px;
	}
	
	.staff-title {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 16px;
		margin-left: 15px;
	}
	
	.staff-list {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.staff-card {
		flex: 0 0 559px;
		padding: 20px;
		background: #000000;
		border: 1px solid #DCA24C;
		border-radius: 20px;
		color: #F1FFFF;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 25px;
	}
	
	.staff-card span {
		font-weight: 700;
	}
	
	.staff-card__photo {
		width: 100%;
		margin-bottom: 16px;
	}
	
	.staff-card__name {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 16px;
	}
	
	.staff-card__title {
		margin-bottom: 16px;
	}
	
	.staff-card__exp {
		margin-bottom: 16px;
	}
	
	.staff-card__edu {
		margin-bottom: 16px;
	}
	
	.staff-slider {
		flex: 0 0 440px;
	}
	
	.staff-slider_mob {
		display: none;
	}
	
	.staff-slider__sliderline {
		display: flex;
		flex-wrap: wrap;
		gap: 16px 40px;
		margin-bottom: 16px;
		min-height: 1196px;
    align-content: flex-start;
	}


	
	.staff-slider__item {
		position: relative;
		flex: 0 0 120px;
		display: none;
		cursor: pointer;
	}
	
	.staff-slider__more, .staff-slider__less {
		display: none;
	}
	
	.staff-slider__item:nth-child(-n+18) {
		display: block;
	}
	
	.staff-slider__photo {
		display: block;
		width: 100%;
		border: 4px solid #000000;
		border-radius: 50%;
		box-sizing: border-box;
		margin-bottom: 16px;
	}
	
	.staff-slider__name {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 25px;
		text-align: center;
		color: #F1FFFF;
	}
	
	.staff-slider__about {
		display: none;
	}
	
	.staff-slider__item_active .staff-slider__photo {
		border-color: #DCA24C;
	}
	
	.staff-slider__item_active .staff-slider__name {
	   color: #DCA24C;
	}
	
	.staff-slider__pages, .staff-slider__pages_mob {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.staff-slider__page, .staff-slider__page_mob {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 25px;
		color: #FFFFFF;
		cursor: pointer;
	}
	
	.staff-slider__page_active, .staff-slider__page_mob_active {
		color: #DCA24C;
	}
	
	.staff-title-mob {
		display: none;
	}
	
	@media screen and (max-width: 1279px) {
		.staff {
			padding-top: 24px;
		}
	
		.staff-titlefilter {
			justify-content: space-between;
			margin-bottom: 24px;
			border-radius: 20px;
		}
	
		.staff-titlefilter-item, .staff-titlefilter-item_mob {
			height: 72px;
			line-height: 20px;
			padding: 0 57px;
			text-align: center;
			display: flex;
			align-items: center;
		}
	
		.staff-title {
			margin-left: 3px;
		}
	
		.staff-card {
			flex: 0 0 443px;
			padding: 16px;
		}
	
		.staff-slider {
			flex: 0 0 424px;
		}
	
		.staff-slider__sliderline {
			gap: 16px 32px;
		}
	}
	
	@media screen and (max-width: 1023px) {
		.staff-titlefilter-item {
			height: 64px;
			padding: 0 12px;
		}
	
		.staff-wrap {
			padding: 16px 12px;
		}
	
		.staff-title {
			margin-left: -4px;
		}
	
		.staff-card {
			flex: 0 0 248px;
			padding: 16px;
		}
	
		.staff-slider {
			flex: 0 0 392px;
		}
	
		.staff-slider__sliderline {
			gap: 16px;
			min-height: 860px;
		}
	
		.staff-slider__photo {
			width: 64px;
			height: 64px;
			margin-left: auto;
			margin-right: auto;
		}
	
		.staff-card__text {
			font-size: 13px;
			line-height: 16px;
			letter-spacing: -0.01em;
		}
	}
	
	@media screen and (max-width: 767px) {
		.staff {
			padding-top: 16px;
		}
	
		.staff-title {
			display: none;
		}
	
		.staff-card {
			display: none;
		}
	
		.staff-title-mob {
			width: 100%;
			display: block;
			font-family: 'Arkhip';
			font-style: normal;
			font-weight: 400;
			font-size: 28px;
			line-height: 63px;
			color: #FFFFFF;
			text-align: center;
			height: 63px;
			background: #181818;
			border-radius: 20px;
			margin-bottom: 24px;
		}
	
		.staff-titlefilter {
			display: none;
		}
	
		.staff-titlefilter_mob {
			display: flex;
			align-items: center;
			justify-content: space-around;
			background: #181818;
			margin-bottom: 16px;
			flex-direction: column;
			border-radius: 20px;
		}
	
		.staff-titlefilter-item_mob {
			height: 64px;
			width: 100%;
			padding: 0 75px;
			justify-content: center;
		}
	
		.staff-wrap {
			background: transparent;
			border-radius: 0;
			padding: 0;
		}
	
		.staff-slider {
			display: none;
		}
	
		.staff-slider_mob {
			display: block;
		}

			.staff-slider__sliderline {
				min-height: unset;
			}

		.staff-slider__item_mob {
			position: relative;
			flex: 0 0 100%;
			padding: 16px 16px 81px;
			background: #000000;
			border: 1px solid #DCA24C;
			border-radius: 20px;
			display: none;
		}
	
		.staff-slider__item_mob:nth-child(-n+10) {
			display: block;
		}
	
	
		.staff-slider__photo {
			width: 120px;
			height: 120px;
			border: none;
		}
	
		.staff-slider__name {
			display: none;
		}
	
		.staff-slider__about {
			display: block;
		}
	
		.staff-card__photo {
			display: none;
		}
	
		.staff-slider__more, .staff-slider__less {
			position: absolute;
			width: 185px;
			height: 49px;
			background: #DCA24C;
			border-radius: 20px;
			text-align: center;
			bottom: 16px;
			left: calc(50% - 92px);
			font-family: 'Inter';
			font-style: normal;
			font-weight: 400;
			font-size: 17px;
			line-height: 49px;
			color: #F1FFFF;
			cursor: pointer;
		}
	
		.staff-slider__more {
			display: block;
		}
	
		.staff-card__edu_mob, .staff-card__text_mob {
			display: none;
		}
	}
/* End */
/* /local/templates/service/components/bitrix/news.list/main_tr/style.css?17402668576386 */
