/*work.css*/
.container.breadcrumb-container {
	display: none;
}
.work-top-line  .breadcrumb-container {
	padding-top: 0;
	width: 100%;
}
.work-top-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.work-contacts {
	display: flex;
	align-items: center;
}
.work-contacts .l1 {
	display: flex;
	white-space: nowrap;
	align-items: center;
}
.work-contacts .l2 {
	text-align: center;
	width: 100%;
}
.work-contacts .wa, .work-contacts .tg, .work-contacts .max {
	width: 50px;
}
.work-contacts .wa img, .work-contacts .tg img, .work-contacts .max img {
	width: 100%;
}
@media (min-width: 992px) {
	.work-top-line {
		justify-content: space-between;
	}
	.work-top-line  .breadcrumb-container {
		width: auto;
	}
}
@media (min-width: 768px) {
	.work-contacts .max {
		margin-right: 40px;
	}
}
@media (max-width: 767.98px) {
	.work-contacts {
		flex-direction: column;
		gap: 10px;
		justify-content: center;
	}
	.work-contacts .l1 {
		justify-content: center;
	}
}
@media (max-width: 470px) {
	.work-contacts .l1 {
		flex-wrap: wrap;
	}
	.work-contacts .l1 .phone {
		width: 100%;
		text-align: center;
	}
}
.work-contacts .phone {
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	color: #000000;
	margin-right: 20px;
}
.work-contacts .tg,
.work-contacts .wa  {
	margin-right: 5px;
}
.work-contacts .btn {
	margin: 0;
	width: 100%;
}
.work-dsc {
	position: relative;
}
.work-dsc .title {
	font-weight: bold;
	font-size: 44px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 20px;
}
.work-dsc .dsc {
	max-width: 630px;
	font-size: 18px;
	line-height: 130%;
}
.work-dsc .label {
	position: absolute;
	left: 740px;
	top: 20px;
	color: #fff;
	text-align: center;
	font-size: 29px;
	line-height: 29px;
	height: 95px;
	white-space: nowrap;
	display: none;
}
@media (min-width: 1200px) {
	.work-dsc .label {
		display: block;
	}
}
.work-dsc .label .l1 {
	padding: 6px 30px;
	background: #fd6601;
	border-radius: 24px 24px 12px 24px;
	transform: rotate(-2.52deg);
	display: inline-block;
}
.work-dsc .label .l2 {
	padding: 6px 30px;
	background: #fd6601;
	border-radius: 24px 24px 12px 24px;
	transform: rotate(-4.27deg);
	display: inline-block;
	position: relative;
	top: -7px;
}
.vacancies {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}
.vacancy-item {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	width: 24%;
	min-width: 260px;
	height: 360px;
	transition: all .3s ease-in-out;
    transition-duration: .3s;
    transition-property: border-radius;
    transition-timing-function: ease-in;
}
.vacancy-item::after {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.vacancy-content {
	display: flex;
	justify-content: end;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	 width: 100%;
	 height: 100%;
	padding: 20px 24px;
	color: #fff;
	z-index: 10;
}
.vacancy-name div {
	display: inline-block;
	background: #fd6601;
	padding: 6px 12px;
	border-radius: 25px;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	margin: -4px 0;
}
.vacancy-name div:last-child {
	border-radius: 25px 25px 25px 5px;
}
.vacancy-salary {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
}
.vacancy-text {
	margin-top: 20px;
	display: none;
}
.vacancy-item.active, .vacancy-item:hover {
	border: 2px solid #fd6601;	
	border-radius: 30px 30px 30px 0;
}
.vacancy-item.active .vacancy-text, .vacancy-item:hover .vacancy-text {
	display: block;
}

.work-form {
	padding: 40px 150px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	margin-top: 80px;
}
@media (max-width: 1000px) {
	.work-form {
		padding: 30px 20px;
	}
}
.work-form .title {
	font-size: 40px;
	line-height: 130%;
	color: #000000;
	text-align: center;
	margin-bottom: 28px;
}
.work-select .sod_label, .work-select .sod_option  {
	display: flex!important;
    justify-content: space-between;
    align-items: center;
}
.work-select .sod_label span, .work-select .sod_option  span {
	display: inline-block;
	padding: 4px 10px;
	background: #000000;
	border-radius: 10px;
	color: #fff;
	line-height: 1.0;
	margin-left: 5px;
}
.personal-group {
	display: flex;
	gap: 15px;
}
.personal-group .bd-input {
	width: 33%;
}
.bd-form-tip {
	position: relative;
	top: -5px;
	margin: 0 0 15px 0;
}
@media (max-width: 500px) {	
	.personal-group, .bd-form-agree {
		flex-wrap: wrap;
	}
	.personal-group .bd-input, .bd-form-agree button {
		width: 100%;
	}
}

.advantages {
	margin-top: 130px;
}
.advantages-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
@media (max-width: 991.98px) {
	.advantages-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

.advantages .title {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 130%;
	color: #000000;
	margin-bottom: 44px;
}
.advantages-item {
	padding: 40px;
	background: rgba(233, 91, 0, 0.1);
	border-radius: 40px;
}
.advantages-item img {
	margin-bottom: 30px;
}
.advantages-item-title {
	display: flex;
	flex-direction: column;
	gap: -5px;
	margin-bottom: 20px;
}
.advantages-item-title span {
	width: fit-content;
	border-radius: 27px;
	background-color: #fd6601;
	color: white;
	padding: 6px 13px;
	font-size: 26.5813px;
	line-height: 31px;
}
.advantages-item-title span:last-child {
	border-bottom-left-radius: 5px;
	margin-top: -5px;
}
.advantages-item-description {
	font-size: 18px;
	line-height: 130%;
	color: #873A09;
}

@media (max-width: 1200px) {
	.advantages-item-title span {
		font-size: 23px;
	}
}
@media (max-width: 767.98px) {
	.advantages-item {
		padding: 20px;
	}
}
@media (max-width: 500px) {
	.advantages-item-title span {
		font-size: 16px;
	}
	.advantages-item-description {
		font-size: 14px;
	}
}
.atm {
	margin-top: 108px;
	text-align: center;
}
.atm .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 130%;
	color: #000000;
	margin-bottom: 16px;
}
.atm .dsc {
	font-size: 18px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 34px;
}
.atm .owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -22.5px;
}
.atm .owl-carousel .owl-nav .owl-prev, .atm .owl-carousel .owl-nav .owl-next {
	width: 53px;
	height: 59px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	outline: none;
}
.atm .owl-carousel .owl-nav .owl-prev, .atm .owl-carousel .owl-nav .owl-prev:hover  {
	left: -23px;
	background: url(/bitrix/templates/bd_burgers/images/svg/owl-left.svg);
}
.atm .owl-carousel .owl-nav .owl-next, .atm .owl-carousel .owl-nav .owl-next:hover {
	right: -23px;
	background: url(/bitrix/templates/bd_burgers/images/svg/owl-right.svg);
}
.atm .images .item {
	border-radius: 30px;
	overflow: hidden;
}
.faq {
	margin-top: 70px;
	padding: 40px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}
.faq .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 130%;
	color: #000000;
	margin-bottom: 28px;
}
.faq .item {
	padding: 16px 20px 6px 20px;
	background: #F3F3F3;
	border-radius: 14px;
	margin-bottom: 20px;
}
.faq .item:last-child {
	margin-bottom: 0;
}
.faq .item-title {
	margin-bottom: 10px;
	padding-right: 10px;
	background: url(/bitrix/templates/bd_burgers/images/select-arrow-b.svg) no-repeat 100% 50%;
	cursor: pointer;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
}
.faq .item.open .title {
	background: url(../images/select-arrow-b-up.svg) no-repeat 100% 50%;
}
.faq .item-text {
	font-size: 14px;
	line-height: 130%;
	color: #000000;
	overflow: hidden;
	transition: max-height 0.1s ease-out;
	max-height: 0;
}
.faq .open .item-text {
	max-height: 1000px;
	transition: max-height 0.1s ease-in;
	margin-bottom: 10px;
}

@media (max-width: 700px) {
	.content-page .title {
		font-size: 30px!important;
	}
	.atm .dsc {
		font-size: 16px;
	}
	.faq {
		padding: 20px;
	}
	.faq .item-title {
		font-size: 16px;
		font-weight: bold;
	}
}
@media (min-width: 1200px) {
	.vacancies.bbq-carousel .nav	{
		display: none;
	}
}

