

/* Start:/about/rabota-v-kompanii/style.css?177062525819708*/
.header {
	z-index: 500;
}
.breadcrumbs {
	scrollbar-width: none;
}
.vacancy-page {
	padding-top: 8px;
	padding-bottom: 125px;
}
@media (max-width: 1050px) {
	.vacancy-page {
		padding-top: 3px;
		padding-bottom: 108px;
	}
}
@media (max-width: 800px) {
	.vacancy-page {
		padding-top: 1px;
		padding-bottom: 77px;
	}
}

/*СПИСОК ВАКАНСИЙ START*/
.vacancy-list {
	padding-bottom: 70px;
}
.vacancy-list__section {
	margin-top: 40px;
}
.vacancy-list__section:first-child {
	margin-top: 0;
}
.vacancy-list__section-title {
	color: #2C2C2C;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.vacancy-list__section-body {
	padding-top: 24px;
}
.vacancy-list__items {
	border: 1px solid #EAEAEA;
}
.vacancy-list__item {
	border-top: 1px solid #EAEAEA;
}
.vacancy-list__item:first-child {
	border-top: none;
}
.vacancy-list__item-head {
	padding: 28px 32px;
	padding-right: 76px;
	cursor: pointer;
	position: relative;
}
.vacancy-list__item-title {
	color: #2C2C2C;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.vacancy-list__item-toggler {
	width: 36px;
	min-width: 36px;
	height: 36px;
	background-color: #EF7F1B;
	position: absolute;
	right: 31px;
    top: 23px;
    transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
	.vacancy-list__item-toggler:hover {
		background-color: #312965;
	}
}
.vacancy-list__item-toggler svg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all 0.3s;
}	
.vacancy-list__item-content {
	display: none;
	border-top: 1px solid #EAEAEA;
	position: relative;
	z-index: 10;

}
.vacancy-list__item-content:before {
	content: '';
	display: block;
	width: 120px;
	height: 274px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='274' viewBox='0 0 120 274' fill='none'%3E%3Cg %3E%3Cpath d='M0 127.275V92.1227L119.959 160.002V196.367L0 127.275Z' fill='%23f1efef'/%3E%3Cpath d='M0 0H119.619V31.5157H29.9897L119.959 83.6377V118.79L0 49.8825V0Z' fill='%23f1efef'/%3E%3Cpath d='M0 204.739V169.728L120 237.467V274L0 204.739Z' fill='%23f1efef'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	right: 32px;
	bottom: 32px;
}
.vacancy-list__item-content-text {
	padding: 18px 32px;
	padding-bottom: 32px;
	color: #2C2C2C;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	position: relative;
	z-index: 100;
}
.vacancy-list__item-content-text p {
	margin-top: 28px;
}
.vacancy-list__item-content-text p:first-child {
	margin-top: 0;
}
.vacancy-list__item-content-text ul {
	margin-top: 13px;
}
.vacancy-list__item-content-text li {
	margin-top: 7px;
	padding-left: 39px;
	position: relative;
}
.vacancy-list__item-content-text li:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: #EF7F1B;
	position: absolute;
	left: 3px;
    top: 11px;
}
.vacancy-list__item-content-text a {
	color: #EF7F1B;
	text-decoration: underline;
	transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
	.vacancy-list__item-content-text a:hover {
		color: #312965;
	}
}
.vacancy-list__item-content-button {
	padding-left: 31px;
	padding-bottom: 32px;
	margin-top: 9px;
}
.vacancy-list__item-content-btn {
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 1; 
	white-space: nowrap;
	text-align: center;
	background-color: #EF7F1B;
	padding: 19.5px 12px;
	min-width: 248px;
	max-width: 100%;
	transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
	.vacancy-list__item-content-btn:hover {
		background-color: #312965;
	}
}


.vacancy-list__item.open {
	background-color: #F8F7F7;
}
.vacancy-list__item.open .vacancy-list__item-toggler svg {
	transform: rotate(45deg);
}

@media (max-width: 1050px) {
	
	.vacancy-list {
		padding-bottom: 75px;
	}
	.vacancy-list__section-title {
		font-size: 24px;
	}
	.vacancy-list__item-head {
		padding: 26px 32px;
		padding-right: 76px;
	}

	.vacancy-list__item-title {
		font-size: 18px;
	}
	.vacancy-list__item-toggler {
		width: 32px;
    min-width: 32px;
    height: 32px;
    top: 22px;
	}
	.vacancy-list__item-content-text p {
		margin-top: 20px;
	}
	.vacancy-list__section {
		margin-top: 34px;
	}

}
@media (max-width: 800px) {
	.vacancy-list__item-content:before {
		width: 92px;
		height: 216px;
		right: 24px;
		bottom: 24px;
	}
	.vacancy-list__section-title {
		font-size: 20px;
	}
	.vacancy-list__section-body {
		padding-top: 17px;
	}
	.vacancy-list__item-head {
		padding: 24px;
		padding-right: 60px;
	}
	.vacancy-list__item-toggler {
		right: 23px;
	}
	.vacancy-list__item-title {
		font-size: 16px;
		line-height: 130%;
	}
	.vacancy-list__item-content-text {
		font-size: 16px;
		padding: 20px 24px;
	}
	.vacancy-list__item-content-text p b {
		font-size: 18px;
	}
	.vacancy-list__item-content-button {
		padding: 23px;
		padding-top: 0;
		margin-top: 7px;
	}
	.vacancy-list__item-content-btn {
		font-size: 16px;
		padding: 18px 12px;
		width: 280px;
		max-width: 100%;
	}
	.vacancy-list__section {
		margin-top: 28px;
	}

}
/*СПИСОК ВАКАНСИЙ END*/




/*СПИСОК ПРЕИМУЩЕСТВ START*/
.vacancy-advantages {
	position: relative;
	padding-top: 53px;
	padding-bottom: 100px;
}
.vacancy-advantages__bg {
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	transform: translateX(140px);
	z-index: -1;
}
.vacancy-advantages__body {
	position: relative;
	z-index: 1;
}
.vacancy-advantages__title {
	color: #2C2C2C;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
}
.vacancy-advantages__title span {
	color: #EF7F1B;
}
.vacancy-advantages__list {
	padding-top: 4px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.vacancy-advantages__col {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 48px;
}
.vacancy-advantages__item {
	display: flex;
	align-items: center;
	height: 100%;
}
.vacancy-advantages__item-icon {
	width: 64px;
	min-width: 64px;
	height: 64px;
	background-color: #EF7F1B;
	position: relative;
	margin-right: 20px;
}
.vacancy-advantages__item-icon img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.vacancy-advantages__item-title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.vacancy-advantages__toggler {
	display: none;
}

@media (max-width: 1050px) {
	.vacancy-advantages {
		padding-top: 28px;
		padding-bottom: 73px;
	}
	.vacancy-advantages__bg {
		width: 390px;
	}
	.vacancy-advantages__title {
		font-size: 32px;
	}
	.vacancy-advantages__list {
		padding-top: 0;
		margin-top: -9px;
	}
	.vacancy-advantages__col {
		margin-top: 51px;
	}
	.vacancy-advantages__item-title {
		font-size: 18px;
	}

}
@media (max-width: 800px) {
	.vacancy-advantages {
		padding-bottom: 40px;
	}
	.vacancy-advantages__bg {
		display: none;
	}
	.vacancy-advantages__title {
		font-size: 28px;
	}
	.vacancy-advantages__list {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-top: 33px;
		position: relative;
	}
	.vacancy-advantages__list:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 141px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
		pointer-events: none;
	}
	.vacancy-advantages__list.open:after {
		content: none;
	}
	.vacancy-advantages__col {
		margin-top: 24px;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.vacancy-advantages__col:first-child {
		margin-top: 0;
	}
	.vacancy-advantages__col:nth-child(n + 7) {
		display: none;
	}

	.vacancy-advantages__item {
		display: block;
	}
	.vacancy-advantages__item-icon {
		width: 52px;
    min-width: 52px;
    height: 52px;
    margin-right: 0;
	}
	.vacancy-advantages__item-title {
		margin-top: 16px;
	}
	.vacancy-advantages__toggler {
		display: flex;
		justify-content: space-between;
		padding: 16px;
		background: #F8F7F7;
		cursor: pointer;
		margin-top: 28px;
	}
	.vacancy-advantages__toggler span {
		color: #2C2C2C;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		white-space: nowrap;
	}
	.vacancy-advantages__toggler svg {
		margin-left: 10px;
	}
}
/*СПИСОК ПРЕИМУЩЕСТВ END*/


/*ФОРМА START*/
.vacancy-feedback {
	background-color: #F8F7F7;
	padding: 64px;
	margin-top: 48px;
	margin-bottom: 62px;
}
.vacancy-feedback__title {
	color: #2C2C2C;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}
.vacancy-feedback__text {
	margin-top: 4px;
	color: #2C2C2C;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.vacancy-feedback__content {
	padding-top: 46px;
}

.vacancy-form {
	position: relative;
}
.vacancy-form__grid {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}	
.vacancy-form__col {
	width: 50%;
	padding-left: 8px;
	padding-right: 8px;
}
.vacancy-form__field {
	margin-bottom: 16px;
	position: relative;
}
.vacancy-form__input {
	display: block;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	outline: none;
	padding: 24px 24px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	transition: border-color 0.3s; 
}
.vacancy-form__field.error .vacancy-form__input {
	border-color: red;
}
.vacancy-form__input::-webkit-input-placeholder { 
  color: #959595;
}
.vacancy-form__input:-ms-input-placeholder { 
  color: #959595;
}
.vacancy-form__input::-moz-placeholder {
  color: #959595;
  opacity: 1;
}
.vacancy-form__input:-moz-placeholder { 
  color: #959595;
  opacity: 1;
}
.vacancy-form__uploader {
	margin-bottom: 16px;
	position: relative;
}	

.vacancy-form__uploader-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EF7F1B;
	padding: 23px;
	transition: all 0.3s;
}
.vacancy-form__uploader-button input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.vacancy-form__uploader-button span {
	color: #EF7F1B;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;	
	transition: inherit;
}
.vacancy-form__uploader-button svg {
	margin-left: 8px;
	transition: inherit;	
}
.vacancy-form__uploader-button svg path {
	transition: inherit;
}

@media (hover: hover) and (pointer: fine) {
	.vacancy-form__uploader-button:hover {
		border-color: #312965;
	}
	.vacancy-form__uploader-button:hover span {
		color: #312965;
	}
	.vacancy-form__uploader-button:hover svg path {
		stroke: #312965;
	}		
}
.vacancy-form__uploader-text {
	margin-top: 8px;
	color: rgba(149, 149, 149, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; 
}
.vacancy-form__uploader-target {
	background-color: #EAEAEA;	
	padding: 24px;
	padding-right: 62px;
	position: relative;
	width: 100%;
	max-width: 344px;
	display: none;
}
.vacancy-form__uploader-target-name {
	color: #2C2C2C;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.vacancy-form__uploader-target-remove {
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background-color: #EF7F1B;
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 24px;
	transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
	.vacancy-form__uploader-target-remove:hover {
		background-color: #312965;
	}
}
.vacancy-form__uploader-target-remove svg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.vacancy-form__bottom {
	width: 50%;
	padding-right: 8px;
	margin-top: 16px;
}
.vacancy-form__submit {
	display: inline-block;
	cursor: pointer;
	outline: none;
	padding: 26px 24px;
	border: 1px solid #EF7F1B;	
	background-color: #EF7F1B;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	width: 100%;
	transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
	.vacancy-form__submit:hover {
		border-color: #312965;
		background-color: #312965;
	}
}
.vacancy-form__politics {
	margin-top: 16px;
}
.vacancy-form__checkbox {

}
.vacancy-form__checkbox label {
	cursor: pointer;
}
.vacancy-form__checkbox input {
	display: none;
}
.vacancy-form__checkbox-body {
	display: flex;
	align-items: flex-start;
}
.vacancy-form__checkbox-box {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: 1px solid #EAEAEA;
	background: #FFF;
	margin-right: 8px;
	position: relative;
	transition: all 0.3s;
}
.vacancy-form__checkbox-box svg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.3s;
}
.vacancy-form__checkbox-text {
	color: #959595;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 128.571%;
}
.vacancy-form__checkbox-text p {
	margin-top: 12px;
}
.vacancy-form__checkbox-text p:first-child {
	margin-top: 0;
}
.vacancy-form__checkbox-text a {
	color: #EF7F1B;
	text-decoration: underline;
}
.vacancy-form__checkbox input:checked + .vacancy-form__checkbox-body .vacancy-form__checkbox-box {
	border-color: #EF7F1B;
}
.vacancy-form__checkbox input:checked + .vacancy-form__checkbox-body .vacancy-form__checkbox-box svg {
	opacity: 1;
}
.vacancy-form__checkbox.error .vacancy-form__checkbox-box {
	border-color: red;
}
@media (max-width: 1050px) {
	.vacancy-feedback {
		padding: 40px;
	}
	.vacancy-feedback__title {
		font-size: 28px;
	}
	.vacancy-feedback__text {
		font-size: 20px;
	}
	.vacancy-feedback__content {
		padding-top: 28px;
	}
	.vacancy-form__field {
		margin-bottom: 12px;
	}
	.vacancy-form__input {
		font-size: 17px;
		padding: 20.5px 24px;
	}
	.vacancy-form__uploader-button {
		padding: 19px;
	}
	.vacancy-form__uploader-button span {
		font-size: 17px;
	}
	.vacancy-form__uploader-text {
		margin-top: 12px;
	}
	.vacancy-form__uploader-target {
		padding: 20px;
		padding-right: 60px;
	}
	.vacancy-form__uploader-target-name {
		font-size: 17px;
	}
	.vacancy-form__bottom {
		margin-top: 14px;
		width: 100%;
		padding-right: 0;
	}
}
@media (max-width: 800px) {
	.vacancy-feedback {
		padding: 24px;
		margin-bottom: 46px;
	}
	.vacancy-feedback__title {
		font-size: 24px;
		line-height: 125%; 
	}
	.vacancy-feedback__text {
		font-size: 16px;
		margin-top: 5px;
	}
	.vacancy-form__grid {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.vacancy-form__col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.vacancy-form__field {
		margin-bottom: 10px;
	}
	.vacancy-form__input {
		font-size: 16px;
		padding: 16px;
	}
	.vacancy-form__uploader-button {
		font-size: 14px;
	}
	.vacancy-form__uploader-button span {
		font-size: 16px;
	}
	.vacancy-form__uploader-target {
		padding: 16px;
		padding-right: 60px;
	}
	.vacancy-form__uploader-target-name {
		font-size: 16px;
	}
	.vacancy-form__uploader-target-remove {
		top: 13px;
	}
	.vacancy-form__bottom {
		margin-top: 30px;
	}
	.vacancy-form__submit {
		font-size: 16px;
		padding: 19px;
	}
}
/*ФОРМА END*/

/*КОНТЕНТ START*/
.vacancy-content {
	padding-top: 62px;
}
.vacancy-content__image {
	margin-bottom: 11px;
}
.vacancy-content__image img {
	display: block;
	max-width: 100%;
}
.vacancy-content__text {
	color: #2C2C2C;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}
.vacancy-content__text p {
	margin-top: 25px;
}
.vacancy-content__text ul {
	margin-top: 25px;
}
.vacancy-content__text li {
	margin-top: 14px;
	padding-left: 39px;
    position: relative;
}
.vacancy-content__text li:first-child {
	margin-top: 0;
}
.vacancy-content__text li:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #EF7F1B;
    position: absolute;
    left: 3px;
    top: 11px;
}
.vacancy-content__text h2 {
	font-size: 24px;
    margin-top: 38px;
    margin-bottom: 29px;
    font-weight: 600;
}
@media (max-width: 1050px) {
	.vacancy-content {
		padding-top: 43px;
	}
	.vacancy-content__text {
		font-size: 18px;
	}
	.vacancy-content__text h2 {
		margin-top: 36px;
		margin-bottom: 26px;
	}
	.vacancy-content__text li {
		margin-top: 16px;
	}

}
@media (max-width: 800px) {
	.vacancy-content__text h2 {
		margin-top: 28px;
	}
	.vacancy-content__text li {
		margin-top: 11px;
	}
}
/*КОНТЕНТ END*/


/*КОНТАКТЫ START*/
.vacancy-contacts {
	position: relative;
	background: #F8F7F7;
	overflow: hidden;
	padding: 40px;
	display: flex;
	align-items: flex-start;
	margin-top: 128px;
}
.vacancy-contacts:after {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	right: 16px;
	width: 92px;
	height: 213px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(/about/rabota-v-kompanii/img/vacancy-contacts.svg);
}
.vacancy-contacts__title {
	color: #2C2C2C;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right: 115px;
}
.vacancy-contacts__cols {
	display: flex;
	flex-wrap: wrap;
}
.vacancy-contacts__col {
	margin-right: 103px;
}
.vacancy-contacts__col:last-child {
	margin-right: 0;
}
.vacancy-contacts__item {

}
.vacancy-contacts__item-title {
	color: #EF7F1B;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.vacancy-contacts__item-content {
	color: #2C2C2C;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.43;
}
.vacancy-contacts__item-content a {
	color: inherit;
	transition: all 0.3s;
}

.vacancy-contacts__item-content a[href^="mailto:"] {
	text-decoration: underline;
	color: #312965;
}

@media (hover: hover) and (pointer: fine) {
	.vacancy-contacts__item-content a:hover {
		color: #312965;
	}
	.vacancy-contacts__item-content a[href^="mailto:"]:hover {
		text-decoration-color: transparent;
	}
}
@media (max-width: 1050px) {
	.vacancy-contacts {
		margin-top: 109px;
	}
	.vacancy-contacts__title {
		font-size: 20px;
		max-width: 180px;
		margin-right: 57px;
	}
	.vacancy-contacts__col {
		margin-right: 66px;
	}
	.vacancy-contacts__item-content {
		font-size: 22px;
	}
	.vacancy-contacts__item-title {
		margin-bottom: 5px;
	}
}
@media (max-width: 800px) {
	.vacancy-contacts {
		display: block;
		padding: 24px;
		margin-top: 89px;
	}
	.vacancy-contacts__title {
		font-size: 20px;
	}
	.vacancy-contacts__cols {
		display: block;
	}
	.vacancy-contacts__col {
		margin-top: 20px;
		margin-right: 0;
	}
	.vacancy-contacts:after {
		width: 70px;
		height: 160px;
		right: 12px;
	}
}
/*КОНТАКТЫ END*/
/* End */


/* Start:/local/templates/shaaz/components/bitrix/news.list/vakansii/style.css?1770625373150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/shaaz/components/bitrix/news.list/advantages/style.css?1770626123150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /about/rabota-v-kompanii/style.css?177062525819708 */
/* /local/templates/shaaz/components/bitrix/news.list/vakansii/style.css?1770625373150 */
/* /local/templates/shaaz/components/bitrix/news.list/advantages/style.css?1770626123150 */
