

/* Start:/local/templates/men/components/bitrix/news/vacancies/bitrix/news.list/.default/style.css?17812589016749*/
﻿:root {
	--accent-color: #F95D09;
	--hover-color: #ff7224;
	--text-dark: #373737;
	--white: #ffffff;
	--radius-card: 40px;
}
body{
	background-color: #fff !important;
}
.hero {
	margin-top: 100px;
	position: relative;
	height: 785px;
	overflow: hidden;
	background: #1a1a1a;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	opacity: 0.85;
}

.hero-bg--video {
	display: none;
}

.hero-overlay {
	position: absolute;
	inset: 0;
}

.hero-content {
	position: relative;
	z-index: 2;
	padding: 120px 40px 60px;
	max-width: 760px;
}

.hero-title {
	font-size: clamp(48px, 5.5vw, 77px);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 24px;
}

.hero-subtitle {
	font-size: 26px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 50px;
	max-width: 555px;
	line-height: 1.2;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #F95D09;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 4px 5px;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	transition: background 0.2s, transform 0.15s;
	width: 301px;
}
.btn-primary span:not(.btn-icon){
	flex: 1;
	text-align: center;
}
.btn-primary:hover { background: #ff7224; transform: translateY(-1px); }

.btn-icon {
	width: 43px;
	height: 43px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-title {
	font-size: clamp(40px, 5.5vw, 77px);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
	color: #373737;
}

.recruitment {
	padding: 136px 0 72px;
}

.recruitment-sub {
	font-size: 26px;
	font-weight: 400;
	color: #000;
	margin-top: 16px;
}

.benefits {
	padding: 0 0 100px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.benefit-card {
	border-radius: 0;
	overflow: hidden;
	position: relative;
}

.benefit-card.growth {
	background: #f9f9f9;
	padding: 32px;
	display: flex;
	flex-direction: column;
	min-height: 654px;
	grid-row: span 2;
	gap: 22px;
}

.chart-visual {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	padding: 19px 12px;
	position: relative;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	border-radius: 20px;
}
.chart-visual:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(/upload/women/vacancies/arrow.svg);
	height: 49%;
	background-repeat: no-repeat;
	background-position: center;
}
.chart-bar {
	flex: 1;
	border-radius: 8px;
	background: linear-gradient(to top, #F95D09, rgba(217, 223, 163, 0));
}

.chart-bar:nth-child(1) { height: 35%; }
.chart-bar:nth-child(2) { height: 55%; }
.chart-bar:nth-child(3) { height: 85%; }

.benefit-card-title {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000;
}

.benefit-card.payments {
	background: #F9F9F9;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 280px;
}

.benefit-sub {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.45);
	margin-top: 0;
}
.hero img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}
.benefit-card.workplace,
.benefit-card.team {
	min-height: 280px;
	position: relative;
}

.benefit-card.team {
	min-height: 334px;
	grid-column: span 2;
}

.benefit-card.workplace img,
.benefit-card.team img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	object-position: top;
}

.benefit-card-overlay {
	position: absolute;
	inset: 0;
	/*background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 40%, transparent);*/
	display: flex;
	align-items: flex-end;
	padding: 32px;
}

.benefit-card-overlay .benefit-card-title { color: #fff; }

.vacancies {
	padding: 60px 0 100px;
}

.vacancies__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 72px;
}

.swiper-nav {
	display: flex;
	gap: 54px;
}

.swiper-btn {
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s, border-color 0.2s;
}


.vacancies-swiper {
	overflow: visible !important;
}

.vacancy-slide.swiper-slide {
	width: 670px;
}

.vacancy-card {
	overflow: hidden;
	position: relative;
	height: 325px;
	cursor: pointer;
	display: block;
}

.vacancy-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
	display: block;
}
.benefit-card.workplace .benefit-card-overlay {
	align-items: flex-start;
}
.vacancy-card:hover img { transform: scale(1.04); }
.benefit-card.team .benefit-card-overlay {
	justify-content: flex-end;
}
.vacancy-name {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin-top: 32px;
	color: #373737;
	text-decoration: none;
	display: block;

}
.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
@media (max-width: 1050px) {
	.vacancy-slide.swiper-slide {
		width: 343px;
	}
	.vacancy-card{
		height: 307px;
	}
}
@media (max-width: 650px) {
	.hero-bg--image {
		display: none;
	}

	.hero-bg--video {
		display: block;
	}
}
@media (max-width: 1500px) {
	.vacancies{
		overflow: hidden;
	}
}
@media (max-width: 900px) {
	.hero-title { font-size: 38px; }
	.hero-subtitle { font-size: 20px; }
	.benefits-grid { grid-template-columns: 1fr 1fr; }
	.benefit-card.team { grid-column: span 2; }
	.benefit-card.growth { grid-row: auto; min-height: 400px; }
	.section-title { font-size: 38px; }
}

@media (max-width: 600px) {
	.swiper-nav {
		display: flex;
		gap: 15px;
	}
	.hero-title {
		font-size: 34px;
		margin: 0 0 8px;
	}
	.hero-subtitle {
		font-size: 18px;
		line-height: 120%;
		margin-bottom: 100px;
	}
	.recruitment {
		padding: 90px 0 32px;
	}
	.hero-content .btn-primary {
		width: 100%;
	}
	.section-title {
		font-size: 34px;
	}
	.recruitment-sub {
		font-size: 18px;
		margin-top: 8px;
	}
	.benefit-card.growth{
		padding: 25px;
	}
	.benefit-card-title{
		font-size: 18px;
	}
	.benefit-card.workplace .benefit-card-overlay{
		align-items: flex-end;
	}
	.benefit-card.team .benefit-card-overlay{
		justify-content: flex-start;
	}
	.vacancies {
		padding: 0;
	}
	.benefits {
		padding: 0 0 90px;
	}
	.hero-content {
		padding: 80px 20px 40px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.hero { height: 615px;         margin-top: 70px;}
	.benefits-grid { grid-template-columns: 1fr; }
	.benefit-card.team,
	.benefit-card.growth { grid-column: auto; grid-row: auto; }
}

/* End */
/* /local/templates/men/components/bitrix/news/vacancies/bitrix/news.list/.default/style.css?17812589016749 */
