

/* Start:/local/templates/terrsporta/components/bitrix/news.list/vacancy/style.css?17441867026225*/
.vacancy_list{
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	max-width: 1200px;
}

.vacancy__item{
	background: #e1fce0;
	/*border: 1px solid #f4f4f4;*/
	border: 1px solid #4FAE47;
	border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 30px;
	position: relative;
	width: 100%;
}

.vacancy__item::before{
	content: '';
	opacity: 0.8;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 500px;
	width: 100%;
}

.vacancy__tennis::before{
	background: url(/local/templates/terrsporta/images/content_2025/bg_7_2.jpg) center right no-repeat;
}

.vacancy__voley::before{
	background: url(/local/templates/terrsporta/images/content_2025/bg_7_3.jpg) center right no-repeat;
}

.vacancy__other::before{
	background: url(/local/templates/terrsporta/images/content_2025/bg_7_4.jpg) center right no-repeat;
}

.vacancy__title, .vacancy__date, .vacancy__content, .news-list-more{
	position: relative;
	z-index: 1;
}

/*.vacancy__toggle{*/
/*	color: #005E50;*/
/*	cursor: pointer;*/
/*	display: inline-block;*/
/*	font-size: 18px;*/
/*	padding-right: 30px;*/
/*	position: absolute;*/
/*}*/

/*.vacancy__toggle:after {*/
/*	background-image: url(/local/templates/terrsporta/components/bitrix/news.list/vacancy/images/arr-toggle.svg);*/
/*	background-position: 0 0;*/
/*	background-repeat: no-repeat;*/
/*	content: "";*/
/*	height: 24px;*/
/*	margin-top: -12px;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 50%;*/
/*	width: 24px;*/
/*}*/

.vacancy__toggle{
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;

	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

	transition: all 0.4s ease;
}

.vacancy_open.vacancy__toggle {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.vacancy__content{
	display: none;
	/*padding-top: 20px;*/
}

.vacancy__title{
	color: #005E50;
	cursor: pointer;
	font-family: 'RussoOne', sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
}

.vacancy__title span{
	color: #16bf41;
}

.contentWrapper .vacancy__title{
	margin: 0 60px 20px 0;
}

.vacancy_salary{
	display: flex;
	gap: 5px;
}


.news-list { }

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

.news-list-more{
	display: block;
	margin: 10px 0;
}

.news-list-more a{
	color: #fff!important;
}

/* 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/terrsporta/components/bitrix/news.list/vacancy/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 .card-title,
.news-list .card-title a {
	margin: 0;
	padding: 0 0 15px;
	color: var(--primary);
	font: 18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.news-list .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.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/terrsporta/components/bitrix/news.list/vacancy/images/eye.svg); }

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

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

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

.news-list-icon-comments { background-image: url(/local/templates/terrsporta/components/bitrix/news.list/vacancy/images/comments.svg); }


@media screen and (max-width: 767px) {
	.vacancy__item{
		padding: 15px;
	}
	.vacancy__title{
		font-size: 20px!important;
	}
	.vacancy__toggle{
		font-size: 16px;
	}
	.vacancy__item::before{
		opacity: 0.3;
	}
}
/* End */
/* /local/templates/terrsporta/components/bitrix/news.list/vacancy/style.css?17441867026225 */
