

/* Start:/bitrix/templates/liton/assets/css/vacancy.css?16233274335586*/
/* Подключение шрифта MullerLight */
@font-face {
    font-family: "MullerLight";
    src: url("/bitrix/templates/liton/assets/fonts/MullerLight/MullerLight.eot");
    src: url("/bitrix/templates/liton/assets/fonts/MullerLight/MullerLight.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/liton/assets/fonts/MullerLight/MullerLight.woff") format("woff"),
        url("/bitrix/templates/liton/assets/fonts/MullerLight/MullerLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

/* Подключение шрифта MullerBold */
@font-face {
    font-family: "MullerBold";
    src: url("/bitrix/templates/liton/assets/fonts/MullerBold/MullerBold.eot");
    src: url("/bitrix/templates/liton/assets/fonts/MullerBold/MullerBold.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/liton/assets/fonts/MullerBold/MullerBold.woff") format("woff"),
        url("/bitrix/templates/liton/assets/fonts/MullerBold/MullerBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

/* Подключение шрифта MullerRegular */
@font-face {
    font-family: "MullerRegular";
    src: url("/bitrix/templates/liton/assets/fonts/MullerRegular/MullerRegular.eot");
    src: url("/bitrix/templates/liton/assets/fonts/MullerRegular/MullerRegular.eot?#iefix")format("embedded-opentype"),
        url("/bitrix/templates/liton/assets/fonts/MullerRegular/MullerRegular.woff") format("woff"),
        url("/bitrix/templates/liton/assets/fonts/MullerRegular/MullerRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

.contacts {
    background-color: #f8f8f8;
}

.container h3 {
    font-family: 'MullerBold';
    font-weight: bolder;
    margin-bottom: 50px;
}

.vacancy-block {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;

    transition: box-shadow .6s ease;
    -moz-transition: box-shadow .6s ease;
    -ms-transition: box-shadow .6s ease;
    -o-transition: box-shadow .6s ease;
    -webkit-transition: box-shadow .6s ease;
}

.vacancy-block:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.vacancy-title {
    display: block;
    height: 115px;
    line-height: 115px;
    font-size: 22px;
    font-family: 'MullerLight';
    padding: 0px 50px;
    cursor: pointer;
}

.vacancy-title .zarplata {
    float: right;
    font-weight: 600;
    margin-right: 115px;
}

.vacancy-block .vacancy-title .arrow {
    float: right;
    position: absolute;
    display: block;
    background-image: url("/bitrix/templates/liton/images/vacancy/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center 55%;
    width: 36px;
    height: 36px;
    right: 46px;
    top: 40px;
    border: 1px solid #aaa;
    border-radius: 3px;

    transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -ms-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    -webkit-transition: opacity .6s ease;
    opacity: .5;
}

.vacancy-block:not(.block-deact) .arrow {
    background-image: url("/bitrix/templates/liton/images/vacancy/arrow-down.png");
    background-position: center 55%;
    transform: rotate(180deg);
}

.vacancy-title:hover .arrow {
    background-color: var(--yellow);
    border-color: var(--yellow);
    opacity: 1;
}

.vacancy-description {
    display: none;
    font-family: 'MullerRegular';
    color: #313d52;
    padding: 32px 50px 50px;
    line-height: 28px;
}

.vacancy-description div {
    margin: 30px 0 10px;
}

.vacancy-description ol,
.vacancy-description ul {
    padding-left: 0px;
}

.vacancy-description li {
    list-style-type: none;
    /* Прячем исходные маркеры */
    /*list-style-type: disc;*/
    /*list-style-position: outside;*/
}

.vacancy-description li:before {
    content: "\25CF";
    /* Маркер */
    color: #dfa7a8;
    /* Цвет маркера */
    font-size: 12px;
    padding-right: 10px;
    /* Расстояние от маркера до текста */
}

.vacancy-description .vacancy-contact {
    margin-top: 40px;
}

.vacancy-description .vacancy-contact .tel-vac {
    color: #313d52;
    text-decoration: none;
    font-weight: bolder;
}

.vacancy-description .vacancy-contact span:last-child {
    margin-left: 90px;
}

.vacancy-description .vacancy-inf {
    background-image: url("/bitrix/templates/liton/images/vacancy/information.png");
    background-repeat: no-repeat;
    background-position-y: 2px;
    font-weight: bold;
    padding-left: 35px;
    margin-top: 50px;
}

@media (min-width: 1304px) {

    .vacancy-head {
        padding-left: 50px;
    }

    /* .container {
        max-width: 1255px !important;
        box-sizing: content-box;
    } */

}

@media (max-width: 1303px) {

    .vacancy-head {
        padding-left: 0px;
    }

    .container {
        width: auto;
        box-sizing: content-box;
    }

    .vacancy-title .zarplata {
        font-size: 19px;
        margin-right: 100px;
    }

    .news-list {
        margin-right: -15px;
    }

}

@media (max-width: 1100px) {

    .vacancy-title .zarplata {
        font-size: 18px;
        margin-right: 80px;
    }

}

@media (max-width: 999px) {

    .vacancy-title {
        overflow: hidden;
        font-size: 16px;
        line-height: 31px;
        padding: 15px 50px;
        margin-right: 100px;
    }

    .vacancy-title .zarplata {
        float: none;
        display: block;
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    .news-list {
        margin-right: 0;
    }
}
/* End */


/* Start:/bitrix/templates/liton/components/bitrix/breadcrumb/breadcrumb-liton/style.css?1619507120778*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	/*line-height: 13px;*/
	font-size: 12px;
	/*vertical-align: middle;*/
	margin-right: 26px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 26px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bx-breadcrumb .breadcrumb-liton, .bx-breadcrumb .breadcrumb-liton span {
	display: inline-block;
	color: #464f63;
	font-family: MullerRegular;
	font-size: 12px;
	line-height: 20px;
}
/* End */


/* Start:/bitrix/templates/liton/components/bitrix/news.list/vacancy/style.css?1618301246150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/liton/components/bitrix/form/contacts-form/bitrix/form.result.new/.default/style.css?1606992914623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/liton/components/bitrix/form/contacts-form/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/liton/components/bitrix/form/contacts-form/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/liton/components/bitrix/form/emptyform/bitrix/form.result.new/.default/style.css?1603178924666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/liton/components/bitrix/form/emptyform/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/liton/components/bitrix/form/emptyform/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /bitrix/templates/liton/assets/css/vacancy.css?16233274335586 */
/* /bitrix/templates/liton/components/bitrix/breadcrumb/breadcrumb-liton/style.css?1619507120778 */
/* /bitrix/templates/liton/components/bitrix/news.list/vacancy/style.css?1618301246150 */
/* /bitrix/templates/liton/components/bitrix/form/contacts-form/bitrix/form.result.new/.default/style.css?1606992914623 */
/* /bitrix/templates/liton/components/bitrix/form/emptyform/bitrix/form.result.new/.default/style.css?1603178924666 */
