

/* Start:/bitrix/templates/ttcauto/components/bitrix/news.list/vacancies/style.css?175992306510270*/
.vacancies-block{
	padding: 60px 0px;
	background: #fff;
}

.vacancies-title-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vacancies-title-block .vacancies-title{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
	text-transform: uppercase;
	color: #0C0C0B;
	flex: 1;
}

.vacancies-title-block .vacancies-desc{
	flex: 1;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 165%;
	color: #0C0C0B;
	padding-left: 101px;
}

.vacancies-items{
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 60px;
}

.vacancies-items .vacancies-item{
	padding: 30px 45px;
	background: #F5F5F7;
}

.vacancies-items .vacancies-item .vacancies-item-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	text-transform: uppercase;
	color: #0C0C0B;
	cursor: pointer;
}

.vacancies-items .vacancies-item .vacancies-item-title svg{
	flex-shrink: 0;
	transition: all .3s;
	transform: rotate(180deg);
}

.vacancies-items .vacancies-item .vacancies-item-title.active svg{
	transform: rotate(0deg);
	opacity: 0.2;
}

.vacancies-items .vacancies-item .vacancies-body{
	display: none;
}

.vacancies-items .vacancies-item .vacancies-conditions{
	padding: 15px 30px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms{
	display: grid;
	grid-template-columns: repeat(4, 1fr); 
}

.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms .vacancies-term{
	padding: 0px 30px;
	border-right: 1px solid #DCDCDC;
}

.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms .vacancies-term:first-child{
	padding-left: 0px;
}

.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms .vacancies-term:last-child{
	padding-right: 0px;
	border-right: 0px;
}

.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms .vacancies-term .vacancies-term-title{
	font-weight: 400;
	font-size: 14px;
	line-height: 165%;
	color: #0C0C0B;
}

.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms .vacancies-term .vacancies-term-value{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 165%;
	text-transform: uppercase;
	color: #0C0C0B;
}

.vacancies-items .vacancies-item .vacancies-conditions .vacancies-hot{
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #0C0C0B;
	text-align: right;
}

.vacancies-items .vacancies-item .vacancies-conditions .vacancies-hot svg{
	flex-shrink: 0;
}

.vacancies-text-block{
	margin-top: 60px;
	display: flex;
	gap: 60px;
	align-items: start;
	position: relative;
}

.vacancies-text-block .vacancies-text{
	display: flex;
	flex-direction: column;
	gap: 30px;	
}

.vacancies-text-block .vacancies-text .vacancies-text-item{
	padding-bottom: 30px;
	border-bottom: 1px solid #DCDCDC;
}

.vacancies-text-block .vacancies-text .vacancies-text-item:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.vacancies-text-block .vacancies-text .vacancies-text-item .vacancies-text-item-title{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 165%;
	text-transform: uppercase;
	color: #0C0C0B;
	margin-bottom: 15px;
}

.vacancies-text-block .vacancies-text .vacancies-text-item .vacancies-text-item-desc{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 165%;
	color: #0C0C0B;
} 

.vacancies-text-block .vacancies-text .vacancies-text-item .vacancies-text-item-desc ul{
	padding-left: 15px;
}

.vacancies-text-block .vacancies-text .vacancies-text-item .vacancies-text-item-desc ul li{
	list-style-type: initial;
}

.vacancies-form{
	padding: 30px;
	background: #fff;		
	max-width: 340px;
	flex-shrink: 0;
}

.vacancies-form form{
	display: flex;
	flex-direction: column;
	gap: 20px;	
}

.vacancies-form .form-title{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #0C0C0B;
}

.vacancies-form .form-body{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.vacancies-form .form-body input[type=text]{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 165%;
	color: #0C0C0B;
	padding: 18px 23px;
	background: #F5F5F7;
	border: 0;
	width: 100%;
}

.vacancies-form .form-bottom{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.vacancies-form .form-bottom .btn{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #0C0C0B;
	height: 70px;
	text-transform: uppercase;
}

.vacancies-form .form-bottom .agreement label{	
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #0C0C0B;
	opacity: 0.6;
}

.vacancies-form .form-bottom .agreement a{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #0C0C0B;
	opacity: 0.6;	
}

.vacancies-form .form-bottom .agreement .radio{	  
	width: fit-content;
	display: flex;
	justify-content: center;	
	gap: 10px;

}

.vacancies-form .form-bottom .agreement .radio label{
	
}

.vacancies-form .form-bottom .agreement .radio input {
  appearance: none;
  position: relative;
  width: 17px;
  height: 17px;
  background: #fff;
  transition: 500ms;  
  border: 1px solid #0C0C0B;
  margin: 0px;
  border-radius: 2px;
  	flex-shrink: 0;
}

.vacancies-form .form-bottom .agreement .radio input:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	background: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.15451 4.50713L1.26409 2.6727L0 3.90185L1.18119 5.06607C1.83086 5.7064 2.53914 6.40348 2.75516 6.61515L3.14794 7L4.79246 5.39217C5.69694 4.50787 7.01365 3.21803 7.71848 2.52586L9 1.26738L8.63696 0.900931C8.43729 0.699388 8.15364 0.414221 8.00662 0.267241L7.7393 0L3.15451 4.50713Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;	
	border-radius: 2px;
	
}
.vacancies-form .form-bottom .agreement .radio input:checked{
	background: #0C0C0B;
}
.vacancies-form .form-bottom .agreement .radio input:checked::after {
	width: 16px;
	height: 16px;	
}

.vacancies-banner{
	background: #0C0C0B;
	padding: 30px 45px;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vacancies-banner .vacancies-banner-text{
	max-width: 495px;
	position: relative;	
}

.vacancies-banner .vacancies-banner-text img{
	position: absolute;
	right: -220px;
  	top: -70px;
}

.vacancies-banner .vacancies-banner-text .vacancies-banner-text-title{
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.vacancies-banner .vacancies-banner-text .vacancies-banner-text-desc{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	margin-top: 15px;
}

.vacancies-banner .vacancies-banner-text .vacancies-banner-text-desc a{
	color: #FFBB00;
}

.vacancies-banner a.btn{
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #0C0C0B;
	width: 300px;
	height: 80px;
}

@media (max-width: 992px) {
	.vacancies-block{
		padding: 45px 0px;
	}

	.vacancies-title-block{
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.vacancies-title-block .vacancies-title{
		font-size: 24px;
	}

	.vacancies-title-block .vacancies-desc{
		font-size: 14px;
		padding-left: 0px;
	}

	.vacancies-items .vacancies-item{
		padding: 15px 20px;
	}

	.vacancies-items .vacancies-item .vacancies-item-title{
		font-size: 20px;
	}

	.vacancies-items .vacancies-item .vacancies-item-title svg{
		width: 16px;
		height: auto;
	}

	.vacancies-items .vacancies-item .vacancies-conditions{
		flex-direction: column;
		gap: 20px;
	}

	.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms{
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		order: 2;
	}

	.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms .vacancies-term{
		padding: 0px;
		border: 0;
	}

	.vacancies-items .vacancies-item .vacancies-conditions .vacancies-hot{
		order: 1;
		text-align: left;
	}

	.vacancies-items .vacancies-item .vacancies-conditions .vacancies-hot div{
		order: 2;
	}

	.vacancies-items .vacancies-item .vacancies-conditions .vacancies-hot svg{
		order: 1;
	}

	.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms .vacancies-term .vacancies-term-title{
		font-size: 13px;
	}

	.vacancies-items .vacancies-item .vacancies-conditions .vacancies-terms .vacancies-term .vacancies-term-value{
		font-size: 15px;
	}

	.vacancies-text-block{
		margin-top: 30px;
		gap: 30px;
		flex-direction: column;
	}

	.vacancies-text-block .vacancies-text .vacancies-text-item .vacancies-text-item-desc{
		font-size: 12px;
	}

	.vacancies-form{
		padding: 20px;
	}

	.vacancies-form .form-title{
		font-size: 20px;
	}

	.vacancies-banner{
		padding: 20px 30px;
		flex-direction: column;
		gap: 30px;
		margin-top: 45px;
	}

	.vacancies-banner a.btn{
		font-size: 14px;
		width: 100%;
		height: 70px;
	}

	.vacancies-banner .vacancies-banner-text .vacancies-banner-text-title{
		font-size: 24px;
	}

	.vacancies-banner .vacancies-banner-text .vacancies-banner-text-desc{
		font-size: 13px;
		max-width: 50%;
	}

	.vacancies-banner .vacancies-banner-text img{
		right: -20px;
		top: 30px;
		max-width: 153px;
	}

}
/* End */
/* /bitrix/templates/ttcauto/components/bitrix/news.list/vacancies/style.css?175992306510270 */
