

/* Start:/local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1741004684594*/
/* Хлебные крошки */
.bx-breadcrumb {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	color: #1c1c26;
	text-transform: uppercase;
	font-size: 11px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.bx-breadcrumb-item {
	display: inline-block;
	margin-right: 0.6em;
	white-space: nowrap;
}

.bx-breadcrumb-item a {
	color: #1c1c26;
	text-decoration: none;
}

.bx-breadcrumb-item a:hover,
.bx-breadcrumb-item a:focus {
	color: #1c1c26;
	text-decoration: none;
}

.bx-breadcrumb-item-span {
	color: #fa9e00;
}
i.fa.fa-angle-right {
	color: #f1f2f4;
}
/* End */


/* Start:/local/templates/generator/components/bitrix/news.list/jobs/style.css?17419624942076*/
.tabs {
    display: flex;
    gap: 50px;
    justify-content: flex-start;
}
button.tablinks {
    font-family: "Fira Sans", sans-serif;
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
    line-height: 26.6px;
    color: #1C1C26;
    padding-bottom: 10px;
    cursor: pointer;
    background: none;
    border: none;
}

button.tablinks.active {
    font-weight: 500;
    border-bottom: 1px solid #1C1C26;
}
hr.custom {
    border: 1px solid #e3e3e3;
    margin-top: 0;
    margin-bottom: 2em;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordion-header.active {
    padding-bottom: 8.5px;
    border-bottom: 1px solid #F1F2F4;
}
.accordion-wrapper {
    background: #FAFAFA;
    padding: 8.5px 20px;
    border-radius: 4px;
}
.vacansii-name {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    margin: 0;
    color: rgb(28, 28, 38);
}
.accordion-body ul {
    list-style: none;
}
.accordion-body ul li:before {
    content: '-';
    margin-right: 8px;
}

.accordion-body {
    padding-top: 20px;
    padding-bottom: 40px;
    display: none;
    flex-direction: column;
    gap: 20px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    color: rgb(28, 28, 38);
}

.accordion-body br {
    display: none;
}
.accordion-body a {
    text-decoration: underline;
}
.vacansii-btn {
    padding: 20px 60px;
    background: #DA2B2B;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    cursor: pointer;
    max-width: 445px;
    text-align: center;
}
@media (max-width: 768px){
    .vacansii-btn {
        padding: 17px 27.5px;
        font-size: 18px;
        line-height: 25.2px;
        max-width: 342px;
    }
}

/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/cv-form/style.css?17410844202474*/
font.errortext {
	display: none;
}
.popup-form-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.popup-form-item input, .popup-form-item textarea {
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	background: #F1F2F4;
	border: unset;
	width: 100%;
	padding: 11px 10px;
}
.popup-form-item label {
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}
.form_cv {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
/* Скрыть стандартное поле выбора файла */
input[type="file"] {
	display: none;
}

/* Стили для кнопки */
button.btn-file-upload {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	background: #F1F2F4;
	padding: 11px 31px;
	border: none;
	width: 100%;
}

/* Иконка перед текстом */
button.btn-file-upload:before {
	content: url(/local/templates/generator/assets/img/vakansii/paperclip.svg);
	margin-top: 5px;
}

/* При клике на кнопку имитируем клик по полю input[type="file"] */
button.btn-file-upload:hover {
	background-color: #e0e0e0;
}

input.cv-btn {
	font-family: "Fira Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 33.6px;
	padding: 20px;
	background: #DA2B2B;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
	width: 100%;
	margin-top: 5px;
	cursor: pointer;
}
.popup-policy input {
	width: 19px;
	height: 19px;
	border: 1px solid #1C1C264D;
	border-radius: 2px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}
.popup-policy span,
.popup-policy a{
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #1C1C264D;
}

.popup-policy label.checkbox {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-top: 5px;
}
input[type="checkbox"]:checked::before {
	content: " ✔";
	color: #1C1C264D;
	line-height: 19px;
	text-align: center;
}
input[type="checkbox"]::before {
	content: "";
	width: 19px;
	height: 19px;
	vertical-align: unset;
	border: 1px solid #1C1C264D;
	background-color: #FFFFFF;
	margin-right: 0;
}

.popup-policy label.checkbox a:hover{
	color: #DA2B2B;
}
/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/banner-form/style.css?1741084469807*/
font.errortext {
	display: none;
}
.form-questions input.phone-mask {
	border: unset;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #E6E6E6;
	color: #000000;
	padding: 19px 23px;
}
.submit-button input[type="submit"]{
	border-radius: 10px;
	background: #DA2B2B;
	border: none;
	font-weight: 600;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 18px;
}
.submit-button {
	padding-top: 20px;
}
.submit-button input[type="submit"] {
	border-radius: 10px;
	background: #DA2B2B;
	border: none;
	font-weight: 600;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 18px;
	cursor: pointer;
}
/* End */
/* /local/templates/generator/components/bitrix/breadcrumb/bread/style.css?1741004684594 */
/* /local/templates/generator/components/bitrix/news.list/jobs/style.css?17419624942076 */
/* /local/templates/generator/components/bitrix/form.result.new/cv-form/style.css?17410844202474 */
/* /local/templates/generator/components/bitrix/form.result.new/banner-form/style.css?1741084469807 */
