

/* Start:/local/templates/aspro_next/components/bitrix/news.list/vacancies/style.css?17496487912038*/
.vacancies {
    font-family: Arial, sans-serif;
    max-width: Arial;
    margin: 0 auto;
    padding: 20px;
}

.vacancies__title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.vacancies__description {
    margin-bottom: 30px;
    color: #666;
    line-height: 1.5;
}

.vacancy {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.vacancy__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
}

.vacancy__title {
	font-family: Geometria;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
}

.vacancy__toggle {
    font-size: 32px;
    color: #383838;
}

.vacancy--active .vacancy__title {
    color: #7ECBBD;
}

.vacancy__content {
    padding: 0 0 20px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

.vacancy__info {
    margin-bottom: 15px;
}

.vacancy__place {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.vacancy__subtitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.vacancy__list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.vacancy__list-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.vacancy__list-item:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #383838;
    height: 21px;
    font-size: 22px;
    top: -4px;
}

.vacancy__wage {
    font-weight: bold;
    margin: 15px 0;
}

.vacancy__action {
    margin-top: 20px;
}

.vacancy__button {
    display: inline-block;
    background: none;
    border: none;
    color: #4a90e2;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
}

.vacancy__button:hover {
    text-decoration: underline;
}

.vacancies__pager {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 767px) {
	.vacancies{
		padding: 20px 0;
	}
	.vacancy__header{
		font-size: 16px;
		line-height: 130%;
	}
	.vacancy__toggle {
		font-size: 26px;
	}

}
/* End */
/* /local/templates/aspro_next/components/bitrix/news.list/vacancies/style.css?17496487912038 */
