

/* Start:/bitrix/templates/bejet_seller-1.6.0_upadted/components/bejetstore/news.list/vacancies/style.css?17749568061879*/
.vacancies {
    background: #f6f6f6;
    padding: 25px 0;
    margin: 25px 0;
}
.vacancies-head {
    text-align: center;
}
.vacancies-head__title {
    text-transform: uppercase;
    font-size: 1.75rem;
    margin-bottom: 5px;
}
.vacancies-head__subtitle {
    color: #a0a0a0;
    font-size: 18px;
    margin-bottom: 2.5rem;
}
.vacancies-item:first-child {
    border-bottom: 1px solid #a0a0a0;
}
.vacancies-item {
    border-top: 1px solid #a0a0a0;
    margin-bottom: 20px;
}
.vacancies-item__title {
	padding: 10px 50px 10px 0;
	position: relative;
	cursor: pointer;
    font-size: 14px;
}
.vacancies-item__title::after {
	content: "\2C6";
	width: 15px;
    height: 15px;
	display: block;
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 35px;
	transform: rotate(180deg);
}
.vacancies-item__title.active::after {
	transform: rotate(0deg);
	bottom: 25px;
    top: auto;
}
.vacancies-item__title-wrap {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 900;
}
.vacancies-item__content {
    display: none;
    padding: 15px;
    position: relative;
}
.vacancies-item__title-city {
    margin-right: 35px;
}
.vacancies-item__content-mail {
    text-align: right;
    padding: 15px 20px;
    border: 1px solid #a0a0a0;
    display: inline-block;
}
.vacancies-item__content-mail-wrap {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

@media screen and (max-width: 767px) {
    .vacancies-head__title {
        font-size: 20px;
        line-height: 1.2;
    }
    .vacancies-head__subtitle {
        line-height: 1.2;
    }
    .vacancies-item__content-mail-wrap {
        position: static;
        text-align: center;
        margin-top: 25px;
    }
    .vacancies-item__title-city {
        display: none;
    }
}
/* End */
/* /bitrix/templates/bejet_seller-1.6.0_upadted/components/bejetstore/news.list/vacancies/style.css?17749568061879 */
