

/* Start:/local/templates/cyberlab/components/bitrix/news.list/jobs/style.css?17418276541969*/
.banner .info .h2{
    font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
  color: white !important;
  margin: 20px 0;
}
.banner .info{
    padding-left: 40px;
}
.item .vacancy_info{
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width:991px){
	.item .vacancy_info{
		flex-direction: column;
	}
}



.vacancy-list .item {
	margin-bottom: 20px;
}

.vacancy-card {
	display: flex;
	flex-direction: row;
}
.vacancy-card-name {
	flex: 1.2;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	position: relative;
}
.vacancy-card-name h2 {
    background: #F97903;
    width: 65%;
    padding: 12px 55px;
    color: white;
    text-transform: uppercase;

	position: absolute;
	bottom: 5%;
	left: 0;

	font-size: 2.5vw;
	line-height: 93%;
}
.vacancy-card-details {
	flex: 1;
    text-align: left;
    background: var(--Grey, #636468);
    color: white;
    padding: 43px 56px;
	text-transform: uppercase;
	line-height: 145%;
}
.block-vacancies .banner-button {
	padding: 11px 43px;
    background-color: #F97903;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    width: max-content;
    border: 1px solid #F97903;
    margin: 10px 0;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    text-transform: uppercase;
	cursor: pointer;
}
.block-vacancies .banner-button:hover, .block-vacancies .banner-button:active {
	background-color: #fff;
    color: #F97903;
}

@media (max-width: 786px) {
	.vacancy-card {
		flex-direction: column;
	}
	.vacancy-card-name {
		flex: none;
		height: 25vh;
	}
	.vacancy-card-name h2 {
		width: 65%;
		padding: 12px 20px;
		font-size: 5.5vw;
	}
	.vacancy-card-details {
		padding: 15px 20px;
		font-size: 12px;
        line-height: 180%;
		height: 30vh;
	}
	.block-vacancies .banner-button {
		width: 100%;
		text-align: center;
	}
}
/* End */
/* /local/templates/cyberlab/components/bitrix/news.list/jobs/style.css?17418276541969 */
