

/* Start:/local/templates/bigcenter_locator_2024/pages/vacancy/v3/style.css?17186094954131*/

.vacancy_head {
	background-color: #F0F0F0;
	padding: 20px;
	border-radius: 5px;
	position: relative;
}


.vacancy_head_btn {
	margin-top: 30px;
}

 
.vacancy_head_img img {
	width: 100%;
	height: auto;
}

.vacancy_menu_wrapper {
	background: #FBFBFB;
}



.company_advantage_list {
	margin-top: 35px;
	display: grid;
	grid-template-columns: auto;
	grid-gap: 24px;
}

.company_advantage_item {
	height: 180px;
	color: var(--bs-black-color, #14121A);
	border-radius: 3px;
	padding: 0 5% 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #F0F0F0;
}

.company_advantage_item:hover {
	color: #fff;
	background-color: var(--bs-main-hover-color, #DB1118);
}

.company_advantage_item:nth-child(1) {
	position: relative;
}
.company_advantage_item:nth-child(1)>div {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
}

.company_advantage_item:nth-child(1) img {
	height: auto;
	margin-right: 10px;
}

.company_advantage_title {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 4px;
}

.company_advantage_desc {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.vacancy_advantage_list {
	margin-top: 20px;
	display: flex;
	gap: 24px;
	flex-direction: column;
}

.vacancy_advantage_item {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	color: var(--bs-black-color, #14121A);
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 3px;
	padding: 34px 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vacancy_advantage_item:hover {
	color: #fff;
	background-color: var(--bs-main-hover-color, #DB1118);
}

.vacancy_advantage_item i {
	display: inline-block;
	width: 44px;
	height: 48px;
	min-height: 48px;
	margin-bottom: 20px;
}

 

 

@media(min-width: 576px) {
	.vacancy_advantage_item {
		width: 48%;
	}
}



@media(min-width: 991px) {
	.vacancy_head {
		height: 400px;
		padding: 50px 0 66px 40px;
	}

	.vacancy_head_img {
		position: absolute;
		width: 389px;
		top: 50%;
		transform: translateY(-50%);
		right: 25px;
	}

	.company_advantage_list {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: repeat(2, auto);
	}

	.company_advantage_item:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.company_advantage_item:nth-child(1),
	.company_advantage_item:nth-child(2) {
		height: 250px;
	}
	.company_advantage_item:nth-child(1)>div {
		font-size: 20px;
	}
	.content_body {
		max-width: 74.5%;
	}

	.company_advantage_title {
		font-size: 32px;
		line-height: 38px;
	}

	.company_advantage_desc {
		font-size: 18px;
		line-height: 22px;
	}

	.vacancy_advantage_list {
		margin-top: 55px;
		flex-direction: row;
	}

	.vacancy_advantage_item {
		width: 148px;
		height: 174px;
	}

	.vacancy_form_left,
	.vacancy_form_right {
		width: 330px;
	}

	.vacancy_form_small_block {
		max-width: 270px;
	}

	.vacancy_form {
		background-repeat: no-repeat;
		background-position: right center;
	}
}

@media(min-width: 1200px) {
	.vacancy_advantage_item {
		width: 220px;
	}
}

.company_life_children_imgs {
	display: grid;
	grid-gap: 11px;
	grid-template-rows: repeat(3, auto);
	grid-template-columns: 1fr 1fr;
	cursor: pointer;
}

.company_life_children_imgs a:nth-child(1) {
	grid-row-start: 1;
	grid-column-start: 1;
	grid-column-end: 3;

}

.company_life_children_imgs img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

@media(min-width: 1000px) {
	.company_life_children_imgs {
		grid-template-columns: minmax(50px, 50%) 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}

	.company_life_children_imgs a:nth-child(1) {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 2;

	}
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/menu/page_left_menu/style.css?17211264211552*/
.content_left_menu {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 5px;
}
.content_left_menu ul {
  display: flex;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content_left_menu li a {
  text-decoration: none;
  color: #14121A;
  position: relative;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #F0F0F0;
  border-radius: 5px;
}
.content_left_menu li a.is_active svg path {
  stroke: var(--bs-main-hover-color, #DB1118);
}
@media (hover: hover) {
  .content_left_menu li a:hover {
    color: var(--bs-main-hover-color, #DB1118);
  }
}

@media (min-width: 992px) {
  .content_left_menu {
    padding: 30px 10px;
    margin-bottom: 40px;
    background-color: #F0F0F0;
    position: sticky !important;
    top: 160px;
  }
  .content_left_menu ul {
    display: block !important;
    overflow: inherit;
  }
  .content_left_menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .content_left_menu li a {
    border-radius: unset;
  }
}
@media (min-width: 1200px) {
  .content_left_menu li a {
    font-size: 16px;
    padding: 8px 0;
  }
  .content_left_menu li:not(:last-child) {
    margin-bottom: 17px;
  }
  .content_left_menu li a.is_active::before {
    content: "";
    position: absolute;
    border-right: 2px solid #ED1C24;
    height: 100%;
    left: -25px;
    top: 0;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/photos2/style.css?1718374192259*/
.photo_slider_wrapper img {
	display: block;
	height: auto;
	max-width: 100%;
}
.photo_slide_item {
	flex-shrink: 0;
	width: 100%;
}
.photo_slide_item +.photo_slide_item{
	margin-left: 20px;
}
@media (min-width:768px){
	.photo_slide_item{
		width: 300px;
	}
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bigcenter/vacancies/v2/style.css?17183748946066*/
.section_vacancy_wrapper {
	margin-bottom: 40px;
}
.section_vacancy {
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.vacancies_city_select{
	position: relative;
	width: 60%;
}
.vacancies_city_title{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: var(--bs-black-color, #14121A);
	cursor: pointer;
	margin-bottom: 15px;
}
.vacancies_city_title span{
	margin-right: 15px;
}
.vacancies_city_select .vacancies_cities{
	/* position: absolute; */
	/* top: 100%;
	left: 0; */
	/* display: none; */
    width: 100%;
    background: #fff;
    /* padding-top: 20px; */
    z-index: 1;
}
.vacancies_city {
	display: flex;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	padding: 0 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	height: 70px;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #F0F0F0;
	align-items: center;
	justify-content: space-between;
}

.vacancies_city:hover span:first-child,
.vacancies_city.is_active span:first-child,
.show_more:hover,
.vacancies_item_name:hover{
	color: var(--bs-main-color, #ED1C24);
}
.show_more{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	padding: 0 20px;
	box-sizing: border-box;
}
.show_more span{
	padding-right: 13px;
}
.vacancies_item{
	background: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 20px;
}
.vacancies_item_top {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.vacancies_item_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.vacancies_item_name{
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	margin-bottom: 20px;
	/* max-width: 70%; */
}
.vacancies_item_salary{
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: var(--bs-black-color, #14121A);
	margin-bottom: 25px;
}
.vacancies_item_area{
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: var(--bs-black-color, #14121A);
	margin-bottom: 10px;
}
.vacancies_item_desc{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: rgba(46, 55, 62, 0.5);
	margin-bottom: 20px;
}
.vacancies_item_more{
	font-size: 16px;
	line-height: 19px;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	font-weight: 500;
}
.vacancies_item_more:hover{
	color: var(--bs-main-color, #ED1C24);
}
.vacancies_item_date{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: rgba(46, 55, 62, 0.6);
}
.vacancies_pages_list{
	width: 100%;
	text-align: center;
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;

}
.vacancies_pages_more{
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bs-black-color, #14121A);
	text-decoration: none;
	cursor: pointer;
	padding: 10px 0 22px;
}
.vacancies_pages_item{
	display: inline-block;
	width: 36px;
    height: 36px;
    line-height: 36px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.04em;
	color: var(--bs-black-color, #14121A);
	border: 1px solid transparent;
	text-decoration: none;
}
/* .vacancies_pages_more:hover, */
.vacancies_pages_item_current{
	color: #FFF;
	background-color: #ED1C24;
	border-radius: 1px;
}
a.vacancies_pages_item:hover {
	/* border-radius: 50%; */
    border: 1px solid #EEEEEE;
}
.vacancies_category{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: rgba(46, 55, 62, 0.6);
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	padding: 0 16px;
	margin-bottom: 6px;
}
.vacancies_category span{
	display: inline-block;
    width: 100%;
    white-space: pre;
}
.vacancies_category:hover,
.vacancies_category.is_active{
	color: var(--bs-black-color, #14121A);
	border: 1px solid var(--bs-black-color, #14121A);
}
.all_vacancies{
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	color: rgba(46, 55, 62, 0.6);
	margin-bottom: 22px;
	display: none;
}
@media(min-width: 768px){
	.section_vacancy{
		flex-direction: row;
	}
	.all_vacancies {
		display: block;
	}
	.vacancies_item_top {
		flex-direction: row;
	}
	.vacancies_item_name{
		max-width: 70%;
	}
	/* .vacancies_city_title{
		cursor: auto;
	}
	.vacancies_city_select .vacancies_cities{
		position: static;
		display: block;
		padding: 0;
	}
	.vacancies_city {
		height: 70px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		background: #FFFFFF;
		border-radius: 5px;
		border: 1px solid #F0F0F0;
		text-decoration: none;
		padding: 0 20px;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	.vacancies_city.is_hidden{
		display: none !important;
	}
	.vacancies_city:hover,
	.vacancies_city.is_active{
		background: #F0F0F0;
	}
	.vacancies_city span:first-child,
	.vacancies_city:hover span:first-child,
	.vacancies_city.is_active span:first-child{
		color: var(--bs-black-color, #14121A);
		text-wrap: nowrap;
	}
	.vacancies_city span:last-child{
		color: rgba(46, 55, 62, 0.6);
	}
	.vacancies_city:hover span:last-child,
	.vacancies_city.is_active span:last-child{
		font-weight: 600;
	}
	.vacancies_item{
		padding: 25px;
		margin-bottom: 24px;
	}
	.vacancies_item_name{
		width: 78%;
		margin-bottom: 0;
	}
	.vacancies_item_salary{
		text-align: right;
		padding-left: 20px;
	}
	.vacancies_item_salary{
		font-size: 20px;
		margin-bottom: 0;
	}
	.vacancies_pages_item{
		width: 64px;
	    height: 64px;
	    line-height: 64px;
	} */
}
/* End */


/* Start:/local/templates/bigcenter_locator_2024/page_blocks/vacancy_form/page_form/style.css?17478265631245*/

.vacancy_form_list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

.vacancy_form {
	/* background-image: linear-gradient(94.03deg, #FFFFFF 7.77%, #EDF1F2 80.69%); */
	padding: 50px 0 64px;
	border-top: 2px solid #66666633;
}

.vacancy_form_title {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	color: var(--bs-black-color, #14121A);
	margin-bottom: 20px;
	text-align: center;
}

.vacancy_form_desc {
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	color: var(--bs-black-color, #14121A);
}

.vacancy_form form {
	margin-top: 55px;
}
.modal_action.vacancy_form_right {
	padding-top: 0;
}
.modal_action.vacancy_form_right .policy_row {
	margin-top: 10px;
}
.vacancy_form_left,
.vacancy_form_right {
	width: 100%;
}
.vacancy_form_right_checkbox{
    margin-top: 10px;
}
.vacancy_form_right .policy_view{
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.vacancy_form_right .policy_view a{
	color: var(--bs-main-color);
}
@media(min-width: 991px) {
	.vacancy_form_list {
		gap: 110px;
		flex-direction: row;
	}
    .vacancy_form_left,
	.vacancy_form_right {
		width: 330px;
		max-width: 100%;
	}
}
/* End */
/* /local/templates/bigcenter_locator_2024/pages/vacancy/v3/style.css?17186094954131 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/menu/page_left_menu/style.css?17211264211552 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/photos2/style.css?1718374192259 */
/* /local/templates/bigcenter_locator_2024/components/bigcenter/vacancies/v2/style.css?17183748946066 */
/* /local/templates/bigcenter_locator_2024/page_blocks/vacancy_form/page_form/style.css?17478265631245 */
