

/* Start:/local/templates/vahtovichkof/components/bitrix/news.list/vacancies/style.css?17506931328635*/
.vacancies-list{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.jobs-row-list {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.filter-list {
	width: 25%;
	max-width: 300px;
}

/*.jobs-content-list {
	width: 75%;
}*/

.jobs-list {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	width: 100%;
}

.swiper-wrapper-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jobs-list.swiper-container .swiper-wrapper {
	display: flex;
}

.swiper-list {
	/*width: calc(33.333% - 20px);*/
	background: #fff;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/* Скрываем стандартные радиокнопки */
.custom-radio {
	display: none;
}

.custom-radio-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
}

.custom-radio-label::before {
	content: "";
	width: 18px;
	height: 18px;
	border: 2px solid #000;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	background-color: white;
	transition: 0.2s;
}

.custom-radio:checked + .custom-radio-label::before {
	background-color: #ff0000;
	border-color: #ff0000;
	box-shadow: 0 0 3px #ff0000;
}

.custom-radio-label {
	transition: all 0.2s;
}

.custom-radio-label.checked::before {
	background-color: #ff0000;
	border-color: #ff0000;
	box-shadow: 0 0 3px #ff0000;
}

.radio-count {
	margin-left: auto;
	color: gray;
	font-size: 14px;
}

.jobs-content-list .jobs-list .swiper-wrapper-list .swiper-list {
	box-shadow: none;
}

.jobs-content-list .jobs-list .swiper-wrapper-list .swiper-list.jobs-block {
	width: 100%;
	max-width: 800px;
	margin: 5px auto;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	box-shadow: none;
	text-align: left;

	transition: all 0.3s ease-in-out;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block:active {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__title {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin-bottom: 20px;
	height: 100%;
	text-align: left;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__salary {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	text-align: left;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__text {
	font-size: 16px;
	color: #444;
	line-height: 1.4;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__buttons {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__buttons__apply {
	background-color: #d40000;
	color: white;
	border: none;
	padding: 12px 18px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.2s ease-in-out;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__buttons__apply:hover {
	background-color: #b30000;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__buttons__contact {
	background-color: white;
	color: #d40000;
	border: 2px solid #d40000;
	padding: 12px 18px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: background 0.2s ease-in-out;
}

.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__buttons__contact:hover {
	background-color: #ffe5e5;
}

.jobs-content-list .jobs-list .jobs-block__top__img_logo {
	position: absolute;
	z-index: 999;
	right: 6%;
	top: 20%;
	width: 25%
}

.jobs-content-list .jobs-list .jobs-block__content {
	margin-top: 0px;
	padding-right: 15%;
}

.jobs-block__company {
	font-size: 16px;
	color: #333;
	position: relative;
	width: 75%;
	text-align: left;
}

.jobs-block__location {
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
	text-align: left;
}

.jobs-block.close {
	display: none !important;
}

.filter-close{
	display: none;
}
.panel-mobile {
	display: none; /* Скрываем на десктопах */
	text-align: right;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px;
}

.mobile-filter-toggle {
	background: #d40000;
	color: white;
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.mobile-filter-toggle i {
	font-size: 18px;
}

.filter-list {
	width: 25%;
	max-width: 300px;
}

.jobs-content-list{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0px;
	overflow: hidden;
}

.swiper-slide .jobs-block {
	max-width: 720px;
	width: 720px !important;
	box-sizing: border-box;
	margin: 0 auto;
}

.jobs-list.swiper-container {
	width: 100%;
	overflow: hidden;
}

.jobs-block__buttons__more {
	background-color: #ffffff;
	border: 2px solid #d40000;
	color: #d40000;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
.jobs-block__buttons__more:hover {
	background-color: #ffe5e5;
}

.jobs-block__buttons__icon-call {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 2px solid #d40000;
	color: #d40000;
	padding: 10px;
	border-radius: 8px;
	cursor: pointer;
}
.jobs-block__buttons__icon-call:hover svg {
	fill: #a80000;
}

.jobs-block__top__logo-wrapper {
	position: absolute;
	top: 20%;
	right: 6%;
	width: 200px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 9;
}

.jobs-block__top__logo-wrapper img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.jobs-block__top__logo-wrapper {
	position: absolute;
	top: 30%;
	right: 6%;
	width: 200px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 9;
}

.jobs-block__top__logo-wrapper img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.jobs-block__bonus {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-color: #fff;
	color: #e9102d;
	border: 1px solid #e9102d;
	padding: 8px 14px;
	border-radius: 20px;
	font-size: 14px;
	white-space: nowrap;
	z-index: 2;
	transition: all 0.3s ease;
}

.jobs-block__bonus__label {
	display: inline-block;
}
.job-rating-preview {
	display: flex;
	align-items: center;
	color: #5a6d7a;
	margin: 5px 0 10px;
	font-weight: bold;
}

.job-rating-star {
	color: #f7b500;
	font-size: 18px;
	margin-right: 5px;
}

.job-rating-value {
	font-weight: bold;
	margin-right: 5px;
}

.job-rating-count {
	color: #5a6d7a;
}

@media screen and (max-width: 820px) {

	.jobs-block__bonus {
		font-size: 12px;
		padding: 6px 10px;
		top: 5px;
		bottom: auto;
		right: -6px;
	}
	.jobs-block__top__logo-wrapper {
		top: 38%;
		right: 1%;
		width: 120px;
		height: 60px;
	}
	.jobs-block__buttons__more, .jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__buttons__apply{
		font-size: 14px;
		padding: 10px 12px;
	}
	.jobs-block {
		width: 95% !important;
	}
	.jobs-block__location {
		font-size: 12px;
		color: #000;
		margin-bottom: 10px;
		width: 80%;
	}
	.jobs-block__company {
		font-size: 12px;
		color: #000;
		position: relative;
		width: 70%;
	}
	.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__salary {
		font-size: 15px;
		color: #000;
		margin-bottom: 10px;
		width: 80%;
	}
	.panel-mobile, .filter-close {
		display: block;
	}

	.filter-list {
		position: fixed;
		top: 0;
		left: -100%;
		width: 80%;
		max-width: 300px;
		height: 100%;
		background: white;
		box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
		transition: left 0.3s ease-in-out;
		padding: 15px;
		z-index: 1000;
		display: flex;
		flex-direction: column;
	}

	.filter-list.open {
		left: 0;
	}

	.filter-close {
		font-size: 20px;
		background: none;
		border: none;
		cursor: pointer;
		text-align: right;
	}

	.jobs-content-list {
		width: 100%;
	}

	.swiper-list {
		width: 100%;
	}

	.jobs-content-list .jobs-list .swiper-list.jobs-block {
		margin: auto !important;
		padding-left: 5px;
	}

	.jobs-content-list .jobs-list .swiper-list.jobs-block .jobs-block__title{
		margin-bottom: 10px;
		font-size: 17px;
		Width: 92%
	}

	.jobs-content-list .jobs-list .jobs-block__top__img_logo {
		position: absolute;
		z-index: 999;
		right: 5%;
		top: 30%;
		width: 30%;
	}
}


/* End */


/* Start:/local/templates/vahtovichkof/components/bitrix/news.list/video/style.css?1743411499777*/
.vk-video-preview {
	position: relative;
	width: 100%;
	max-width: 720px;
	height: 315px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 12px;
}

.vk-video-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vk-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	color: white;
	box-sizing: border-box;
}

.vk-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 2;
	color: #E9102D;
	width: 10%;
}

.vk-caption {
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
	z-index: 1;
}

/* End */
/* /local/templates/vahtovichkof/components/bitrix/news.list/vacancies/style.css?17506931328635 */
/* /local/templates/vahtovichkof/components/bitrix/news.list/video/style.css?1743411499777 */
